/* DEFAULT LAYOUT STYLES
------------------------------------------------------ */
#mainbody {
	padding-top:9px;
}
#mb_container {
	position:relative;
	min-height:300px;
	height:auto !important;
	height:300px;
	width:980px;
	margin:0px auto;
	overflow:hidden;
}
h1 {
	font-family:Arial, Sans-Serif;
	font-size:29px;
	color:#929497;
	line-height:34px;
	font-weight:normal;
}
p {
	font-size:11px;
	line-height:11px;
	color:#929497;
}
#mb_leftside {
	position:absolute;
}
#left-message {
	position:absolute;
	box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.50);
	-webkit-box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.50);
}
#news {
	position:absolute;
	padding:12px 22px 12px 12px;
	float:left;
	width:316px;
	height:71px;
	color:#e6e7e8;
	font-size:11px;
	background-color:#5a5758;
	overflow-y:hidden;
	z-index:100;
	margin:283px 0px 0px 18px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: .7;
}
#news h3 {
	font-family:Arial, Sans-Serif;
	font-size:11px;
	font-weight:normal;
	color:#8acb77;
	margin-bottom:8px;
}
.newsrow {
	margin-bottom:4px;
}
.newsdate {
	float:left;
	width:60px;
	display: table-cell;
	line-height:14px;
}
.newstext {
	display: table-cell;
	text-align:left;
	line-height:14px;
}
.newstext a {
	color:#e6e7e8;
}
.newstext a:hover {
	text-decoration:underline;
}
.newsarrows {
	color:#8acb77;
}
#mb_container {
	box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.50);
	-webkit-box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.50);
}
#mb_maincontent {
	position:relative;
	float:right;
	width:548px;
	margin-left:9px;
	height:96;
	background-color:#fff;
	padding:11px 16px 15px 18px;
}
#home-content {
	width:475px;
	min-height:237px;

}
#home-content h1 {
line-height:35px;
}
#home-arrow {
	float:right; 
	padding:7px 190px 0px 0px;
}
#home-grid {
	padding-top:30px;
}
#home-grid p {
	margin-bottom:9px;
}
#home-grid a {
	text-decoration:none;
}
.home-grid {
	float:left;
	margin-right:17px;
}


































