/* MHS STANDARDS VERSION OF 2001 DESIGN */
/* SEPT 2008 WILLIAM BECK */



/* LAYOUT DIVS AND MAIN NAVIGATION, HEADER, FOOTER */



#masterc {
	margin: 8px;
	width: 764px;
	color: #262626;
	font-size: 90%;
}

#banner {
	width: 764px; height: 78px;
	background: #ffffff url("/images/banners/mhs-standards-bg1.jpg") no-repeat;
}

#banner form {
	float: right;
	padding: 0;
	margin: 12px 36px 0px 20px;
}

#banner  a img {
	border: none;
}

ul#topnav  {
	border: 1px solid #000000;
	padding: 0px;
	margin-top: 4px; margin-bottom: 0;
	margin-left: 157px;
	background: #9da6b6;
	width: 506px;
	font-size: 12px;
}

ul#topnav li {
	border-left: 1px solid #abb3c0;
	float: left;
	list-style-type: none;
	padding: 2px 14px 2px 14px;
}

ul#topnav li:hover {
	background: #dadae7;
}

ul#topnav a, ul#topnav a:link, ul#topnav a:active, ul#topnav a:visited {
	font-weight: bold; color: #001144;
}
ul#topnav a:hover {
	text-decoration: none;
	color: #330000;
}

ul#topnav li.clearfix {border: 0; height: 0; width: 0; margin: 0; padding: 0; line-height: 0px; overflow: hidden; float: none; font-size: 0px}


#content {
	clear: both;
}

#gutter {
	float: left;
	width: 76px;
}

#one-col {
	float: left; width: 688px;
	padding-bottom: 1.75em;
}


#footer {
	clear: both;
	border-top: 1px solid #444444;
	font-size: 10px; color: #666666; font-weight:bold; text-decoration: none; 
}

#footer  a:hover { color: #700000; }

#MHSaddress {
	float: left;
}

#MHSfineprint {
	float: right;
	text-align: right;
}

#MHScopyright {
	clear: both;
	text-align: center;
}


