/* CSS Document */

body {
	background-color: #000;
	background-image: url(images/gray_fade_bkgnd.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	background-color:#FFF;
	font-family: "Lucida Grande",trebuchet, helvetica, sans-serif;
	margin:10px auto 10px auto;
	padding:0;
	width:900px;
}

#topnav {
	background-color: #000;
	font: bold 11px "Lucida Grande",trebuchet, helvetica, sans-serif;
	height: 30px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 20px;
	text-align: right;
}

#topnav ul {
	float: left;
	position:relative;
	margin: 20px 0 0 6px;
	padding:0px;
	width: 580px;
}

#topnav li {
	float: left;
	list-style:none;
	margin: 0 1px 0 0;
}

#topnav a {
	font-size: 10px;
	text-decoration: none;
	color: #FFF;
	padding-top: 11px;
}

#topnav a:hover {
	background-image: url(images/menu_over.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#content-container {
	background-color: #FFF;
	background-image: url(images/main_bkgnd.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	border-right:#FFF 1px solid;
	border-left:#FFF 1px solid;
	width: 898px;
}

#content-left {
	float:left;
	margin:0;
	padding:20px;
	width: 180px;
}

#content-left img {
	border:none;
}

#content-right {
	float:left;
	margin:0;
	padding:0 20px 10px 10px;
	width: 648px;
}

#hometagline {
	background-color:#000;
	color: #FFF;
	font: normal 16px "Lucida Grande",trebuchet, helvetica, sans-serif;
	letter-spacing: 2px;
	text-decoration: none;
	text-align: right;
	margin:0;
	padding:10px;
	width:640px;
}


#homephotobar {
	width: 660px;
	height: 140px;
	margin:0;
	background-image: url(images/homephotobg.gif);
	background-repeat: no-repeat;
}

#slideshow {
	background: #FFF;
	margin: 0;
	width: 660px;
	height: 400px;
}

#slideshow .slide {
	position: absolute;	
	width: 660px;
	height: 400px;
	overflow:hidden;
}

#footer {
	background-color:#9ea374;
	color: #333;
	font: normal 10px "Lucida Grande",trebuchet, helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	margin:0;
	padding:10px 0 0 0;
	width: 898px;
}

#footer a {
	font-weight: bold;
	color: #003300;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.clear {
	clear:both;
}

.whitebg {
	background-color: #FFF;
	margin:10px auto 10px auto;
	padding: 10px;
	text-align:center;
	width: 400px;
}

.whitebg p {
	font-size: 10px;
	text-decoration: none;
	color: #333;
	margin: 0px;
	padding: 0px;
}

.contact img {
	border: 2px solid #000;
}


.floatleft {
	float:left;
	margin-right:20px;
}

.floatright {
	float:right;
	margin-left:20px;
}

.galleryimages img a {
	border: 2px solid #65793A;
	font-weight: bold;
	text-decoration: none;
}

.galleryimages img a:hover {
	border: 2px solid #9ea374;
	text-decoration: underline;
}

.maincontent_boldgreen {
	font-size: 12px;
	font-weight: bold;
	color: #65793A;
	text-decoration: none;
}

.maincontent_introbold {
	font-size: 16px;
	font-weight: bold;
	color: #65793A;
	text-decoration: none;
}

.maincontent_subhead {
	font-size: 16px;
	font-weight: bold;
	color: #65793A;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 5px;
}

.reverse {
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
}

h1 {
	color: #5c7b34;
	letter-spacing: 2px;
	text-align: right;
	text-transform:uppercase;
	margin:0;
	padding:10px;
}

h2 {
	font-size:160%;
	font-weight:normal;
}	

h3 {
	font-size:120%;
	font-weight:normal;
}


p {
	font-size: 12px;
	color: #333;
	line-height: 16px;
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
}

a {
	font-weight: bold;
	color: #65793A;
	text-decoration: none;
}

a:hover {
	color: #9ea374;
	text-decoration: underline;
}


