@charset "UTF-8";
body  {
	font: 0.9em/120% Arial, Helvetica, sans-serif;
	background: #999999;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
body a {
	color: #7AC142;
	text-decoration: none;
}
body a:hover, body a:active {
	color: #333333;
}
h1, h2, h3, h4 {
	color: #7ac142;
}
#mainContent h1 {
	padding-top: 10px;
}
h3 {
	font-size: 1em;
	padding: 0px;
}
#container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	background: #FFFFFF;
	padding: 0 0px 0px;
	margin-bottom: 25px;
} 
#header ul {
	margin: 0px;
	padding: 0px 0px 0px 28px;
	list-style: none;
	font-size: 110%;
	float: left;
	width: 97%;
	background: #D4EBC2;
}
#header li {
	font-size: 110%;
	float: left;
}
#header li a {
	display: block;
	float: left;
	color: #666666;
	text-decoration: none;
	padding: 8px 12px;
}
#header li a:hover, #header li a:active {
	color: #7AC142;
}
#mainContent .address {
	font-size: 0.9em;
	color: #666666;
	float: right;
	margin: 15px 0px 0px;
	padding: 0px;
	width: 49%;
}
#header li a.current, #header li a.current:hover, #header li a.current:active {
	color:#7AC142;
	cursor: default;
	font-weight: bold;
	}
#mainContent {
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#wrapper {
	float: right;
	width: 235px;
	margin-right: 10px;
	margin-top: 47px;
	padding: 0px;
}
#FormWrap {
	padding: 0 0;
}
#FormWrap p {
	color:#666666;
	font-size: 0.9em;
	line-height: 1.2;
	margin: 1.4em 0;
	}	
form#frmContact {
	width: 305px;
	margin: 0 0;
}
input.text {
	width: 200px;
	}
textarea {
	width: 250px;
	margin-top: .5em;
	}
legend{
	font-size: 1.2em;
	color:#666666;
	line-height: 1.4;
}
input.text:focus, textarea:focus {
	background: #FFFFCC;
	}
#box1 {
	height: 175px;
	width: 198px;
	background: #F5F5F5 url(image/sidebar_boxes/blog_box.gif) no-repeat;
	border: 1px solid #95288F;
}
#box1 a:hover, #box1 a:active, #box2 a:hover, #box2 a:active, #box3 a:hover, #box3 a:active {
	color: #333333;
}
#box1 a, #box2 a, #box3 a {
	text-decoration: none;
	color: #666666;
}
#box1 p, #box2 p {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
	padding-top: 4px;
}
#box1 h3 {
	color: #FFFFFF;
	padding-left: 10px;
	margin: 0 auto;
	padding-top: 10px;
}
#box2 {
	background: url(image/sidebar_boxes/new_initiatives.jpg) no-repeat;
	height: 196px;
	width: 198px;
	border: 1px solid #7AC142;
	margin-top: 20px;
}
#box2 h3 {
	color: #666666;
	margin-top: 10px;
	padding-left: 10px;
}
#box2 .textindent {
	width: 50%;
	padding-left: 10px;
	font-size: 0.9em;
	color: #7AC142;
}
#footer {
	padding: 0 0px;
	margin-left: 30px;
	}
#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 0px 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 80%;
	width: 81%;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	list-style: url(none) none;
	width: 19%;
	float: right;
}
#footer li a {
	padding: 10px;
	display: block;
	text-decoration: underline;
	color: #000000;
	float: left;
}
#footer li {
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	float: left;
}
#footer li a:hover, #header li a:active {
	color: #7AC142;
}
.greenintro {
	color: #7AC142;
	font-weight: bold;
}
.caption_right {
	font-size: 0.8em;
	text-align: right;
	font-weight: bold;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.contact_quote {
	font-style: italic;
	font-weight: bold;
	color: #7AC142;
}
.contact_quote_sig {
	color: #7AC142;
	text-align: right;
	font-size: 0.8em;
	font-style: italic;
	font-weight: bold;
}
#mainContent img {
	float: right;
	padding-left: 10px;
	padding-top: 10px;
}
.green_line {
	color: #7AC142;
}
#FormWrap {
	width: 300px;
}
