@charset "utf-8";
body  {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	background: #6C9D30 url(../assets/BackgroundMain.jpg) repeat-x fixed;
	margin: 15 0 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: #333333;
	list-style: square;
}
.pageTitle {
	font: bold 14px/110% Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #172D54;
}

.thrColFixHdr #container {
	width: 790px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
.thrColFixHdr #header {
	background: #FFFFFF url(../assets/Banner4.jpg) no-repeat;
	padding: 0;
	height: 180px;
} 
#icons {
	width: 210px;
	padding: 5px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#news {
	border: 1px solid #D0E7A3;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background: #D9EBB4;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
}

#banner {
	float: left;
	height: 200px;
	width: 580px;
	border-right: 1px solid #FFFFFF;
}
.thrColFixHdr  #sidebar {
	float: left; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FDBF30 url(../assets/WaveSidebar.jpg) no-repeat;
	padding: 5px 1px 5px 10px;
	width: 245px;
}
#sectionBox {
	width: 230px;

}
#sectionBox1 {
	background: #608C2B;
	padding: 5px;
	border: 1px solid #FFFFFF;
	margin-bottom: 20px;
	color: #FFFFFF;
	margin-top: 5px;
	width: 230px;
}
#sectionBox2 {
	line-height: 120%;
	padding: 20px 5px 5px 40px;
	margin-bottom: 40px;
	color: #FFFFFF;
}
#sectionBox3 {
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 120%;
	margin-bottom: 20px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 255px;
	padding: 10px;
} 
.thrColFixHdr #topNavigation {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 255px;
	background: #608C2B url(../assets/BackgroundNavigation.jpg);
	text-align: center;
}

#address1 {
	width: 170px;
	border-right: 1px dotted #FFFFFF;
	float: left;
	margin-right: 15px;
	}
#address2 {
	width: 170px;
	border-right: 1px dotted #FFFFFF;
	float: left;
	margin-right: 15px;
}
#address3 {
	width: 170px;
	border-right: 1px dotted #FFFFFF;
	float: left;
	margin-right: 15px;
}
#auxNavigation {
	float: left;
	margin-right: 15px;
}
.thrColFixHdr #footer {
	background:#618C2B url(../assets/WaveFooter.jpg) no-repeat;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	clear: both;
} 
.thrColFixHdr #footerCopyrights {
	background:#618c2b;
	color: #FFFFFF;
	clear: both;
	text-align: center;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
}
.thrColFixHdr #footerLogos {
	background:#FFFFFF;
	color: #000000;
	clear: both;
	text-align: center;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
}
.thrColFixHdr #footerWeather {
	color: #000000;
	clear: both;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 2px 2px 70px;
	background: #FFFFFF;
	border-top: 1px dotted #5A6C3A;
}
.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;
}
#quickLinks {
	margin-bottom: 10px;
}
.form {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 160px;
}
.formSmall {
	color: #000000;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	color: #4D6F22;
	text-decoration: none;
}
a:visited {
	color: #4D6F22;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #4D6F22;
	text-decoration: underline;
}
a.footer:link {
	color: #FFC643;
	text-decoration: none;
}
a.footer:visited {
	color: #FFC643;
	text-decoration: none;
}
a.footer:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.footer:active {
	color: #FFC643;
	text-decoration: underline;
}
a.quick:link {
	color: #FFC643;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 14px Geneva, Arial, Helvetica, sans-serif;
}
a.quick:visited {
	color: #FFC643;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 14px Geneva, Arial, Helvetica, sans-serif;
}
a.quick:hover {
	color: #FFFFFF;
	text-decoration: underline;
	text-transform: uppercase;
	font: bold 14px Geneva, Arial, Helvetica, sans-serif;
}
a.quick:active {
	color: #FFC643;
	text-decoration: underline;
	text-transform: uppercase;
	font: bold 14px Geneva, Arial, Helvetica, sans-serif;
}
.thrColFixHdr #logos {
	margin-left: 250px;
}
.largeFont {
	font: bold normal 16px Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000000;
}
