@charset "UTF-8";
/* CSS Document */

#flashbanner {
	width: 100%;
	min-width: 960px;
	text-align: center;
	height: 370px;
}

#left-column {
	width: 460px;
	padding: 0 10px;
	float: left;
}
/*
#middle-column {
	width: 268px;
	float: left;
	margin-left: 15px;
}

#middle-column h2 a{
	font-size: 1em;
	display: inline;
	margin-bottom: 0;
}
#middle-column a.read-more{
	display:inline-block;
	font-size:0.9em;
	margin-bottom:1em;
}

#middle-column p{
	margin: 0;
}
*/

#right-column {
	float: left;
	width: 460px;
	padding: 0 10px;
}

#right-column .image {
	padding: 0 10px 30px 0;
	float: left;
	border: 0;
}

#feature {
	width: 283px;
	height: 107px;
	background: url(/images/layout_images/feature-top.gif) top no-repeat;
	padding-top: 9px;
	margin-top: 1em;
}

#feature #tour a {
	height: 36px;
	width: 283px;
	background: url(/images/layout_images/feature-selling.gif) left;
	display: block;
}

#feature #masterplanned a {
	height: 36px;
	width: 283px;
	background: url(/images/layout_images/feature-masterplanned.gif) left;
	display: block;
}

/*
#feature #whywelove a {
	height: 26px;
	width: 283px;
	background: url(/images/layout_images/feature-whywelove.gif) left;
	display: block;
}
*/

#feature a:hover {
	background-position: right!important;
}



