*{
margin: 0;
padding: 0;
}
html {
background-color:  #9dd45b;
}
body {
	background: url(../img/bg.jpg) repeat-x;
	font-family: Arial, Verdana, sans-serif;	
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
#wrapper {
	margin: 0 auto;
	width: 960px;	
}
h1{
color: #2e6a99;
padding: 0 0 22px 30px;
}


.copy {font-size: 14px; }

/*--- nav ---*/
#nav{
margin: 0 auto;
width: 610px;
height:40px;
font-size: 12px;
font-weight: bold;
vertical-align: middle;

}
#nav li{
list-style: none;
display: inline;
text-align: center;
line-height: 40px;
}

#home a{
width: 50px;
height: 40px;
border-right: 1px solid white;
display: block;
float:left;
color: #fff;
padding: 0 15px;
text-decoration: none;
}
#home a:hover{
width: 50px;
height: 40px;
background: #fff;
display: block;
float:left;
border-right: 1px solid white;
color: #2e6a99;
padding: 0 15px;
text-decoration: none;
}

#about a{
width: 50px;
height: 40px;
border-right: 1px solid white;
display: block;
float:left;
color: #fff;
padding: 0 15px;
text-decoration: none;
}
#about a:hover{
width: 50px;
height: 40px;
background: #fff;
display: block;
float:left;
border-right: 1px solid white;
color: #2e6a99;
padding: 0 15px;
text-decoration: none;
}

#clients a{
width: 90px;
height: 40px;
border-right: 1px solid white;
display: block;
float:left;
color: #fff;
padding: 0 15px;
text-decoration: none;
}
#clients a:hover{
width: 90px;
height: 40px;
background: #fff;
display: block;
float:left;
border-right: 1px solid white;
color: #2e6a99;
padding: 0 15px;
text-decoration: none;
}
#services a{
width: 100px;
height: 40px;
border-right: 1px solid white;
display: block;
float:left;
color: #fff;
padding: 0 15px;
text-decoration: none;
}
#services a:hover{
width: 100px;
height: 40px;
background: #fff;
display: block;
float:left;
border-right: 1px solid white;
color: #2e6a99;
padding: 0 15px;
text-decoration: none;
}

#testimonials a{
width: 110px;
height: 40px;
border-right: 1px solid white;
display: block;
float:left;
color: #fff;
padding: 0 15px;
text-decoration: none;
}
#testimonials a:hover{
width: 110px;
height: 40px;
background: #fff;
display: block;
float:left;
border-right: 1px solid white;
color: #2e6a99;
padding: 0 15px;
text-decoration: none;
}
#contact a{
width: 66px;
height: 40px;
color: #fff;
display: block;
float:left;
padding: 0 15px;
text-decoration: none;
}
#contact a:hover{
width: 66px;
height: 40px;
background: #fff;
display: block;
float:left;
color: #2e6a99;
padding: 0 15px;
text-decoration: none;
}



ul#sub_header {
	background: #666;
	width: 937px;
	height: 334px;
	list-style: none;
}


/*-- content --*/
p {
	margin-bottom: 10px;
}

#header {
	background: transparent url(../img/header.jpg) top no-repeat;
	width: 946px;
	height: 178px;
	margin: 2px 0 0 0;
}
#content {
	width: 937px;
	background: white;
	min-height: 800px;
	padding: 12px;
}
.textholder{
background: #e5f1d7;
width: 100%;
min-height: 500px;
margin-top: 20px;
padding-top: 30px;
}
.textbox_left {
width: 600px;
border-top:1px solid #000;
border-bottom:0px solid #000;
margin-left: 30px;
padding: 22px 0;
float: left;
}
.column_right {
width: 223px;;
margin-left: 60px;
float: left;
}
.column_right .address{
margin: 10px 0 0 15px;
}
.column_right li {
list-style: none;
}
.service_areas {
	margin: 10px 0 ;
	text-align: center;
}
#footer {
font-size: 10px;
text-align: center;
margin: 20px 0;
}

.textholder li {
list-style: inside;
}


/*-------Estimate Form------------*/
.column_right h4 {
	background: #2e6a99;
	padding: 10px 0 10px 15px;
	color: #fff;
}
fieldset {
	border: none;
}
#contact_form label {
	font-size: 10px;
}
#contact_form input[type=text] {
	width: 208px;
	height: 25px;
	padding: 0 5px;
	font-size: 18px;
} 
#contact_form #submit_btn {
	margin: 10px 0 0 60px;
}
#contact_form textarea {
	width: 208px;
	font-size: 15px;
	padding: 0 5px;
	font-family: Arial, Verdana, sans-serif;
}

#contact_form label {
	font-size: 12px;
}
#contact_form2 input[type=text] {
	width: 400px;
	height: 35px;
	padding: 0 5px;
	margin: 0 0 10px 0;
	font-size: 18px;
} 
#contact_form2 #submit_btn {
	float: right;
	margin: 20px 45px 0 0;
}
#contact_form2 textarea {
	width: 90%;
	height: 100px;
	font-size: 15px;
	padding: 0 5px;
	font-family: Arial, Verdana, sans-serif;
}

.error {
	color: red;
}
#contact_form #messageSent h5 {
	padding: 20px 0 0 0;
	font-size: 16px;
	text-align: center;
}
#contact_form #messageSent p {
	font-size: 10px;
	padding: 0 20px 0 30px;
}
#contact_form2 #messageSent h5 {
	padding: 25px 0 0 30px;
	font-size: 20px;
}
#contact_form2 #messageSent p {
	font-size: 20px;
	padding: 0 20px 0 30px;
}
