body {
	font-family: Verdana, Arial, Helvetica;
	background:#2d6526 url(img/background.jpg) top center repeat-x;
	color:white;
	margin:auto; 
	text-align:center;
}

h1,h2,h3 {
	font-family:Times;
	margin-left:5px;
}
h1, h2 {
	color:#fbc967;
}
h1 {
	font-size:24px;
}

h2 {
	font-size:16px;
}

h3 {
	color:white;
	font-weight:bold;
	font-size:16px;
}
p {
	color: white;
	margin-left:8px;
	line-height:120%;
}

p a {
	color:white;
	text-decoration:underline;
}

p a:hover {
	color:#CFC;
	text-decoration:white;
}

ul ul {
	margin-left:13px;
}

.largelabel input, textarea{
	width:550px;
}
.largelabel {
	display:block;
	float:left;
	width:560px;
	margin:20px;
}
.statelabel {
	display:block;
	float:left;
	width:50px;
	margin:20px;
}
.statelabel select {
	width:50px;
}
.smalllabel input, textarea{
	width:275px;
}

.smalllabel {
	display:block;
	float:left;
	width:280px;
	margin:20px;
}

#header {
	background:#2d6526 url(img/header_background.jpg) top center no-repeat;
	border:2px solid white;
	overflow:visible;
}

#footer {
	background:#2d6526 url(img/header_background.jpg) top center no-repeat;
	border:2px solid white;
	/*margin:5px 0 -5px 0;*/
	margin-top:15px;
	text-align:center;
	line-height:100%;
	padding:0px;
	margin-bottom:25px;
}

#footer p{
	margin:8px;
}

#content {
	background:#43683d url(img/content_background.jpg) top center repeat-x;
	margin-top:10px;
	border:2px solid white;
	padding-bottom:10px;
	text-align:left;
	overflow:hidden;
	}
	
#content img {
	box-shadow: 5px 5px white;
}
.smallernav {
	margin-right:10px;
}

.smallernav  li a{
	font-size:12px;
	margin-right:6px;
}

.navigation {
	list-style-type: none;
	color:white;
	text-align:right;
	margin:0;
	padding:0;
	float:bottom;
	display:inline-block;
	position:relative;
}

.navigation li{
	display:inline; 
	padding:0;
	margin:0 3px;
	font-family:Times;
	text-transform:uppercase;
	font-size:14px;
}

.navigation li a{
	color:white;
	text-decoration:underline;
}

.navigation li a:hover{
	color:green;
	background-color:white;
}

#header .contactinfo {
	font-size:20px;
	line-height:46px;
}
.contactinfo {
	color:white;
	font-family: Times;
}

.spotlight {
	margin:6px;
	border: 1px solid white;
	background-color:#2a6b25;
	overflow:hidden;
	height:400px;
}

.spotlight .morelink {
	text-align:right;
	color:white;
	margin:5px 5px 0 0;
	padding: 5px 5px 0 0;
	text-transform:capitalize;
	}

.spotlight img {
	margin-left:35px;
	text-align:center;
	border:1px solid gold;
	padding:1px;
	margin-bottom:5px;
}
.spotlight h2 {
	margin-bottom:5px;
}
.gallery {
	padding:5px;
	text-align:center;
	width:915px;
	margin:10px;
}

.galleryimage p{
	text-align:center;
	margin:0;
	padding:0;
	width:100%;
}
.galleryimage{
	padding:6px;
	margin:5px;
	float:top;
	text-align:center;
	color:white;
	border:1px solid white;
	background-color:#1A5B15;
	width:128px;
	float:left;
}

.galleryimage img{
	display:block;
}

.slidetogglebox {
	border:2px solid white;
	background-color:#2a6b25;
	margin:10px;
	width:915px;
	}

.slidetogglelink {
	display:block;
	position:relative;
	bottom:0;
	border:1px solid white;
	padding:1px;
	text-decoration:none;
	text-transform:uppercase;
	width:80px;
	background-color:green;
	text-align:center;
	color:white;
	font-size:12px;
	line-height:12px;
	margin:-8px auto -1px auto;
}

