h1 {
	line-height:10px;
	text-shadow: 1px 1px 1px rgb(0, 0, 0); 
	/* The Fallback */
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
	color:#25731D;
}


img.right { float:right; margin: 0 0 20px 20px}
img.left { float:left; margin: 0 20px 20px 0 }
img.center {margin: 0 auto; display: block; }


/**************** picture gallery ********************/ 

ul.picGallery {
	list-style:none;
	
}

ul.picGallery li {
	float:left;
	height: 125px;
	margin-left:15px;
	text-align:center;
}



/***************** testimonial ********************/ 

.testimonials{
	border:#ffffff solid 1px;
	padding:20px;
	margin-bottom:20px;
}


/****** Content Area ******/
	
#content {
	width:950px; 
	margin: 0 auto;
	padding: 15px;       /**** top right bottom left ****/
	background-color:#c3dab5;
		}
		
#content ul {
	padding-top:4px;
	margin:0px; }

#content ul li {
	list-style-position:inside;
	line-height: 18px; }
	
			
		
/****** Service Boxes on home pg ******/
		
.services {
	float:left;
	width:280px;
	padding:0 17px 20px 17px; }
	
.servicetitle {
	height:45px;
	background-image:url(../../images/services_title.jpg);
	background-repeat:no-repeat; }
	
.titletext {
	font-family:Verdana, Geneva, sans-serif;
	font-size:23px;
	color:#ffffff;
	padding:12px 0 0 50px; }
	
.servicewhite {
	height:187px;
	background-color:#ffffff;
	padding:0 10px 0 13px; 
	font-size: 13px; }
	
.learnmore {
	height:22px;
	background-color:#7ca156;
	text-align:right; 
	padding:2px 10px 0 0;
	font-size:13px; }
	
	
/****** Form on Estimate pg ******/
		
.col1 {
	float:left;
	width:80px;
	line-height: 25px; }
	
.col2 {
	float:left;
	width:200px; 
	line-height: 25px; }
	
.space {
	padding-bottom:5px; }
	
/*---------------------Contact---------------------------------------*/

#contactUsContainerLeft {
	width:400px;
	float:left;
	margin-left:100px;
}
#contactUsContainerRight {
	width:400px;
	float:right;
	padding-right:20px;
}
p.contactUs {
	margin:0px;
	padding:0px;

}
p.contactUs label{
	margin-left:10px;
	float: left;
	width:75px;
	color: #000;
	
}
#contactClearLine {
	width:550px;
	height:1px;
	clear:both;
}
#map {
	width:600px;
	margin:auto;
	text-align:center;
	margin-top:35px;
	font-size:14px;
	line-height:normal;
}


	