

#contactAddress{
	float:left;	
}

#contactForm{
	float: left;
/*	margin-right: 20px;
	padding-right: 20px;*/

}


/*********************************************************************************************/
/*Following styles to take control of the dotEasy form style.*/
#contactForm h1{
	font-size: 166.67%;
	margin-bottom: 10px;
	color:#82AB46;
	font-family:Tahoma, sans-serif;
}
/*first set for "all" inputs, but in reality this is just for the submit button.*/
#contactForm #webform input{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../img/bullet1.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	background-color:transparent;
	text-decoration:underline;
	padding-right:1px;
	margin-right:5px;
	margin-top:80px;
	color: #7eaa45;
	width:60px !important; 
	float:right;
}
#contactForm #webform input:hover{
	cursor:pointer;
}

#contactForm #webform #myForm{float:left;height:210px;}

#contactForm #webform #webformFooter{clear:both; margin-top:100px;}

#contactForm #webform .fieldItem input{
	background-image:none;
	background-color:#FFF;
	border:1px #82AB46 solid;
	
	color:#000;
	text-decoration:none;
	
	width: 220px !important;
	height: 1.5em !important;
	margin-top:1px;
}
#contactForm #webform .fieldItem textarea{
	background-image:none;
	background-color:#FFF;
	border:1px #82AB46 solid;
	
	width: 220px !important;
	height: 100px;
}

#contactForm #webform .fieldItem input:hover{
	cursor:auto;
}
#contactForm #webform .fieldItem{
	height:1.5em;
	margin-bottom:10px;
	clear:both;

}

#contactForm #webform .fieldItem label{
	font-family:Tahoma, sans-serif;
	width:100px;
	float:left;
	font-weight:normal;
	font-size:12px;
	
}

/****************************************************************************************/

#contactMap {
	float: left;
	margin-right: 20px;
	padding-right: 20px;
}


#home-services-list{
	float:left;
}
#home-services-list .serviceList {
	float: left;
	width: 155px;
	padding: 0 5px;

}

.serviceList h3{
	font-size:15px;
	height: 2.4em;
	color: #7EAA45;
	vertical-align: bottom;
}
.serviceList h3.singLH{
	line-height:2.5em;

}
.serviceList a{
	text-align:right;
	float: right;
	margin-right: 15px;
}
.serviceList ul {
	margin-left: 0px;
}


.portfolioImage{
	width: 111px;
	float: left;
	height: 98px;
	
}
.portfolioImage img{
	width:95px;
	height:95px;	
}

/*Links Page Links*/
.link{
	float:left;
	clear: both;
	margin: 10px 0;
	/* [disabled]border-bottom: 1px solid black; */
	width: 100%;
}
.link img{
	float:left;
	margin-right: 20px;
	width: 125px;
}
.linkDesc{
	float:left;
	width:350px;
}
