/* 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/body-bg.jpg) top repeat-x #fff;
	margin: 0px;
}

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

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

a img {
	border: none;
}

/* H1/H2/H3 Styles
--------------------------------------------------------------- */

h1 {
	font-size: 2.4em;
	font-weight: normal;
	color: #4e4e4e;
	padding: 0px 0px 0px 35px;
	background: url(../../images/layout/h1-bg.jpg) bottom left no-repeat;
}

h2 {
	font-size: 1.8em;
	font-weight: normal;
	color: #4e4e4e;
}

h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: #4e4e4e;
}

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

#outerContainer {
	width: 100%;
	float: left;
}

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

	#contentContainer {
		width: 960px;
		padding-top: 415px;
	}
	
/* Main Styles
--------------------------------------------------------------- */

		#main {
			float: left;
			width: 540px;
			padding: 30px 0px 25px 0px;
		}
		
			#main p {
				margin: 10px 0px 10px 0px;
				font-size: 1.2em;
				line-height: 20px;
			}
			
			#main ul {
				font-size: 1.2em;
				padding: 3px 0px 3px 25px;
				
			}
			
				#main ul li {
					padding: 4px 0px;
				}
				
		#googleMap {
			width: 250px;
			height: 210px;
		}
		
		#main .phone {
			font-weight:bold;
			font-size:1.5em;
		}

/* Sidebar Styles
--------------------------------------------------------------- */
		
		#sidebar {
			float: right;
			width: 400px;
			padding: 30px 0px 30px 20px;
		}
		
			#sidebar #sidebar-logos {
				width: 60px;
				float: right;
				padding: 0px 0px 0px 20px;
			}
			
				#sidebar #sidebar-logos img {
					float: left;	
				}

/* Sidebar CTA Styles
--------------------------------------------------------------- */
		
			#sidebar #sidebar-ctas {
				width: 320px;
				float: left;
			}
		
				#free-quote-cta {
					width: 320px;
					height: 104px;
					float: left;
					padding: 0px 0px 10px 0px;
					background: url(../../images/layout/free-quote-cta-bg.jpg) no-repeat;
				}
				
					#free-quote-cta p {
						padding: 74px 0px 0px 0px;
						color: #535353;
						text-transform: uppercase;
						font-size: 1.5em;
						text-align: center;
					}
					
				img#fast-resp-cta,
				img#local-auth-cta,
				img#marking-tpes-cta {
					width: 320px;
					float: left;
					padding: 0px 0px 10px 0px;
				}
				
				#contract-work-cta {
					width: 320px;
					height: 111px;
					float: left;
					padding: 0px 0px 10px 0px;
					background: url(../../images/layout/contract-work-cta-bg.jpg) no-repeat;
				}
				
					#contract-work-cta p {
						padding: 84px 0px 0px 0px;
						color: #fff;
						text-transform: uppercase;
						font-size: 1.5em;
						text-align: center;
					}

/* Header Styles
--------------------------------------------------------------- */

#header {
	width: 960px;
	height: 105px;
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	background: url(../../images/layout/header-bg.jpg) no-repeat;
}

	#logo {
		width: 390px;
		height: 105px;
		float: left;
	}
	
	#cta-top-right {
		height: 90px;
		float: right;
		padding: 15px 0px 0px 0px;
		text-align: right;
	}
	
		#cta-top-right p {
			color: #fff;
			font-size: 1.4em;
			text-transform: uppercase;
		}
		
			#cta-top-right p span {
				color: #ff7e00;
			}
		
				#cta-top-right p.phone {
					font-size: 3.4em;
					line-height: 1.0em;
				}

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

#navigation {
	width: 960px;
	height: 69px;
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 105px;
	background: url(../../images/layout/nav-bg.jpg) no-repeat;
}

	#navigation ul {
		margin: 0px;
		padding: 0px;
	}
	
		#navigation ul li {
			display: inline;
			list-style: none;
		}
			  
			#navigation ul li a {
				height: 52px;
				float: left;
				color: #fff;
				padding: 17px 18px 0px 18px;
				text-decoration: none;
				text-transform: uppercase;
				font-size: 1.3em;
			}
			
				#navigation ul li a span {
					display: block;
					color: #ffdd00;
				}
	
					#navigation ul li a:hover {
						color: #fff;
						background: url(../../images/layout/nav-hover-bg.png) bottom repeat-x;
					}
					
						#navigation ul li a:hover span {
							color: #fff;
						}
					
					#navigation ul li a.index-a {
						padding-left: 0px;
					}
					
					#navigation ul li a.contact-a {
						padding-right: 0px;
					}

/* Header Bar Styles
--------------------------------------------------------------- */

#header-bar {
	width: 960px;
	height: 242px;
	position: absolute;
	z-index: 10;
	top: 174px;
	left: 0px;
	background: url(../../images/layout/header-bar.jpg) no-repeat;
}

	#header-bar img {
		float: right;	
	}
	
	#header-bar p {
		font-size: 2.0em;
		color: #a7a7a7;
		line-height: 0.9em;
	}
	
		#header-bar p.hbarTopLine {
			padding: 80px 0px 5px 0px;
		}
		
			#header-bar p.hbarTopLine2 {
				padding: 104px 0px 0px 0px;
			}
	
		#header-bar p.hbarLargeText {
			text-transform: uppercase;
			font-size: 5.2em;
		}
		
		#header-bar p.white {
			color: #fff;	
		}
		
		#header-bar p.yellow {
			color: #fee70b;
		}

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

#outerFooter {
	float: left;
	width: 100%;
	background: #000;
}

#footer {
	clear: both;
	width: 960px;
	color: #fff;
	margin: 0px auto;
	padding: 25px 0px 25px 10px;
	font-size: 1.2em;
	background: url(../../images/layout/footer-bg.jpg) top right no-repeat #000;
}

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

	#footer h2 {
		font-weight: bold;
		margin: 0px;
		color: #ffdd00;
		padding: 3px 5px 15px 5px;;
		font-size: 1.5em;
		width: 250px;
	}
		
	#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: #fee70b;
			text-decoration: underline;
		}

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

	#footer #footer-services {
		float: left;
		width: 170px;
		margin: 0px;
	}
	
		#footer #footer-services ul li {
			float: left;
		}
	
			#footer #footer-services ul li a {
				float: left;
				width: 140px;
				padding: 3px 5px;
				border-bottom: 1px dotted #777;
			}
		
/* Footer Areas Styles
--------------------------------------------------------------- */	

#footer-areas  {
	float: left;
	width: 120px;
	line-height: 20px;
}
#footer-areas h2 {
	width: 110px;

}

	#footer-areas ul li {
	padding: 0px 0px 0px 5px;
		
	}
	
/* Footer Address Styles
--------------------------------------------------------------- */	
	#footer #footer-address {
		float: left;
		width: 140px;
		padding: 0px 0px 10px -30px;
	}
	
		#footer #footer-address h2 {
			width: 170px;
		}
		
		#footer #footer-address p {
			line-height: 20px;
			padding: 3px 5px;
		}
				
/* Footer Help & Advice
--------------------------------------------------------------- */	

	#footer #footer-help {
		float: left;
		width: 160px;
	}
	
		#footer #footer-help h2 {
			width: 160px;
		}
		
			#footer #footer-help ul li {
				float: left;
			}
					
			#footer #footer-help ul li a {
				float: left;
				width: 165px;
				padding: 3px 5px;
				border-bottom: 1px   dotted #777;
			}
		
		#footer #footer-help p {
			line-height: 20px;
			padding: 3px 5px;
		}
		
		#footer #footer-help .bottomLink {
			margin-bottom: 5px;
		}
		
		
/* Footer Bottom Styles
--------------------------------------------------------------- */	

	#footer #footer-bottom {
		width: 940px;
		float: left;
		margin: 25px 0px 0px 0px;
		text-align: left;
	}

/* Float Styles
--------------------------------------------------------------- */

.left, .img-left {
	float: left;
}

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

.right, .img-right {
	float: right;
} 

	.img-right {
		margin: 10px 0px 10px 10px;
	}

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

.clearfix {
	clear: both;
}