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

* {
	margin:0;
	padding:0;
}
html {
	height:100%;
}
body {
	background:url(../images/tail-top.gif) left top repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
}


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

h1 { margin-bottom: 0;
}


#Main {
	width:939px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#Header {
	height: 156px;
}
#Flash {
	height: 382px;
	float:left;
}
#Content {
	float:left;
	width:100%;
	height: 382px;
}

#Content h1{
font-size:27px;
font-weight:normal;
color:#138F33;
padding-top:10px;
text-transform:uppercase;

}
#Content p{
padding:20px;
line-height: 20px;
font-size:13px;
}

#Content-Left {
	height: 156px;
	width: 280px;
	float:left;
}
#Content-Right {
	height: 156px;
	width: 639px;
	float:right;
}

/* Services Block */
#Services {
	width:100%;
	float:left;
	border-collapse: collapse;
}
#Services p {
	padding: 20px;
	font-size:13px;
	color:#000000;
	line-height: 20px;
}
#Services strong {
	font-weight:bold;
	font-size:17px;
}
.Servicescol1 {
	width:34%;
	background-color:#A8CE1F;
	vertical-align: top;
	padding: 0;
}
.Servicescol2 {
	width:33%;
	background-color: #FFCD19;
	vertical-align: top;
	padding: 0;
}
.Servicescol3 {
	width:33%;
	background-color: #FC6D00;
	vertical-align: top;
	padding: 0;
}
/* Stories Block */

#StoriesContainer {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}

#Stories {
	width:100%;
	float:left;
	border-collapse: collapse;
}
#Stories p {
	padding: 10px;
	font-size:12px;
	color:#333333;
	line-height: 20px;
}
#Stories strong {
	font-weight:bold;
	color:#000000;	
}
.Storiescol1 {
	width:34%;
	vertical-align: top;
	padding: 0;
	border-right-color:#999999;
	border-right-style:dashed;
	border-right-width:1px;	
	border-left-color:#999999;
	border-left-style:dashed;
	border-left-width:1px;	
}
.Storiescol2 {
	width:33%;
	vertical-align: top;
	padding: 0;
	border-right-color:#999999;
	border-right-style:dashed;
	border-right-width:1px;
}
.Storiescol3 {
	width:33%;
	vertical-align: top;
	padding: 0;
	border-right-color:#999999;
	border-right-style:dashed;
	border-right-width:1px;
}

/* News Stories */
#NewsStories {
	width:100%;
	float:left;
	border-collapse: collapse;
	margin:20px;
}
#NewsStories p {
	font-size:13px;
	color:#333333;
	line-height: 18px;
	padding: 0;
	padding-bottom:20px;
}
#NewsStories strong {
	font-weight:bold;
	font-size:17px;
}

#NewsStories .title {
	font-weight:bold;
	font-size:15px;
}

#NewsStories .date {
	font-size:15px;
	font-weight:bold;
	font-style: italic;
}

/* News Stories */
#Events {
	width:100%;
	float:left;
	border-collapse: collapse;
	margin:20px;
}
#Events p {
	font-size:13px;
	color:#333333;
	line-height: 18px;
	padding: 0;
	padding-bottom:20px;
}
#Events strong {
	font-weight:bold;
	font-size:17px;
}

#Events .date {
	font-size:15px;
	font-weight:bold;
	font-style: italic;
}

#Events .title {
	font-size:15px;
	font-weight:bold;
}

.MainSectionSpacer {
	width:100%;
	height:5px;
	float:left;
}

#Logos {
	width:100%;
	float:left;
	text-align: center;
	border-top-color:#999999;
	border-top-style:dashed;
/*	padding-top:10px; */
	border-top-width:1px;
}


.LogoCell {
	width:185px;
}


#Footer {
	width:100%;
	float:left;
	text-align: center;
}

#Footer p {
	font-size:10px;
	padding: 10px;
}



.button { /* Submit */
	background: #32393d url(../media/formbuttonbg.gif) 0 0 repeat-x;
	border: 0px solid #32393d;
	font-weight: bold;
	color: #fff;
	vertical-align: top;
	font-size: 13px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
*input, textarea, select {
	color: #00688A;
	font-size: 1em;
	font-weight: normal;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	background: #fff url(../media/bg_input.gif) 0 0 repeat-x;
	border: 1px solid #c4c4c4;
	padding: 3px;
	margin: 0 5px 0 0;
}
textarea {
	overflow: auto;
}
select option {
	padding: 0 10px;
}
form {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#FormCell {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	float:left;
}
.formcellhalf {
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	text-align: left;
	width: 275px;
	font-size: 12px;
	vertical-align: top;
}
.formcellfull {
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	text-align: left;
	width: 100%px;
	font-size: 12px;
}

.fieldsetcontactform {
	border: 0px solid #c4c4c4;
	-moz-border-radius:10px;
	-webkit-border-radius: 5px;
	-khtml-border-radius:10px;
	margin: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.required {
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
	line-height: 16px;
}
.legendcontactform {
	color:#000; /* IE styles legends with blue text by default */
 *margin-left:-7px; /* A hack that only ie reads to position the legend in the same place cross browser */
	font-weight:bold;
	font-size:14px;
}

#FooterNav {
	width:100%;
	font-size:11px;
	padding: 10px;
	color: #333333;
	font-family: Verdana, Helvetica;
	font-weight: bold;
	float: none;
}

#FooterNav a:link {
	color: #666666;
	text-decoration : underline;
}

#FooterNav a:visited {
	color: #666666;
	text-decoration : underline;
}

#FooterNav a:active {
	color: #666666;
	text-decoration : underline;
}

#FooterNav a:hover {
	color: #000000;
	text-decoration : none;
}
