/* @group html */

html, body {
	font: 10pt/1.3em Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #666;
	background-color: #fff;
}

div, p, form, h1, h2, h3, h4, h5, dl, dt, dd {
	margin: 0;
	padding: 0;	
}

a {
	text-decoration: underline;
	color: #666;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

a.skip {
	display: none;
}

a img {
	border: none;
}

/* @group Common */

/* @group Inputs */
textarea,
.textbox {
	padding: 3px;
	border: 1px solid #ccc;
	color: #666;
	font-size: inherit;
}

textarea {
	height: 100px;
	font-size: 1.05em;
	font-family: Arial, sans-serif;
}

.overlabel-apply {
	display: block;
	z-index: 1;
}

.overlabel {
	display: none;
}

/* @end */

/* @group Sprites */

.sprite {
	display: block;
	overflow: hidden;
	height: 0;
	line-height: 1em;
	background: url(../images/bg_sprites.gif) no-repeat 0 0;
}

/* @end */



/* @end */

/* @end */

/* @group Container */

#container {
	width: 100%;
	margin: 0;
}

/* @group Header */

#header {
	display: block;
}

/* @group H1 - Site Logo */

#header h1,
#header h1 a {
	display: inline;
}

#header h1 a img {
	border: none;
}

/* @end */

/* @group Controls */

#header .control {
	
	display: none;
}

/* @end */

/* @group Navigation - Primary */
#header .primary {
	display: none;
}
/* @end */

/* @group Banner */

#banner {
	display: none;
}

/* @end */

/* @end */

/* @group Content */

#content {
	float: none;
	width: 100%;
}

/* @group Bread Crumbs */

#bread-crumbs {
	width: 100%;
	float: none;
	padding: 10px 0;
	color: #999;
}

#bread-crumbs a {
	color: #999;
	text-decoration: none;
}

#bread-crumbs a:hover {
	color: #333;
	text-decoration: underline;
}

#bread-crumbs span { 
	color: #333;
}
/* @end */

/* @group Page Heading */

#content h2 {
	width: 100%;
	font-size: 2em;
	color: #000;
	line-height: 1.2em;
	text-transform: uppercase;
	border-bottom: 5px solid #e9c91e;
	margin-bottom: 20px;
}


#content h2 sup {
	font-size: 0.5em;
	vertical-align: top;
	line-height: 1.6em;
}

/* @end */

/* @group Home */

#content .home {
	float: none;
	width: 984px;
}

#content .home .flash {
	float: none;
	width: 984px;
	text-align: center;
}

/* @group Spotlights */

#content .home .spotlights {
	float: none;
	width: 984px;
	height: 150px;
	margin-top: 5px;
	overflow: hidden;
	position: relative;
	background: #e9c91e url(../images/bg_home_spotlights.gif) no-repeat 0 0;
}

#content .home .spotlights #spotlight1 {
	left: 10px;
}

#content .home .spotlights #spotlight2 {
	left: 256px;
}

#content .home .spotlights #spotlight3 {
	left: 502px;
}

#content .home .spotlights #spotlight4 {
	left: 748px;
}

/* @group Panels */

#content .home .spotlights .panel {
	width: 226px;
	height: 130px;
	position: absolute;
	top:  10px;
}

/* @group News */

#content .home .spotlights .panel .news {
	position: relative;
	width: 226px;
	height: 130px;
	background: url(../images/bg_panel_news.gif) no-repeat 0 0;
}


.spotlights .panel .news h3 {
	display: none;
}

/* @group News Article Details */

.spotlights .panel .news #news_details {
	position: absolute;
	top: 37px;
	left: 10px;
	width: 206px;
	height: 60px;
	overflow: hidden;
}

#news_details a {
	text-decoration: none;
}


#news_details a strong {
	color: #333;
	display: block;
}

#news_details a:hover strong {
	color: #000;
	text-decoration: underline;
}

#news_details .dateline {
	font-style: italic;
	display: block;
	color: #999;
	margin: 0 0;
}
#news_details .details {
	color: #666;
	display: block;
}

/* @end */

/* @group Controls */

.spotlights .panel .news .controls {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 206px;
	height: 16px;
	overflow: hidden;
}


#content .spotlights .panel .news .controls .left {
	float: left;
	width: 116px;
	margin: 0;
	padding: 2px 0;
}

#content .spotlights .panel .news .controls .right {
	float: right;
	width: 90px;
	margin: 0;
	padding: 0;
}

.spotlights .panel .news .controls a {
	color: #999;
	padding: 3px 0;
	line-height: 1em;
	text-decoration: none;
}

.spotlights .panel .news .controls a:hover {
	color: #333;
}

/* @group Show All Link */

.spotlights .panel .news a.all {
	float: right;
	padding-right: 12px;
	background: url(../images/bg_more_arrow.gif) no-repeat right center;
	text-decoration: none;
	color: #000;
}

.spotlights .panel .news a:hover.all {
	text-decoration: underline;
}

/* @end */

/* @end */

/* @end */

/* @end */

/* @end */

/* @end */

/* @group Left */

#content .left {
	display: none;
}

/* @end */

/* @group Right */

#content .right {
	width: 100%;
	margin: 0 10px;
}

/* @group Main - Content */

#content .right .main {
	padding-bottom: 10px;
}

/* @group Content */

#content .right .main .content {
	width: 100%;
	padding-right: 0;
	line-height: 1.6em;
}

/* @group Flash */

#content .flash p {
	padding: 25px 0; 
}

#content .flash img {
	padding: 0 0 25px; 
}

#content .right .main .content .flash {
	margin-bottom: 1em;
}

#content .right .main .content .flash img {
	margin: 0;
	padding: 0;
	float: none;
}

/* @end */

/* @end */

/* @end */

/* @end */

/* @group Full */

#content .full {
	float: none;
	width: 100%;
	margin: 0;
}

/* @group Panel - Search Again */

.panel-search {
	display: none;
}

/* @end */

/* @group Panel - Insulate */

.panel-insulate {
	display: none;
}

/* @group Results */

.results {
	background: #f5f5f5;
	float: left;
	width: 732px;
	padding: 0;
	border-bottom: 5px solid #939393;
	margin-bottom: 1em;
}

.main .content .results h3{
	font-size: 1.5em;
	margin-top: 0;
	padding: 0 0 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
}

/* @group Tabs */
#content .main .content .results ul.tabs {
	margin: 0;
	background: #fff;
}

#content .main .content .results ul.tabs li {
	background: none;
	list-style: none;
	padding: 0;
	margin: 0;
}


.results ul.tabs li a.map,
.results ul.tabs li a.list {
	padding: 12px;
	margin: 0;
	background: #939393 no-repeat 8px center;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.results ul.tabs li a.map:hover,
.results ul.tabs li.current a.map,
.results ul.tabs li a.list:hover,
.results ul.tabs li.current a.list {
	color: #333;
	background: #939393 no-repeat 8px center;
	background-color: #f5f5f5;
	border-bottom: 2px solid #f5f5f5;
}


/* @end */

/* @group Listing */
div.normal,
div.featured {
	margin: 10px 10px 0;
	border-bottom: 2px solid #939393;
}


#content .main .content .results ul {
	background: none;
	margin: 0;
	padding: 0;
	list-style: none;
}


#content .main .content .results ul li {
	background: none;
	list-style: none;
	padding-left:0;
}



.results div.normal li,
.results div.featured li {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 10px;
	background: none;
	padding-left: 0;
	width: 100%;
	clear: left;
	list-style: none;
}

.results .last,
.results div.normal li.last,
.results div.featured li.last {
	border-bottom: none;
}



.main .content .results img {
	border: none;
	float: left;
	margin: 0 10px 0 0;
}

.main .content .results p {
	float: left;
}


/* @end */

/* @group Map */
#googlemapholder {
	width: 480px;
	height: 480px;
	background: #e0e0e0;
	margin: 10px;
}

.results .legend {
	width: 202px;
	height: 460px;
	background: #e0e0e0;
	margin: 10px 0;
	padding: 10px;
}


#content .main .content .results .legend ul li {
	border-bottom: 1px solid #ebebeb;
	height: 28px;
	margin-bottom: 10px;
	padding: 10px 0 10px 40px;
	color: #333;
	overflow: hidden;
	background: url(../images/bg_google_tags.gif) no-repeat 0 0;
}

#content .main .content .results .legend li.featured {
	background-position: 0 0;
}

#content .main .content .results .legend li.preferred {
	background-position: 0 -48px;
}

#content .main .content .results .legend li.comfortchoice {
	background-position: 0 -96px;
}

#content .main .content .results .legend li.other {
	background-position: 0 -144px;
}

/* @end */





/* @end */

/* @end */

/* @group Left */



.full .left #pagination{
	display: none;
}


/* @end */

/* @group Copy */

.copy {
	float: none;
	margin: 0;
	width: 100%;
}

#content .main .content .copy img {	border: 5px solid #ebebeb;	float: none;	margin-bottom: 20px;	margin-left: 0;}

/* @end */



/* @end */

/* @group Main */

#content .main {
	float: none;
	width: 100%;
	padding-bottom: 10px;
}

/* @group Content */

#content .main .content {
	float: none;
	width: 100%;
	padding-right: 12px;
	line-height: 1.6em;
}

.main .content h3 {
	margin-top: 1.25em;
	color: #333;
	font-size: 1.1em;
	margin-bottom: 0.5em
}


h4 {
	margin: 0;
	color: #333;
	font-size: 1.1em;
}

/* @group P's */

.main .content p {
	margin-bottom: 1em;
}

.main .content p.introduction {
	font-size: 1.15em;
	line-height:1.3em;
	color: #333;
}

/* @end */

/* @group Images */

.main .content img {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 5px solid #ebebeb;
}

.main .content img.no-border{
	border: none;
}

/* @end */

/* @group ULs */

#content .main .content ul{
	margin: 0.5em 0;
	padding-left: 1.5em;
}


/* @group Listing */


#content ul.CMSListRepeaterUL {
	margin: 0.25em 0;
	padding-left: 0;
	list-style: none;
	float: none;
	width: 100%;
}

#content .main .content .CMSListRepeaterUL li {
	background: none;
	border: none;
	float: left;
	margin: 0 0 1em;
	padding:  0 0 1em;
	border-bottom: 1px solid #ebebeb;
	width: 100%;
	clear: both;
}


#content .main .content .CMSListRepeaterUL li.CMSListRepeaterLIlast {
	border: none;
}


#content .main .content .CMSListRepeaterUL a img {
	border: 5px solid #ebebeb;
	margin: 0 10px 0 0;
	float: none;
}

#content .main .content .CMSListRepeaterUL a:hover img {
	border: 5px solid #999;
}

#content .main .content .CMSListRepeaterUL h3 {
	margin: 0;
	font-size: 1.1em;
	color: #333;	
}


#content .main .content .CMSListRepeaterUL h3 span{
	font-weight: normal;	
}


#content .main .content .CMSListRepeaterUL h3 a {
	color: #333;
	text-decoration: none;
}
#content .main .content .CMSListRepeaterUL h3 a:hover {
	color: #000;
	text-decoration: underline;
}

#content .main .content .CMSListRepeaterUL p {
	margin: 0;
}


#content .main .content .CMSListRepeaterUL a.document {
	margin: 0.5em 0 0 0;
	display: block;
}
/* @end */



/* @end */

/* @group Tables */

/* @group Standard */

table {
	border-collapse: collapse;
	width: 100%;
	margin: 0.5em 0;
	clear: both;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

table th,
table td {
	padding: 1px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

table th.last,
table td.last {
	border-right: none;
}


table th {
	color: #333;
	line-height: 1.2em;
	background-color: #e9c91e;
}

table th.heading {
	color: #fff;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	
}

table .centered td {
	text-align: center;
}

table .odd td {
	background-color: #fff;
	
}
table .even td {
	background-color: #ebebeb;
}

/* @end */

/* @group Downloads */

/* @group Heading */

.downloads .heading {
	border-bottom: 5px solid #939393;
}


.downloads .heading th {
	background: #fff;
}

.downloads .heading th span {
	margin: auto;
}
.downloads .heading th span {
			display: block;	height: auto;	overflow: visible;


}

/* @end */


table.downloads {
	border-collapse: collapse;
	width: 100%;
	margin: 25px 0 0.5em;
	clear: both;
	border: none;
}


table.downloads th,
table.downloads td {
	padding: 3px 5px;
	border-right: 1px solid #ccc;
	
	border-bottom: none;
}

table.downloads th {
	height: 86px;
	vertical-align: bottom;
}

table.downloads td.wide {
	color: #000;
	width: 255px;
	text-align: left;
	padding: 3px 10px;
}


table.downloads td {
	width: 21px;
	text-align: center;
}
table.downloads th.last,
table.downloads td.last {
	border-right: none;
}


/* @end */

/* @end */

/* @group News */


.dateline {
	display: block;
	color: #999;
	font-style: italic;
	margin: 0.5em 0;
}

/* @end */

/* @group Anchors */
#content .main .content ul.anchor-links {
	margin: 0.5em 0;
	padding-left: 0;
	list-style: none;
	float: none;
}


#content .main .content ul.anchor-links li {
	padding: 5px 10px;
	background: #f5f5f5;
	background-image: none;
	margin-bottom: 1px;
}

#content .main .content ul.anchor-links li.even {
	background: #ebebeb;
}

#content .main .content .anchor-links a {
	font-size: 1em;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

#content .main .content .anchor-links a:hover {
	text-decoration: underline;
}




.anchor {
	padding: 0 0 5px 0;	
	border-bottom: 1px solid #ebebeb;
	float: none;
}

.anchor a.top {
	display: none;	
}

/* @end */

/* @group Pagination */

#pagination {
	border-bottom: 5px solid #e9c91e;
	float: left;
	width: 100%;
}

#pagination ul,
#content .main .content #pagination ul {
	margin: 0;
	padding: 0;
	float: left;
}

#pagination ul li,
#content .main .content #pagination ul li{
	padding: 0;
	background: none;
	list-style: none;
	float: left;
	text-align: center;
}

#pagination a {
	padding: 0 0 8px;
	width: 18px;
	display: block;
	float: left;
	text-decoration: none;
	color: #999;
}

#pagination a:hover,
#pagination a.current {
	font-weight: bold;
	color: #333;
}

#pagination a.current {
	background: url(../images/bg_pagination_highlight.gif) no-repeat center bottom;
}

#pagination ul li.back{
	text-align: left;
}

#pagination ul li.back a{
	width: 4em;
}

#pagination ul li.next{
	text-align: right;
}

#pagination ul li.next a{
	width: 4em;
}

/* @end */

/* @group Links */


#content .main .content a.document{
	padding-left: 13px;
	background: url(../images/icon_document_white.gif) no-repeat 0 center;	
}


/* @end */

/* @group PDF */

.pdf {
	padding: 10px 15px 13px 15px;
	background: #ebebeb;
	margin-bottom: 1em;
}

#content .main .content .pdf p {
	margin-bottom: 0;
}

/* @end */

/* @group Product Search */
.panel-search-product {
	position: relative;
	width: 486px;
	height: 128px;
	background: #fff url(../images/bg_search_products.gif) no-repeat 0 0;
	margin-bottom: 10px;
}

.panel-search-product h3,
.panel-search-product .select1label,
.panel-search-product .select2label,
.panel-search-product .select3label,
.panel-search-product .select1,
.panel-search-product .select2,
.panel-search-product .select3,
.panel-search-product .go {
	position: absolute;
}

.panel-search-product h3 {
	left: 0;
	top:  0;
}


.panel-search-product .select1label,
.panel-search-product .select2label,
.panel-search-product .select3label {
	left: 0;
}



.panel-search-product .select1,
.panel-search-product .select2,
.panel-search-product .select3 {
	left: 68px;
	width: 320px;
}


.panel-search-product .select1,
.panel-search-product .select1label {
	bottom: 64px;
}

.panel-search-product .select2,
.panel-search-product .select2label {
	bottom: 35px;
}

.panel-search-product .select3,
.panel-search-product .select3label {
	bottom: 6px;
}

.panel-search-product .go {
	right: 14px;
	bottom: 4px
}

/* @end */



/* @end */

/* @group Sidebar */

.main .sidebar {
	display: none;
}



/* @end */



/* @end */

/* @group Residential Sub-navigation (secondary) */

#content .secondary {
	display: none;
}

/* @group Display Homes */

/* @group Showing */

.top-border {
	
	padding-top: 10px;
	border-top: 1px solid #ebebeb;
}
.showing {
	color: #333;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 10px;
}

/* @end */

/* @group Panel - Search Again */

.left .panel-search {
	display: none;
}

/* @end */

/* @group Icons */

span.garages,
span.bedrooms,
span.bathrooms {
	display: block;
	float: left;
	padding: 3px 5px 3px;
	
}

span.bedrooms {
	padding-left: 22px;
	background: url(../images/bg_home_icons_bed.gif) no-repeat 0 center;
}



a:hover span.bedrooms,
li.selected span.bedrooms {
	background-image: url(../images/bg_home_icons_bed_hover.gif);
}

span.bathrooms {
	padding-left: 23px;
	background: url(../images/bg_home_icons_bath.gif) no-repeat 0 center;
}



a:hover span.bathrooms,
li.selected span.bathrooms {
	background-image: url(../images/bg_home_icons_bath_hover.gif);
}


span.garages {
	padding-left: 28px;
	background: url(../images/bg_home_icons_garage.gif) no-repeat 0 center;
}



a:hover span.garages,
li.selected span.garages {
	background-image: url(../images/bg_home_icons_garage_hover.gif);
}

/* @end */

/* @group Table */
table.displayhomes {
	border: none;
}


table.displayhomes .odd td,
table.displayhomes .odd th {
	background-color: #f5f5f5;
	border-right: none;
}

table.displayhomes .even td,
table.displayhomes .even th {
	background-color: #ebebeb;
	border-right: none;
}

table.displayhomes th {
	text-align: left;
	width: 100px;
	padding-left: 12px;
	border-bottom: 1px solid #fff;
}

table.displayhomes td {
	text-align: left;
	padding-left: 12px;
	border-bottom: 1px solid #fff;
}

/* @end */

/* @group Thumbnails */
.displayimages {
	float: left;
	padding-top: 20px;
}

.displayimages a {
	float: left;
	width: 90px;
	height: 90px;
	position: relative;	
	border: 5px solid #ebebeb;
	margin-right: 25px;
	text-decoration: none;
	cursor: pointer;
}

.displayimages a .enlarge {
	display: none;
}

#content .main .content .displayimages a img {
	float: left;
	margin: 0;
	border: none;
}

.displayimages a.last {
	margin-right: 0;
}
/* @end */

/* @end */

/* @end */

/* @group Forms */

dl.form {
	width: 410px;
	margin-bottom: 1em;
	float: left;
}

dl.form dt {
	clear: left;
	width: 140px;
	padding-right: 10px;
	float: left;
	padding-top: 4px;
	margin-bottom: 6px;
}


dl.form dd {
	float: left;
	margin-bottom: 6px;
	text-align: left;
	width: 260px;
}

dl.form dd textarea,
dl.form dd .textbox {
	width: 252px;
}



dl.form .wide,
dl.form .buttons {
	width: 410px;
}


dl.form .buttons {
	text-align: right;
}


dl.form .register {
	width: 85px;
	background-position: -206px 0;
}
dl.form .register:hover {
	background-position: -206px -24px;
}

dl.form .submit {
	background-position: -127px 0;
}
dl.form .submit:hover {
	background-position: -127px -24px;
}




dl.form dd .answer {
	border: 1px solid #ccc;
	padding: 2px 5px;
	float: left;
	color: #333;
}
dl.form dd .answer .title {
	float: left;
}
dl.form dd .answer .response {
	float: right;
}
/* @end */

/* @end */

/* @group Footer */

#footer {
	display: none;
}

/* @end */

/* @end */

/* @group Ligthbox */


#content .main .lightbox,
.lightbox {
	display: none;
}

/* @end */
