@charset "utf-8";
/* CSS Document */
*{
	font-family:Arial, Helvetica, sans-serif;

}
body{
	background-color:#000066;	
	font-size:12px;
}
dd,dt,dl{
	margin:0;
	padding0;
}
ul{
	margin:8px;
	padding:0;
}
li{

}
h1{
	font-size:26px;
}
dl{
	padding:5px;
	margin:5px;
	

}
dd{
	float:left;
	font-size:12px;
	display:block;
	text-align:left;
	clear:both;
	width:100px;
	overflow:hidden;
	margin-left:10px;
}
dt{
	float:right;
	font-size:12px;
	display:block;
	width:35px;
	clear:right;
	overflow:hidden;
	margin-right:10px;
}
#leftNav ul{
	list-style:none;
	font-weight:bold;
	font-size:13px;
	margin:0;
	padding:0;
	
}
#leftNav li{
	margin-bottom:10px;
	padding:0;
	padding-left:13px;
	margin-left:12px;
}
#leftNav li:hover{
	background-image:url(../images/leftNav-Hover.jpg);
	background-repeat:no-repeat;
}

#leftNav li a{
	text-decoration:none;
	color:#07abe0;
}

#financing{
	text-align:center;
	width:120px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	border:#333 1px solid;
	background-color:#FFF;
	font-size:11px;
}

.homeBox{
	float:left;
	width:180px;
	height:165px;
	overflow:hidden;
	margin:3px;
	font-size:11px;
}
.homeBox h2{
	text-decoration:none;
	margin:0;
	text-align:center;
	margin-top:6px;
	font-size:28px;
}
.homeBox a{
	color:#000165;
	text-decoration:none;
}
.homeBox a:hover{
	text-decoration:underline; 
}
.homeBox ul{
	margin:0;
	padding:0;
	list-style-position:outside;
	list-style-image:url(../images/_bullet.jpg);
	margin-left:85px;
}
.homeBox li{
	padding:0;
	margin-left:3px;
	font-size:10px;
	
}
.plumbing{
	background-image:url(../images/hpplumb.jpg);
	background-repeat:no-repeat;
}
.heating{
	background-image:url(../images/hpheat.jpg);
	background-repeat:no-repeat;
}
.cooling{
	background-image:url(../images/hpcool.jpg);
	background-repeat:no-repeat;
}



.clr{
	clear:both;
}
.clr span{

}
.vcard{
	text-align:center;
	font-size:11px;
}
.phone{
	width:94%;
	text-align:center;
	margin:10px;
	border:1px solid #4b45a7;
}

.Action{
	text-align:center;
	font-weight:bold;
	font-size:11px;
}
.homeButton{
	float:left;
  padding: 0;
  margin: 0;
  height: 100%;
	width:183px;
	height:23px;
	overflow:hidden;
	margin:2px;
}
.homeButton a{
	color:#000;
	display:block;
	width:183px;
	height:23px;
	padding-top:4px;
	background-position:top;
	background-image:url(../images/ActionRollover.jpg);
}
.homeButton a:hover{
	color:#FFF;	
	display:block;
	width:183px;	
	height:23px;
	padding-top:4px;
	background-position:0 23;
}


.disclaimer{
	text-align:center;
	color:#06F;
}

.breadcrumb{
	font-size:10px;
	margin-top:0;
}
.breadcrumb a{
	color:#06F;
	text-decoration:none;
	border-bottom:1px dotted #666;
}