html {height:100%;}
body {
	font: 12px Georgia, "Times New Roman", Times, serif;
	margin: 0;
	background:#081b0e url(../images/bg-body.jpg) repeat-x fixed;
	height:100%;
}
form, fieldset {
	padding: 0;
	margin: 0;
	border:0;
}
a {text-decoration: none;}
a:hover {text-decoration:underline;}
a:link {color: #009933;}
a:visited {color: #009933;}
img {
	border-style: none;
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	width:800px;
	height:100%;
	padding:10px 0 176px;
}
.main-holder {min-height:100%;}
* html .main-holder {height:100%;}
#header {
	height:170px;
	position: relative;
	width:800px;
	background: url(../images/bg-header.jpg) no-repeat;
	z-index: 500;

}
.logo {
	margin: 0;
	width: 258px;
	height: 121px;
	position:absolute;
	top:15px;
	left:290px;
}
.logo a {
	height: 100%;
	width: 100%;
	display: block;
	overflow: hidden;
	background: url(../images/logo.gif) no-repeat;
	text-indent: -9999px;
}
#header img {
	position:absolute;
	top:0;
	left:0;
}
#header fieldset {
	position:absolute;
	top:42px;
	left:553px;
	overflow:hidden;
}
#header input {float:left;}
.btn {margin:-1px 0 0 3px;}
.nav-box {
	background:url(../images/bg-nav.jpg) no-repeat;
	width:100%;
	height: 28px;
	border-bottom:3px solid #fff;
	border-top:3px solid #fff;
	position:absolute;
	top:136px;
	left:0;
	z-index: 1000;
}
#nav{
	width:800px;
	list-style:none;
	margin:0;
	padding:9px 0 0;
	position: relative;
	z-index: 1000;
}
#nav li {
	float:left;
	border-left:1px solid #fff;
	padding:0 0 0 7px;
	margin:0 7px 0 0;
}
#nav li:first-child {border-left:none;}
#nav li a{
	float:left;
	overflow:hidden;
}
.admin {
	background:url(../images/txt-nav-admin.gif) no-repeat;
	width: 124px;
	height: 10px;
	text-indent:-9999px;
}
.gov {
	background:url(../images/txt-nav-gov.gif) no-repeat;
	width: 100px;
	height: 10px;
	text-indent:-9999px;
}
.recreation {
	background:url(../images/txt-nav-recreation.gif) no-repeat;
	width: 88px;
	height: 10px;
	text-indent:-9999px;
}
.events {
	background:url(../images/txt-nav-events.gif) no-repeat;
	width: 89px;
	height: 10px;
	text-indent:-9999px;
}
.interest {
	background:url(../images/txt-nav-interest.gif) no-repeat;
	width: 141px;
	height: 10px;
	text-indent:-9999px;
}
.maps {
	background:url(../images/txt-nav-maps.gif) no-repeat;
	width: 127px;
	height: 10px;
	text-indent:-9999px;
}
.chamber {
	background:url(../images/txt-nav-chamber.gif) no-repeat;
	width: 173px;
	height: 10px;
	text-indent:-9999px;
}
.lodge {
	background:url(../images/txt-nav-lodge.gif) no-repeat;
	width: 139px;
	height: 10px;
	text-indent:-9999px;
}
#nav li:hover, #nav li.hover {position:relative;}
#nav li:hover .subnav, #nav li.hover .subnav {
	display:block;
	position:absolute;
	top:0;
	left:0;
}
#nav .subnav {
	display:none;
	margin:8px 0 0 7px;
	padding:11px 0 0;
	list-style:none;
	width:180px;
	position: relative;
	z-index: 1000;
}
#nav .subnav li{
	float:none;
	border:0;
	background:#6b7b68;
	position: relative;
	z-index: 1000;
}
#nav .subnav a{
	float:none;
	color:#FFFFFF;
	font-weight:normal;
	font-size:12px;
	position: relative;
	z-index: 1000;
}
#main {
	background:url(../images/bg-content.jpg) repeat-y;
	width:100%;
	overflow:hidden;
}
#content {
	width:522px;
	float:right;
	position: relative;
	z-index: 0;
}
.flash-holder {
	border-bottom:1px solid #fff;
	position: relative;
	z-index: 0;
}
.flash-holder img {display:block;}
#content p{
	line-height:16px;
	color:#333;
	padding:10px;
	margin:10px;
}
#sidebar {
	width:278px;
	float:left;
	background:url(../images/bg-sidebar.jpg) no-repeat;
}
.text-holder {
	background:url(../images/bg-tetx-holder.png) repeat-y;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	width:213px;
	margin:0 0 0 55px;
	padding:26px 0 70px 9px;
}
.text-holder p {
	margin:0;
	line-height:18px;
	font-size:14px;
	color:#fff;
	width:141px;
}
.text-holder p strong {display:block;}
.text-holder p a {
	font-style:italic;
	color:#fff;
}
.info {
	margin:166px 0 0;
	width:100%;
	overflow:hidden;
}
.info h3 {
	font-style:italic;
	margin:0;
	font-size:16px;
	color:#fff;
	line-height:20px;
	margin:10px;
	padding:10px;
	font-weight:normal;
}
.image {
	float: right;
	margin: 0 20 10px 20px;
	padding-left: 20px;
	padding-right: 10px;
}

.image2 {
	float: left;
	margin: 10px 5px 5px 0px;
	padding: 0 20px;
}
#footer {
	clear:both;
	width:800px;
	margin:-176px auto 0;
	overflow:hidden;
	text-align:center;
	padding:12px 0 0;
}
#footer p {
	color:#093;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	margin:0;
}
#footer p a {color:#093;}
.by {margin:12px 0 !important;

}
