
.homeHeadline {
	font-size: 16px;
	line-height: 15px;
	font-weight: normal;
	color: #666666;
	border-bottom: 1px solid #E8E6E5;
	margin: 0 0 8px 0;
	padding: 0 0 4px 0;
}


/*==== Subfeatures List ====*/
div#subfeaturesHP_wrapper {
	width:960px;
	margin: 16px 0 26px 0;
	padding: 0 0 12px 0;
	background: url(/images/layout/home_subfeatures_panel.jpg) no-repeat left bottom #F3F3F3;
}
ul#subfeaturesHP {
	width: 959px;
	margin: 0 0 0 0;
	padding: 10px 0 0 1px;
	list-style: none;
	background: url(/images/layout/home_subfeatures_panel.jpg) no-repeat left top #F3F3F3;

}
ul#subfeaturesHP li {
	list-style: none;
	float: left;
	display: inline;
	width: 172px;
	width: 180px;
	padding: 4px;
	padding: 0;
	margin: 0 0 0 10px;
	/*min-height: 162px;
	_height: 162px;*/
	overflow: hidden;
}
ul#subfeaturesHP li a {
	/*height:200px;*/
	width: 172px;
	/*height: 100%;*/
	position: relative;
	display: block;
	/*width: 1000px;*/
	text-decoration: none;
	color: #404040;
	width: 172px;
	overflow:hidden;
	border: 3px solid #fff;
	padding: 1px;
}
ul#subfeaturesHP li span {
	font-family: Serif1, Georgia, "Times New Roman", Times, serif;
	_font-family: Georgia, "Times New Roman", Times, serif;
	_letter-spacing: -.03em;
	font-size: 14px;
	_font-size: 12px;
	display: block;
	margin: 6px 0 3px 0;
	width:172px;
	
	height: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
ul#subfeaturesHP li img {
	display: block;
}
ul#subfeaturesHP a:hover {
	color: #357C97;
	
	/* making it pop for nick */
	/*border: 3px solid #8D1C87;*/
	border-top: 3px solid #917492;
	border-bottom: 3px solid #917492;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}



/*==== Features & Resources List ====*/
ol#resourcesHP {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
ol#resourcesHP li {
	list-style: none;
	float: left;
	display: inline;
	width: 191px;
	padding: 0;
	margin: 0 1px 0 0;
	position: relative;
	min-height: 60px;
	_height: 60px;

}
ol#resourcesHP li img {
	float: left;
	display: inline-block;
	width: 66px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;

}
ol#resourcesHP li b,
ol#resourcesHP li u {
	margin: 14px 6px 0 74px;
	width: 111px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	line-height: 130%;
	cursor: pointer;
}
ol#resourcesHP li u {
	margin-top: 0;
	font-weight: normal;
	color: #666;
}
ol#resourcesHP li a:hover u {
	color: #357C97;
	text-decoration: underline;
}
