.feature-items {
	clear: both;
	height: 180px;
	overflow: hidden;
}
.feature-spacer {
	width: 2%;
	float: left;
	display: inline-block;
	height:100%;
	height:170px;
	background:#B01F31;
	background: url(/images/feature-spacer-bg.jpg) no-repeat center top;
	overflow: visible;
}

.feature 
{
	float: left;
	display: block;
	width: 32%;
}
.feature-image 
{
	width: 75px;
	height: 150px;
	float: left;
	display: block;
	border-right: solid #fff 4px;


}

.feature-top
{
	width: 100%;
	height: 35px;
	overflow: visible;
	margin: 0;
	background-color: #0E2D59;
	margin-bottom: 4px;
}

.feature-middle
{
	background-image: url(/images/feature-center.gif);
	background-repeat: repeat-y;
	width: 100%;
	overflow: auto;
	margin: 0;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	height: 150px;
	background-color: #DADADA;
}
.feature-top h2 {
	color: #F4F5F7;
	padding: 0 15px;
	line-height: 30px;
	margin: 0;
	font-size: 18px;
}
.feature-middle h2
{
	font-size: 18px;
	color: #6A0000;
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.feature-content ul
{
	margin: 0;
	padding-top: 0px;
	padding: 0 5px;
	color: #052A71;

}
.feature-content  {
	padding: 10px;
	float: left;
	width: 118px;
	height: 100px;

}
.feature-content li  {
	margin: 0;
	padding: 0;
	color: #333;
	list-style-position: outside;
}
.feature-content li a {
	color: #333;
	text-decoration: none;
	list-style-position: outside;
}





.feature-bottom
{
	background-image: url(/images/feature-bottom.gif);
	background-repeat: no-repeat;
	width: 100%;
	height: 17px;
	margin: 0;
}
.more

 
{
	height: 20px;
	width: 90px;
	float: right;
	display: block;
	margin-right: 15px;
	background-color: #900;
	color: #FFF;
	text-align: center;
	line-height: 18px;
}
.more a {
	color: #FFF;
	text-decoration: none;
}

.more:hover {
	color: #900;
	background-color: #fff;
}
.more a:hover {
	color: #900;
}
