@charset "UTF-8";
/* CSS Document */

html, body {
	background-color: #096282;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	padding:0;
	margin:0;
	color:#ffffff;
	/*This is a section of CSS used to put the footer at the bottom of the page*/
	height:100%;
}

.contentDiv {
	position:relative;
	width:938px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	margin-bottom:0;
	/*This is a section of CSS used to put the footer at the bottom of the page*/
	min-height:100%;
}

.bannerDiv{
	display:block;
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
	width:938px;
	height:384px;
	position:relative;
}

.bannerDiv2{
	display:block;
	background-image:url(images/subBanner.jpg);
	background-repeat:no-repeat;
	width:938px;
	height:200px;
	position:relative;
}

.bannerDiv3{
	display:block;
	background-image:url(images/waterCareHeader.jpg);
	background-repeat:no-repeat;
	width:938px;
	height:384px;
	position:relative;
}

.subBannerDiv{
	width:938px;
	height:218px;
	position:relative;
}

.linksDiv {
	width:800px;
	position:relative;
	font-size:130%;
	padding-left:100px;
	padding-top:40px;
}



.leftDiv {
	float:left;
	width:236px;
	border-right:1px solid #5c97ad;
	margin-left:40px;
	padding-right:15px;
	position:relative;
}

.middleDiv {
	float:left;
	width:236px;
	border-right:1px solid #5c97ad;
	padding-right:15px;
	padding-left:30px;
	position:relative;
}

.rightDiv {
	float:left;
	width:236px;
	margin-left:30px;
	position:relative;
}

.sideboxTop {
	background-image:url(images/sideboxTop.jpg);
	background-repeat:no-repeat;
	width:280px;
	height:32px;
	position:relative;
}

.sideboxMiddle {
	background-image:url(images/sideboxMiddle.jpg);
	background-repeat:repeat-y;
	width:280px;
	position:relative;
}

.sideboxBottom {
	background-image:url(images/sideboxBottom.jpg);
	background-repeat:no-repeat;
	width:280px;
	height:35px;
	position:relative;
	margin-top:-2px;
}

.footerDiv {
	background-image:url(images/whiteStrip.jpg);
	background-repeat:repeat-x;
	position:relative;
	height:100px;
	clear:both;
	/*This is a section of CSS used to put the footer at the bottom of the page*/
	width:100%;
	margin-top:-100px;
}

.footerText {
	color:#096282;
	padding-top:20px;
	text-align:center;
	position:relative;
	width:100%;
}

.spacerDiv {
	height:20px;
	width:100%;
}

.clearBotDiv{
	position:relative; 
	clear:both; 
	height:0px;
	/*This is a section of CSS used to put the footer at the bottom of the page*/
	padding-bottom:100px;
}

#dealerList{
	margin-bottom:80px;
}

.leftDiv_home{
	float:left;
	width:2px;
	border-right:1px solid #5c97ad;
	position:relative;
	height:150px;
	padding-right:20px;
	margin-right:20px;
}

.middleDiv_home{
	float:left;
	width:2px;
	border-right:1px solid #5c97ad;
	position:relative;
	height:150px;
	padding-right:20px;
	margin-right:20px;
}

.fileDiv #top{
		background-image:url(images/topBulList.jpg);
		background-repeat:no-repeat;
		width:221px;
		height:14px;
		background-color:#48A1C1;
}

.fileDiv #bottom{
		background-image:url(images/botBulList.jpg);
		background-repeat:no-repeat;
		width:221px;
		height:14px;
		background-color:#48A1C1;
}

.fileDiv #middle{
		background-image:url(images/midBulList.jpg);
		background-repeat:repeat-y;
		width:221px;
		/*padding:10px;*/
		background-color:#48A1C1;
}
	
.fileDiv{
	margin-bottom:20px;	
}
/*Text Formating */

h1 {
	font-size:160%;
	font-weight:lighter;
	letter-spacing:1px;
}

h2 {
	font-size:150%;
	font-weight:lighter;
}

a {
	text-decoration:none;
	color:#FFFFFF;
}

.footerLinks {
	color:#096282;
}

.hidden {
	color:#FF0000; visibility:hidden; }