@charset "UTF-8";
/* CSS Document */
body{
	margin:0px;
	background-color:#8c9a37;
}
body, p, h1, h2, h3, h4, div, td{
	font-family:Arial, Helvetica, sans-serif;
	color:#7d7f6e;
	font-size:13px;
	line-height:16px;
}
p{
	margin:0px 0px 7px 0px;
}
h1, h2{
	margin:0px 0px 15px 0px;
}
h1{
	color:#788816;
	font-size:18px;
	line-height:21px;
}
h2{
	color:#788816;
	font-size:16px;
	line-height:21px;
	font-weight:normal;
}
a{
	color:#5B6723;
}
a:hover{
	color:#000000;
}
img{
	border:0px;
}
.clear{
	clear:left;
	height:1px;
}
.header{
	background: url(/images/backgrounds/header.gif) repeat-x top #7f9034;
}
.header .inner{
	background:url(/images/backgrounds/header_inner.jpg) top left no-repeat;
	margin:0px auto 0px auto;
	padding:0px 15px 0px 15px;
	width:930px;
	height:210px;
}
.header .inner .logo{
	
	
	
}
.header .inner .logo a{
	height:165px;
	width:320px;
	margin:0px;
	display:block;
	background:url(/images/backgrounds/logo.gif) top left no-repeat;
}
.header .inner .nav{
	
}
.header .inner .nav ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
.header .inner .nav ul li{
	float:left;
}
.header .inner .nav ul li a{
	color:#ccd19e;
	background: url(/images/backgrounds/nav.gif) top repeat-x #7f9034;
	height:31px;
	display:block;
	padding:14px 20px 0px 20px;
	border-left:1px solid #879537;
	float:left;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	font-size:14px;
}
.header .inner .nav ul li a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
.header .inner .nav ul li a.first{
	border-left:0px;
}
.header .inner .nav ul li a.active{
	color:#FFFFFF;
}
.content{
	background-color:#FFFFFF;
}
.content .inner{
	margin:0px auto 0px auto;
	padding:30px 15px 80px 15px;
	width:930px;
}
.content .inner .left{
	width:550px;
	float:left;
	overflow:auto;

}
.content .inner .right{
	width:350px;
	margin-left:30px;
	float:left;
}
.footer{
	margin:0px;
	padding:0px;
	background:url(/images/backgrounds/footer.gif) top repeat-x;
}
.footer .inner{
	margin:0px auto 0px auto;
	padding:15px 15px 0px 15px;
	width:930px;
	height:100px;
}
.footer .inner p.left{
	float:left;
	color:#c6cc9f;
	font-size:14px;
}
.footer .inner p.right{
	float:right;
	color:#c6cc9f;
	font-size:14px;
}
.footer .hilite{
	color:#FFFFFF;
	font-weight:bold;
}
.footer a{
	color:#FFFFFF;
}
.footer a:hover{
	color:#FFFFFF;
}
/* -----------------------------*/
/* Misc Styles  */
/*----------------------------------*/
img.brucePic{
	margin-right:20px;
}
.content .siteplan{
	background:url(/images/sitemap-large.gif) top center no-repeat;
}
.pdfPanel{
	position:absolute;
	top:800px;
	
	width:500px;
	height:130px;
	background-color:#E1E2D2;
}
/* -----------------------------*/
/* MGallery UL  */
/*----------------------------------*/
ul.galleyList{
	list-style:none;
	padding:0px;
	margin:0px;
}
ul.galleyList li{
	padding:0px;
	margin:0px 15px 15px 0px;
	float:left;
}
