@import url(core.css);

@charset "utf-8";
/* CSS Document */
body {
	background:#f0f5f8;
	}
	
.outer-container-overflow {
	min-width:960px;
	overflow:hidden;
	}
	.outer-container {
		margin:0 auto;
		width:960px;
		}
		#background {
			background:#CFD8DE url(/images/layout/homebg.jpg) no-repeat scroll left top;
			margin:0 -160px;
			width:1280px;
			height:647px;
			}
			#left-col {
				width:200px;
				float:left;
				border:solid 0px black;
				margin-top:10px;
				position:relative;
				height: 300px;
				z-index: 9999;
				}
			#counter {
				position:absolute;
				left:62px;
				top:115px;
				}
			#right-col {
				width:760px;
				float:right;
				border:solid 0px black;
				margin-top:10px;	
				padding-bottom:37px;			
				}
				#home-banner {
					background:url(/images/banners/home-banner.jpg) no-repeat top left;
					width:730px;
					height:273px;
					margin-bottom:18px;
					}
				#home-content {
					width:500px;
					float:left;
					}
					#welcome-to-sanibrane {
						background:url(/images/welcome-to-sanibrane.gif) top left no-repeat;
						display:block;
						width:500px;
						height:1px;
						padding:29px 0 0 0;
						overflow:hidden;
						margin-bottom:18px;
						}
				#home-ctas {
					float:left;
					width:220px;
					margin-top:7px;
					}
					#home-ctas #cta-videodemo {	
						background:url(/images/cta/home_video-demo.gif) top left no-repeat;
						padding-top:92px;
						height:1px;
						overflow:hidden;
						display:block;
						}
					#home-ctas #cta-requestquote {
						background:url(/images/cta/home_request-quote.gif) top left no-repeat;
						padding-top:92px;
						height:1px;
						overflow:hidden;
						display:block;
						}
					#home-ctas #cta-videodemo:hover {
						background-position:-220px 0px;
						}
					#home-ctas #cta-requestquote:hover {
						background-position:-220px 0px;
						}						
		#footer {
			background:url(/images/layout/footer.jpg) top left repeat-y;
			width:1280px;
			margin:0 -160px 0 -160px;	
			padding-left: 200px;
			padding-top: 13px;
			line-height: 1.5em;
			font-size: 10px;			
			}						
			#footer p {
				line-height:15px;
				}
		.nav-wastewater .bd { 
			width: 721px;
			position: absolute; 
			left: -317px;
		}				
.home-span {
	color:#3871bf;
	}
p {
	line-height:25px;
	}
