@charset "UTF-8";
@import url("reset.css");


/*=====  INITIALIZE  ===============*/

html {
	overflow-y: scroll;
}
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #FFF;
	background-color: #000;
}
.section {
	position: relative;
	width: 968px;
	margin: 0px auto;
}
a:link, a:visited {
	color: #FFF;
}
a:hover {
	color: #900;
}


/*=====  AREA : BANNER  ===============*/

#banner {
	z-index: 10;
	position: relative;
	height: 81px;
	background: transparent url(../images/border_gradient.png) repeat-x left bottom;
}
#banner .section {
	height: 81px;
}
#banner .logo {
	position: absolute;
	left: -8px;
	top: 10px;
}
#banner #text-size {
	position: absolute;
	right: 140px;
	top: 0px;
	width: 130px;
}
#banner #text-size p, #banner #text-size ul, #banner #text-size li {
	float: left;
	font-size: 11px;
}
#banner #text-size, #banner #text-size ul, #banner #text-size li {
	height: 38px;
	overflow: hidden;
}
#banner #text-size p {
	padding: 16px 10px 0px 0px;
	color: #bababa;
}
#banner #text-size ul {
	background: transparent url(../images/banner_Text-Size.png) no-repeat center top;
}
#banner #text-size .larger {
	background-position: center bottom;
}
#banner #text-size li a {
	display: block;
	width: 28px;
	height: 38px;
	text-indent: -9999px;
}
#banner .chat-now {
	position: absolute;
	right: 0px;
	top: 8px;
}


/*=====  AREA : BANNER : NAVIGATION  ===============*/

#navigation {
	position: absolute;
	right: 0px;
	bottom: 1px;
	width: 685px;
}
#navigation li {
	position: relative;
	float: left;
}
#navigation .find-a-home {
	width: 163px;
}
#navigation .design-studio {
	width: 189px;
}
#navigation .active-adult {
	width: 170px;
}
#navigation .powersmart {
	width: 163px;
}
#navigation li a {
	display: block;
	height: 34px;
	overflow: hidden;
	background: transparent url(../images/banner_navigation.png) no-repeat left top;
	text-indent: -9999px;
	cursor: default;
}
#navigation li.find-a-home a {
	background-position: left bottom;
}
#navigation li.find-a-home:hover a {
	background-position: left center !important;
}
#navigation li.design-studio a {
	background-position: -163px bottom;
}
#navigation li.design-studio:hover a {
	background-position: -163px center !important;
}
#navigation li.active-adult a {
	background-position: -352px bottom;
}
#navigation li.active-adult:hover a {
	background-position: -352px center !important;
}
#navigation li.powersmart a {
	background-position: right bottom;
}
#navigation li.powersmart:hover a {
	background-position: right center !important;
}


/*=====  AREA : BANNER : DROP-DOWNS  ===============*/

#navigation .menu {
	display: none;
	position: absolute;
	left: 0px;
	top: 34px;
	width: 163px;
	overflow: hidden;
	background: #F3F3F3 url(../images/banner_menu_bkgd.jpg) no-repeat left bottom;
}
#navigation li:hover .menu, #navigation li.over .menu {
	display: block;
}
#navigation .design-studio .menu {
	width: 189px;
}
#navigation .active-adult .menu {
	width: 170px;
}
#navigation .powersmart .menu {
	background: #eef8ee url(../images/banner_menu_powersmart.jpg) no-repeat left bottom;
}
#navigation .menu li {
	height: auto;
	border-bottom: 1px solid #888;
	float: none;
}
#navigation .menu p {
	padding: 8px;
	line-height: 16px;
	font-size: 12px;
	color: #666;
}
#navigation .menu a:link, #navigation .menu a:visited {
	height: 25px;
	background-image: url(../images/banner_menu_cities.png);
}
#navigation .menu a:hover {
	cursor: pointer;
}
#navigation .menu .austin a:link, #navigation .menu .austin a:visited {
	background-position: left top !important;
}
#navigation .menu .austin a:hover {
	background-position: left -27px !important;
}
#navigation .powersmart .menu .austin a:hover {
	background-position: left -52px !important;
}
#navigation .menu .houston a:link, #navigation .menu .houston a:visited {
	background-position: -190px top !important;
}
#navigation .menu .houston a:hover {
	background-position: -190px -27px !important;
}
#navigation .powersmart .menu .houston a:hover {
	background-position: -190px -52px !important;
}
#navigation .menu .san-antonio a:link, #navigation .menu .san-antonio a:visited {
	background-position: -380px top !important;
}
#navigation .menu .san-antonio a:hover {
	background-position: -380px -27px !important;
}
#navigation .powersmart .menu .san-antonio a:hover {
	background-position: -380px -52px !important;
}


/*=====  AREA : MAIN  ===============*/

#main {
	z-index: 0;
	position: relative;
	width: 100%;
	min-height: 640px;
	height: auto !important;
	height: 640px;
	padding-bottom: 20px;
	overflow: hidden;
	background: #16171e url(../images/main_bkgd.jpg) no-repeat center top;
}
#bkgd {
	position: absolute;
	width: 1160px;
	height: 440px;
	left: 50%;
	top: 0px;
	margin-left: -580px;
}
#page-content {
	width: 694px;
	padding-left: 32px;
	float: right;
	overflow: hidden;
}
#page-content h1 {
	height: 44px;
	overflow: hidden;
	background: transparent url(../images/main_h1_index.png) no-repeat left center;
	text-indent: -9999px;
}
#page-content h2 {
	line-height: 1.4em;
	font-size: 1.3em;
}
#page-content p, #page-content li {
	line-height: 1.4em;
	font-size: 1.1em;
	color: #bababa;
}
#page-content p {
	padding-bottom: 8px;
}
#page-content li {
	padding-left: 20px;
	background: transparent url(../images/main_li_square.png) no-repeat 8px 8px;
}
#page-content a:link, #page-content a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}
#page-content a:hover {
	text-shadow: 1px 1px 3px #000;
	text-decoration: underline;
}


/*=====  AREA : MAIN : CALLOUT  ===============*/

#callout {
	width: 200px;
	margin: 7px 0px 8px 10px;
	float: right;
}
#callout #fbLike {
	overflow: hidden;
	width: 200px;
	height: 35px;
}
#callout #fbLike div {
	float: right;
	padding: 0px;
}
#callout .content {
	zoom: 1;
	min-height: 120px;
	height: auto !important;
	height: 120px;
	background: transparent url(../images/callout_bkgd.png) no-repeat center top;
	overflow: hidden;
}
#callout .content h2 {
	height: 48px;
	margin-bottom: 3px;
	overflow: hidden;
	background: transparent url(../images/callout_h2_Special-Offers.png) no-repeat -1px center;
	text-indent: -9999px;
}
#callout .content p, #callout .content a {
	width: 178px;
	margin: 0px auto 6px;
	line-height: 1.4em;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	color: #000;
}
#callout .content p {
	margin-bottom: 0px;
	padding: 5px 0px 10px;
}
#callout .content a {
	cursor: pointer;
}
#callout .content a:link p, #callout .content a:visited p {
	padding-bottom: 0px;
}
#callout .content a:hover p {
	padding-bottom: 0px;
	text-decoration: underline;
	text-shadow: none;
}
#callout .closer {
	height: 13px;
	background: transparent url(../images/callout_bkgd.png) no-repeat center bottom;
}


/*=====  AREA : MAIN : SIDEBAR  ===============*/

#sidebar {
	position: relative;
	width: 242px;
	height: 640px;
}
#sidebar #map {
	position: relative;
	left: -30px;
	top: 0px;
	width: 300px;
	height: 300px;
}
#sidebar #map .location-dot {
	position: absolute;
	left: 52px;
	top: 191px;
	width: 23px;
	height: 23px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	background: transparent url(../images/community_numbers.png) no-repeat left top;
}
.tooltip {
	zoom: 1;
	z-index: 40;
	display: none;
	position: relative;
	width: 215px;
	text-decoration: none;
	text-shadow: 1px 1px 3px #000;
	cursor: pointer;
}
.tooltip.master-planned {
	cursor: default;
}
.tooltip:hover {
	color: #FFF;
}
.tooltip .comm-number {
	position: absolute;
	left: 4px;
	top: 8px;
	width: 23px;
	height: 23px;
	background: transparent url(../images/community_numbers.png) no-repeat left top;
}
.tooltip .comm-detail {
	padding: 11px 7px 8px 30px;
	background: transparent url(../images/tooltip_bkgd_main.png) no-repeat left top;
	font-size: .95em;
}
.tooltip.master-planned .comm-detail {
	padding-bottom:0px;
}
.tooltip .comm-detail dt {
	margin-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
}
.tooltip .comm-detail dt, .tooltip.master-planned .comm-detail dt + dd {
	border-bottom: 1px solid #B1B1B1;
	padding: 3px 0px;
}
.tooltip.master-planned .comm-detail dt {
	margin-bottom: 0px;
	border-bottom: none;
	padding-bottom: 0px;
}
.tooltip.master-planned .comm-detail dt + dd {
	padding-top: 0px;
}
.tooltip .comm-detail dd, .tooltip:hover .comm-detail dd {
	color: #B1B1B1;
}
.tooltip.master-planned .comm-detail dd a:link, .tooltip.master-planned .comm-detail dd a:visited {
	display:block;
	padding: 7px 0px 2px;
	font-weight:bold;
	text-decoration:none;
	color: #B1B1B1;
}
.tooltip.master-planned .comm-detail dd a:hover {
	color: #FFFFFF;
}
.tooltip .comm-link {
	height: 30px;
	padding-left: 5px;
	background: transparent url(../images/tooltip_bkgd_link.png) no-repeat left top;
	line-height: 23px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.tooltip.master-planned .comm-link {
	height: 15px;
	background-image: url(../images/tooltip_bkgd_cap.png);
}
#sidebar #form {
	z-index: 39;
	position: absolute;
	left: 0px;
	top: 270px;
}
#sidebar #form h1 {
	height: 25px;
	overflow: hidden;
	background: transparent url(../images/form_h1.png) no-repeat left top;
	text-indent: -9999px;
}


/*=====  AREA : FOOTER  ===============*/

#footer {
	z-index: 5;
	position: relative;
	background: transparent url(../images/border_gradient.png) repeat-x right top;
	overflow: hidden;
}
#footer .logo {
	display: block;
	width: 185px;
	height: 16px;
	margin: 28px 0px 10px;
	float: left;
	overflow: hidden;
	background: transparent url(../images/footer_Village-Builders.gif) no-repeat left center;
	text-indent: -9999px;
}


/*=====  AREA : FOOTER : MARKETS  ===============*/

#footer #markets {
	padding-bottom: 20px;
	clear: both;
	overflow: hidden;
}
#footer #markets .left {
	width: 234px;
	padding: 0px 8px;
	float: left;
}
#footer #markets .right {
	width: 718px;
	float: left;
	overflow: hidden;
}
#footer #markets h2 {
	margin-bottom: 5px;
	border-bottom: 1px solid #666;
	padding-top: 10px;
	clear: left;
	font-size: 1em;
	font-weight: normal;
	color: #999;
}
#footer #markets .communities {
	width: 230px;
	margin-right: 8px;
	float: left;
	text-transform: uppercase;
}
#footer #markets .communities a, #footer #markets .communities a span {
	display: block;
	text-decoration: none;
}
#footer #markets .communities a {
	margin-bottom: 5px;
	padding: 5px;
}
#footer #markets .communities a span {
	text-transform: none;
	font-size: .9em;
	font-style: oblique;
	color: #ACACAC;
}
#footer #markets .communities a:hover {
	background: #333 url(../images/footer_hover_bkgd.png) repeat-x center top;
	color: #FFF;
	text-shadow: 1px 1px 3px #000;
}


/*=====  AREA : FOOTER : DISCLAIMERS  ===============*/

#footer .disclaimer {
}
#footer .disclaimer p {
	padding-right: 8px;
	padding-bottom: 6px;
	text-align: justify;
	color: #9a9a9a;
	font-size: .7em;
	line-height:1.3em;
}
#footer .disclaimer .legal-links {
	width: 38%;
	padding-bottom:0px;
	float: right;
	font-size: .7em;
	text-align: right;
}
#footer .disclaimer .legal-links a:link, #footer .disclaimer .legal-links a:visited {
	border-left: 1px solid #FFF;
	padding: 0px 8px;
	font-weight: bold;
	text-decoration: none;
}
#footer .disclaimer .legal-links a:hover {
	background: #900;
	color: #FFF;
	text-shadow: 1px 1px 3px #000;
}
#footer .disclaimer .legal-links a.first {
	border: none;
}


/*=====  AREA : OVERLAY  ===============*/

#overlay {
	display: none;
	z-index:10000;
	width: 700px;
	height: 550px;
	margin-top: -70px;
	margin-left:200px;
}
div.contentWrap {
	height:550px;
	padding: 0px 20px;
	overflow:visible;
}
#overlay .close {
	z-index: 10001;
	display: block;
	width: 23px;
	height: 23px;
	position: absolute;
	right: 0px;
	top: 5px;
	background: transparent url(../images/community_close.png) no-repeat left top;
	cursor: pointer;
}


/*=====  GENERAL CLASSES  ===============*/

p.last {
	padding-bottom: 25px !important;
}
.fLeft {
	float: left;
}
.fRight {
	float: right;
}
.cFloat {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 1px;
}
.noWrap {
	white-space: nowrap;
}

