/* CSS Document */

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

p {
	line-height: 1.4em;
	color:#28527b;
}

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

	ul li {
		line-height: 1.4em;
	}

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

body {
	text-align: left;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(../../images/misc/bg.gif) top repeat-x #fff;
	margin: 0px;
}

#businesscard {
	background: #fff;
	margin: 10px;
	text-align:center;
}

a:link, a:visited, a:focus {
	color: #0000FF;
	text-decoration: underline;
	outline: none;
}

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

a img {
	border: none;
}

h1 {
	font-size: 2.4em;
	margin:5px 0px ;
	color:#28527b;
}

h2 {
	font-size: 1.4em;
}

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

#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	
	font-size: 1.2em;
}

	#contentContainer {
		width: 980px;
		
		margin-top: 280px; /* Same as height of header */
	}
	
/* Main Styles
--------------------------------------------------------------- */

		#main {
			float: left;
			width: 460px;
			padding: 10px 0px;
		}
		
		#map {
			width: 670px;
			height: 200px;
		}

			#main ul {
				margin: 0px 0px 0px 30px;
				padding: 0px;
			}
/* Sidebar/CTA Styles
--------------------------------------------------------------- */
		
		#sidebar {
			float: right;
			width:490px;
		}
		
/* Header Styles
--------------------------------------------------------------- */

#header {
	width: 980px;
	height: 200px;
	position: absolute;
	z-index: 1;
	top: 0px;
}

	#headerLeft{
		background:url(../../images/misc/header-leftbg.gif);
		height:141px;
		width:308px;
		float:left;
		margin-right:10px;
		text-align:right;
		padding-right:5px;	
	}
	
		#headerLeft p, #headerCentre p, #headerRight p {
			width:160px;
			float:right;
			margin:5px 0px;
			color:#28527b;
			font-weight:bold;
		}
		
		#headerLeft h2, #headerCentre h2, #headerRight h2{
			margin:5px 0px;
			font-size:1.6em;
		}
		
		#headerLeft a, #headerCentre a, #headerRight a{
			color:#28527b;
			
		}
		
	#headerCentre{
		background:url(../../images/misc/header-centrebg.gif);
		height:141px;
		width:308px;	
		float:left;	
		margin-right:10px;
		text-align:right;
		padding-right:5px;
	}
	
	#headerRight{
		background:url(../../images/misc/header-rightbg.gif);
		height:141px;
		width:308px;	
		float:left;	
		text-align:right;
		padding-right:5px;
	}
	
	#logo {
		margin:20px;
		float: left;
	}
	
	#cta-top-right {
		width:550px;
		position:absolute;
		top:5px;
		left:410px;
		height: 50px;
		font-size: 1.6em;
		text-align:right;
		color:#28527b;
		font-weight:bold;
	}
	
		#cta-top-right p {
			margin: 0px;
			padding: 0px;
		}
		#cta-top-right strong{
			font-size:2.2em;
		}
		#cta-top-right span{
			color:#e4bf02;
		}

#flashSlideshow {
	background: url(../../images/misc/flashSlideshowBackup.jpg);
}
#pdf-bullets {
	list-style:url(../../images/misc/bullet-pdf.gif);
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style-position:inside;
}

#pdf-bullets li {
	height:35px;
}

#pdf-bullets a {
	vertical-align:top;
	padding-top:10px;
	margin-left:0px;
	color:#24235b;
	line-height:30px;
}

/* Horizontal Navigation Styles
--------------------------------------------------------------- */

#navigation {
	width: 795px;
	height: 37px;
	z-index: 1;
	position: absolute;
	margin-left: 164px;
	top: 75px;
	border-bottom:3px solid #78cdd4;
}

	#navigation ul {
		display: inline;
		list-style: none;
	}
	
		#navigation ul li {
			display: inline;
			margin: 0px;
		}
			  
			#navigation ul li a {
				float:left;
				border-right: 1px solid #78cdd4;
				color: #000;
				text-decoration:none;
				padding: 10px 18px 10px 18px;
				font-weight: bold;
				font-size: 1.1em;
			}
			
				#navigation ul li a.contact {
					border: none;
				}

				#navigation ul li a:hover {
					background:#006699;
					color: #fff;
				}

body#home #navigation a.home, 
body#contact #navigation a.contact,
body#water-jetting #navigation a.water-jetting,
body#cctv #navigation a.cctv,
body#rootcut #navigation a.rootcut,
body#drainage-repair #navigation a.drainage-repair{
	background: #78cdd4;
}
/* Footer Styles
--------------------------------------------------------------- */

#footer {
	clear: both;
	width: 100%;
	color: #fff;
	background: #28527b url(../../images/misc/footerbg.gif) repeat-x;
	font-size: 0.9em;
}

#footerContainer{
	width:980px;
	margin-left: auto;
	margin-right: auto;	
	font-size:1.1em;
}	

	#footer li {
		list-style: none;
	}
	
	#footer p {
		margin: 0px;
		padding: 0px;
		color:#fff;
	}

	#footer a {
		white-space: nowrap;
		color: #fff;
		text-decoration: none;
	}
	#footer h2{
		padding-top:15px;
		color:#f9d102;
		margin:10px 0px;
	}
	#footer a:hover {
		color: #fadf53;
		text-decoration:underline;
	}
	#footerimage{
		float:left;
		width:150px;
		
	}
/* Footer Services Styles
--------------------------------------------------------------- */	

	#footer #footer-services {
		float: left;
		width: 250px;
	}
	
		#footer #footer-services ul li a {
			float: left;
			width: 250px;
			padding: 1px 5px;
		}
		#footer #footer-services li{
			float:left;
		}
/* Footer Areas Styles
--------------------------------------------------------------- */	

	#footer #footer-areas {
		float: left;
		width: 250px;
	}
	
		#footer #footer-areas ul li a {
			float: left;
			width: 250px;
			padding: 0 5px;
		}
		
/* Footer Right Styles
--------------------------------------------------------------- */	

	#footer #footer-right {
		float: left;
		width: 300px;
	}
	
		#footer #footer-right ul li a {
			float: left;
			width: 300px;
			padding: 3px 5px;
		}
		
/* Footer Bottom Styles
--------------------------------------------------------------- */	

	#footer #footer-bottom {
		width: 980px;
		clear: both;
		float: left;
	}
	
/* Footer W3C Styles
--------------------------------------------------------------- */	

	#footer #footer-w3c {
		width: 980px;
		clear: both;
		float: left;
		text-align:center;
	}
	
		#footer #footer-w3c li {
			list-style: none;
		}
	
	#footer #adtrakDesign {
		width: 980px;
		clear: both;
		float: left;
		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
--------------------------------------------------------------- */

	#contactTable #botBuster {
		display: none;
	}
	
/* Generic Styles
--------------------------------------------------------------- */

.clearfix {
	clear: both;
}

