/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background: #FFF;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear{
	clear: both;
}




/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : Core 3.2.0
	
	Site	: www.buildinternet.com/project/supersized
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/


body { 
	background: #FFF url(../images/content_background.png) repeat top left; 
	font-family: arial, helvetica, sans-serif;
	height: 100%;
	padding-top: 170px;
}

h1{
	margin-bottom: 15px;
}

p{

	color: #808080;
	margin-bottom: 15px;
	line-height: 20px;
}


img{ 
	border:none; 
}
	
#supersized { position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
#supersized img{ width:auto; height:auto; position:relative; outline:none; border:none; }

/* Standard body CSS */
#container{
	width: 960px;
	margin: 0 auto;
	background: #FFF;
}

.container{
	width: 960px;
	margin: 0 auto;
}

header{
	height: 140px;
	background: url(../images/header_bg.gif) no-repeat;
}

.logo{
	margin: 12px 0 0 20px;
}

.call_now{
	    margin: 40px 45px 0 0;
    position: relative;
    top: -10px;
    right: -400px;
    display: inline-block;
    text-align: right;
    font-size: 35px;
    line-height: initial;

}

.call_now a{
	color: #034694;
	text-decoration: none;
}

.mobile #header{
	position: relative;
}

body.mobile{
	padding-top: 0px;
}

#header{
	position: fixed;
	width: 100%;
	z-index:99999;
	top: 0px;
	background: #FFF url(../images/content_background.png) repeat top left; 
}

nav#main{
	background: #fef901;
	height: 30px;
}

nav#main ul{
	padding-left: 40px;
	font-size: 14px;
	z-index: 999999;
}

nav#main ul li{
	display: inline;
	z-index: 99999;
	line-height: 30px;
	border-right: 2px solid #FFF;
	height: 30px;
	position: relative;
}

nav#main ul li.last{
	border-right: none;
}

nav#main ul li a{
	padding: 7px 15px;
	color: #4a4a4c;
	text-decoration: none;
}

nav#main ul li ul
{
	display: none;
	width: 220px;
	background: #000;
	background: rgba(0 , 0 , 0 , 0.7);
	position: absolute;
	padding: 6px 6px 6px 18px;
	top: 23px;
	left: -5px;
	z-index: 9999;
}

nav#main ul li ul li{
	border-right: none;
	padding: 3px;
	width: 100%;
	display: block;
	
}

nav#main ul li ul li a{
	color: #FFF;
	font-size: 10pt;
	padding: 0;
}

.gallery{
	overflow: hidden;
}

div#banners{
	width: 960px;
	height: 300px;
	position: relative;
}

#banner_container .item{
	width: 960px;
	height: 300px;
	float: left;
	border-right: 4px solid #4D4D4F;
}

#banner_container{
	position: absolute;
	width: 9999em;
	overflow: hidden;
}

#banner_container .item div.banner_foot{
	background: url(../images/banner_foot_background.png) no-repeat;
	width: 960px;
	height: 27px;
	position: absolute;
	top: 273px;
	right: 0;
	z-index: 999999;
}

div.floater{
	position: relative;
	top: 53px;
	left: 646px;
	width: 271px;
	height: 198px;
}

span.banner_title{
	width: 270px;
	padding: 6px 5px 0 640px;
	display: block;
	text-align: right;
	font-size: 15px;
	
}

.content{
	background: url(../images/grey_divider_background.gif) repeat-x top center;
}

section#content{
	font-size: 18px;
}

#content h1{
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 30px;
}

#content ul{

	margin-bottom: 15px;
	line-height: 20px;
}

#content li{
	list-style-position: inside;
	list-style-type: square;
}

section#content ul li{
	margin-bottom: 20px;
	line-height: 22px;
}


section#content header{
	height: 115px;
	background: url(../images/home_content_headers.png) no-repeat;
}

section#content #service_blurbs{
	padding: 15px 0 0 15px;
	margin: 0 50px;
	
	height: 160px;
}

section#content #service_blurbs div{
	color: #4a4a4c;
	font-size: 14px;
	line-height: 18px;
	margin-right: 60px;
	width: 240px;
	float: left;
}

section#content #silent_demolition{
	padding: 15px 0 15px 0;
	margin: 0 50px;

	border-bottom: 1px solid #808080;
	color: #4a4a4c;
    font-size: 14px;
}

section#content #silent_demolition li{
	margin-bottom: 0;
}

section#content #silent_demolition p{
	color: #4a4a4c;
    font-size: 14px;
}

section#content #silent_demolition .full_width{
	width: 100%;
}

section#content #silent_demolition .half_width{
	width: 46.2%;
	display: inline-block;
	padding-top: 20px;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
}

section#content #silent_demolition .half_width img{
	width: 100%;
}


a.more_info_button{
	display: block;
	color: #FFF;
	width: 115px;
	height: 22px;
	background: url(../images/button_sprite.png) no-repeat top left;
	text-decoration: none;
	margin-top: 15px;
	padding: 8px 0 0 13px;
	font-size: 14px;
}

a.more_info_button:hover{
	background-position: 0 -29px;
}

section#content #service_blurbs div.last{
	margin-right: 0;
}

section#content #service_blurbs div.middle{
	margin-right: 60px;
}

section#content div#projects_panel{
	float: left;
	margin-right: 30px;
	width: 320px;
}

section#content div#projects_panel img{
	padding: 30px 0 0 50px;
}

section#content div#contact_us_panel{
	background: url(../images/contact_us_panel.gif) no-repeat;
	width: 568px;
	height: 236px;
	float: left;
	margin-top: 30px;
}

section#content div#contact_us_panel div.text{
	padding: 70px 0 0 12px;
	width: 246px;
	float: left;
}

section#content div#contact_us_panel div.text p{
	color: #4a4a4c;
	font-size: 14px;
	margin-bottom: 17px;
}

form#contact_us{
	float: right;
	width: 268px;
	padding-top: 41px;
}

form#contact_us input{
	background: transparent;
	width: 250px;
	margin-bottom: 29px;
	height: 17px;
	border: none;
	padding: 4px;
}

form#contact_us input.phone_number{
	margin-bottom: 17px;
}

form#contact_us input.submit{
	width: 86px;
	height: 24px;
	color: #FFF;
}

form#contact_us input.submit:hover{
	color: #CCC;
}

footer{
	height: 55px;
	background: #fef901 url(../images/cog.png) no-repeat bottom right;
	padding-top: 15px;
	padding-left: 45px;
	
}

footer ul{
	width: 122px;
	float: left;
	font-size: 12px;
	margin-right: 30px;
}

footer ul li{
	padding: 4px 7px 4px 0;
}

footer ul li.title{
	border-bottom: 1px solid #808080;
}

footer ul li.title a{
	color: #808080;
	font-weight: bold;
}

footer ul li a, footer ul li.title a{
	text-decoration: none;
}

footer ul li a{
	color: #a1a192;
}

strong{
	font-weight: bold;
}

footer div.site_meta{
	margin-top: 20px;
	padding-top: 10px;
	clear: both;
	border-top: 1px solid #808080;
	color: #808080;
	font-size: 11px;
	margin-right: 50px;
}

div#divider{
	background: url(../images/grey_divider_background.gif) repeat-x;
	height: 47px;
}

.project_panel{
	float: left;
	width: 270px;
	height: 240px;
	margin-right: 25px;
}

#padder{
	padding: 25px 25px 25px 45px;
}

.right_align{
	float: right;
}

.left_align{
	float: left;
}

.four_hundy{
	width: 400px;
}

.three_hundy{
	width: 300px;
}

#gallery{
	width: 570px;
	float: right;
	text-align: center;
}

#gallery #image_wrap{
	margin-bottom: 14px;
	height: 490px;
	overflow: hidden;
}

#thumbs img{
	float: left;
	margin-right: 14px;
	cursor: pointer;
	cursor: hand;
}

#gallery_controls{
	height: 29px;
	background: url(../images/gallery_header_background.gif) repeat-x;
}

.project_panel .title{
	margin-bottom: 15px;
}


div.nav{
	background: #FEF901;
}

div.footer{
	background: #FEF901;
}



body.mobile{
	background: #FFF !important;
}

#mobile_page{
	width: 320px;
	text-align: center;
}

#mobile_page #header{
	padding: 20px 20px 20px 20px;
}

#mobile_page #mobile_body{
	padding: 20px;
	background: #FEF901;
	margin-bottom: 18px;
}

#mobile_page a{
	text-decoration: none;
}

#mobile_page ul, #mobile_page ul li ul{
	text-align: center;
	width: 240px;
	margin-left: 20px;
	margin-bottom: 30px;
}

#mobile_page ul li ul{
	margin-top: 20px;
}


#mobile_page ul li{
	text-align: left;
	font-size: 2em;
	margin-bottom: 8px;
}

#mobile_page p, #mobile_page li, #mobile_page li ul li {
	font-size: 16px;
	color: #808080;
}

#mobile_page li ul li{
	list-style-type: disc;
	list-style-position: outside;
}

#mobile #header h1{
	width: 230px;
	text-align: center;
}

#mobile_page .phone_number{
	font-size: 2em;
	margin-bottom: 30px;
}

#mobile_page .email{
	font-size: 1.4em;
}







