/* CSS Document */

body {
	padding:0; 
	margin:0; 
	height:100%; 
	background:url(images/bg.jpg) repeat-x top left #8fb3f8;
	font-size:13;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}

a img {
	border:0;
}

/* ----------- HEADER STYLES ------------ */


.home {
	background:url(images/title1.jpg) no-repeat top left;
}

.gas {
	background:url(images/title2.jpg) no-repeat top left;
}

.grain {
	background:url(images/title3.jpg) no-repeat top left;
}

.sewer {
	background:url(images/title4.jpg) no-repeat top left;
}

.traffic {
	background:url(images/title5.jpg) no-repeat top left;
}

.contact {
	background:url(images/title6.jpg) no-repeat top left;
}
h1 {
	font-weight:normal;
	font-size:13px;
	display:inline
}

h2 {
	font-weight:normal;
	font-size:13px;
	display:inline
}

h3 {
	font-weight:normal;
	font-size:13px;
	display:inline
}

h4 {
	font-weight:normal;
	font-size:13px;
	display:inline
}



/* ------------ CHANGE LINK COLOR HERE ------------ */

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

ul {
	line-height:18px;
}

#wrapper {
	position:relative;
	margin:0 auto;
	padding:0;
	width:819px;
	height:auto;
	margin-bottom:20px;
}

#header {
	width:819px;
	height:229px;
	margin:0;
	padding:0;
	background:url(images/header.jpg) no-repeat top left;
}

#body {
	width:819px;
	height:auto;
	margin:0;
	padding:0;
	background:url(images/bodybg.png) repeat-y top left;
	padding-top:2px;
	padding-bottom:2px;
}

#flash {
	height:225px;
	width:788px;
	margin:0;
	padding:0;
	border:1px solid #000;
	margin:0 0 5px 15px;
}

.maintable {
	margin:0;
	width:790px;
	height:auto;
	margin-left:15px;

}

/* NAVIGATION STYLES */

.leftside {
	border:1px solid #000;
	background-color:#FFF;
	width:193px;
	height:auto;
	padding-top:25px;
	padding-bottom:25px;
}

#leftside ul.nav {
	text-align:left;
	line-height:30px;
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	border-top:1px solid #c2c2c2;
}

#leftside ul.nav li {
	width:100%;
	border-bottom:1px solid #c2c2c2;
}

#leftside ul.nav li a {
	display:block;
	height:26px;
	width:164px;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
	padding-left:28px;
}

#leftside ul.nav li a:hover {
	color:#000;
	background:url(images/bolt.gif) no-repeat center left #CDDBF0;
}

#leftside .here {
	color:#000;
	background:url(images/bolt.gif) no-repeat center left #CDDBF0;
}

.padded {
	padding:15px;
	font-size:12px;
	color:#000;
}

.padded ul {
	line-height:20px;
}

/* ---------------- END NAVIAGTION STYLES ---------------- */

#content {
	width:550px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:13px;	
	line-height:1.3em;
	border:1px solid #000;
	background-color:#FFFFFF;
	padding:5px 20px 15px 20px;
	margin-left:4px;
}

#footer {
	width:819px;
	height:120px;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	color:#000;
	font-size:11px;
	text-align:center;
	background:url(images/footer.jpg) no-repeat top left;
	padding-top:18px;
	line-height:1.5em;
}

#footer a {
	color:#000;
	text-decoration:none;
	margin:0 8px 0 8px;
}

#footer a:hover {
	text-decoration:underline;
}

.input {
	border:1px solid #000;
}

fieldset {
	width:380px;
	border:1px solid #999;
	padding:20px 20px 20px 20px;
}

legend {
	background-color:#fff;
	font-weight:bold;
	font-size:12px;
	color:#CC0000;
}

.noshow {
	display:none;
}

.redtext {
	font-weight:bold;
	color:#FF0000;
}

.bluetext {
	font-weight:bold;
	color:#0000FF;
}

.pic {
	border:2px solid #CC0000;
}

.floatright {
	float:right;
	margin:0 0 15px 15px;
}

.floatleft {
	float:left;
	margin:0 15px 15px 0;
}

hr {
	height:1px;
	background-color:#000;
	border:none;
	width:100%
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #0E75BD;
}
.subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #024A68;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #0270A6;
}
