/* 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: #2d2d2d;
	background: url(../../images/misc/bg.gif) top repeat #fff;
	margin: 0px;
	overflow-x:hidden;
}

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

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

a img {
	border: none;
}

h1 {
	padding:0;
	font-size: 2.9em;
	font-weight: normal;
	color:#525252;
}
	h1 span{
		color:#70bf44;
	}
h2 {
	font-size: 1.6em;
	font-weight: normal;
}

h3 {
	font-size: 1.3em;
	font-weight: normal;
}
.blue{
	color:#239ec8;
}
.green{
	color:#70bf44;
}

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

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

	#contentContainer {
		width: 940px;
		position: absolute;
		z-index: 1;
		top: 100px;
		background: url(../../images/misc/contentbg.jpg) bottom repeat-x #fff;
		border:1px solid #CCCCCC;
	}
	#waves{
		position:absolute;
		margin-left: auto;
		margin-right: auto;
	}	
/* Main Styles
--------------------------------------------------------------- */

		#main {
			float: right;
			width: 639px;
			padding: 0px 0px;
			margin-top:335px;
		}
		* html #main{
			float: right;
			width: 644px;
			padding: 0px 0px;
			margin-top:335px;
		}
			#main p {
				margin: 10px 5px 10px 0px;
				line-height:1.6em;
				color:#666666;
			}
		
		#googleMap {
			width: 640px;
			height: 300px;
		}
			#content-top-left{
				float:left;
				width:419px;
			    background:url(../../images/misc/contenttop-bg.jpg) top  no-repeat;
				height:180px;
				padding-top:20px;
				
			}
				#content-top-left ul{
					padding:20px 10px 0px 35px;
					color:#696969;
				}
				#content-top-left ul li{
					padding:10px 0px;
					font-size:1.1em;
				}
			#content-top-right{
				float:right;
				width:220px;
			}
		
			
			#contentbottom-cta{
				 background: url(../../images/misc/contentbottom-cta.gif) no-repeat ;
				 height:90px;
				 width:500px;
				 padding:5px 0px 0px 100px;
				 color:#fff !important;
				 font-size:1.6em;
				 margin:30px 0px 0px 0px;
			}
				#contentbottom-cta strong{
					font-size:2.0em;
				}
				#contentbottom-cta p{
					margin:0px;
					color:#fff !important;
				}
				
				ul.body li{
					margin:10px 0px 10px 40px;
				}
/* Sidebar/CTA Styles
--------------------------------------------------------------- */
		
		#sidebar {
			float: left;
			width: 262px;
			padding:335px 14px 0px 14px;
			margin:0px;

		}
			#ctaLeft{
				font-weight:bold;
				font-size:2.1em;
				text-transform:uppercase;
				position:relative;
				height:150px;
				padding:0px;
				margin:0px;
				float:left;
			}
				#ctaLeft p{
					padding:0px;
					margin:0px;
				}
			#ctaLeft .top{
				top:5px;
				left:0px;
			}	
			#ctaLeft p.one{
				font-size:2.2em;	
				position:absolute;
				top:15px;
				left:0px;
				width:400px;
			}
			#ctaLeft p.onepointfive{
				font-size:1.7em;	
				position:absolute;
				top:45px;
				left:0px;
			}			
			#ctaLeft p.two{
				position:absolute;
				top:69px;
				left:0px;
				font-size:0.6em;
			}
			#ctaLeft p.three{
				position:absolute;
				top:83px;
				left:0px;
				font-size:1.4em;
			}	
			#ctaLeft .four{
				position:absolute;
				top:118px;
				left:0px;
			}	
			
			#logos{
				position:relative;
				float:left;
				padding-top: 10px;
			}		
			
			#cta-video {
				float: left;
			}
			
					
/* Header Styles
--------------------------------------------------------------- */


#header {
	width: 490px;
	height: 280px;
	position: absolute;
	z-index: 10;
	top: 160px;
	left: 1px;
	padding:0px 10px 0px 460px;
	color:#002640;
	background:url(../../images/misc/headerbg2.gif) no-repeat;
}
	body#index #header{
		display: none;
	}
	.headerimg{
		position:absolute;
		top:10px;
		left:10px;
		display:none;
	}
	body#removal #removal-header,
	body#surveys #survey-header,
	body#management #management-header,
	body#awareness #awareness-header,
	body#encapsulation #encapsulation-header,
	body#haulage #demolition-header,
	body#demolition-dismantling #dismantling-header,
	body#crushing #crushing-header,
	body#site-clearance #sitecleans-header,
	body#rapid-emergency-response #rapid-header,
	body#contact #contact-header,
	body#soft-strip-demolition #softstrip-header{
		display:block;
	}
	
	
#indexrunner {
	position: absolute;
	top: 160px;
	left: 0px;
	z-index: 10;
	width: 940px;
	height: 236px;
	display: none;
}

	body#index #indexrunner {
		display: block;
	}

	#indexrunner #indexrunnerleft,
	#indexrunner #indexrunnerright {
		text-align: center;
		float: left;
		color: #fff;
		font-size: 1.5em;
		width: 310px;
		padding: 130px 80px 0px 80px;
		height: 106px;
		background: url(../../images/misc/indexrunnerleft.jpg);
	}
	
		* html #indexrunner #indexrunnerleft,
		* html #indexrunner #indexrunnerright {
			display: none;
		}
	
		#indexrunner #indexrunnerright {
			background: url(../../images/misc/indexrunnerright.jpg);
		}
		
		#indexrunner #indexrunnerleftlink {
			display: block;
			position: absolute;
			top: 0px;
			left: 0px;
			width: 470px;
			text-align: center;
			font-size: 3.4em;
			color: #fff;
			z-index: 1000;
			height: 166px;
			padding: 70px 0px 0px 0px;
			text-decoration: none;
		}
		
		#indexrunner #indexrunnerrightlink {
			display: block;
			position: absolute;
			top: 0px;
			left: 470px;
			width: 470px;
			text-align: center;
			font-size: 3.4em;
			color: #fff;
			z-index: 100;
			height: 166px;
			padding: 70px 0px 0px 0px;
			text-decoration: none;
		}
		
		* html #indexrunner #indexrunnerleftlink {
			background: url(../../images/misc/indexrunnerleft.jpg);
		}
		
		* html #indexrunner #indexrunnerrightlink {
			background: url(../../images/misc/indexrunnerright.jpg);
		}
			
			#indexrunner a#indexrunnerleftlink:hover,
			#indexrunner a#indexrunnerrightlink:hover {
				color: #FF0;
			}
	
	#header h2{
		font-size:3.0em;	
		color:#fff;
		text-transform:uppercase;
		padding:20px 0px 0px 0px;
	}
		#index #header h2, #contact #header h2{
			color:#002640;
		}
		body#index #header h2.index{
			display:block;
		}
		body#index #header h2.other, #header h2.index{
			display:none;
		}
		#header p{
			width:420px;
			padding:10px 0px 0px 10px;
		}	
		#header h3{
			color:#113000;
			font-size:1.8em;
			position:absolute;
			top:125px;
		}
	#callback{
		position:absolute;
		top:163px;
		left:445px;
	}
	#callback2{
		position:absolute;
		top:156px;
		left:677px;	
		color:#000;
		width:250px !important;
		font-size:1.2em;
	}
		#callback2 strong{
			font-size:2.0em;	
			line-height:1.0em;	
		}
	#logo {
		position:absolute;
		top:5px;
	}
	
	#cta-top-right {
		width: 670px;
		position:absolute;
		text-align:right;
		padding: 5px 20px 0px 0px;
		text-align: right;
		height: 125px;
		font-size: 1.9em;
		top:15px;
		right:10px;
		color:#3b3b3b;
	}
		#cta-top-right strong{
			color:#107cb7;
		}
		#cta-top-right span{
			font-size:1.6em;
		}
#flashSlideshow {
	background: url(../../images/misc/flashSlideshowBackup.jpg);
}

#buckets{
	display:none;
}

/* Sidebar Images
--------------------------------------------------------------- */

	#sidebar #site-clearance-img,
	#sidebar #concrete-crushing-img,
	#sidebar #demolition-img,
	.demolition #sidebar #slideshow {
		display: none;
	}

			body#haulage #sidebar img#demolition-img,
			body#soft-strip-demolition #sidebar img#demolition-img,
			body#site-clearance #sidebar img#site-clearance-img,
			body#crushing #sidebar img#concrete-crushing-img,
			body#demolition-dismantling #sidebar img#demolition-img,
			body#rapid-emergency-response #sidebar img#demolition-img {
				display: block;
			}

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

#navigation {
	width: 940px;
	height: 61px;
	z-index: 100;
	position: absolute;
	left: 1px;
	top: 101px;
	background: url(../../images/misc/nav.jpg) repeat-x;
}

	#navigation ul {
		margin: 0px;
		padding: 0px;
	}
	
		#navigation ul li {
			display: inline;
			list-style: none;
		}
			  
			#navigation ul li a {
				float: left;
				color: #8a8a8a;
				text-decoration: none;
				padding: 10px 18px 10px 18px;
				font-weight: bold;
				font-size: 1.1em;
				margin:4px;
				background:url(../../images/misc/nav-bg.gif) center left no-repeat;
				text-transform:uppercase;
			}
				#navigation ul li a.one{
					padding: 18px 16px  18px 16px;
				}
				#navigation ul li a.rightLink {
					border: none;
				}

				#navigation ul li a:hover {
					background: #eeeeee;
					
				}
				
#index #navigation .index-a,
#contact #navigation .contact-a,
#removal #navigation .removal-a,
#surveys #navigation .surveys-a,
#management #navigation .management-a,
#awareness #navigation .awareness-a,
#encapsulation #navigation .encapsulation-a,
#haulage #navigation .haulage-a,
.demolition #navigation .haulage-a{
	background: #333333  ;
	color:#fff;
}


#navigation ul li.dropDown ul {
	position:absolute;
	display:none;
	top:56px;
	left:682px;
	width:200px;
	background:#333333;
	z-index:1000;
}

	#navigation ul li.dropDown ul li a{
		background:none;
		display:block;
		width:156px;
	}
		#navigation ul li.dropDown ul li a:hover{
			background:#000;
		}
	

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

#footer {
	clear: both;
	width: 940px;
	color: #3e3e3e;
	background: url(../../images/misc/footer.jpg) repeat-x #d8d8d8;
	padding: 10px 10px;
	font-size: 0.9em;
	position:relative;
	left:-10px; 
	top:20px;
	border:1px solid #cccccc;
}
	#wrap-left{
		position:absolute;
		top:-10px;
		left:-1px;
	}
	#wrap-right{
		position:absolute;
		top:-11px;
		right:0px;
	}	
	#footer .index-a, #footer .contact-a {
		display: none;
	}

	#footer h2 {
		font-weight: bold;
		margin: 0px;
		color: #111;
		padding: 5px 0px;
		font-size: 1.4em;
		font-style: italic;
	
	}
		
	#footer li {
		list-style: none;
	}
	
	#footer p, #footer ul {
		margin: 0px;
		padding: 0px;
	}

	#footer a {
		white-space: nowrap;
		color: #3e3e3e;
		text-decoration: none;
	}
	
	#footer a:hover {
		color: #666666;
		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 #777;
			}
		
/* Footer Areas Styles
--------------------------------------------------------------- */	

	#footer #footer-areas {
		float: left;
		width: 220px;
	}
	
		#footer #footer-areas h2 {
			
		}
	
		#footer #footer-areas ul {
			float: left;
			width: 155px;
		}
	
		#footer #footer-areas ul li {
			float: left;
			width: 125px;
			padding: 3px 5px;
			border-bottom: 1px dotted #777;
		}
		
/* Footer Right Styles
--------------------------------------------------------------- */	

	#footer #footer-right {
		float: left;
		width: 190px;
	}
	
		#footer #footer-right h2 {
			width: 170px;
		}
		
		#footer #footer-right p {
			line-height: 20px;
			padding: 3px 0px;
		}
				
/* Footer Right Styles2
--------------------------------------------------------------- */	

	#footer #footer-right2 {
		float: left;
		width: 165px;
	}
	
		#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 #777;
			}
		
		#footer #footer-right2 p {
			line-height: 20px;
			padding: 3px 5px;
		}
		
		#footer #footer-right2 .bottomLink {
			margin-bottom: 5px;
		}
		
		
/* Footer Bottom Styles
--------------------------------------------------------------- */	

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

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

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

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

	.botBuster {
		display: none;
	}
	h2.callback{
		margin:20px 0px;
	}
/* Generic Styles
--------------------------------------------------------------- */

.clearfix {
	clear: both;
}


				#slideshow {
					width: 262px;
					height: 343px;
					display:block;
					float:left;
				}
				
				#slideshow img {
					position: absolute;

					z-index: 8;
				}
				
				#slideshow img.active {
					z-index: 10;
				}
				
				#slideshow img.last-active {
					z-index: 9;
				}
