/* File: mthb_main_style.css */
/* Author: Milan Turner for MET Webs */
/* Date: 02/25/2006 */
/* Type: screen */

/* Selectors */
html, body {
    height: 100%;
}
body {
	background-color: #cccccc;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.05em;
	margin: 0;
	padding: 0;
}
p {
	line-height: 130%;
	}
/* End Selectors */
#ltHeader {
	height: 75px;
	width: 250px;
	background-image: url(../images/hdr_MTHB_Logo.gif);
	float: left;
}
#header {
	height: 75px;
	width: 100%;
	background-color: #FFFFFF;
}

/* IDs */

#container {
	width: 770px;
	margin: 0px auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
}
#topNav {
	height: 35px;
	width: 100%;
	background-image: url(../images/topNav_BG.gif);
	background-repeat: repeat-x;
	text-align: center;
}
#topNav ul {
	margin: 0px auto;
	list-style-type: none;
	height: 35px;
	text-align: center;
}
#topNav li {
	float:left;
	background-image:none;
	line-height:normal;
}


#topNav li a
{
	background-repeat:no-repeat;
 	background-position:0 0;
 	display:block;
 	height:35px;
 	border-width:0;
 	text-indent:-10000px;
 	background-position:0 0px;
}

#home a {
	background-image: url(../images/MTHB_TopNav_Home.gif);
	width: 56px;
}
#home a:hover {
	background-position:0 -35px;
}
#about a {
	background-image: url(../images/MTHB_TopNav_About.gif);
	width: 90px;
}
#about a:hover {
	background-position:0 -35px;
}
#fsr a {
	background-image: url(../images/MTHB_TopNav_FSR.gif);
	width: 100px;
}
#fsr a:hover {
	background-position:0 -35px;
}
#services a {
	background-image: url(../images/MTHB_TopNav_Services.gif);
	width: 70px;
}
#services a:hover {
	background-position:0 -35px;
}
#homes a {
	background-image: url(../images/MTHB_TopNav_Homes.gif);
	width: 95px;
}
#homes a:hover {
	background-position:0 -35px;
}
#news a {
	background-image: url(../images/MTHB_TopNav_News.gif);
	width: 97px;
}
#news a:hover {
	background-position:0 -35px;
}
#certifications a {
	background-image: url(../images/MTHB_TopNav_Certs.gif);
	width: 97px;
}
#certifications a:hover {
	background-position:0 -35px;
}
#contact a {
	background-image: url(../images/MTHB_TopNav_Contact.gif);
	width: 102px;
}
#contact a:hover {
	background-position:0 -35px;
}
#banner {
	height: 210px;
	width: 100%;
	background-image: url(../images/Banner_Home_BG.jpg);
	background-repeat: no-repeat;
	background-color: #CCCCCC;
}
#contentArea {
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
}
#clear {
	clear: both;
}
#footer {
	background-color: #3F558D;
	height: 50px;
	width: 770px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(../images/topNav_BG.gif);
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
#footerNav {
	height: 50px;
}
#footerNav ul {
	list-style-type: none;
	font-size: 85%;
	margin-top: 10px;
	margin-bottom: auto;
	margin-right: 10px;
}
#footerNav li {
	display: inline;
}
#footerNav a:link {
	color: #FFFFFF;
}
#footerNav a:visited {
	color: #FFFFFF;
}
#footerNav a:hover {
	color:#999999;
}
#footerNav a:active {
	color: #FF0000;
}

#featContent {
	float: right;
	width: 240px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 85%;
}
#mainContent {
	float: left;
	text-align: left;
	width: 500px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.clear {
	clear: both;
	width: 770px;
	height: 25px;
}
.imgFloatRt {
	float: right;
	border: 1px solid #CCCCCC;
	margin-left: 5px;
}
.imgCentered {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #cccccc;
}
