@charset "UTF-8";
/* CSS Document */

body {
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #F09;
	font-family: Helvetica, arial, sans-serif;
	font-size: 13px;
	color: #FFF;
	margin-top: 0px;
	text-align: center;
	background-image: url(../images/bg1.gif);
	background-repeat: repeat-x;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
	
}
a:hover {
	text-decoration: underline;
	color: #98CA3C;
}
a:active {
	text-decoration: none;
}



.oneColFixCtrHdr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
	position: relative;
	height: 150px;
}
#header img {
	padding-top: 50px;
}

.oneColFixCtrHdr #mainContent {
	height: 550px;
}

#footer p {
	color: #333433;
	font-size: 10px;
}
.event {
	color: #98CA3C;
}
.event2 {
	color: #E5F4F4;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:
; 		text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#mission {
	position:absolute;
	left:476px;
	top:0px;
	width:298px;
	height:600px;
	z-index:1;
	visibility: visible;
	color: #333333;
	background-color: #98D701;
}
#mission h1 {
	font-size: 24px;
	color: #F4F4F4;
	font-weight: lighter;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.imghead {
	padding-top: 30px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
#mainNav {
	position:absolute;
	left:-8px;
	top:123px;
	width:445px;
	height:48px;
	z-index:1;
}
/* BEGIN menu */
ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#navlist a:link, #navlist a:visited
{
	color: #333;
	text-decoration: none;
	font-size: 15px;
}

#navlist  a:hover
{
	color: #ffffff;
	text-decoration: none;
	background-color: #327599;
	

}

#navlist li.current a{
	color:#98D701;
}

.indent {
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 20px;
	margin-bottom: 0px;
	margin-top: 1px;

}.indent2 {

	padding-left: 25px;
}

#mission .header2 {
	font-size: 16px;
	color: #F4F4F4;
}
h2 {
	font-size: 14px;
	color: #98CA3C;
}
/**form!**/


#parentcontainer{
 text-align:center;
}

#innercontent{
 margin-left:auto;
 margin-right:auto;
 width:200px;
 text-align:left;
}
.text p{
 font-size:12px;
 padding-left:10px;
}

.nm{
 margin-bottom:30px;
}

input,textarea{
	width:200px;
	background-color: #FFF;
}
.form{
	padding-top:10px;
	padding-bottom:10px;
	background-color:#FFF;
/*	border-top:1px solid #666;
	border-bottom:1px solid #666;*/
}
.form div{
 margin-bottom:20px;
 margin-left:10px;
 margin-right: 10px;
 font-size:10px;
 font-family:Helvetica, sans-serif;
 }
 
.text_field {
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7B7D4D;
	font-size: 10px;
}

.text_field1 {
	background-color: #C9D18B;
	width:200px;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7B7D4D;
	font-size: 10px;
}



.top_image_margin {
	padding-top: 5px;
}
.text_submit {
	background-color: #37789B;
	font-family: Helvetica, sans-serif;
	color: #FFF;
	font-size: 10px;
	width: 40px;
}
.form_titles {
	padding-right: 3px;
	color: #FFF;
	font-size: 12px;
}
/**end form!**/
a.email:link  {
	text-decoration: none;
	color: #98CA3C;
	font-size: 12px;
	
}
a.email:visited {
	text-decoration: none;
color: #98CA3C;
	font-size: 12px;
	
}
a.email:hover {
	text-decoration: none;
	font-size: 12px;
	text-decoration: none;
	color: #B5CE3C;
}
