/*Arc StyleSheet*/


html{
   	FONT-FAMILY:  Arial;
    font-size: small;
	height:100.01% ;
	background: #353639 url(../images/bk.jpg) repeat-x;
	
}

body { 
  	margin: 0px;
    color: #000000;
	background-image: url(../images/bk_container.jpg);
	background-repeat: repeat-y;
	background-position: 50% 0;		
}

#container {
	clear: both;
	height:auto !important; 
	height: 100%; 
	min-height:768px; 
	padding: 0px;
	width: 852px;		
	margin: 0 auto;
}


#headertop{
	width: 852px;
	height: 111px;
	margin: 0;
	padding: 0;
	background: #353639 url(../images/bk_top.jpg) no-repeat top right;
}


/*header menu*/


.clear{
clear: both;
}

#imgbanner{
	width: 852px;
	height: 201px;
	margin: 0;
	padding: 0;
	clear: both;
	}
	
.imgtoplft{
	 float:left;
	 margin:0;
	 padding:0;
}
.imgtoprght{
	 float:right;
	 margin:0;
	 padding:0;
}

#headermenu{
	margin: 0;
	padding: 88px 0 0 0;
	height: 23px;
	float:right
}
#headermenu ul{
	list-style-type: none;
	width: 600px;
	margin: 0;
	padding: 0;
	float:right;

}
#headermenu li{
	display: inline;
	margin: 0;
	padding: 0;
	height: 23px;


}

#headermenu .betwn {
	background: url(../images/between.jpg) bottom center no-repeat;
	width: 7px;
	height: 23px;
	margin: 0px 0px 0px -5px;
	padding: 0px 0px 0px 0px;

}

#headermenu li a:link, #headermenu li a:active, #headermenu li a:visited {
	display: inline;
	font-size: 90%;
	font-weight: bold;
	color: #FCFCFC;
	text-decoration: none;
	text-align: center;
	padding: 0px 18px 0px 18px;
	height: 23px;

}

#headermenu li a:hover {
	text-decoration: none;
	color: #1E1E1E
}
/*END menu*/




#menu{
	padding: 0px;
	width: 249px;
	float: left;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../images/menu_top.jpg) top left no-repeat
	

}

#menu h5{
	font-weight: bold;
	text-align: left;
	font-size: 100%;
	color: #FFFFFF;
	margin: 14px 0px 12px 17px

}
#menu ul{
	list-style: none;
	width: 210px;
	text-align: left;
	margin: 0px;
	padding: 0px
}
#menu li{
	display: block;
	margin: 0px;
	height: 36px;
	width: 210px;
	padding: 0px;
}


#menu li a:link, #menu li a:active, #menu li a:visited {
	display: block;
	font-size: 90%;
	font-weight: bold;
	padding: 9px 0px 9px 27px;
	color: #FCFCFC;
	width: 183px;
	text-decoration: none;
	text-align: left;
	background: url(../images/btn.jpg) top right no-repeat;


}

#menu li a:hover {
	text-decoration: none;
	display: block;
	background: url(../images/btn_ov.jpg) top right no-repeat;
	color: #3795D0;
	
	
}

/*END side menu*/



h1{
	font-weight: bold;
	text-align: left;
	font-size: 120%;
	color: #14499B;
	margin: 0px 10px 15px 0px
	}
	


/*content area*/
#content{	
	margin: 0px;
	height: 100%; 
	min-height:450px; 
	float: left;
	padding: 22px 42px 20px 10px;
	width: 541px;
	background: #FFFFFF url(../images/bk_content.jpg) top left repeat-x
	
}


#content p{
	font-size: 90%;
    line-height: 1.6;
	color: #333333;
	text-align: justify;
	padding: 0px 0px 0px 0px;
}

.txtbluebold{
	color: #14499B;
	font-weight: bold
}

#content h2{
	font-weight: bold;
	text-align: left;
	font-size: 100%;
	color: #14499B;
	margin: 0px 0px -12px 0px

	}
	
#content h3{
	font-weight: bold;
	text-align: left;
	font-size: 100%;
	color: #3795D0;
	margin:0px;
	}

#content h4{
	font-weight: bold;
	text-align: center;
	font-size: 120%;
	color: #3795D0;
	margin: 0px 10px 6px 0px
	}
	
#content .Pright {   
   	text-align: right
}
#content .Pcenter { 
   	text-align: center
}



#content .Pleft { 
   	text-align: left
}

#content ul{
   	list-style: url(../images/list.jpg);
	line-height: 1.8;
	font-size: 90%;
	color: #333333	
}
#content ol{
	line-height: 1.8;
	font-size: 90%;
	color: #666666	
}

#services{
	margin:0px;
	border-top: solid 2px #999999 solid;
	padding: 0px

}

.cssform {
	padding: 0px;
	margin: 0px 0px 0px 100px;
	border: 1px dashed #cccccc;
	width: 320px;
	height: 450px;
}
.cssform .submitform {
    border: 1px solid #14499B;
    background-color: #3795D0;
   	color: #FFFFFF; 
    font-weight: bold;
	font-size: 90%;
	padding: 4px;
	margin-left: 130px
	
}

.galborder{
border: solid 1 px #3795D0

}
 
.cssform textarea{ 
    COLOR: #333333;
	font-size: 90%;
	padding: 3px; 
	FONT-FAMILY: Arial;
    background-color:#FFFFFF; 
   	border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
   	border-right: 1px solid #CCCCCC;
   	border-top: 1px solid #CCCCCC;
	margin-bottom: 6px
}

 .cssform input { 
    COLOR: #333333;
	font-size: 90%;
	padding: 3px;
    background-color:#FFFFFF; 
    border-bottom: 1px solid #CCCCCC; 
    border-left: 1px solid #CCCCCC; 
    border-right: 1px solid #CCCCCC; 
    border-top: 1px solid #CCCCCC
}



.cssform  select {
    COLOR: #333333; 
    background-color: #FFFFFF; 
    border-style: solid; 
    border-color: #CCCCCC; 
    border-width: 1px;
	margin: 0px 0px 0px 12px; 
}


.cssform .nobord {
    border: solid;
    border-width: 0px;
    border-color:#FFFFFF;
    background-color: #FFFFFF
}

.cssform .lcol{
	width: 250px;
	padding: 0px;
	margin: 0px;
	float: left;

}

.cssform p{
	text-align: left;
	margin: 0px 10px 6px 12px;
	padding: 5px 12px 5px 0px;
	height: 1%		
}



.cssform label{
float: left;
padding: 0px 0px 0px 12px;
font-size: 95%;
color: #333333; 

}

.cssform .red{
font-size: 80%;
color: #CC0000
}

#content .returncent{
	text-align: center;
	clear: both
}

/*.threepxfix class below:*/
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: 

* html .threepxfix{
margin-left: 3px;
}

.cssform h4{
	font-weight: normal;
	text-align: center;
	font-size: 90%;
	color: #333333;
	margin:8px 0px 8px 8px;
	padding: 6px;
	width: 520px;
	background-color: #E0F3CD;
	
}

.imgleft{
   	 text-align: left;
	 float:left;
	 margin: 0px;
	 margin-right: 20px
}

.imgcenter{
   	 text-align: center;
	 float:center;
	 margin: 0px;
}



.imgleftborder{
   	 text-align: left;
	 float:left;
	 margin: 0px;
	 margin-right: 20px;
	 border: 1px solid #9D9D9D
}

.imgright{
   	 text-align: right;
	 float:right;
	 margin: 0px;
	 margin-left: 20px
}
.imgrightborder{
   	 text-align: right;
	 float:right;
	 margin: 0px;
	 margin-left: 20px;
	 border: 1px solid #9D9D9D
}	
		
	
.imghome{
   	 text-align: right;
	 float:right;
	 margin: 0px;
	 margin-left: 6px
}


/* links*/

a:link, a:active, a:visited {
   color: #3795D0;
   font-size: 100%;
   text-decoration: underline;
   font-weight: bold
}


a:hover {
   color: #3795D0;
   text-decoration: underline;
   font-weight: bold
}

 a.btn1:link,  a.btn1:active, a.btn1:visited{
		display: block;
		float: left;
		width: 163px;
		height: 61px;
		color: #EEEAE6;
		padding: 0px 0px 0px 15px;
		background: url(../images/btn_cladding.jpg) 0 0 no-repeat;
 }

a.btn1:hover{ 
	background-position: 0px -61px;
	color: #EEEAE6 
	}

 a.btn2:link,  a.btn2:active, a.btn2:visited{
		display: block;
		float: left;
		width: 163px;
		height: 61px;
		color: #EEEAE6;
		padding: 0px 0px 0px 15px;
		background: url(../images/btn_paving.jpg) 0 0 no-repeat;
 }

a.btn2:hover{ 
	background-position: 0px -61px;
	color: #EEEAE6 
	}

 a.btn3:link,  a.btn3:active, a.btn3:visited{
		display: block;
		float: left;
		width: 163px;
		height: 61px;
		color: #EEEAE6;
		padding: 0px 0px 0px 15px;
		background: url(../images/btn_roofing.jpg) 0 0 no-repeat;
 }

a.btn3:hover{ 
	background-position: 0px -61px;
	color: #EEEAE6 
	}

 a.btn4:link,  a.btn4:active, a.btn4:visited{
		display: block;
		float: left;
		width: 163px;
		height: 61px;
		color: #EEEAE6;
		padding: 0px 0px 0px 15px;
		background: url(../images/btn_asbestos.jpg) 0 0 no-repeat;
 }

a.btn4:hover{ 
	background-position: 0px -61px;
	color: #EEEAE6 
	}






/* footer*/

#footer {
	clear:both;
	margin: 0 auto;
	width: 840px;
	border-top: solid 8px #FFFFFF;
	background-color: #353639; 
	font-weight: normal;
	padding: 4px 12px 0px 0px;
	text-align: right
}
#footer P{
	font-size: 80%;
	color: #CCCCCC;
	text-align: right
}

#footer a:link, #footer a:active, #footer  a:visited {
	color: #CCCCCC;
	font-weight: normal;
	font-size: 100%;
	text-decoration: none;
	text-align: right
}

#footer a:hover {
	text-decoration: underline;
	text-decoration: none;
	color: #3795D0
}


/*  end footer*/




	