@charset 'utf-8';

/*---------------- Index Banner ---------------*/

#banner{
	padding:1px;
	 margin-top:25px;
	 height:302px;
}

#banner h1, #banner h2{
	font-size:
	color:#
}
#banner_image{
	width:651px;
	height:302px;
	float:left;
	overflow:hidden;
}
#banner_quicklinks{
	background:url(../images/index_quicklinks.jpg) no-repeat;
	width:297px;
	height:225px;
	float:left;
	padding-top:77px;
	overflow:hidden;
}
#banner_quicklinks li{
	border-bottom:1px solid #293b77;
	margin-bottom:2px;
}
#banner_quicklinks a{
	display:block;
}
a#commercial{
	background:url(../images/index_quicklinks_sprite.jpg) no-repeat 0 0;
	width:297px;
	height:72px;
}
a#commercial:hover{
	background:url(../images/index_quicklinks_sprite.jpg) no-repeat 0 -72px;
}
a#water_treatment{
	background:url(../images/index_quicklinks_sprite.jpg) no-repeat -297px 0;
	width:297px;
	height:72px;
}
a#water_treatment:hover{
	background:url(../images/index_quicklinks_sprite.jpg) no-repeat -297px -72px;
}
a#rural_tanks{
	background:url(../images/index_quicklinks_sprite.jpg) no-repeat -594px 0;
	width:297px;
	height:72px;
}
a#rural_tanks:hover{
	background:url(../images/index_quicklinks_sprite.jpg) no-repeat -594px -72px;
}

/*---------------- Index Content ---------------*/

#index_col_main{
	background:url(../images/index_main_col.jpg) no-repeat;
	background-color:#91866e;
	width:412px;
	margin:30px 0 0 30px;
	padding:90px 210px 10px 30px;
	overflow:hidden;
}

#index_sidebar{
	width:268px;
	padding:20px 0 0 0;
	overflow:hidden;
}
#index_sidebar h1{
	padding-bottom:1px;
}
#index_sidebar li{
	list-style-image:url(../images/droplet.gif);
	background:url(../images/index_separator.jpg) no-repeat bottom;
	padding-bottom:2px;
}
#index_sidebar a{
	display:block;
	
	padding:15px 20px 18px 17px;
	color:#fff;
}
#index_sidebar a:hover{
	background:url(../images/index_news_highlights.jpg) no-repeat;
}
