* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	background-attachment: fixed;
	background-image: url(../images/bg_body_grass.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
}

a:link, a:visited {
	color: #006600;
	text-decoration: underline;
}
a:hover, a:focus, a:active {
	color: #333333;
}
#mainBody h5 {
	margin-bottom: 10px;
}


#hatImage {
	width: 146px;
	margin-top: 30px;
	margin-left: 30px;
}

/* start: MAIN STRUCTURE */
#pageWrapper {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
}
#headerTop {
	height: 16px;
	background-image: url(../images/bg_top_menu.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#headerMain {
	height: 235px;
}
.bgLC {
	background-image: url(../images/bg_construction_header.jpg);
	background-repeat: no-repeat;
}
.bgEC {
	background-image: url(../images/bg_erosion_header.jpg);
	background-repeat: no-repeat;
}
.bgLM {
	background-image: url(../images/bg_maintenance_header.jpg);
	background-repeat: no-repeat;
}

#headerBottom {
	font-size: 0px;
	line-height: 0px;
	border-top-width: 3px;
	border-bottom-width: 11px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #24875D;
	border-bottom-color: #000000;
}
#contentWrapper {
	padding-top: 20px;
	background-color: #FFFFFF;
	background-image: url(../images/border_grass.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#leftNav {
	width: 210px;
	float: left;
}
#mainContent {
	width: 740px;
	float: right;
	background-image: url(../images/bg_main_content.jpg);
	background-repeat: repeat-y;
	margin-bottom: 70px;
}
#mainBody {
	width: 500px;
	margin-left: 50px;
}
#affiliations {
	float: left;
	width: 150px;
	margin-right: 15px;
}

#mainRightCol {
	float: right;
	width: 153px;
	margin-right: 15px;
	margin-top: 48px;
	display: inline;
}
#footer {
	background-color: #000000;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #24875D;
	color: #FFFFFF;
}
#bottomNav {
	margin-top: 0px;
	text-align: center;
	margin-bottom: 20px;

}
/* end: MAIN STRUCTURE */

/* start: INTERNAL CONTAINERS */
#hatImage {
	height: 171px;
	width: 146px;
	margin-left: 10px;
}
/* end: INTERNAL CONTAINERS */

/* start: MAIN NAVIGATION */
#mainNav {
	width: 195px;
	margin-left: 15px;
	background-image: url(../images/bg_main_nav.jpg);
	background-repeat: repeat-y;
}
#mainNav li {
	list-style-type: none;
	margin-left: 3px;
	background-image: url(../images/brdr_main_nav.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#mainNav a:link, #mainNav a:visited {
	color: #000000;
	text-decoration: none;
	padding: 6px 0px;
	display: block;
}
#mainNav a.current:link, #mainNav a.current:visited, #mainNav a:hover, #mainNav a:focus, #mainNav a:active {
	color: #24875D;
}
/* end: MAIN NAVIGATION */

/* start: SECONDARY NAVIGATION */
#mainRightCol ul.pageNav {
	margin-top: 10px;
	list-style-type: none;
}
#mainRightCol ul.subPageNav {
	margin-top: 0px;
	list-style-type: none;
}

#mainRightCol ul.pageNav li {
	/*height: 34px;*/
	margin-bottom: 5px;
}
#mainRightCol ul.subPageNav li {
	/*height: 34px;*/
	margin-bottom: 5px;
	text-align: right;
}

#mainRightCol ul.subPageNav li a:link, #mainRightCol ul.subPageNav li a:visited {
	text-decoration: none;
	color: #666666;
	font-size: .9em;
	text-align: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: none;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 8px;
}
#mainRightCol ul.subPageNav li a.current:link, #mainRightCol ul.subPageNav li a.current:visited, #mainRightCol ul.subPageNav li a:hover, #mainRightCol ul.subPageNav li a:focus, #mainRightCol ul.subPageNav li a:active {
	color:#006600;
}
#mainRightCol ul.pageNav li a:link, #mainRightCol ul.pageNav li a:visited {
	text-decoration: none;
	color: #006600;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 7px;
	background-image: url(../images/bg_right_col_link.gif);
	background-repeat: no-repeat;
	display: block;
	padding-bottom: 7px;
}
#mainRightCol ul.pageNav li a.current:link, #mainRightCol ul.pageNav li a.current:visited, #mainRightCol ul.pageNav li a:hover, #mainRightCol ul.pageNav li a:focus, #mainRightCol ul.pageNav li a:active {
	background-image: url(../images/bg_right_col_link_hvr.gif);
}

/* start: SECONDARY NAVIGATION */

/* start: TOP & BOTTOM NAVIGATION */
#headerTop a:link, #headerTop a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 0.8em;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

#headerTop a:hover, #headerTop a:focus, #headerTop a:active, #bottomNav a:hover, #bottomNav a:focus, #bottomNav a:active {
	color: #fff;
}
#bottomNav a:link, #bottomNav a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
	font-size: 0.6em;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
/* end: TOP & BOTTOM NAVIGATION */

/* start: TEXT FORMATTING */
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	padding: 4px 4px;
}
#mainBody h1 {
	font-size: 1.8em;
	color: #FF6600;
	margin-bottom: 20px;
	font-weight: normal;
}
#mainBody p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-bottom: 15px;
	color: #333333;
}
#mainBody h2 {
	font-size: 1.1em;
	margin-bottom: 5px;
	font-weight: normal;
}
#mainBody h3 {
	font-weight: normal;
}
#mainBody td {
	font-size: 0.9em;
}
#mainBody table {
	margin-top: 10px;
	width: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;

}




#headerTop p, #bottomNav p {
	color: #CCCCCC;
}
/* end: TEXT FORMATTING */

/* start: GENERAL CLASSES */
.clearDiv {
	font-size: 0px;
	line-height: 0px;
	clear: both;
}
.floatRight {
	float: right;
}
/* end: GENERAL CLASSES */
#request input, #request textarea, #request select {
	width: 100%;
}
#lcServices li {
	width: 150px;
	float: left;
	font-size: 0.9em;
}
#lcServices {
	margin-left: 25px;
	margin-bottom: 20px;
}
#mainBody hr {
	margin-right: 25px;
}
