/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	font-family: 'Trebuchet MS', Arial;
	font-size: 90%;
	background: #fff url(images/body-bg.gif) top left repeat-y;
}

ul.contract li, ul.credit li{
	border-style: none;
}

ul.credit li{
	border-style: none;

}
li {
	padding: 2px 5px;
	font-size:90%;
	border-bottom: 1px solid #BCC0A6;
	list-style-image: url(images/arrow.gif);
}

h1 {
	display: none;
}

h2 {
	border-bottom: 1px solid #BDC1A8;
	text-align: left;
	background: #E2E6CF;
	padding: 3px 5px;
	font-family: arial;
	font-size:90%;
}

h3 {
	font-family: arial;
	font-size:90%;
}

h4 {
	font-family: arial;
	font-size:65%;
	font-weight: normal;
}

em { 
	color: #ff0000;
} 

.dBody {
	padding: 210px 1px 0px 164px;
}

.dBody2 {
	padding: 0px 1px 0px 164px;
}
h2 span#welcome { color: ff0000;}

#footer {
	border-top: 1px dotted #BDC1A8;
	font-size:70%;
	text-align: center;
	padding: 5px 0px;
}

#goodman {
	width: 760px;
	height: 206px;
	background: #fff url(images/ahs-head-gdmn.jpg) top left no-repeat;
}


img.logos {
	border: 5px solid #ccc;
	margin: 5px 0px 5px 10px;
}

#MainSection {
	width: 760px;
	background: #fff url(images/ahs-indx-bg.jpg) top right no-repeat;
}

#MainSection2 {
	width: 760px;
	height: 206px;
	background: #fff url(images/ahs-head.jpg) top left no-repeat;
}

#NavContainer {
	width: 159px;
	float: left;
	background: url(images/nav_02.gif) top left repeat-y;
		border-bottom: 1px solid #BDC1A8;
}

.NBContainer {
	width: 760px;
	padding: 206px 0px 0px 0px;
}

#subNavSection {
	background: url(images/nav_01.gif) top left no-repeat;
	width: 159px;
	padding: 40px 0px 20px 0px;
}

#subNavSection li{
	padding: 0px 0px 0px 10px;
}

#trane {
	width: 760px;
	height: 206px;
	background: #fff url(images/ahs-head-trane.jpg) top left no-repeat;
}

/*Tables*/
th {
	border-bottom: 1px solid #839ED1;
	color: #ff0000;
	font-family: arial;
	text-align: left;
	background: #C4D0E6;
	font-size:90%;
}

td.even {
	background: #e4e9f3;
	text-align: left;
	padding: 3px 5px;
	font-family: arial;
	font-size:85%;
}

td.odd {
	background: #C4D0E6;
	text-align: left;
	padding: 3px 5px;
	font-family: arial;
	font-size:85%;
}

/*Links area*/
a:link {
	color: #ff0000;
}

a:visited {
	color: #ff0000;
}

a:hover {
	color: #707553;
}

a { 
	text-decoration: none;
}