/* CSS Document */

/* Home Page */

#hm_flash {
	clear: both;
	float: none;
	margin-top: 22px;
	text-align: center;
}

#content {
	margin-top: 11px;
}

#center_col {
	background: transparent url("imgs/home_bg_bot.gif") 22px bottom no-repeat;
	float: left;
	width: 680px;
	padding: 0 0 0 22px;
}

#hm_callout {
	background: transparent url("imgs/home_bg_top.gif") left top no-repeat;
	font-size: 11px;
	padding: 11px;
	width: 658px;
}

#hm_callout h1, #hm_callout h2 {
	color: #3e8529;
	padding: 0;
}

#hm_col_left {
	float: left;
	padding: 7px 22px 7px 11px;
	width: 307px;
}

#hm_col_right {
	float: left;
	padding: 7px 11px 7px 0;
	width: 307px;
}


#hm_callout_top {
	clear: both;
	float: none;
	width: 658px;
}

#hm_callout_bot {
	background: transparent url("imgs/home_in_bg_bot.gif") left bottom no-repeat;
	clear: both;
	float: none;
	width: 658px;
}

#hm_callout_inner {
	background: transparent url("imgs/home_in_bg_min_top.gif") left top no-repeat;
	padding: 11px;
}

#hm_callout_inner:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}



/*
#hm_callout_inner {
	background: transparent url("imgs/home_in_bg_top.gif") left top no-repeat;
	height: 100px;
	padding: 44px 22px 11px 222px;
}
*/

