/* heating-air-conditioning-service.css */

/******************/
/* general styles */
/******************/
html, body {
 margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	line-height: 19px;
	color: #000000;
	background: #E1EEF9;
	}

td.blue1_bgnd {
 background-color: #E1EEF9;
 }
	
td.white_bgnd {
 background-color: #FFFFFF;
	}
	
td.blue2_bgnd {
 background-color: #84BEEA;
	}		
	
#content {
 padding: 10px;
	padding-left: 50px;
	padding-right: 50px;
	text-align: left;
 }	

#date_time {
	text-align: right;
	padding-right: 50px;
	padding-bottom: 10px;
 }
		
.blue_strong {
 font-weight: bold;
	color: #3C68A3;
	font-style: italic;
 }	
	
.blue_big {
 font-size: 20px;
	color: #3C68A3;
 }

.small {
 font-size: 10px;
 }
		
a {
 color: #3c68A3;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
 }	
	
a:hover {
 text-decoration: underline;
 }	

div.pic {
 width: 300px;
 border: 1px solid #84BEEA;
	background-color: #E1EEF9;
	/* border: solid 1px #666666; */
 }
		
div.caption {
	color: #3C68A3;
	font-size: 12px;
	line-height: 14px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 10px;
 }
	
#inside-book {
 color: #2E5A99;
 border: 1px solid #84BEEA;
	background-color: #E1EEF9;
	padding: 10px;
	width: 12em;
	/* float: left; */
	margin-right: 10px;
 }
	
#navigation {
 color: #2E5A99;
 border: 1px solid #84BEEA;
	background-color: #E1EEF9;
	padding: 10px;
	width: 14em;
	/* float: left; */
	margin-right: 10px;
	}

td.con {
 padding-top: 10px;
 background-image: url(images/common/foot.jpg);
 }

td.copyright {
 text-align: right;
	padding-right: 10px;
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
 }
			
a.con {
 color: #3c68A3;
	font-weight: normal;
 font-size: 10px;
	font-style: normal;
	text-decoration: none;
 }
	
a.con:hover {
 text-decoration: underline;
 }			

div.blue_stripe {
 background-color: #6494C5;
	height: 1px;
 }	
	