/**
 * Copyright (c) Designchuchi
 *
 * Global css file for screen media.
 * $Id: screen.css 66 2009-05-17 09:37:34Z psiska $
 */

/* import reset stylesheet */
@import url("reset.css");

/* float clearing */
.clear { clear:both; }
div.clear {
  height: 0;
  clear: both;
  width: 100%;
  font-size: 0;
  line-height: 0;
}

.no-border{
	border:none !important;
}

/* the clearfix */
.cf { display: inline-block; }
.cf[class] {
	display: block;
	overflow: hidden;
}
body {
	font-size: 11px;
	font-family: Verdana, "Lucida Grande", Helvetica, Arial, sans-serif;
	background: #311e1a url(../images/nav-bg.png) repeat-x; /*url(http://solterra-community.com/images/back-page.png) center -68px repeat-y;*/
	margin:0;
}
h1, h2, h3, h4, h5 {
	clear: both;
	position: relative;
	margin-bottom: 1em;
	background: transparent;
	font-family: "Times New Roman", Times, serif;
}

p {
	line-height: 1.5em;
	margin-bottom: 2em;
}

p.upper {
	letter-spacing: 0.05em;
	font-size: 1.125em;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
}

a {color:#055999;}
a:hover {color:#582206;}
a:visited {color:#837571;}

/*******************************************************************************
 * WRAPPER
 ******************************************************************************/

#bg{
	top:0;
	left:0;
	z-index:5;
	position:fixed;
	overflow:hidden;
	width:100%;
	height:100%;
}
#header-wrapper {
	background: url(../images/nav-bg.png) repeat-x center top;
	position:relative;
	z-index:6;
	height:81px;
	overflow:hidden;
}
#header-span {
	width:100%;
	background: transparent url(../images/nav-bg-style.png) no-repeat;
	height:66px;
	padding-bottom:15px;
	overflow:hidden;
}
#header {
	width: 950px;
	margin:0 auto;
	position:relative;
	height:66px;
	z-index:7;
}
#logoLink{
	position:absolute;
	right:0;
	top:0;
	width:175px;
	height:66px;
}
#main-wrapper {
	width: 1023px;
	margin:0 auto;
	padding-top:60px;
	padding-bottom:20px;
	position:relative;
	z-index:20;
	top:0;
	
	/* min height */	
	min-height: 824px;
	height: auto !important; /* modern browsers */
	height: 824px; /* IE specific */	
	
}

/*******************************************************************************
 * INDEX BRAND WINDOW
 ******************************************************************************/
html, body {margin:0; padding:0; height:100%;}
body#index {
	background: url(../images/index-bg.jpg) repeat-x center top;
}
#index-footer-wrapper, #index-wrapper {
	min-width:1023px;
}
#index-wrapper {
	min-height: 100%;
	background: url(../images/nav-bg.png) repeat-x;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
}
#index-footer-wrapper, #footer-push {
	height: 40px; /* .push must be the same height as .footer */
}
#index-footer-wrapper {
	background:#552d02 url(../images/index-footer-bg.jpg) no-repeat center top; overflow:hidden;
}
#index-footer {
	width:800px;
	margin:0 auto;
	height:40px;
	line-height:40px;
	color:#FFF;
}
#index-footer .left {width:300px; float:left;}
#index-footer .right {width:500px; float:right;}

#index-footer #footernav {
	margin-top:0;
	margin-left:5px;
	height:40px;
	overflow:hidden;
}

#index-footer #footernav li.first {
	line-height:40px;
}


#index-footer p {line-height:40px; margin-bottom:0px !important;}
#index-main-wrapper {
	width: 1023px;
	margin:0 auto;
	padding-bottom:30px;
	padding-top:32px;
	z-index:100;
}
#bw {
	width:809px;
	height:540px;
	margin:0 auto;
	position:relative;
	z-index:25;
}
#bw #logo {
	width:344px;
	height:213px;
	background:url(../images/bw-logo.png) no-repeat;
	position:absolute;
	left:0;
	top:0;
}
#bw #logo a {
	display:block;
	margin-top:45px;
	height:137px;
	width:344px;
	text-indent:-99999px;
}
#bw #green-sidebar {
	background: transparent url(../images/bw-green-bg.jpg) no-repeat;
	padding:240px 68px 0 28px;
	width:248px;
	position:absolute;
	left:0;
	top:0;
	z-index:90;
	height:300px;
}
#bw #green-sidebar p {
	font-family: "Times New Roman", Times, serif;
	color:#fff;
	font-size:14px;
}
#bw-images {
	float:right;
	height:540px;
	width:505px;
	overflow:hidden;
	position:relative;
	z-index:23;
}
#bw-nav {
	position:absolute;
	right:20px;
	top:10px;
	z-index:101;
}
#bw-nav a {
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	text-decoration:none;
	color:#FFF;
	display:block;
	float:left;
	padding:2px 3px;
	margin-right:4px;
	border-bottom:1px solid transparent;
}
#bw-nav a.activeSlide {border-bottom:1px solid #FFF;}
#green-sidebar ul {
	width:253px;
	margin:15px auto;	
}
#green-sidebar li a {
	display:block;
	width:168px;
	height:41px;
	font-size:16px;
	line-height:40px;
	color:#431805;
	font-family: "Times New Roman", Times, serif;
	padding:0 10px 0 75px;
	text-decoration:none;
	background:url(../images/index-buttons.jpg) no-repeat;
}
#green-sidebar li a:hover {color:#d0872b;}
/* content */
#content, #landing-content {
	width: 920px;
	margin: 0 auto;
	background: transparent url(../images/content-wrapper-bg-light.png) center top repeat-y;
}

#content-leftwide {
	width: 920px;
	margin: 0 auto;
	background: transparent url(../images/back-content-wrapper-left.png) center top repeat-y;
}

/* footer */
#footer, #landing-footer {
	width: 920px;
	margin: 0 auto;
}

/*******************************************************************************
 * NAV
 ******************************************************************************/
#nav {
	height:66px;
	margin:0 0 0 15px;
	font-family: "Times New Roman", Times, serif;
}
#nav li {
	display: block;
	float:left;
	margin-right: 30px !important;
}
#nav a {
	font-size:155%;
	color: #FFF;
	text-decoration: none;
	line-height:64px;
	letter-spacing:1px;
	padding-left:8px;
	background: transparent url(../images/nav-bullet.gif) center left no-repeat;
}

#nav a:hover {color:#b5e3e6;}
#nav a:active, #nav .active a {color:#e7ea85;}

#nav li.first { background: transparent; margin-left:0;padding-left:0; }

/*******************************************************************************
 * SUBNAV
 ******************************************************************************/
#subnav {
	font-size: 14px;
	margin: 0 25px;
	margin-bottom: 2em;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-family: "Times New Roman", Times, serif;
}
#subnav a {
	color: #5c2c1e;
	text-decoration: none;
}
#subnav a:hover { color: #af3b19; }
#subnav li.active a { color: #605548; }

#subnav li {
	position: relative;
	margin-bottom: 0.7em;
}

/* 2nd (3rd) level */
#subnav ul {
	margin: 12px 0;
}

#subnav ul li {
	font-size: 11px;
	line-height: 1em;
	text-transform: none;
	margin-bottom: 4px;
	letter-spacing: normal;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}
#subnav ul li a{padding-left: 12px;}
#subnav ul li a:hover, #subnav ul li.active a { text-decoration: underline; background: transparent url(http://solterra-community.com/images/subnav-arrow.png) 2px center no-repeat;  }

/* quicklinks */
#quicklinks {
	margin: 0 25px;
	margin-bottom: 20px;
	padding: 10px 0;
	padding-bottom: 6px;
	border-top: 2px solid #ae914a;
	border-bottom: 2px solid #ae914a;
}

#quicklinks li {
	margin-bottom: 4px;
}

#quicklinks a {
	display: block;
	width: 171px;
	height: 24px;
	text-indent: -10000em;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
}

#quicklinks li.homes a { background-image: url(../images/quick-homes.png); }
#quicklinks li.question a { background: url(../images/quick-questions.png); }
#quicklinks li.directions a { background: url(../images/quick-directions.png); }

#quicklinks-large .homes a {
	display: block;
	width: 242px;
	height: 35px;
	text-indent: -10000em;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	background-image: url(../images/quick-homes-large.png);
}
/*******************************************************************************
 * CONTENT
 ******************************************************************************/
#content div.left, #landing-content .left {
	width: 230px;
	float: left;
	padding-top:20px;
	background: transparent url(../images/radius-top-left.png) center top no-repeat;
	margin-top:-28px;
}

#content-leftwide div.left {
	width: 677px;
	float: left;
	padding-top: 22px;
	background: transparent url(../images/back-content-right-green.jpg) center top no-repeat;
}

#content div.right, #landing-content .right {
	width: 677px;
	float: right;
	margin-top:-28px;
	padding-top:20px;
	background: transparent url(../images/radius-top-right.png) center top no-repeat;	
}

#content-leftwide div.right {
	width: 226px;
	float: right;
	padding-top: 22px;
	background: transparent url(../images/back-content-left-green.jpg) center top no-repeat;	
}

#content #content-left, #content-leftwide #content-left, #landing-content #content-left { background: transparent url(../images/back-flower-left-light.png) right 8px no-repeat; }
#content #content-right, #content-leftwide #content-right, #landing-content #content-right { background: transparent url(../images/back-flower-right-light.png) left 8px no-repeat; }

#content #content-right, #content-leftwide #content-left, #landing-content #content-right { padding: 0 30px; padding-top: 20px; position: relative; }
#content #content-left, #content-leftwide #content-right, #landing-content #content-left, #landing-content #content-right { padding-top: 20px; }

/* !content headings */
#content h1, 
#content-leftwide h1,
#landing-content h1 {
	color: #645439;
	font-size: 37px;
	font-weight: normal;
	margin-bottom: 0.5em;
}

#content h2, 
#content-leftwide h2,
#landing-content h2 {
	color: #833f2b;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

#content h3, 
#content-leftwide h3,
#landing-content h3 {
	color: #080706;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase;	
}

#content h4, 
#content-leftwide h4,
#landing-content h4 {
	color: #362319;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.4em;
	line-height:17px;
}

#content h5, 
#content-leftwide h5,
#landing-content h5 {
	color: #5d2d1e;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.10em;
	line-height:17px;
	border-top: thin dotted;
	background: transparent url(../images/subnav-arrow.png) 1px 25px no-repeat;
	margin-top: 2em;
	padding-top: 1.5em;
	margin-bottom: 3em;
	padding-left: 1em;

}

#content h5.cta-small, #content h5.cta-medium, #content h5.cta-large {height:38px; overflow:hidden; padding:0; border:none; line-height:normal; font-weight:normal; font-size:12px;}
#content h5.cta-small {background: transparent url(../images/cta-small.png) no-repeat; width:376px;}
#content h5.cta-medium {background: transparent url(../images/cta-medium.png) no-repeat; width:505px;}
#content h5.cta-large {background: transparent url(../images/cta-large.png) no-repeat; width:619px;}

#content h5.cta-small a {width:333px;}
#content h5.cta-medium a {width:462px;}
#content h5.cta-large a {width:576px;}
#content h5.cta-small a, #content h5.cta-medium a, #content h5.cta-large a {
	line-height:38px;
	padding-left:35px;
	padding-right:8px;
	color:#FFF;
}
/* lists */
#content #content-right ul, 
#content-leftwide #content-left ul,
#landing-content #content-right ul {
	color: #645439;
	margin-left: 15px;
	margin-bottom: 2em;
	letter-spacing: 0.1em;
	text-transform: uppercase;	
}

#content #content-right ul li, 
#content-leftwide #content-left ul li,
#landing-content #content-right ul li {
	margin-bottom: 6px;
	padding-left: 15px;
	background: transparent url(../images/bullet-round.png) left center no-repeat;
}

/* images */
#content #content-right img, 
#content-leftwide #content-left img,
#landing-content #content-right img  {
	padding: 4px;
	display: block;
	background: #eae1c6;
	border: 1px solid #b1a489;
}

#content #content-right .floatright, 
#content-leftwide #content-left .floatright,
#landing-content #content-right .floatright { 
	float: right; 
}

#content #content-right .floatleft, 
#content-leftwide #content-left .floatleft,
#landing-content #content-right .floatleft { 
	float: left; 
}

#content #content-right .imgwrapper, 
#content-leftwide #content-left .imgwrapper,
#landing-content #content-right .imgwrapper { 
	margin-bottom: 1em; 
}

#content #content-right .imgwrapper img, 
#content-leftwide #content-left .imgwrapper img,
#landing-content #content-right .imgwrapper img  { 
	margin-bottom: 4px; 
}

#content #content-right .imgwrapper .caption, 
#content-leftwide #content-left .imgwrapper .caption,
#landing-content #content-right .imgwrapper .caption { 
	display: block; text-align: center; 
}

/* captions */
span.caption {
	color: black;
	font-size: 10px;
	font-style: italic;
	letter-spacing: -0.05em;
}

/*******************************************************************************
 * LEFT CONTENT
 ******************************************************************************/
#content #content-left .flash, 
#content-leftwide #content-right .flash {
	text-align: center;
}

#content #content-left .flash .caption, 
#content-leftwide #content-right .flash .caption {
}

/* teasers (and some news styles combined) */
#content #content-left div.teaser, 
#content-leftwide #content-right div.teaser {
	width: 201px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: #e6dac0;
	border: 2px solid #f3f0e8;
}

#content #content-left div.teaser h3, #content #content-left div.teaser p, 
#content-leftwide #content-right div.teaser h3, #content-leftwide #content-right div.teaser p { 
	margin: 0 10px; 
}


#content #content-left div.teaser h3, #content #content-left div.teaser p, #content #content-left div.news h2, #content #content-left div.news p,
#content-leftwide #content-right div.teaser h3, #content-leftwide #content-right div.teaser p, #content-leftwide #content-right div.news h2, #content-leftwide #content-right div.news p { 
	margin-bottom: 6px; 
}

#content #content-left div.teaser h2,
#content-leftwide #content-right div.teaser h2 {
	width: 100%;
	height: 87px;
	text-indent: -10000em;
	background: transparent url(../images/heading-opening.jpg) 0 0 no-repeat;
}

#content #content-left div.teaser h3,
#content-leftwide #content-right div.teaser h3 {
	color: #643829;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4em;
	text-transform: uppercase;
}

#content #content-left div.teaser p, #content #content-left div.news p,
#content-leftwide #content-right div.teaser p, #content-leftwide #content-right div.news p {
	color: #645439;
	font-size: 10px;
	line-height: 1.175em;
}

#content #content-left div.teaser p.more, #content #content-left div.news p.more,
#content-leftwide #content-right div.teaser p.more, #content-leftwide #content-right div.news p.more {
	color: #5d2d1e;
	margin-top: 1em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}

/* news */
#content #content-left div.news,
#content-leftwide #content-right div.news {
	margin: 0 25px;
	margin-bottom: 20px;
}

#content #content-left div.news h2,
#content-leftwide #content-right div.news h2 {
	font-size: 12px;
	font-weight: bold;
}

/*******************************************************************************
 * CONTACT FORM + INPUT FIELDS
 ******************************************************************************/
#contact-form { margin-bottom: 2em; }
#contact-form p { margin-bottom: 0.5em; }

#contact-form p.label {
	float: left;
	clear: left;
	width: 220px;
	color: #833f2b;
	font-size: 1.2em;
	line-height: 1.2em;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
} 

#contact-form input,
#contact-form textarea {
	width: 302px;
	padding: 2px 4px;
	background: #eae1c6;
	border: 1px solid #afa287;
}
#contact-form input.checkbox {
	width: auto;
	border: none;
	background: transparent;
}

#contact-form p.field {
	width: 350px;
	float: left;
	clear: none;
}

#contact-form p.submit,
#contact-form p.captcha {
	clear: left;
	padding-left: 220px;
}

#contact-form p.captcha img { padding: 0; border: none; margin-bottom: 2em; }

#contact-form p.submit input {
	width: auto;
	color: #ebe4d2;
	background: #594e42;
	border: 1px solid #060500;
}

/*******************************************************************************
 * FOOTER
 ******************************************************************************/
#footer, #footer-leftwide {
	color: #FFF;
	margin-bottom: 40px;
}
#landing-footer {
	width:920px;
	margin:0 auto;
}
#footer-leftwide div.left { 
	width: 677px;
	float: left;
	margin-left:52px;
	background: transparent url(../images/back-footer-right-green.jpg) center top no-repeat;
}

#footer-leftwide div.right { 
	width: 226px;
	float: right;
	margin-right:51px;
	background: transparent url(../images/back-footer-left-green.jpg) center top no-repeat;
}
#footer div.left, #landing-footer .left { 
	width: 230px;
	float: left;
	background: transparent url(../images/radius-bottom-left.png) center top no-repeat;
}

#footer div.right, #landing-footer .right { 
	width: 677px;
	float: right;
	background: transparent url(../images/radius-bottom-right.png) center top no-repeat;
}
#footer div.left, #footer-leftwide div.left, #footer div.right, #footer-leftwide div.right, #landing-footer div.left, #landing-footer div.right { 
	height: 39px;
}

/* copyright */
#footer div.left p, #footer-leftwide div.right p, #landing-fooger div.right p, #landing-footer div.left p {
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.05em;
	font-family: "Times New Roman", Times, serif;
}
#landing-footer div.right p {text-align:left; margin-left:2em;}
/* footer nav */
#footernav {
	margin-left: 25px;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.05em;
	font-family: "Times New Roman", Times, serif;
}
#footernav li {
	display: inline;
	font-size: 11px;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #FFF; 
}
#footernav li.first {
	border: none;
	padding: 0;
	margin: 0;
}
#footernav a {
	color: #FFF;
	line-height:39px;
	text-decoration: none;
}
#footernav a:hover { text-decoration: underline; }

#content-right .imgwrapper, #landing-content .imgwrapper {overflow:hidden;} /* BECAUSE IE DOESN'T LIKE ITALIC FONTS AND RIGHT FLOATS*/

#content-right {
	margin-bottom:2em;
}
#content-right .float-header, #content-right .alt-links {
	clear:none;
	width:230px;
}
#content-right h2 {
	color:#743927;
	margin-top:1em;
	margin-bottom:.65em;
	line-height:1.35em;
}
#content-right .floorplan-wrapper {
	border:2px solid #c6a256;
	background:#e6dac0;
	padding:1.75em 3em;
	margin-bottom:1em;
	width:60%;
	position:relative;
}
#content-right .floorplan-wrapper h3 {
	color:#743927;
	font-weight:bold;
	letter-spacing: 0.1em;
}
#content-right .floorplan-wrapper ul {
	list-style-type:disc;
	text-transform:none;
	margin-left:30px;
	margin-bottom:1em;
}
#content-right .floorplan-wrapper ul li, #content-right .alt-links li, #content-right .build-profile-left li {
	background:none;
	padding-left:0;
}
#content-right .alt-links li {
	text-indent:-13px; 
	padding-left:15px;
	padding-bottom:.5em;
	color: #5d2d1e;
}
#content-right .alt-links {
	margin-left:0; 
	line-height:110%;
}

#content-right .floorplan-wrapper p {
	margin-bottom:0;
	color: #5d2d1e;
}
#content-right .floorplan-wrapper p a {text-transform:uppercase;}

#content-right #fp-logo {margin-bottom:1em;}
#content-right .fp-wrapper {
	border:2px solid #c6a256;
	background:#e6dac0;
	padding:5px;
	margin-bottom:1em;
	width:540px;
	position:relative;
	overflow:hidden;
}
#content-right .fp-wrapper img {
	float:left;
}
#content-right .fp-wrapper .fp-detail {
	float:right;
	width:390px;
	position:relative;
}
#content-right .fp-wrapper .fp-detail h3 {
	color:#5d2d1e;
	font-weight:bold;
	margin-top:.4em;
	margin-bottom:.6em;
	letter-spacing: 0.1em;
}
#content-right .fp-wrapper strong {
	text-transform:uppercase;
	display:block;
	float:left;
	width:100px;
}
#content-right .fp-wrapper p {
	color:#655351;
	margin:0;
	padding:0;
	line-height:130%
}
#content-right .fp-wrapper .fp-price {
	position:absolute;
	top:2px;
	right:4px;
	color:#5d2d1e;
}
#content-right .fp-wrapper .fp-virtual {
	position:absolute;
	top:22px;
	right:4px;
	color:#5d2d1e;
}
#content-right .fp-wrapper .fp-view {
	position:absolute;
	bottom:2px;
	right:4px;
	color:#5d2d1e;
}
#content-right .fp-wrapper a {text-transform:uppercase;}


/* ------- LAYOUT 2 ---- */
#content-right img.norm {padding:0;}
#content-right .thumbs {overflow:hidden;}
#content-right .thumbs img {
	float:left;
	margin-right:5px;
	display:inline;
}
#content-right .build-profile-left, #content-right .build-profile-right {
	display:inline;
	position:relative;
}
#content-right .build-profile-left {
	float:left;
	width:175px;
}
#content-right .plan-pricing {
	border-bottom:1px dashed #40321b;
	margin-bottom:1.65em;
}
#content-right .plan-pricing p {margin-bottom:1.5em;}

#content-right .build-profile-right {
	float:right;
	width:407px;
	margin-right:15px;
}
#content-right .build-profile-left .link { 
	text-indent:-10px; 
	padding-left:10px;
	color:#40321b;
}
#content-right .build-profile-left .link a {color:#40321b;}
#content-right .build-profile-right h2 {margin-top:0px; margin-bottom:.25em;}
#content-right h2.floorplan {margin-top:2em;}
#content-right h2.floorplan a {
	text-transform:none;
	font-size:80%;
	letter-spacing:.05em;
	color:#40321b;
}
#content-right .build-profile-left ul {
	margin-left:0;
	color:#40321b;
	text-transform:none;
	letter-spacing:0;
	text-transform:none;
}
#content-right .build-profile-left ul strong {
	display:block;
	float:left;
	width:100px;
}

#specTable{
	width:100%;
}

#specTable .col1{
	width:180px;
}

#specTable .col1 img{
	margin-bottom:5px;
}

#specTable .col1 a{
	text-decoration:none;
	text-transform:uppercase;
}

#specTable .col1 a span{
	margin-left:26px;
}

#specTable .col2{
	
}

#specTable .col3{
	
}

#specTable .odd{
}

#specTable .first{
	border:none !important;
}

#specTable tr{
	border-top:1px solid #5D2D1E;
}

#specTable td{
	vertical-align:top !important;
	padding:15px 0 10px 0;
}

#specTable dt{
	font-weight:bold;
	margin-right:8px;
	margin-top:5px;
	clear:left;
	line-height:1.5em;
}

#specTable dd{
	line-height:1.5em;
}
/*******************************************************************************
 * BROWSE HOMES
 ******************************************************************************/
#content #content-right #browse-homes {list-style:none; margin:0; padding:0;}
#content #content-right #browse-homes li {
	clear:both;
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #bead91;
	padding:.9em 0 1.2em 0;
	list-style:none;
}
#browse-homes img {
	float:left;
}
#browse-homes .details {
	float:right;
	width:470px;
}
#browse-homes h2 {
	margin:0;
}
#browse-homes p {
	text-transform:none;
	margin:.3em 0 .5em 0;
	letter-spacing:0px;
}
#browse-homes .view-homes {
	display:block;
	height:24px;
	text-indent:-9999px;
	border:1px solid #DACAA8;
}
#browse-homes .view-homes:hover {border-color:#FFF;}
#browse-homes .view-available {background-image:url(http://www.solterra-community.com/media/images/browse-homes/quick-available-inventory.jpg); width:246px;}
#browse-homes .view-cardel {background-image:url(http://www.solterra-community.com/media/images/browse-homes/quick-cardel.jpg); width:201px;}
#browse-homes .view-remington {background-image:url(http://www.solterra-community.com/media/images/browse-homes/quick-remington.jpg); width:231px;}
#browse-homes .view-infinity {background-image:url(http://www.solterra-community.com/media/images/browse-homes/quick-infinity.jpg); width:211px;}
#browse-homes .view-wall {background-image:url(http://www.solterra-community.com/media/images/browse-homes/quick-wall.jpg); width:191px;}


/*******************************************************************************
 * LANDING PAGE + CONCIERGE FORM
 ******************************************************************************/
#landing-footer p, #landing-footer a {color:#FFF !important;}
#landing-footer #footernav li {border-color:#FFF;}

#landing-concierge {
	background:#F5EBDB;
	border:1px solid #C1AE91;
	padding:5px 15px 15px;
	margin:22px 0 20px;
}
#landing-concierge p {
	margin:0 0 .3em;
}
#landing-concierge fieldset {
	margin:1em 0;
	width:100%;
	overflow:hidden;
}
#landing-concierge label {
	display:block;
	color:#90877d;
}
#landing-concierge input, #landing-concierge textarea {
	border:1px solid #C1AE91;
	width:100px;
}
#landing-concierge input.checkbox {border:0; width:auto; float:left; margin-top:2px;}
#landing-concierge input.submit {
	float:right;
	display:block;
	background:url(../images/landing-submit-back.gif) repeat-x center center;
	width:auto;
	color:#FFF;
	font-size:110%;
margin-right:10px;
}
#landing-footer .right {
	width:677px;
	float:right;
	margin-left:0;
}
#landing-footer .left {
	width:230px;
	float:left;
	margin-right:0;
}
