/*
 * Page Styles
 */
#navMHeader #mHome {
	width: 56px;
    background: url('/media/images/b_h_home_o.gif') no-repeat;
}
#navBody {
	width: 100%;
	height: 460px;
	padding: 0px;
}
#homeImage {
	width: 100%;
	height: 460px;
	overflow: hidden;
	position: absolute;
}
#homeImage .imageBase {
	width: 980px;
	height: 460px;
	left: -360px;
	position: relative;
	margin: 0px auto 0px;
}
#homeImage .imageBase .image {
	width: 1700px;
	height: 460px;
	margin: 0px auto 0px;
	position: relative;
	top: 0px;
	background-image:url('/media/images/landing_home.jpg');
}
#homeImage .imageBase .text {
	width: 230px;
	top: 140px;
	left: 1061px;
	position: relative;
	display: none;
}
#imgLogo {
	visibility: hidden;
}
