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

/* ! masthead, m1 etc. */

#logo {
	top: 30px;
	left: 52px;
	width: 107px;
	height: 74px;
}

#logo a, #logo a:visited {
	width: 334px;
	height: 138px;
	background: url(/assets/logos/mh_logo_hp.png) left top no-repeat;
}

/* ! homepage central panel*/

#mh {
	background: url(/assets/hp/bg_hp_mh.jpg) center top no-repeat;
}

#homepageContent {
	position: relative;
	margin:  0 auto;
	width: 970px;
	height: 646px;
	background: url(/assets/hp/bg_hp_content.jpg) 36px top no-repeat;
	color: #FFFFFF;
	overflow: hidden;
}

#homepageContent h2, #homepageContent p {
	width: 474px;
	margin-left: 50px;
}

#homepageContent h2 {
	margin-top: 35px;
	margin-bottom: 0px;
}



#homepageContent p {
	line-height: 1.25em;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 0.938em;
}


#content {
	width: 502px;
	position: relative;
	z-index: 2;
	margin-top: -350px;
	margin-left: 61px;
	min-height: 250px;
}

#content h3 a.newsItem {
	font-weight: normal;
}

#content .blockInner {
	font-size: 0.938em;
}

#content .blockInner p {
	font-size: 1em;
}

#wrapper.index #miniLinks {
	float: right;
	margin-right: 275px;
	margin-top: 50px;
} 

#footer {
	position: relative;
	z-index: 2;
}

#twitterLink {
	margin-top: 10px;
	margin-right: 0px;
}

