@charset "UTF-8";
/* CSS Document */

body
{
	background:#112233;
	border-top: 5px solid #000;
	color: #333;
}
#global_wrapper{
}
#footer_wrapper{
	width:100%;	
	margin:auto;
	background:url(../images/mh-footer_bg.png) top repeat-x;
	min-height:300px;
	z-index:200;
	
}
#logo{
	padding:20px 0 0 0;	
}
#hero{
	background:;	
}

#header_wrapper{
	height:105px;
	width:100%;
	z-index:200;
	background:url(../images/mh-header_bg.png) repeat-x top;
}

#global{
	width:768px;
	margin:auto;
}
#content_wrapper{
	width:100%;
	background:url(../images/mh-content_bg.png) repeat-x #fff;
	z-index:-1;
	margin:0 auto -10px auto;
}
#content {
	margin-top:10px;
	padding-bottom:20px;
	}
#secondary_wrapper{
	width:100%;
	background:url(../images/mh-vcontent_bg.png) repeat-x #666666;
	z-index:-1;
	margin:0 auto -10px auto;
}
#secondary{
	padding-top:10px;	
	color:#fff;
}
#navigation_wrapper{
	background:#324457;
	margin-top:74px;
	padding:0!important;
	height:30px;
	border:1px solid #596b80;
	border-bottom:0;
	color:#fff!important;	
	
}
#navigation_wrapper li {
	padding:4px 8px;
	margin:-10px 0 0 0!important;
	border:0;
}
#navigation_wrapper li ul{
	top:30px;	
}
#navigation_wrapper li:hover{
	background: url(/web_assets/images/nav_grli-hover.png);	
}
#navigation_wrapper li li{
	margin: 0 0 0!important;
	background-color:#!important;
	background:url(/web_assets/images/nav_gr.png);	
	font-weight:normal;
}
#navigation_wrapper li li:hover{
	background-color:#!important;
	background:url(/web_assets/images/nav_gr-hover.png);
}
#navigation_wrapper a {
	color:#fff!important;	
}
#navigation_wrapper li a:hover{
	text-decoration:none;	
}




.left {
	float:left;	
}
.right {
	float:right;
}
.left-image {
	float:left;	
	padding:5px 5px 5px 0;
}
.right-image {
	float:right;
	padding: 5px 0 5px 5px;
}
.inline{
	display: inline;
	float: left;	
	margin-right: 10px;
}
.omega{
	margin:0!important;	
}
img.left{
	padding:0 20px 20px 0;	
}
img.right{
	padding:0 0 20px 20px;	
}
a
{
	color: #fff;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	font-weight: normal;
}
/*grid styles */
.grid_2col{
	width:528px;	
}
.grid_1col_rt{
	width:210px;	
}
.column{
	background:#e5e5e5;
	color:#990000;
	width:250px;
	height:93px;
	margin-bottom:10px;
}
.column h2{
	padding-top:10px;	
}
.column img{
	border:4px solid #fff;
	margin:5px 10px 0 5px;
	padding:0;
}
/*drupal specific styles*/
#search-block-form label{
	display:none;
}
table td, table th{
	padding:2px 10px;	
}

.gallery-thumbs img{
	border:2px solid #f5f5f5;
}