

#contentbg {
	background: #e4edf2 url(images/homebg.png) top center repeat-x;
}
#contentwrapper {
	width: 980px;
}
#content_div {
	padding: 0px 0px 20px 0px;
}

.home_callout {
	width: 300px;
	float: left;
	margin-left: 20px;
}

.home_callout img {
	margin: 6px 0px 8px 0px;
}

.home_callout h4 {
	margin-bottom: 0px;
}
.home_callout h4 a:hover {
	text-decoration: none;
}

#main_callout {
	height: 398px;
	background: #ffffff;
	border: 1px solid #c8d6c7;
	margin-bottom: 42px;
	position: relative;
}

#main_callout_images {
	position: absolute;
	top: 9px;
	left: 9px;
	height: 380px;
	width: 960px;
	overflow: hidden;
}

#main_callout_images img {
	position: absolute;
	top: 0px;
	left: 0px;
}
	

#main_callout_text {
	position: absolute;
	left: 39px;
	top: 0px;
}
#main_callout_text table {
	width: 340px;
	height: 398px;
}
#main_callout_text h2 {
	margin-bottom: 0px;
	font-size: 36px;
	line-height: 34px;
}

#main_callout_link {
	display: inline-block;
	background: url(images/linkbg.png) top center;
	width: 221px;
	padding: 5px 0px 4px 0px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
}
#main_callout_link:hover {
	text-decoration: none;
	background: url(images/linkbg.png) bottom center;
}

