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

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

body {
 background-image: url(images/common/bgnd.jpg);
	background-repeat: no-repeat;
	background-position: top left;
 }

/***********************/
/* main navigation bar */
/***********************/
td.navbar {
 width: 270px;
	vertical-align: top;
 }
	
div.navbar-menu-top-spacer {
 height: 150px;
 }

div.navbar-menu-spacer {
 padding-top: 0px;
	padding-bottom: 0px;
 }
	
div.navbar-menu-link		{
 padding: 10px;
 padding-left: 30px;
	color: #0054A5;
 }

/*****************************/
/* secondary navigation bars */
/*****************************/
div.navbar2-menu-link		{
 width: 220px;
 padding: 5px;
	color: #0054A5;
	border: #CCCCCC 1px solid;
 }

#pro {
 visibility: hidden;
 position: absolute;
	left: 200px;
	top: 200px;
	background-color: #EEEEEE;
	border: #000000 1px solid;
 }
#etd {
 visibility: hidden;
 position: absolute;
	left: 200px;
	top: 390px;
	background-color: #EEEEEE;
	border: #000000 1px solid;
 }
	
#com {
 visibility: hidden;
 position: absolute;
	left: 200px;
	top: 425px;
	background-color: #EEEEEE;
	border: #000000 1px solid;
 }

#cm {
 visibility: hidden;
 position: absolute;
	left: 200px;
	top: 460px;
	background-color: #EEEEEE;
	border: #000000 1px solid;
 }
	
#es {
 visibility: hidden;
 position: absolute;
	left: 200px;
	top: 495px;
	background-color: #EEEEEE;
	border: #000000 1px solid;
 }
	
#rd {
 visibility: hidden;
 position: absolute;
	left: 200px;
	top: 530px;
	background-color: #EEEEEE;
	border: #000000 1px solid;
 }
	
#tsa {
 visibility: hidden;
 position: absolute;
	left: 200px;
	top: 565px;
	background-color: #EEEEEE;
	border: #000000 1px solid;
 }
	
/***********/		
/* content */
/***********/		
td.content { 
 width: 500px;
	vertical-align: top;
	padding: 10px;
	/* background-color: #CCCCCC; */
	/* border: #CCCCCC 1px solid; */
 }
	
a {
 text-decoration: none;
	color: #1b3695;
 }

a:hover {
 text-decoration: underline;
	}

.title {
 /* font-size: 28px; */
 font-size: 22px;
	line-height: 22px;
 }

/*************************************************/
/* Asset Mangement Software - navigation buttons */
/*************************************************/
a.asm-nav-button {
 /* height: 50px; */
 background-color: #EEEEEE;
	padding: 10px; */
	border: 1px solid #CCCCCC; */
 }

a.asm-nav-button:hover {
 background-color: #FFFFFF;
	}

/**********/	
/* footer */
/**********/
.footer {
 font-size: 9px;
 text-align: center;
	}			
	
