@charset "utf-8";
/* CSS Document */
ul.featured {
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

	ul.featured li {
		width: 370px;
		min-width: 370px;
		max-width: 370px;
		height: 128px;
		min-height: 128px;
		max-height: 128px;
		margin-top: 3px;
		margin-left: 3px;
		background-image: url(../images/home_featured_bg.png);
		background-repeat: no-repeat;
		background-position: center top;
		float: left;
	}
	
		ul.featured li .row_image {
			float: left;
			width: 150px;
			min-width: 150px;
			max-width: 150px;
			margin-top: 10px;
			margin-left: 10px;
		}

		ul.featured li .row_text {
			margin-top: 10px;
			margin-right: 10px;
			font-size: 14px;
			color: #000000;
			letter-spacing: -1px;
		}
		
			ul.featured li .row_text h6 {
				color: #b32121;
				font-weight: bold;
				margin-left: 0px;
				margin-right: 0px;
				margin-top: 0px;
				margin-bottom: 10px;
				padding: 0px;
				font-size: 14px;
				max-height: 16px;
				overflow-y: hidden;
			}
			
			ul.featured li .row_text a:link, 
			ul.featured li .row_text a:active, 
			ul.featured li .row_text a:visited {
				text-decoration: underline;
				color: #000000;
			}

			ul.featured li .row_text a:hover {
				text-decoration: none;
				color: #000000;
			}
			

