@charset "utf-8";
/* CSS Document */

#featuredProperties {
	float:right;
	width:240px;
	margin:0;
	background:#ebebeb;
	border:1px solid #000;
}

#featuredProperties h2 {
	width:220px;
	font-weight:bold;
	color:#00396B;
	border-bottom:2px solid #000;
	margin:10px 10px 0 10px;
	padding:0px;
}

#featuredProperties img {
	width:220px;
	margin:0;
	padding:0 0 0 10px;
	border:none;
}

#featuredProperties p {
	margin:0;
	padding:0 0 10px 14px;
	font-size:.9em;
	color:#00396B;
}

#featuredProperties  a {
	color:#00396B;
	font-weight:bold;
}

#featuredProperties p a:hover {
	color:#00396B;
	font-weight:bold;
	text-decoration:underline;
}
