	/************* home page only *************/
	.homePageCategories {padding: 8px;}
	.homePageCategories td, #premiumMembers td {line-height: 1.5em;}
	.homePageCategories td {font-size: 11px;}
	#featuredProperties td {
		font-size:10px;
		padding: 8px;
	}
	.featured {
		position: relative;
		display: block;
		width: 200px;
		height:151px;
		background-color:#999;
		vertical-align:text-bottom;
		font-family:Verdana;
		border:1px solid #E6E6E6;
	}
	.featured div.details {
		margin:0px;
		background: #FFF;
		filter:alpha(opacity=65);
		opacity:.65;
		color: #000;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 192px;
		padding: 2px 4px;
	}
	.featured div:hover {
		background: #FFF;
		color: #000;
		filter:alpha(opacity=85);
		opacity:.85;
	}
	.type, .location, .price {
		font-weight:bold;
	}
	.location {
		text-align:right;
	}
	.details a:hover{
	color: #C00;
	}
	.price {
		color:#659024;
	}
	a.video {
		float:right;
		padding-left:18px;
		background-position:0px 2px;
		background-image:url(http://www.landsofamerica.com/shared/images/video_9x16.gif);
		background-repeat:no-repeat;
		font-weight:normal;
	}
	.company {
		color:#999;
		font-size:10px;
	}
