

#content_div {
	padding-top: 0px;
}

#content_div .wrapper {
	width: 980px;
}

#maincallout {
	height: 340px;
	border: 10px solid #5c5d5f;
	margin-bottom: 24px;
	position: relative;
	background: #ffffff;
}

#maincallout_images {
	height: 340px;
	width: 630px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: #dfdfdf;
}
#maincallout_images img {
	position: absolute;
	top: 0px;
	left: 0px;
}

#maincallout_text {
	position: absolute;
	margin-top:-10px;
	height: 340px;
	left: 30px;
	width: 575px;
}

#maincallout_btn {
	display: block;
	background: url(images/learnmore.png) top center;
	width: 110px;
	height: 30px;
	text-indent: -3333px;
	overflow: hidden;
}
#maincallout_btn:hover {
	background: url(images/learnmore.png) bottom center;
}

#leftcolumn {
	float: left;
	width: 380px;
	margin-left: 20px;
}

#rightcolumn {
	float: right;
	margin-right: 20px;
	width: 540px;
}

#questionsbtn {
	display: block;
	height: 49px;
	margin-top: 6px;
	margin-bottom: 20px;
	background: url(images/questions.png) top center;
	text-indent: -3333px;
	overflow: hidden;
}
#questionsbtn:hover {
	background: url(images/questions.png) bottom center;
}

#leftcolumn_text {
	background: #d2e3ea;
	border: 1px solid #c3d4da;
	padding: 20px;
}

.sideimage {
	float: right;
	margin: 0px 0px 10px 10px;
	border: 1px solid #c3d4da;
}
.bodyimage {
	float: right;
	margin: 0px 0px 10px 20px;
	border: 1px solid #c3d4da;
}

#searchbg {
	background: url(images/inputbg.png) top left no-repeat;
	height: 30px;
	position: relative;
}

#searchzip {
	background: none;
	border: none;
	position: absolute;
	font-size: 16px;
	line-height: 24px;
	width: 210px;
	left: 5px;
	top: 4px;
	color: #9b9ca0;
	font-style: italic;
}

#submitsearch {
	display: block;
	border: none;
	position: absolute;
	left: 230px;
	top: 0px;
	background: url(images/search.png) top center;
	width: 80px;
	height: 30px;
	font-size: 0px;
	line-height: 0px;
	text-indent: -3333px;
	overflow: hidden;
	cursor: pointer;
}
#submitsearch:hover {
	background: url(images/search.png) bottom center;
}


