/* General Content */

	p {
		font-size: 12px;
		line-height: 18px;
		font-family: Arial, Helvetica, sans-serif;
		color: #555555;
	}
	
	h1 {
		font-family: Arial, Helvetica, sans-serif;
		color: #555555;
		font-size: 21px;
		line-height: 18px;
		font-weight: normal;
	}
	
	h2 {
		font-family: Arial, Helvetica, sans-serif;
		color: #555555;
		font-size: 18px;
		line-height: 24px;
		font-weight: normal;
	}
	
	h3 {
		color: #8596ad;
		font-size: 16px;
		line-height: 21px;
		font-weight: normal;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	h4 {
		color: #555555;
		font-size: 16px;
		line-height: 21px;
		font-weight: normal;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	h5 {
		color: #555555;
		font-size: 16px;
		line-height: 21px;
		font-weight: normal;
		font-family: Arial, Helvetica, sans-serif;
		border-bottom: 1px solid #d6d8cd;
	}
	
	h6 {
		color: #002050;
		font-size: 12px;
		line-height: 18px;
		font-weight: normal;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	h1.index {
		font-family: Arial, Helvetica, sans-serif;
		color: #5d5c46;
		font-size: 14px;
		line-height: 20px;
		font-weight: normal;
	}
	
	h2.name {
		font-family: Arial, Helvetica, sans-serif;
		color: #60a82d;
		font-size: 14px;
		line-height: 16px;
		font-weight: normal;
	}



/* Standard Links */

	a { color: #60a82d; text-decoration: none; outline:none;}
	a:link { color: #60a82d; text-decoration: none; outline:none;}
	a:hover { color: #096aaa; text-decoration: none; outline:none;}
	a:visited { color: #60a82d; text-decoration: none; outline:none;}
	a:visited:hover { color: #096aaa; text-decoration: none; outline:none;}


/* Navigation Styles */

	#nav, #nav ul { /* all lists */
		list-style: none;
		line-height: 1;
		padding: 1px 0 0 0;
		z-index: 20;
	}
	
	#nav a {
		display: block;
		text-decoration: none;
		color: #60a82d;
		font-weight: bold;
		outline: none;
	}
	
	#nav a:hover {
		text-decoration: none;
		color: #096aaa;
	}
	
	#nav li ul li a {
		display: block;
		text-decoration: none;
		color: #d5f0ff;
		font-weight: bold;
		outline: none;
	}
	
	#nav li ul li a:hover {
		text-decoration: none;
		color: #ffffff;
	}
	
	#nav li { /* all list items */
		float: left;
		background: url(../images/bg-topnav-links.jpg) top right no-repeat;
		padding: 16px 20px 10px 17px; 
	}
	
	#nav li.last { /* all list items */
		float: left;
		background: url(../images/clear1x1.gif) top right no-repeat;
		padding: 16px 20px 10px 17px; 
	}
	
	#nav li ul.about { /* second-level lists */
		position: absolute;
		width: 200px;
		height: 200px;
		left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
		background: url(../images/index-about-panel.gif) top left no-repeat;
		margin: 9px 0 0 -17px;
		padding: 25px 20px 0px 10px;
	}
	
	#nav li ul.about li { /* all list items */
		width: 120px; /* width needed or else Opera goes nuts */
		margin: 0 0 0 10px;
		padding: 0 10px 10px 14px;
		background: url(../images/icon-nav.gif) top left no-repeat;
	}
	
	#nav li ul.services { /* second-level lists */
		position: absolute;
		width: 200px;
		height: 200px;
		left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
		background: url(../images/index-services-panel.gif) top left no-repeat;
		margin: 9px 0 0 -17px;
		padding: 25px 20px 0px 10px;
	}
	
	#nav li ul.services li { /* all list items */
		float: left;
		width: 180px; /* width needed or else Opera goes nuts */
		margin: 0 0 0 10px;
		padding: 0 10px 10px 14px;
		background: url(../images/icon-nav.gif) top left no-repeat;
	}
	
	#nav li ul.tools { /* second-level lists */
		position: absolute;
		width: 200px;
		height: 200px;
		left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
		background: url(../images/index-tools-panel.gif) top left no-repeat;
		margin: 9px 0 0 -17px;
		padding: 25px 20px 0px 10px;
	}
	
	#nav li ul.tools li { /* all list items */
		float: left;
		width: 170px; /* width needed or else Opera goes nuts */
		margin: 0 0 0 10px;
		padding: 0 10px 10px 14px;
		background: url(../images/icon-nav.gif) top left no-repeat;
	}
	
	#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}


/* Utility Nav Content */

	#UtilityNav a { color: #60a82d; text-decoration: none; outline:none; margin: 0 10px 0 0; padding:0 12px 0 0; border-right:1px solid #d9d7c2; font-size: 11px;}
	#UtilityNav a:link { color: #60a82d; text-decoration: none; outline:none;}
	#UtilityNav a:hover { color: #002050; text-decoration: none; outline:none;}
	#UtilityNav a:visited { color: #60a82d; text-decoration: none; outline:none;}
	#UtilityNav a:visited:hover { color: #002050; text-decoration: none; outline:none;}
	
	#UtilityNav p {
		line-height: 10px;
	}
	
	#UtilityNav a.last {
		border-right:1px solid #ffffff;
		margin: 0 0 0 0;
		padding:0 0 0 0;
	}
	
	#UtilityNav strong {
		font-size: 18px;
		font-weight: normal;
		line-height: 24px;
		color: #002050;
	}
	
	#UtilityNav .tollfree {
		font-size: 18px;
		font-weight: normal;
		line-height: 34px;
		color: #8596ad;
		padding: 2px 0 15px 0;
	}

/* Index Content */

	.indexservices {
		background: url(../images/bg-index-services.gif) top left repeat-x;
		padding: 10px;
	}
	
	ul.services {
		padding-top: 15px;
	}
	
	li.stormwater a {
		float: left;
		border-right: 1px solid #d9d7c2;
		background: url(../images/logo-stormwater-index.gif) top center no-repeat;
		padding: 45px 20px 0 20px;
		margin: 0 0 0 15px;
	}
	
	li.processing a {
		float: left;
		border-right: 1px solid #d9d7c2;
		background: url(../images/logo-processing-index.gif) top center no-repeat;
		padding: 45px 20px 0 20px;
	}
	
	li.enviro a {
		float: left;
		background: url(../images/logo-enviro-index.gif) top center no-repeat;
		padding: 45px 20px 0 20px;
	}
	
	
	#IndexRight p {
		font-size: 11px;
		line-height: 14px;
		font-family: Arial, Helvetica, sans-serif;
		color: #555555;
	}
	
	.indexnews {
		border-bottom: 1px solid #d9d7c2;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	
	.thumbnail {
		padding: 2px;
		border: 1px solid #d9d7c2;
		margin: 0 10px 0 0;
		float: left;
	}


/* Footer Content */

	
	#Footer p {
		font-size: 11px;
		line-height: 16px;
		font-family: Arial, Helvetica, sans-serif;
		color: #6d6f72;
	}
	
	#Footer a { color: #60a82d; text-decoration: none; outline:none; margin: 0 7px 0 0; padding:0 9px 0 0; border-right:1px solid #9d9e9e; font-size: 11px;}
	#Footer a:link { color: #60a82d; text-decoration: none; outline:none;}
	#Footer a:hover { color: #096aaa; text-decoration: none; outline:none;}
	#Footer a:visited { color: #60a82d; text-decoration: none; outline:none;}
	#Footer a:visited:hover { color: #096aaa; text-decoration: none; outline:none;}
	
	#Footer a.last {
		border-right:1px solid #f5f5f0;
	}
	
	#Footer strong {
		font-size: 18px;
		font-weight: normal;
		line-height: 24px;
		color: #002050;
	}
	
	#Footer .tollfree {
		font-size: 18px;
		font-weight: normal;
		line-height: 34px;
		color: #8596ad;
		padding: 2px 0 15px 35px;
		background: url(../images/icon-tollfree.gif) top left no-repeat;
	}
	
	#Footer .fax {
		font-size: 18px;
		font-weight: normal;
		line-height: 34px;
		color: #8596ad;
		padding: 2px 0 15px 15px;
	}