body{
	margin: 0px;
	padding: 0px;
	background: #fff url('../images/site/clouds_background.jpg') center top no-repeat;
	text-align: center;
}

/* Reset */
/******************************************************/

h1, h2, h3, h4, h5, p, ul{
	margin: 0px;
	padding: 0px;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-weight: normal;
	color: #333;
}
img{
	border: none;
	margin-bottom: -4px;
}
#main_nav input, #main_nav textarea{
	border: none;
	background: none;
	margin: 0px;
	padding: 0px;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 11px;
	color: #999;
}

/* Common Classes */
/******************************************************/

.white{
	color: #fff;
}
.black{
	color: #000;
}

/* Typography */
/******************************************************/

ul, li{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	list-style: none;
}
h1{
	font-size: 28px;
}
h1.page-title{
	padding: 10px 20px;
	background-color: #000;
	color: #fff;
}
h3{
	font-size: 14px;
	color: #000;
	padding-bottom: 7px;
}
p{
	font-size: 12px;
	color: #666;
	padding-bottom: 15px;
}
a{
	color: #0099cc;
	text-decoration: none;
}
a:hover{
	color: #0099cc;
	text-decoration: underline;
}

/* Main Page Layout */
/******************************************************/

#container{
	width: 960px;
	margin: auto;
	overflow:hidden;
	background: url('../images/site/element_small_green_plant.jpg') 100% 96% no-repeat;
}
#header{
	position: relative;
	width: 960px;
	height: 120px;
	overflow: hidden;
}
#wrapper{
	width: 960px;
	text-align: left;
}
#wrapper #nav_wrapper{
	float: left;
	width: 250px;
	margin-top: -30px;
}
#wrapper #nav_wrapper #main_nav{
	width: 210px;
	padding: 30px 20px;
	background-color: #96bd3d;
}
#wrapper #content_wrapper{
	float: left;
	width: 710px;
}
#wrapper #content_wrapper #content{
	padding: 20px;
	width: 500px;
	height: auto;
	padding-bottom: 60px;
}
#content_gallery{
	padding: 20px;
	width: 670px;
	height: auto;
	padding-bottom: 60px;
}
#wrapper #content_wrapper #content ul, #wrapper #content_wrapper #content li{
	font-weight: normal;
	font-size: 12px;
	color: #666;
	list-style-type: disc;
}
#wrapper #content_wrapper #content ul{
	padding-left: 15px;
	padding-bottom: 15px;
}
#footer{
	position: relative;
	clear: both;
	text-align: left;
	width: 960px;
	height: auto;
	padding-top: 10px;
	border-top: 1px solid #ebebeb;
}
#footer p{
	font-size: 9px;
}

/* Page Details */
/******************************************************/

/* Header */

#header #logo{
	position: absolute;
	left: 18px;
	top: 18px;
}
#header #phone_number{
	position: absolute;
	right: 20px;
	top: 34px;
}
#header #secondary_nav{
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#secondary_nav ul{
	width: auto;
	border-bottom: 1px solid #fff;
	overflow: hidden;
}
#secondary_nav ul li{
	float: left;
	font-size: 14px;
	font-weight: bold;
	border-right: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
}
#secondary_nav ul li.end-of-group{
	border-right: none;
}
#secondary_nav ul li a{
	display: block;
	padding: 10px 15px;
	color: #333;
	text-decoration: none;
	background-color: #fff;
}
#secondary_nav ul li a:hover{
	color: #000;
	text-decoration: none;
	background-color: #e5e5e5;
}

/* Stage */

#stage img{
	margin-bottom: -4px;
}

/* Main Nav */

#main_nav h2{
	font-size: 16px;
	font-weight: normal;
	color: #333;
	margin-top: 20px;
	padding-bottom: 7px;
}
#main_nav li{
	line-height: 16px;
}
#main_nav li a{
	color: #fff;
	text-decoration: none;
}
#main_nav li a:hover{
	color: #000;
	text-decoration: none;
}
#main_nav li.active{
	color: #000;
	text-decoration: none;
}
#main_nav li.active a{
	color: #000;
	text-decoration: none;
}

/* Main Nav - Contact Form */

#main_nav p{
	color: #fff;
}
#main_nav .text-field{
	width: 200px;
	padding: 5px;
	background: #fff;
}
#main_nav .drop-down{
	width: 210px;
	background: #fff;
	border: none;
	padding: 5px;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 11px;
	color: #999;

}
#main_nav .text-area{
	width: 200px;
	height: 75px;
	padding: 5px;
	background: #fff;
}
#main_nav .submit{
	float: right;
	color: #fff;
	font-size: 11px;
	padding: 5px 10px;
	background: #333;
	border: 1px solid #000;
}
#main_nav .submit:hover{
	background: #000;
	cursor: pointer;
}

/* Partnership Logos */

#partnerships{
	width: 250px;
	padding: 20px 0px;
	overflow: hidden;
	background: url('../images/site/main_nav_footer_shadow.png') top right no-repeat;
}
#partnerships p{
	font-size: 9px;
}

/* Footer Callout */

#footer p{
	padding-bottom: 25px;
}
#footer_callout{
	position: absolute;
	right: 0px;
	top: -1px;
	width: 670px;
	background-color: #96bd3d;
	padding: 10px 20px;
	overflow: hidden;
}
#footer_callout h4{
	color: #000;
	font-size: 22px;
}
#footer_callout h5{
	color: #000;
	font-size: 16px;
}
#footer_callout h4 a{ 
	color: #fff;
	text-decoration: none;
}
#footer_callout h4 a:hover{
	color: #fff;
	text-decoration: underline;
}

#partners_footer{
	width: 930px;
	margin: 0px auto 10px auto;
	text-align: left;
	padding: 15px;
	border: 1px solid #ccc;
	vertical-align: middle;
	overflow: hidden;
}
#partners_footer .partner{
	float: left;
	margin-right: 11px;
	margin-top: auto;
	margin-bottom: auto;
}

#seo_footer{
	width: 930px;
	margin: 0px auto 20px auto;
	text-align: left;
	padding: 15px;
	border: 1px solid #ccc;
	overflow: hidden;
}
#seo_footer p{
	font-size: 11px;
	padding-bottom: 7px;
}
#seo_footer ul, #seo_footer li{
	font-size: 9px;
	font-weight: normal;
}

#container table{ width: 100%; border-left: 1px solid #ccc; border-top: 1px solid #ccc; font-family: Arial, Helvetica; font-size: 12px; margin-bottom: 20px; }
#container table th{ font-size: 14px; font-weight: bold; border-bottom: 1px solid #ccc; padding: 20px; background-color: #efefef; vertical-align: top; }
#container table td{ border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 20px; vertical-align: top; }
#container table th.right{ border-right: 1px solid #ccc; }

table#gallery{ border-left: 0px solid #ccc; border-top: 0px solid #ccc; }
table#gallery td{ border-right: none; border-bottom: none; padding-bottom: 10px; padding-left: 0px; }

#pagination{ border: 1px solid #efefef; text-align: right; padding: 10px; overflow: hidden; }
#pagination p{ padding: 0px;}

/* Map */

#map_container{ width: 680px; padding: 20px 0px 0px 20px; }