/* CSS Document */

/* body eliminates all unwanted padding and margins from browsers*/	
body {
	margin:0px; 
	padding:0px; 
	background-color:#FFFFFF;
	color:#63605F;
	font:Verdan;
	font-size: 12px;
	font-style: normal;
}
	
/* wrapper is fixed width- image (on firefox) is working only with footer clear */	
#wrapper {
	width:790px;
	margin:auto;
	background-image:url(images/mainbg.gif);
	background-repeat:repeat-y;
	padding-left:30px;
	padding-right:0px;
}
#header {
	text-transform:uppercase;
	font-size:36px;
}
#bluenav{
	background-image:url(images/bluebar.gif);
	background-repeat:no-repeat;
	height:35px;
	position:relative;
	padding-top:5px;
	padding-left:10px;
}
#greennav{
	background-image:url(images/greenbar.gif);
	background-repeat:no-repeat;
	height:35px;
	position:relative;
	margin-top:5px;
	padding-top:5px;
	padding-left:10px;
}

#massachusettsmap{
	position:relative;
	float:left;
	padding-top:10px;
	height:110px;
	width:494px;
	background-image:url(images/massachusetts.gif);
	background-repeat:no-repeat;
}
#massmaptext{
	padding-left:175px;
	text-align:justify;
	padding-right:10px;
}
#process{
	position:relative;
	float:left;
	padding-top:10px;
	height:110px;
	width:494px;
/*	background-image:url(images/massachusetts.gif);
	background-repeat:no-repeat;*/
}
#processtext{
	padding-left:10px;
	text-align:justify;
	padding-right:10px;
}
#freeestimatebox{
	position:relative;
	background-image:url(images/free_estimate_bg.gif);
	background-repeat:no-repeat;
	width:281px;
	height:110px;
	float:left;
	font-size:22px;
	padding-top:10px;
	padding-left:15px;
	
}
#freeestimatetext{
	padding-right:50px;
	padding-top:10px;
}
#contentsection{
	/*position: relative;*/
	width:720px;
	text-align:justify;
	padding-bottom:10px;
	padding-left:10px;
}
#portfoliosection{
	/*position: relative;*/
	width:720px;
	text-align:justify;
	padding-bottom:10px;
	padding-left:10px;
}
#portfoliodetailsection{
	/*position: relative;*/
	width:720px;
	text-align:justify;
	padding-bottom:10px;
	padding-left:10px;
}
#greenfooter{
	background-image:url(images/bottomgreenbox.gif);
	background-repeat:no-repeat;
	height:101px;
	padding-right:60px;
	text-align:justify;
	padding-left:10px;
	padding-right:70px;
}
#contactfoot{
	color:#669966;
	text-transform:uppercase;
	width:300px;
	float:left;
	padding-top:15px;
}
#phone{
	position:relative;
	float:left;
	color:#000;
	font-size:24px;
	width:400px;
	padding-top:5px;
	text-align:right;

}
a:link, a:active, a:visited{color:#63605F;
text-decoration:underline;
}
a:hover{color:#FF0000;}

strong{
	font-weight:normal;
}
h1{
	font-size:32px;
}

h3 {
	font-size:14px;	
}
#massachusettsmap ul{
	margin-top:-10px;
}
#contentsection img{
	margin-left:10px;
}
#portfoliosection img{
	margin-left:7px;
}
ul{
	list-style:none;
}
.congrats{
	color:#FF0000;
}
a.headerlink:link, a.headerlink:active, a.headerlink:visited, a.headerlink:hover, {text-decoration:none;}