/* homepage-specific styles */

div#hero, div#hero.small {
	height: 268px;
}

div#content {
	position: relative;
	padding: 0 23px 30px 23px;
	height: 222px;
	min-height: 222px;
	_height: 222px;
}

div#col_1, div#col_2, div#col_3 {
	position: absolute;
	float: none;
	top: 38px;
}

div#col_1 {
	left: 23px;
}

div#col_2 {
	left: 334px;
}

div#col_3 {
	left: 645px;
}

a.feature {
	display: block;
	width: 263px;
	height: 177px;
	padding: 12px 12px 0 12px;
	background: #000 url(../images/bg_home_feature.gif) no-repeat;
	text-decoration: none;
}

a.feature:hover {
	background: transparent url(../images/bg_home_feature-over.gif) no-repeat;
}

a.feature img {
	width: 263px;
	height: 105px;
	display:block;
	float: left;
	margin-bottom: 10px;
	_margin-bottom: 0;
}

a.feature h3 {
	clear: both;
	margin: 0;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #fff;
}

a.feature p {
	margin: 4px 0 0 0;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #999;
}

h2 {
	margin: 0;
	padding-left: 12px;
	font: 20px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0662b4;
}