
html{
	height: 100%;
	text-align:center;
	padding:0;
}

body {
	height: 100%;
	padding:0;
	text-align:left; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
}

div.clearer {

	clear: both; 
	line-height: 0px; 
	height: 0px;
	font: normal 0px "Helvetica", "Arial"; 
	margin: 0px;
	padding: 0px;
	border: 0px solid black;

}

#mainContainer {

	margin: 20px auto; 
	width: 980px; 
	min-height: 690px; 
	background-color: #bedddb;

}

#bgContainer { min-height: 600px; text-align: center; }

#bgContainer A:visited { text-decoration: none; color: #D55627;}
#bgContainer A { text-decoration: none; color: #D55627;}
#bgContainer A:hover { text-decoration: underline; }

#header {

	height: 90px; 
	position: relative;
	background: url(images_cache/header.gif) no-repeat; 

}

#logo {

	height: 90px; 
	width: 200px; 
	position: absolute;
	text-indent: -9999px;

}

#scwd {

	height: 90px; 
	width: 200px; 
	position: absolute; 
	left: 780px;
	text-indent: -9999px;

}

#logo A, #scwd A {

	width: 100%;
	height: 100%;
	outline: none;
	display: block;

}

#homeContentContainer {

	margin: 18px 70px 110px 70px; 
	min-height: 450px;
	text-align: center;

}

.foot {

	background: url(images_cache/footer.jpg) no-repeat; 
	background-position: center bottom;

}

.why-foot {

	background: url(images_cache/why_bg.jpg) no-repeat; 
	background-position: center bottom;

}

.rebates-foot {

	background: url(images_cache/rebate-hands.png) no-repeat; 
	background-position: right bottom;

}

.about-foot {

	background: url(images_cache/about_bg.jpg) no-repeat; 
	background-position: center bottom;

}

.business-foot {

	background: url(images_cache/business_programs_bg.jpg) no-repeat; 
	background-position: center bottom;

}

.waterwise-foot {

	background: url(images_cache/waterwise_bg.jpg) no-repeat; 
	background-position: center bottom;

}

#carouselContainer {

	height: 255px; 
	background-color: #f6f0da; 
	margin-bottom: 13px;

}

#carouselContainer A.button {

display: block;
opacity: .5;
width: 165px;
height: 80px;
margin-left: 6px;
margin-bottom: 3px;
text-indent: -9999px;
outline: none;


}

#bannerLink {

	margin-left: 5px; 
	float: left; 
	width: 660px; 
	height: 100%; 
	text-indent: -9999px;

}

#bannerLink A {

	display: block;
	width: 100%;
	height: 100%;
	outline: none;

}

.homeCallout {

	width: 270px; 
	height: 185px;
	float: left;

}

.gridMargin { margin-right: 15px; }

.centerContent {

	width: 450px; 
	margin: 0px auto;
	padding-top: 30px; 
	text-align: left;
	z-index: 10;

}

.typeorange { text-decoration: underline; font-weight: bold; }

#tipslist a.tips { color: #000; }
#tipslist a.tips:hover { color: #D55627; }

.waterwise_video_button {
	position:relative;
	display:block;
	width:280px;
	height:29px;
	background-color:#333;
	background:url(images_cache/watch-wwhc-video-button.jpg) no-repeat;
	cursor:pointer;
}

.waterwise_video_button:hover {
	position:relative;
	display:block;
	width:280px;
	height:29px;
	background-color:#fff;
	background:url(images_cache/watch-wwhc-video-button.jpg) no-repeat;
	cursor:pointer;
	background-position:-29px;
}

.residential-rebate-icons {
	position:relative;
	display:block;
	float:left;
	width:450px;
	height:100px;
	border-top:#d1794f solid 1px;
	border-bottom:#d1794f solid 1px;
	margin-top:100px;
	margin-bottom:20px;
}

.residential-rebate-icon {
	padding-left:50px;
	position:relative;
	display:block;
	float:left;
	width:100px;
	height:120px;
	border:none;
	margin-top:-60px;
}

#residential-rebate-icon-one {
	background:url(images_cache/het2-off.png) no-repeat center;
}

#residential-rebate-icon-one:hover {
	background:url(images_cache/het2.png) no-repeat center;
}

#residential-rebate-icon-two {
	background:url(images_cache/washer-off.png) no-repeat center;
}

#residential-rebate-icon-two:hover {
	background:url(images_cache/washer-hover.png) no-repeat center;
}

#residential-rebate-icon-three {
	background:url(images_cache/echium-off.png) no-repeat center;
}

#residential-rebate-icon-three:hover {
	background:url(images_cache/echium-hover.png) no-repeat center;
}

/* email form on about page */
#email-form {
    margin: 20px 40px;
}

#email-form textarea {
    width: 215px;
    overflow: scroll;
}

#email-form input {
    width: 215px;
}

#email-form td {
    vertical-align: top;
}

.red {
    color: red;
}

#email-form input#submit {
    background: url("../images/email-submit-button.png") no-repeat scroll left top transparent;
    border: medium none;
    float: right;
    height: 24px;
    width: 66px;
    text-indent: -999px;
    cursor: pointer;
}

#email-form input#submit:hover {
    background: url("../images/email-submit-button.png") no-repeat scroll left top transparent;
    background-position: -66px;
}

#email-form .spacer {
    height: 10px;
}

