@charset "utf-8";
<style type="text/css">  

html {
height: 100%;
}
:root {
	overflow-y: scroll !important;
}
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	height: 100%;
	background-attachment: fixed;
	background-color: #EBEBEB;
	background-image: url(../images/pageBG.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#stageCage {
	margin:0;
	padding:0;
	height: 100%;
	width: 100%;
	border:none
}
#footer {
	height: 40px;
	width: 100%;
	text-align: center;
	vertical-align:bottom;
	margin-top: 60px;
}
#footer a, #footer a:visited, #footer a:hover, #footer a:visited:hover {
	color: #666666;
	text-decoration:underline;
}
.footerBG {
	background: #AAA;
}
.header {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	line-height: 24px;
	color: #206296;
	font-weight: bold;
}
.largeText {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 17px;
	line-height: 20px;
}
.mediumText {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #ACA59B;
}
.smallText {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
}
.shopText {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
.softBold {
	color:#ACA59B;
	font-weight: bold;
}
.grnType {
	color:#206296;
	font-weight: bold;
}
#mainStage {
	width: 100%;
	height: 100%;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
	vertical-align:top;
}
#pageHeader {
	width: 100%;
	height: 255px;
}
#topNav {
	width: 100%;
	text-align: center;
	background: url(../images/topNavBG.png) scroll bottom repeat-x;
	height: 31px;
	padding-top: 149px;
	vertical-align: bottom;
}
#styleNav {
	width: 840px;
	margin: 30px auto;
	height: 100%;
	text-align: right;
}
#stylePip1, #stylePip2, #stylePip3 {
	float: right;
	width:15px;
	height:15px;
	margin-left: 5px;
	display:block;
	text-decoration:none;
	background: url(../images/mho_styles.png) no-repeat scroll;
}
#stylePip1 { background-position:     0 0; }
#stylePip2 { background-position: -15px 0; }
#stylePip3 { background-position: -30px 0; }
#stylePip1:hover, #stylePip1:active { background-position:     0 -15px; }
#stylePip2:hover, #stylePip2:active { background-position: -15px -15px; }
#stylePip3:hover, #stylePip3:active { background-position: -30px -15px; }

#navItem0, #navItem1, #navItem2, #navItem3, #navItem4 {
	float:left;
	width: 450px;
	height:31px;
	display:block;
	text-decoration:none;
	background: url(../images/mho_topNav.png) no-repeat scroll;
}
#navItem1 { width: 141px; background-position: -450px 0; }
#navItem2 { width: 136px; background-position: -591px 0; }
#navItem3 { width: 134px; background-position: -727px 0; }
#navItem4 { width:  39px; background-position: -861px 0; }
#navItem1:hover, #navItem1:active { background-position: -450px -31px; }
#navItem2:hover, #navItem2:active { background-position: -591px -31px; }
#navItem3:hover, #navItem3:active { background-position: -727px -31px; }
#navItem4:hover, #navItem4:active { background-position: -861px -31px; }



#navRegion {
	width: 900px;
	margin: 0 auto;
	height: 100%;
}
#contentRegion {
	width: 840px;
	margin: 0 auto;
	height: 100%;
}


.photo_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}


.photo_right {
	float: right;
	margin: 0 0 0 6px;
}
.photo_hero {
	margin-bottom: 30px;
}

.content {
	margin: 0 30px 30px 0;
	float:left;
}
.contentPadding {
	margin: 15px;
}

.c31s { width: 260px; }
.c32s { width: 550px; }

.c41s {
	width: 188px;
}
.c42s { width: 405px; }
.c43s { width: 622px; }

.c51s { width: 144px; }
.c52s { width: 318px; }
.c53s { width: 492px; }
.c54s { width: 666px; }

.c33s, .c44s, .c55s { width: 840px; }

.Rcol { margin-right: 0px; }
.bgGry { background: #F8F8F8; }
.bgWht {
	background: #FFFFFF;
}

#clientQuote {
	background: url(../images/quotemark.png) no-repeat left top scroll;
	padding: 30px 0 0 30px;
	font-size: 11px;
	line-height: 15px;
}
#clientName {
	font-style: italic;
	margin: 5px 0 0 15px;
}



li {
	margin-bottom: 4px;
	margin-left: -25px;
}
.articleTitle { text-align: right; }
.articleHead {
	font-size: 19px;
	line-height: 22px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
.articleBody { font-size: 13px; width: 490px; padding-right: 39px; }
sup {
	vertical-align: baseline;
	font-size: 9px;
	font-style: italic;
}


.faqItem {
	padding: 0 0 18px 0;
}
.faqInfo {
	padding: 0 0 18px 18px;
}

#userForm td { 
	font-family: Tahoma, Geneva, sans-serif;
}
#userForm input select submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.userForm00 { font-size: 11px; width: 98%; }
.userForm50 { font-size: 11px; width: 46%; }
.userForm33 { font-size: 11px; width: 29%; }
.userForm25 { font-size: 11px; width: 21%; }

/*CSS FIX FOR VERTICAL ALIGNMENT */
html, body, #stageCage {
	margin:0;
	padding:0;
	height: 100%;
	width: 100%;
	border:none
}

a,a:visited {
	color: #206296;
	text-decoration:underline;
}
a:hover,a:visited:hover {
	color: #55B3FF;
	text-decoration:underline;
}
