@charset "utf-8";
/* CSS Document */

/* Reset
-----------------------------------------------------------------------------------------*/
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,
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;
	 -webkit-font-smoothing: antialiased;
    
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Source Sans Pro', sans-serif;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


.clearfix {
	clear:both;
}

.twelveHundred {
	width:1200px;
	margin:0 auto;
	
}


#headerWrapper {
	background-image: url(../images/header-bg.jpg);
	background-repeat:no-repeat;
	background-position: bottom center;
	height:336px;
}

#headerWrapper.home {
	background-image:url(../images/panel1-bg.jpg);
	background-size:cover;
	background-position:top center;
	background-repeat:no-repeat;
	height:auto;
}

#headerWrapper #header a #logo {
	float:left;
	margin-top: 20px;
}


#navWrapper {
	float:right;
	width:600px;
}
#headerWrapper #bannerWrapper {
	color:#FFF;
	padding-top:65px;
	/*height:465px;*/
	height:auto;
	overflow:hidden;
}
#fencesWrapper {
	background:url(../images/panel2-bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
	padding:100px 0;
}

#LandingfencesWrapper {
	background:url(../images/panel2-bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
	margin-top: 15px;
	padding-left:80px;
	padding-top: 30px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#fencesLeft {
	float:left; width:44%;
}

#fencesRight {
	float:right; width:53%;
}

#estimate {
	padding:80px 30px 80px 0;
}
#estimate #estimateForm {
	float:right;
	background:#ACC37E;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color:#FFF;
	width:485px;
	padding:30px;
}
#estimate #estimateInfo {
	float:right;
}

#locations {
	background:url(../images/home-map-bg-full.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

#mapWrapper {
	background:url(../images/home-map-bg-full.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:735px;
	width:1200px;
	margin:0 auto;
	overflow:visible !important;
/*	min-width: 100%; 
	min-height: 100%; 
	width: auto; 
	height: auto; 
	text-align: center;
*/}



#testimonialsWrap {
	background:url(../images/panel5-bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
	padding:115px 0;
}


#testimonialsWrap #testimonials #testInfo {
	color:#FFF;
	width:670px;
	float:left;
}
#testimonialsWrap #testimonials #testCommentsWrap {
	background: url(../images/test-bg.png) no-repeat top right;
	color:#FFF;
	font-size:24px;
	font-style:italic;
	line-height:42px;
	width:442px;
	padding:20px 0 30px 30px;
	float:right;
}

/*#testimonialsWrap #testimonials #testCommentsWrap #testComments {
	background: url(../images/home-testimonials-bg.png);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:50px 40px;
}
#testimonialsWrap #testimonials #testCommentsWrap #navComments {
	background:url(../images/arrow-testimonials.png) no-repeat 280px 0;
	text-align:right;
	padding:45px 15px 0 0;
}


.bubble 
{
position: relative;
width: 470px;
padding: 0px;
background: #FFFFFF;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.bubble:after 
{
content:url(../images/arrow-testimonials.png) no-repeat 280px 0;
position: absolute;
display: block;
width: 0;
z-index: 1;
bottom: -31px;
left: 347px;
overflow:visible;
}
*/

#pageHeading {
	text-align:center;
	padding-top:70px;
}
#contentWrapper {
	padding:45px 0;
}
#contentWrapper #sidebarWrap {
	float:left;
	width:300px;
}

#sidebarWrap #sideSocials {
	background:#ebebeb;
	padding:20px 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin:30px 0;
}


#sideTest {
	background:url(../images/testimonials-bg-sidebar.png) no-repeat top left; 
	width:260px; 
	padding:30px 20px 0px;
}

#contentWrapper #content {
	float:right;
	width:770px;
	margin-right: 30px;
	
}


#footerWrapper {
	background: #473D3C; 
	background-repeat: no-repeat; 
	background-position: top center; 
	background-size:cover;
	border-top:5px solid #473D3C;
	padding-bottom:40px;
	padding-top:40px;
}
#footerWrapper #footer .footerNav {
	float:left;
	width:170px;
	margin-right:30px;
}

#assocsWrap {
	background-image:url(../images/footer-panel-bg.jpg); 
	background-repeat: no-repeat; 
	background-position: top center; 
	background-size:cover;
	padding:40px 0;
}

#assocs {
	float:left;
	width:600px;
	margin-top:20px;
}
#seoteric-wrap { float:right; margin:0 ;}
	
#seoteric {
  	display: block;
	float:right;
	width:117px; 
	height:70px;
	background: url(../images/seoteric-logo.png) no-repeat;
	text-indent: 110%; 	
	white-space: nowrap; 	
	overflow: hidden;
	margin-top: 100px;
	margin-right: 25px;
}

#seoteric:hover {
	background-position: bottom;}


