#nav_holder {
width:968px;
margin-left:auto;
margin-right:auto;

}



/*Main container div*/


#menuh ul{
margin-left:0px;
margin-top:0px;
padding-left:157px;
width:950px;
height:50px;

}



/* closed appearance */

#menuh li {
float:left;
list-style:none;
position:relative;


}


/* expanded appearance */

#menuh ul ul {
left:0px;
top:0px;
display:none;
position:absolute;
padding-left:0px;
margin-top:20px;

}


/* hover activation code here */

#menuh li:hover ul{
position:absolute;
display:block;
width:800px;


}

#menuh li {
list-style: none;
}


#logo {
width:968px;

margin-left:auto;
margin-right:auto;
}


#content_left {
	width:390px;
	padding-left:157px;
	float:left;
	overflow:visible;
	top:0px;
	
	}


#content_right {
	width:395px;
	float:right;
	overflow:hidden;
	
}



#footer {
	width:808px;
	padding-left:156px;
	height:auto;
}



#residential {
width:768px;
padding-left:157px;
}


#business {
width:768px;
}


#whatwedoheader{
padding-left:157px;
}




.bodycopy {
font-family:Arial;
font-size:12px;
color:#2C686D;
}



/*Testimonial code*/


.faq {
  padding: 10px 0 0 0px;
  float:left;
}
.faq h4 {
	margin-bottom: .5em;
}
.faq dt {
	margin-top: -1px;
	border: solid 1px #c4c4c4;
	padding: 4px 10px 4px 10px;
	font-weight: bold;
	font-size:12px;
    line-height: 1.2;
    border-style: dashed;
	cursor: pointer;
}
.faq dt.faqClosed {
  color: #2C686D !important;
  font-size:12px;
  background: #ffffff  !important;
  font-family:Arial;
}

.faq dt.faqOpen {
	color: #ffffff;
	background: #647882;
	font-size:12px;
	font-family:Arial;
}
.faq dd {
	display: block;
	margin: 0;
	padding: 0 21px;
	overflow: hidden;
	font-size:12px;
	colour: #2C686D;
	font-family:Arial;
}
.faq .faqToTop {
	display: block;
	text-align: right;
	padding-bottom: 4px;
    font-size:12px;
}
.faq .faqHide, .faq .faqShow {
	display: block;
	margin: 6px 0;
	padding: 0 0 0 28px;
	background: url(minus.gif) no-repeat 5px 50%;
	font-weight: bolder;
	font-family:Arial;
	font-size:12px;
	color: #B00059;
}
.faq .faqShow {
	background-image: url(plus.gif);
}


.faq2 {
  padding: 10px 0 0 0px;
  float:left;
}
.faq2 h4 {
	margin-bottom: .5em;
}
.faq2 dt {
	margin-top: -1px;
	border: solid 1px #c4c4c4;
	padding: 4px 10px 4px 10px;
	font-weight: bold;
	font-size:12px;
	font-family:Arial;
    line-height: 1.2;
    border-style: dashed;
	cursor: pointer;
}
.faq2 dt.faqClosed {
  color: #2C686D !important;
  font-size:12px;
  background: #ffffff  !important;
  font-family:Arial;
}
.faq2 dt.faqOpen {
	color: #ffffff;
	background: #647882;
	font-size:12px;
	font-family:Arial;
}
.faq2 dd {
	display: block;
	margin: 0;
	padding: 0 21px;
	overflow: hidden;
	font-size:12px;
	font-family:Arial;
	colour: #2C686D;
}
.faq2 .faqToTop {
	display: block;
	text-align: right;
	padding-bottom: 4px;
    font-size:12px;
	font-family:Arial;
}
.faq2 .faqHide, .faq .faqShow {
	display: block;
	margin: 6px 0;
	padding: 0 0 0 28px;
	background: url(minus.gif) no-repeat 5px 50%;
	font-weight: bolder;
	font-family:Arial;
	font-size:12px;
	color: #B00059;
}
.faq2 .faqShow {
	background-image: url(plus.gif);
}
