/* CSS Document */

/* Global Styles
--------------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

body, html {
	min-height: 101%;
}

body {
	text-align: left;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background:url(../../images/layout/bodyBg2.gif) repeat-y #D1EAF0 center;
	margin: 0px;
}

a:link, a:visited, a:focus {
	text-decoration: none;
	outline: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

a img {
	border: none;
}

h1 {
	font-size: 2.8em;
	font-weight: normal;
	text-transform:capitalize;
	font-style:italic;
	font-weight:bold;
	color:#125768;
}

h2 {
	font-size: 1.8em;
	font-weight: normal;
	color:#236B8F;
	padding:10px 0px 5px 0px;
	margin:0px 0px 7px 0px;
	text-transform:capitalize;
}

h3 {
	font-size: 1.3em;
	font-weight: normal;
}


.yellow {
	color:#99CC00;
}

hr {
	height: 3px;
	width:690px;
	border:0px;
	background-color: #1D869F;
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
} 

ul{
	margin-bottom: 10px;
}


/* Container Styles
--------------------------------------------------------------- */

#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index:20;
	font-size: 1.2em;
}

	#containerTop {
		width:980px;
		display:block;
		position:relative;
		top:105px;
		z-index:50;
	}
	
	#mainImage {
		float:right;
		padding:0px;
		margin:0px;
		width:720px;
		height:225px;
		border-right: solid 10px #ffffff;
		border-top: solid 10px #ffffff;
	}

	#contentContainer {
		width: 980px;
		position: absolute;
		z-index: 20;
		top: 340px;
		background: #fff;
	}
	
	#mainBgCont {
		margin-left:auto;
		margin-right:auto;
		width:100%;
	}
		
		#mainBg {
			position:absolute;
			top:0px;
			margin-left:auto;
			margin-right:auto;
			z-index:10;
			height:120px;
			width:100%;
			background: url(../../images/layout/mainTop.jpg) no-repeat bottom center;
		}	
		
/* Main Styles
--------------------------------------------------------------- */

		#main {
			float: right;
			width: 710px;
			padding: 10px 0px 0px 10px;
		}
		
			#main p {
				margin: 0px 0px 7px 0px;
			}
			
			.maintitle {
				font-size: 2.2em;
				font-weight: bold;
				text-align: left;
				font-family: Arial, Helvetica, sans-serif;
				color: #125768;
			}
			
				.maintitle a {
					color: #125768;
					text-decoration: none;
					padding:0px 0px 0px 0px;
				}
				
				.maintitle a:hover, a:active {
					color: #000;
					text-decoration: underline;
					padding:0px 0px 0px 0px;
				}			
			
			.topLeftText {
				width:340px;
				float:left;
				color:#000;
				font-size:1.1em;
				padding:5px 0px 0px 0px;
			}
			
				.topLeftText h2{
					border:none;
					padding:0px 0px 0px 0px;
					font-size:1.7em;
				}
			
				.topLeftText ul {
					padding:0px 0px 0px 40px;
				}
				
				.topLeftText a{
					color:#125768;
					text-decoration:none;
				}
				
					.topLeftText a:hover{
					color:#000000;
					text-decoration:none;
				}
			
			.left {
				width:340px;
				float:left;
				padding:10px 0px 0px 0px;
			}
			
				.left a{
					color:#125768;
					text-decoration:none;
				}
				
					.left a:hover{
					color:#000000;
					text-decoration:none;
				}
			
			
				.left p{
					color:#000;
					padding:0px 0px 20px 0px;
				}
			
			.right {
				width:320px;
				float:right;
				padding:10px 20px 0px 0px;
			}
			
				.right a{
					color:#125768;
					text-decoration:none;
				}
				
					.right a:hover{
					color:#000000;
					text-decoration:none;
				}
			
				.right p{
					color:#000;
					padding:0px 0px 20px 0px;
				}

/* Sidebar/CTA Styles
--------------------------------------------------------------- */
		
		#sidebar {
			float: left;
			width: 250px;
			padding:0px 0px 10px 0px;
		}
		
/* Header Styles
--------------------------------------------------------------- */

#header {
	width: 980px;
	height:120px;
	position: absolute;
	z-index:80;
	top: 0px;
	left: 0px;
}

	#logo {
		font-size:3.2em;
		padding:0px 0px 0px 50px;
		text-transform:uppercase;
		color:#125768;
		font-weight:bold;
		float:left;
		position:relative;
		top:60px;
		line-height:1.0em;
		z-index:80;
	}
	
		#logo a {
			text-decoration:none;
			color:#125768;
		}
	
	#callNowC2a {
		width:350px;
		float:right;
		text-align:right;
		position:relative;
		top:50px;
		z-index:80;
	}
	
		#callNowC2a01 {
			font-size:1.3em;
			font-weight:bold;
			color:#125768;
			line-height:1.5em;
		}
		
		#callNowC2a01Big {
			font-size:1.9em;
		}
		
		#callNowC2a02 {
			font-size:1.2em;
			font-style:italic;
			font-weight:bold;
			color:#125768;
			line-height:1.2em;
		}
	
/* Backgrounds
--------------------------------------------------------------- */	

.bgLeft {
	background:url(../../images/layout/bgLeft.gif) no-repeat right top;
	width:150px;
	height:2000px;
	display:block;
	position:relative;
	right:150px;
	z-index:100;
}

.bgRight {
	background:url(../../images/layout/bgRight.gif) no-repeat right top;
	width:150px;
	height:235px;
	position:relative;
	right:160px;
	z-index:80;
}

/* Vertical Navigation Styles
--------------------------------------------------------------- */

#navigation {
	width: 240px;
	height:218px;
	background:#125768;
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
	border-left: solid 10px #ffffff;
	border-top: solid 10px #ffffff;
	padding:7px 0px 0px 0px;
}

	#navigation ul {
		margin: 0px;
		padding: 0px;
	}
	
		#navigation ul li {
			display: inline;
			list-style: none;
		}
			  
			#navigation ul li a {
				float: left;
				width: 230px;
				color: #fff;
				text-decoration: none;
				padding: 4px 10px 4px 0px;
				font-size: 1.2em;
				text-transform:uppercase;
				text-align:right;
				border-bottom:1px #4991a3 solid;
				letter-spacing:0.05em;
				
			}

				#navigation ul li a:hover {
					color: #fcfdb8;
					background:#58577F;
				}
				
				#navigation ul li .bottomLink {
					border-bottom:none;
				}
				
#index #navigation .index-a,
#drainage #navigation .link1-a,
#blocked #navigation .link2-a,
#unblocking #navigation .link3-a,
#cleaning #navigation .link4-a,
#jetting #navigation .link5-a,
#collapsed #navigation .link6-a,
#contact #navigation .contact-a {
	font-size:1.5em;
	color:#fcfdb8;
	padding:5px 10px 5px 0px;
}

/* C2a's
--------------------------------------------------------------- */

.topRightC2a {
	background: url(../../images/layout/topRightC2a.gif) no-repeat;
	width:320px;
	height:210px;
	float:right;
	margin-right:20px;
	margin-top: 10px;
	text-align:center;
}
	
	/*.topRightC2a01 {
		color:#000;
		font-size:3.6em;
		font-weight:bold;
		padding:0px 0px 0px 0px;
		line-height:1.0em;
		text-align:center;	
	}*/
	
	#topRightC2a01 {
		color:#fff;
		font-size:3.6em;
		font-weight:bold;
		padding: 0px;
		margin: 0px;
		}

.fastC2a {
	width:240px;
	height:186px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-top:solid #ffffff 10px;
	border-bottom:solid #ffffff 10px;
	font-weight:bold;
	float:right;
	color:#FFFFFF;							
}

#fastC2a01-label{
	position: absolute;
	z-index:1;
	top: 15px;
	left: 25px;
}

	.fastC2a01 {
		font-size:1.8em;
		text-transform:uppercase;
		letter-spacing:-0.05em;
		text-align: left;
		width:220px;
	}

#fastC2a02-label{
	position: absolute;
	z-index:1;
	top: 140px;
	left: 20px;
}


	.fastC2a02 {
		font-size:1.3em;
		text-transform:uppercase;
		color:#950F0C;
		letter-spacing:-0.06em;
	}

#fastC2a03-label{
	position: absolute;
	z-index:1;
	top: 155px;
	left: 20px;
}

	.fastC2a03 {
		font-size:2.8em;
		color:#950F0C;
		letter-spacing:-0.04em;
	}




.bottomContainerC2a {
	float:right;
	width:240px;
	margin:0px 0px 0px 0px;			
}
	
	#bottomContainerC2aTop {
		width:230px;
		height:250px;
	}
		
		#bottomContainerC2aTop01-label{
			position: absolute;
			z-index:1;
			top: 285px;
			left:85px;
		}
		
		.bottomContainerC2aTop01 {
			text-align:right;
			text-transform: uppercase;
			font-size:1.8em;
			font-weight:bold;
			color:#FFFFFF;
		}
		
		#bottomContainerC2aTop02-label{
			position: absolute;
			z-index:1;
			top: 388px;
			left:30px;
		}
		
		.bottomContainerC2aTop02 {
			text-transform: uppercase;
			font-size:1.8em;
			letter-spacing:-0.06em;
			font-weight:bold;
			color:#A30816;
			font-style:italic;
		}
		
			.bottomContainerC2aTop02You {
				color:#FFFFFF;
			}
		
		#bottomContainerC2aTop03-label{
			position: absolute;
			z-index:1;
			top: 410px;
			left:30px;
			white-space:nowrap;
			float:left;
		}
		
		.bottomContainerC2aTop03 {
			font-size:2.7em;
			letter-spacing:-0.05em;
			font-weight:bold;
			color:#A30816;
		}
	
	#bottomContainerC2aMiddle {
		background:url(../../images/layout/bottomC2aMiddle.jpg) no-repeat top;
		width:240px;
		height:350px;
	}
	
	#bottomContainerC2aBottom {
		background:#3A4D4B url(../../images/layout/bottomC2aBottom.jpg) no-repeat;
		height:110px;
		width:225px;
		color:#FFFFFF;
		font-weight:bold;
		padding:75px 0px 0px 15px;	
	}
	
	 .bottomContainerC2aBottom01 {
		font-size:1.6em;
		line-height:0.9em;
		color:#ffd200;
		font-style:italic;
		padding:0px 20px 0px 0px;
	 }
	 
	 .bottomContainerC2aBottom02 {
		font-size:2.2em;
		letter-spacing:-0.03em;
	 }


/* Footer Styles
--------------------------------------------------------------- */

#footer {
	clear: both;
	width: 960px;
	color: #fff;
	background: #125768;
	padding: 10px 10px;
	font-size: 0.9em;
}

	#footer .index-a, #footer .contact-a {
		display: none;
	}

	#footer h2 {
		font-weight: bold;
		margin: 0px;
		color: #fff;
		padding: 3px 5px;
		font-size: 1.2em;
		font-style: italic;
		width: 250px;
		border:none;
	}
		
	#footer li {
		list-style: none;
	}
	
	#footer p, #footer ul {
		margin: 0px;
		padding: 0px;
	}

	#footer a {
		white-space: nowrap;
		color: #fff;
		text-decoration: none;
	}
	
	#footer a:hover {
		color: #fff;
		text-decoration:underline;
	}

/* Footer Services Styles
--------------------------------------------------------------- */	

	#footer #footer-services {
		float: left;
		width: 250px;
		margin: 0px;
	}
	
		#footer #footer-services ul li {
			float: left;
		}
	
			#footer #footer-services ul li a {
				float: left;
				width: 230px;
				padding: 3px 5px;
				border-bottom: 1px dotted #fff;
			}

				
/* Footer Right Styles2
--------------------------------------------------------------- */	

	#footer #footer-right2 {
		padding:0px 20px 0px 0px;
		float: right;
		width: 165px;
	}
	
		.validLinks {
			display:inline;
		}
	
		#footer #footer-right2 h2 {
			width: 155px;
		}
		
			#footer #footer-right2 ul li {
				float: left;
			}
					
			#footer #footer-right2 ul li a {
				float: left;
				width: 165px;
				padding: 3px 5px;
				border-bottom: 1px dotted #fff;
			}
		
		#footer #footer-right2 p {
			line-height: 20px;
			padding: 3px 5px;
		}
		
		#footer #footer-right2 .bottomLink {
			margin-bottom: 5px;
		}
		
		
/* Footer Bottom Styles
--------------------------------------------------------------- */	

	#footer #footer-bottom {
		width: 940px;
		clear: both;
		float: left;
		margin: 10px 0px 0px 0px;
		text-align: center;
	}

/* Image Styles
--------------------------------------------------------------- */

.img-left {
	float: left;
	margin: 0px 10px 10px 0px;
}

.img-right {
	float: right;
	margin: 0px 0px 10px 10px;
}
	
	.img-border {
		border: 1px solid #ccc;
	}
	
/* Contact Table Styles
--------------------------------------------------------------- */

.errors {
	font-size:1.3em;
	padding:0px 0px 0px 20px;
	color:#FF0000;
	font-weight:bold;
}

#contact h2 {
	border:none;
}

#contactTable {
	float:left;
}
fieldset#company_address{
	width: 230px;
	height: 120px;
	float: right;
	margin: 0px 78px 10px 0px;
	padding : 5px 15px 15px 15px ;
	border: 1px solid #99C8DF;	
}
fieldset#company_address legend {
	font-size: 1.4em;
	color: #236B8F;
	font-weight: bold;
	padding:0px 5px 0px 5px;
}
#contactTable #botBuster {
	display: none;
}
	
#form {
	float:left;
	width:300px;
}

form.formular {
	font-size: 12px;
	width:300px;
}

.formular fieldset {
	margin:0px 0px 5px 0px;
	padding : 0px 15px 15px 15px;
	border: 1px solid #99C8DF;	
}

.formular fieldset.botBuster {
	display:none;
}

.formular legend {
	font-size: 1.4em;
	color: #236B8F;
	font-weight: bold;
	padding:0px 5px 0px 5px;
}

.formular fieldset label {
	float: none;
	text-align: inherit;
	width: auto;
}

.formular label span {
	color: #000;
}

.formular input, .formular select, .formular textarea {
	display : block;
	margin-bottom: 10px;
}

.formular .text-input {
	width: 250px;
	color: #555;
	padding: 4px;
	border: 1px solid #99C8DF;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
	
}
.formular textarea {
	width: 250px;
	height:70px;
	color: #555;
	padding: 4px;
	border: 1px solid #99C8DF;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
	
}
.formular .infos {
	background: #FFF;
	color: #333;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
}

.formular span.checkbox, .formular .checkbox {
	display: inline;
}

.formular .submit {
	background: #236B8F;
	color:#FFFFFF;
	font-weight:bold;
	border: 1px solid #AAA;
	padding: 4px;
	margin: 5px 0px 20px 0px;
	float: right;
	text-decoration: none;
	cursor:pointer;
}

.formular hr {
	clear: both;
	visibility: hidden;
}

.formular .fc-error {
	width: 350px;
	color: 555;
	padding: 4px;
	border: 1px solid #99C8DF;
	font-size: 12px;
	margin-bottom: 15px;
	background: #FFEAEA;
}

	.formError {
			position:absolute;
			top:300px; left:300px;
			padding-bottom:13px;
			display:block;
			z-index:5000;
		}
			.ajaxSubmit{ padding:20px; background:#55ea55;border:1px solid #999;display:none}
			.formError .formErrorContent {
				width:100%; 
				background:#ee0101;
				color:#fff;
				width:150px;
				font-family:tahoma;
				font-size:11px;
				border:2px solid #ddd;
				box-shadow: 0px 0px 6px #000;
				-moz-box-shadow: 0px 0px 6px #000;
				-webkit-box-shadow: 0px 0px 6px #000;
				padding:4px 10px 4px 10px;
				border-radius: 6px;
				-moz-border-radius: 6px;
				-webkit-border-radius: 6px;
			}
			.greenPopup .formErrorContent {background:#33be40;}
			
			.blackPopup .formErrorContent {background:#393939;color:#FFF;}
			
			.formError .formErrorArrow{
				position:absolute;
				bottom:0;left:20px;
				width:15px; height:15px;

				z-index:5001;
			}
			.formError .formErrorArrowBottom{top:0;margin:-6px;}
			
				.formError .formErrorArrow div{
					border-left:2px solid #ddd;
					border-right:2px solid #ddd;
					box-shadow: 0px 2px 3px #444;
					-moz-box-shadow: 0px 2px 3px #444;
					-webkit-box-shadow: 0px 2px 3px #444;
					font-size:0px; height:1px; background:#ee0101;margin:0 auto;line-height:0px; font-size:0px; display:block;
				}
					.formError .formErrorArrowBottom div{
						box-shadow: none;
						-moz-box-shadow: none;
						-webkit-box-shadow: none;
					}
					
				.greenPopup .formErrorArrow div{background:#33be40;}
				.blackPopup .formErrorArrow div{background:#393939;color:#FFF;}

				.formError .formErrorArrow .line10{width:15px;border:none;} 
				.formError .formErrorArrow .line9{width:13px;border:none;} 
				.formError .formErrorArrow .line8{width:11px;} 
				.formError .formErrorArrow .line7{width:9px;} 
				.formError .formErrorArrow .line6{width:7px;} 
				.formError .formErrorArrow .line5{width:5px;} 
				.formError .formErrorArrow .line4{width:3px;} 
				.formError .formErrorArrow .line3{width:1px;
					border-left:2px solid #ddd;
					border-right:2px solid #ddd;
					border-bottom:0px solid #ddd;} 
				.formError .formErrorArrow .line2{width:3px;border:none;background:#ddd;}
				.formError .formErrorArrow .line1{width:1px;border:none;background:#ddd;}  
	
	
/* Light Box 
--------------------------------------------------------------- */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 30%;
	height: 100%;
	}
#prevLink { left: 0; float: left; background:url(../../images/lightbox/prevlabel.gif) left 50% no-repeat; }
#nextLink { right: 0; float: right; background: url(../../images/lightbox/nextlabel.gif) right 50% no-repeat; }
#prevLink:hover, #prevLink:visited:hover { background:url(../../images/lightbox/prevlabel.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../images/lightbox/nextlabel.gif) right 50% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color:#000;
	}

/* Generic Styles
--------------------------------------------------------------- */

.clearfix {
	clear: both;
}


.float-right{
	float: right;
	margin-top: 10px;
	margin-right: 20px;
}