@charset "utf-8";
/* CSS Document */
.style1 {font-size: 12px}
.style2 {color: #C70026}
.style3 {
	color: #CB002A;
	font-weight: normal;
}
.style8 {color: #FFFFFF}

a.menu:link, 
a.menu:active, 
a.menu:visited {
	text-decoration: none !important;
}
a.menu:hover {
	color: #C70026 !important;
	text-decoration: none !important;
}

.block_mouseover {
	background-color: #6D6D6D !important;
	cursor: pointer !important;
}

	.block_mouseover a:link, 
	.block_mouseover a:active, 
	.block_mouseover a:visited, 
	.block_mouseover a:hover { 
		color: #ffffff !important;
		text-decoration: none !important;
	}

.block_mouseover:hover {
	background-color: #C70026 !important;
}

.featured-listings h3 {
	display: block;
	float: left;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 10px;
	background-color: #6D6D6D;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 14px;
	font-family: sans-serif;
	font-weight: normal;
	color: #fff;
}
.featured-listings dl {
	display: block;
	clear: both;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 20px;
	/*
	background-color: #eae7da;
	*/
	background-image: url(../_images/_backgrounds/featured-row-fade-bg.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	list-style: none;
}
	.featured-listings dl dt, 
	.featured-listings dl dd {
		display: block;
		clear: none;
		float: left;
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	.featured-listings dl dt {
		width: 195px;
		margin-right: 25px;
	}
		.featured-listings dl dt a.image {
			display: block;
			clear: both;
			width: 195px;
			height: 154px;
			background-color: #d00033;
		}
			.featured-listings dl dt a.image img {
				margin-top: 8px;
				margin-bottom: 0px;
				margin-left: 7px;
				margin-right: 0px;
				padding: 0px;
				border: none;
			}
		.featured-listings dl dt a.photos {
			display: block;
			clear: both;
			padding-top: 3px;
			text-align: center;
			font-family: sans-serif;
			color: #d00033;
			font-size: 14px;
			line-height: 14px;
			font-style: italic;
			font-weight: normal;
			letter-spacing: 1px;
			text-decoration: none;
		}
	.featured-listings dl dd {
	}
		.featured-listings dl dd p {
			display: block;
			clear: both;
			width: 300px;
			margin: 0px;
			padding-top: 20px;
			padding-bottom: 5px;
			padding-left: 0px;
			padding-right: 0px;
			font-size: 18px;
			text-transform: uppercase;
			color: #8d8675;
			line-height: 23px;
			font-weight: normal;
		}
			.featured-listings dl dd a.view {
				display: block;
				position: relative;
			}
				.featured-listings dl dd a.view strong {
					display: block;
					position: absolute;
					right: -95px;
					top: -9px;
					background-image: url(../_images/_backgrounds/view-details-large.png);
					background-repeat: no-repeat;
					background-color: transparent;
					outline: none;
					border: none;
					cursor: pointer;
					text-indent: -9999px;
					background-position: 0px 0px;
					width: 130px;
					min-width: 130px;
					max-width: 130px;
					height: 43px;
					min-height: 43px;
					max-height: 43px;
				}
				.featured-listings dl dd a.view:hover strong {
					background-position: 0px -43px;
				}

