/* CSS Document */

*							{ margin:0; padding:0; border:0; }

body						{ font-family: arial;
							color:#fff;
							margin: 0 auto;
							background-image: url(../images/bg/mh_bg.jpg);
							background-repeat: no-repeat;
							background-attachment: fixed;
							background-color: #000;
							background-position: 50% 0%;
							}
				
#wrapper					{ width:1000px; margin:0 auto; position: relative; }
	
#header						{ height:321px; margin:0 auto; }

#nav 						{ background-image:url(../images/navbar/mh_navbar.png);
							background-repeat:none; width:100%; height:49px; margin: 0 auto;  
							}
#nav_wrapper 				{ width: 100%; margin: 0 auto; text-align: left; }
#nav ul 					{ list-style-type: none; padding: 0; margin: 0; position: relative; min-width: 200px; }
#nav ul li 					{ display: inline-block; font-size:17px; font-weight: bold; margin: 0 0 0 2.5%; }
#nav ul li img				{ vertical-align: middle; padding-left: 5px; }
#nav ul li:hover 			{ background-color:rgba(255,255,255,0.15); }
#nav ul li a:hover 			{ }
#nav ul li a, visited 		{ color: #fff; display: block; padding: 15px 10px; text-decoration: none; }
#nav ul li:hover ul 		{ display:block; width: auto; }
#nav ul ul 					{ display: none; position: absolute; background-color: #333; }
#nav ul ul li 				{ display: block; }
#nav ul ul li a:hover 		{ }

#contentheader				{ background:rgba(13,13,13,1.00) }
#content					{ width: 100%; height: 5200px; background-image:url(../images/bg/mh_content_bg.png); font-size: 18px; }
#content h4					{ padding: 0px 20px; }
#content_left				{ float: left; width: 560px; height: 2850px; padding: 10px 10px 10px 30px; }
#content_right				{ float: right; width: 350px; height: 2850px; padding: 10px 30px 10px 15px; }
#content p					{ text-indent: 25px; line-height: 140%; }
#content_bottom				{ width: 1000px;}
#content_bottom h2			{ text-align: center; }
#content_bottom h5			{ font-size: 18px; padding: 0px 25px }
#content_bottom table		{ margin: 0 auto; }

#footer						{ clear:both; padding:30px 10px; background-color:#222; }
#footer h5					{ float:right; }
#footer h5 a				{ color:rgba(200,0,2,1.00); text-decoration:none; }
#footer h5 a:hover			{ color: rgba(255,80,83,1.00); text-decoration:none; }
#footer p					{ }

.float_right				{ float:right; }
.float_left					{ float:left; }
.text_indent				{ text-indent: 20px;}
.img_center					{ margin: 0 auto; display: block;}

