/* @group General Rules */

/* -- undo browser HTML defaults (see: http://tantek.com/log/2004/09.html#d06t2354) -- */

:link,:visited {
	text-decoration: none;
}

ul,ol {
	list-style: none;
}

h1,h2,h3,h4,h5,h6,pre,code,p {
	font-size: 1em;
}

ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

a img,:link img,:visited img {
	border: none;
}

address {
	font-style: normal;
}

.hide {
	display: none;
}

em.warn {
	font-style: normal;
	color: #f00;
}

a {
	color: #333;
	text-decoration: none;
}

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

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul, ol {
	list-style: none;
}

html {
	display: block;
	font: 12px/150% "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #271900 url(../images/bg.jpg) repeat-x left bottom;
}

body {
	display: block;
	position: relative;
	height: 100%;
	color: #333;
	text-align: center;
	background: url(../images/header-bg.gif) repeat-x center top;
}

#canvas {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

body.index #canvas {
	background: url(../images/mountains.jpg) no-repeat right top;
}

body.amenities #canvas {
	background: url(../images/canvas/amenities.jpg) no-repeat center top;
}

body.homes #canvas {
	background: url(../images/canvas/homes.jpg) no-repeat center top;
}

body.lifestyle #canvas {
	background: url(../images/canvas/lifestyle.jpg) no-repeat center top;
}

body.location #canvas {
	background: url(../images/canvas/location.jpg) no-repeat center top;
}

body.community #canvas {
	background: url(../images/canvas/community.jpg) no-repeat center top;
}

body.resident-resources #canvas {
	background: url(../images/canvas/resident-resources.jpg) no-repeat center top;
}

/* @end */

#header {
	display: block;
	position: relative;
	width: 100%;
	height: 465px;
	background: url(../images/trees.png) no-repeat center top;
}

#header #branding-nav {
	display: block;
	position: relative;
	z-index: 20;
	width: 960px;
	margin: 0 auto;
	height: 465px;
	background: url(../images/arches.jpg) no-repeat left 305px;
}

#header #branding-nav h1 {
	display: block;
	position: absolute;
	width: 173px;
	height: 137px;
	left: 21px;
	top: 58px;
	z-index: 20;
}

#branding-nav ul#nav-main {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 932px;
	height: 86px;
	padding: 0 0 0 28px;
	background: url(../images/nav.jpg) no-repeat left top;
}

#branding-nav ul#nav-main li {
	display: inline;
	position: relative;
	float: left;
	height: 86px;
}

#branding-nav ul#nav-main li a {
	display: block;
	position: relative;
	height: 86px;
}

#branding-nav ul#nav-main li#nav-homes a {
	width: 71px;
	background: url(../images/nav.jpg) -28px top;
}

#branding-nav ul#nav-main li#nav-homes a:hover {
	background-position: -28px -86px;
}

#branding-nav ul#nav-main li#nav-location a {
	width: 93px;
	background: url(../images/nav.jpg) -99px top;
}

#branding-nav ul#nav-main li#nav-location a:hover {
	background-position: -99px -86px;
}

#branding-nav ul#nav-main li#nav-community a {
	width: 109px;
	background: url(../images/nav.jpg) -192px top;
}

#branding-nav ul#nav-main li#nav-community a:hover {
	background-position: -192px -86px;
}

#branding-nav ul#nav-main li#nav-amenities a {
	width: 90px;
	background: url(../images/nav.jpg) -301px top;
}

#branding-nav ul#nav-main li#nav-amenities a:hover {
	background-position: -301px -86px;
}

#branding-nav ul#nav-main li#nav-lifestyle a {
	width: 86px;
	background: url(../images/nav.jpg) -392px top;
}

#branding-nav ul#nav-main li#nav-lifestyle a:hover {
	background-position: -392px -86px;
}

#branding-nav ul#nav-main li#nav-news-events a {
	width: 119px;
	background: url(../images/nav.jpg) -477px top;
}

#branding-nav ul#nav-main li#nav-news-events a:hover {
	background-position: -477px -86px;
}

#branding-nav ul#nav-main li#nav-resident-resources a {
	width: 160px;
	background: url(../images/nav.jpg) -596px top;
}

#branding-nav ul#nav-main li#nav-resident-resources a:hover {
	background-position: -596px -86px;
}

#branding-nav ul#nav-main li#nav-contact a {
	width: 91px;
	background: url(../images/nav.jpg) -756px top;
}

#branding-nav ul#nav-main li#nav-contact a:hover {
	background-position: -756px -86px;
}

#branding-nav img#couple {
	display: block;
	position: absolute;
	top: 169px;
	left: 552px;
}

#branding-nav h2 {
	display: block;
	position: absolute;
	top: 349px;
	left: 48px;
	width: 224px;
	height: 34px;
	background: url(../images/welcome-trans.png) no-repeat left top;
}

#branding-nav a.facebook {
	display: block;
	position: absolute;
	top: 393px;
	left: 48px;
	width: 144px;
	height: 16px;
	background: url(../images/facebook.png) no-repeat left -16px;
}

#branding-nav a.facebook:hover {
	background: url(../images/facebook.png) no-repeat left top;
}

dl.text-size {
	display: block;
	position: absolute;
	top: 22px;
	left: 870px;
	color: #dac9ae;
	width: 60px;
	text-align: center;
}

dl.text-size dt {
	display: block;
	position: relative;
	width: 60px;
}

dl.text-size dd {
	display: inline;
	float: left;
	width: 20px;
	height: 20px;
}

dl.text-size dd a {
	display: block;
	width: 20px;
	height: 20px;
	color: #dac9ae;
	line-height: 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

dl.text-size dd a:hover {
	text-decoration: none;
	background-color: #360100;
}

#content {
	display: block;
	position: relative;
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 25px;
	font-size: 12px;
	background: #4f2f0c url(../images/content-bottom.jpg) no-repeat center bottom;
}

#content-main {
	display: inline;
	float: left;
	width: 530px;
	margin: 0 20px 0 20px;
	padding: 0 20px 150px 20px;
	text-align: left;
	min-height: 300px;
	color: #f0e9de;
}

body.amenities #content-main {
	background: url(../images/backgrounds/amenities.jpg) no-repeat center bottom;
}

body.location #content-main {
	background: url(../images/backgrounds/location.jpg) no-repeat center bottom;
}

body.index #content-main {
	background: url(../images/backgrounds/general.jpg) no-repeat center bottom;
}

body.lifestyle #content-main {
	background: url(../images/backgrounds/lifestyle.jpg) no-repeat center bottom;
}

body.general #content-main {
	background: url(../images/backgrounds/general.jpg) no-repeat center bottom;
}

#content-main h2 {
	display: block;
	color: #c5944c;
	font-weight: bold;
	font-size: 13px;
	margin: 30px 0 15px 0 ;
	text-transform: uppercase;
	letter-spacing: 0px;
	text-shadow: 0px 1px 1px #321c02;
	background: url(../images/h3-hills.gif) no-repeat left bottom;
	padding-left: 42px;
	padding-bottom: 5px;
}

#content-main h3 {
	display: block;
	color: #e1d3b2;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
	text-shadow: 0px 1px 1px #321c02;
	border-bottom: 0px solid #694c2f;
}

body.index #content-main h3 {
	display: block;
	position: relative;
	color: #f0e9de;
	margin: 0 auto;
	width: 500px;
	text-align: center;
	font-weight: normal;
	font-size: 17px;
	padding-top: 35px;
	line-height: 28px;
	margin-bottom: 20px;
	text-shadow: none;
	text-shadow: 0px 1px 1px #321c02;
	border-bottom: none;
	background: url(../images/flourish-top.jpg) no-repeat center top;
}

body.index #content-main h3 div#bottom {
	display: block;
	position: relative;
	width: 500px;
	height: 23px;
	margin-top: 10px;
	background: url(../images/flourish-bottom.jpg) no-repeat center top;
}

#content-main h5 {
	display: block;
	color: #e1d3b2;
	font-weight: bold;
	font-size: 13px;
	margin: 10px 0 0 0;
	text-shadow: 0px 1px 1px #321c02;
}

body.index #content-main h5 {
	display: block;
	position: relative;
	color: #e1d3b2;
	margin: 10px auto;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0px 1px 1px #321c02;
	font: bold 11px Georgia, "Times New Roman", Times, serif;
}

#content-main p {
	display: block;
	position: relative;
	margin-bottom: 15px;
}

#content-main p.button a {
	color: #330;
	display: block;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	position: relative;
	margin: 0 auto;
	width: 225px;
	height: 35px;
	border: 2px solid #cbc4ac;
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
	line-height: 36px;
	background: url(../images/p-button-bg.gif) repeat-x left top;
	overflow: hidden;
	font-weight: bold;
	font-size: 11px;
}

#content-main p.button a:hover {
	color: #fff;
	border-color: #f6f6df;
	background: url(../images/p-button-bg.gif) repeat-x left -35px;
}

#content-main p.short {
	width: 365px;
}


#content-main p.intro, #content-main h4 {
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	font-style: italic;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content-main h4 {
	font-style: italic;
}

body.index #content-main h4 {
	font-size: 20px;
	line-height: 32px;
	font-weight: normal;
	color: #f0e9de;
	text-align: center;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

body.amenities #content-main h4 {
	width: 365px;
}

#content-main #blocker {
	display: inline;
	float: right;
	width: 185px;
	height: 285px;
}

#content-main a {
	color: #f8e1ad;
	text-decoration: underline;
}

#content-main a:hover {
	color: #fc6;
	text-decoration: none;
}

#content-main ul {
	display: block;
	text-align: left;
	font-weight: normal;
	margin: 0 0 10px 0;
	list-style: none;
}

#content-main ul.gallery {
	display: block;
	text-align: left;
	font-weight: normal;
	margin: 0 0 10px 0;
	list-style: none;
	font-size: 11px;
}

#content-main ul.gallery li {
	background: none;
	padding: 0;
}

#content-main ul.gallery li a {
	color: #330;
	display: block;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	position: relative;
	width: 150px;
	height: 35px;
	border: 2px solid #cbc4ac;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	text-decoration: none;
	line-height: 36px;
	background: url(../images/p-button-bg.gif) repeat-x left top;
	overflow: hidden;
	font-weight: bold;
}

#content-main ul.gallery li a:hover {
	color: #fff;
	border-color: #f6f6df;
	background: url(../images/p-button-bg.gif) repeat-x left -35px;
}

#content-main ul ul {
	margin: 10px 0 10px 15px;
}

#content-main ul li {
	margin-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	background: url(../images/bullet.gif) no-repeat left 8px;
}

#content-main ul li a {
	font-weight: normal;
	padding-left: 0px;
	width: auto;
}

#content-main dl.news {
	display: block;
	text-align: left;
	font-weight: normal;
	margin: 0 0 10px 0;
	list-style: none;
}


#content-main dl.news dt {
	font-weight: bold;
}

#content-main #tabs div.ui-tabs-hide {
	display: none;
}

#content-main #carousel-wrapper {
	margin-bottom: 30px !important;
}

#content-main #carousel-wrapper2 {
	margin-bottom: 60px !important;
}

/* 
#content-main ul#mycarousel li {
	width: 146px;
	height: 86px;
	padding: 0;
	margin: 0 8px 0 8px;
	background-image: none;
	list-style-type: none !important;
}

#content-main ul#mycarousel li a img {
	width: 142px;
	height: 80px;
	padding: 0;
	margin: 0 7px 0 7px;
	list-style-type: none !important;
	border: 2px solid #fff3d9;
} */

#content-sub {
	display: inline;
	float: right;
	width: 329px;
	margin: -10px 21px 0 0;
}

#content-sub ul {
	display: block;
	position: relative;
	text-align: left;
	height: 56px;
	width: 329px;
	z-index: 30;
	padding-right: 2px;
	background-color: #4f2f0c;
}

#content-sub ul li {
	display: block;
	position: relative;
	text-align: left;
	height: 56px;
	top: 5px;
	left: -8px;
}

body.index #content-sub ul li {
	left: -2px;
}

#content-sub ul li#tab-news {
	display: inline;
	float: left;
	width: 157px;
}

#content-sub ul li#tab-incentives {
	display: inline;
	float: left;
	width: 172px;
	left: 0;
}

#content-sub ul li#tab-news a {
	display: block;
	position: relative;
	height: 56px;
	width: 157px;
	background: url(../images/home-tabs.jpg) no-repeat left -56px;
}

#content-sub ul li#tab-incentives a {
	display: block;
	position: relative;
	height: 56px;
	width: 172px;
	background: url(../images/home-tabs.jpg) no-repeat -157px top;
}

#content-sub ul li#tab-news.ui-tabs-selected a {
	background-position: left top;
}

#content-sub ul li#tab-incentives.ui-tabs-selected a {
	background-position: -157px -56px;
}

#content-sub div {
	display: block;
	position: relative;
	min-height: 240px;
	background: transparent url(../images/sub-content-bg.jpg) no-repeat left top;
	z-index: 10;
}

body.index #content-sub div {
	background-image: url(../images/sub-content-index-bg.jpg);
}

#content-sub div.ui-tabs-hide {
	display: none;
}

#content-sub div#explore p {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 90%;
}

#content-sub div ul {
	display: block;
	position: relative;
	height: auto;
	width: 309px;
	margin: 0 20px 0 20px;
	padding: 0 0 20px 0;
	background-color: transparent;
}

#content-sub div ul li {
	display: block;
	position: relative;
	height: 38px;
	line-height: 38px;
	border-bottom: 1px solid #ad8e5c;
}

#content-sub div ul li a {
	display: block;
	position: relative;
	color: #310b02;
	font-weight: bold;
	padding-left: 26px;
	background: url(../images/arrow-r.gif) no-repeat 1px 13px;
}

#content-sub div ul li a.on {
	color: #9b5f01;
	background: url(../images/arrow-l.gif) no-repeat 1px 13px;
}

#content-sub div ul li a:hover {
	color: #9b5f01;
	text-decoration: none;
	background: url(../images/arrow-l.gif) no-repeat 1px 13px;
}

#content-sub div dl {
	display: block;
	position: relative;
	width: 290px;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: left;
	overflow: hidden;
	color: #3e2206;
	border-bottom: 1px solid #cbaf7c;
}

#content-sub div dl dt, #content-sub div dl dd {
	display: inline;
	float: right;
	font-weight: bold;
	width: 220px;
	margin-bottom: 5px;
}

#content-sub div dl dd {
	font-weight: normal;
}

#content-sub div dl dd a.read-more {
	display: block;
	margin-top: 5px;
	font-weight: bold;
	color: #930
}

#content-sub div dl dd.image {
	display: block;
	position: absolute;
	top: 17px;
	left: 0;
	float: none;
	width: 57px;
	height: 57px;
	font-weight: normal;
}

#content-sub div dl dd.image img {
	display: block;
	position: relative;
	width: 55px;
	height: 55px;
	border: 1px solid #fff;
}





#content-sub div#incentives dl {
	display: block;
	position: relative;
	width: 290px;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: left;
	overflow: hidden;
	color: #3e2206;
	border-bottom: 1px solid #cbaf7c;
}

#content-sub div#incentives dl dt, #content-sub div#incentives dl dd {
	display: inline;
	font-weight: bold;
	width: 290px;
	margin-bottom: 5px;
}

#content-sub div#incentives dl dd {
	font-weight: normal;
}

#content-sub div#incentives dl dd a.read-more {
	display: block;
	margin-top: 5px;
}

#content-sub div#incentives p {
	display: block;
	position: relative;
	width: 290px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: left;
}


#content-sub p a {
	font-weight: bold;
	color: #930
}

#content-sub p a:hover {
	color: #9b5f01;
	text-decoration: none;
}

#site-info {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 125px;
	color: #93816f;
	font-size: 11px;
	background: url(../images/footer-bg.gif) repeat-x left top;
}

#site-info em {
	font-style: normal;
}

#site-info h3 {
	display: block;
	position: absolute;
	top: -84px;
	left: 646px;
	width: 254px;
	height: 16px;
}

#site-info img.logo {
	display: block;
	position: absolute;
	left: 20px;
	top: 27px;
	width: 103px;
	height: 38px;
}

#site-info img.equal-housing {
	display: block;
	position: absolute;
	top: -33px;
	left: 915px;
	height: 11px;
	width: 15px;
}

#site-info dl {
	display: block;
	position: absolute;
	top: 27px;
}

#site-info dl#communities {
	left: 152px;
	width: 150px;
	text-align: left;
}

#site-info dl#visit {
	left: 310px;
	width: 310px;
	text-align: left;
}

#site-info dl dt {
	font-weight: bold;
	margin-bottom: 10px;
}

#site-info dl dd a {
	color: #93816f;
}

#site-info ul {
	display: inline;
	float: right;
	margin-top: 27px;
	margin-right: 20px;
}

#site-info ul li {
	display: inline;
}

#site-info ul li a {
	display: inline;
	float: left;
	position: relative;
	padding: 0 16px 0 16px;
	color: #93816f;
}

#site-info dl.text-size {
	display: block;
	position: absolute;
	top: 66px;
	left: 870px;
	color: #93816f;
	width: 60px;
	text-align: center;
}

#site-info dl.text-size dt {
	display: block;
	position: relative;
	width: 60px;
	margin-bottom: 0;
	font-weight: normal;
}

#site-info dl.text-size dd {
	display: inline;
	float: left;
	width: 20px;
	height: 20px;
}

#site-info dl.text-size dd a {
	display: block;
	width: 20px;
	height: 20px;
	color: #93816f;
	line-height: 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#site-info dl.text-size dd a:hover {
	text-decoration: none;
	background-color: #842f00;
}


/* -- houseplans -- */

#houseplans {
	display: block;
}

#houseplans dl {
	display: block;
	clear: both;
	overflow: hidden;
	padding-bottom: 30px;
}

#houseplans dt {
	display: block;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	color: #f8e1ad;
	width: 100%;
	margin-bottom: 5px;
	border-bottom: 1px solid #845927;
}

#houseplans dd.loc {
	display: inline;
	float: left;
	width: 160px;
	margin-top: 10px;
	margin-left: 15px;
}

#houseplans dd.buttons {
	display: inline;
	float: right;
	width: 160px;
}

#houseplans dd.photo {
	display: inline;
	float: left;
	width: 182px;
	margin-top: 10px;
}

#houseplans dd.photo img {
	display: block;
	border: 3px solid #fff;
}

hr {
	display: block;
	margin: 20px auto;
}

.ui-tabs-selected a {
	color: #9b5f01;
	background: url(../images/arrow-l.gif) no-repeat 1px 13px;
}

form#contact {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0px;
	width: 530px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 0px solid #cbc4ac;
}

form#contact fieldset {
	border: 0;
	margin-bottom: 5px;
}

form#contact legend {
	font-weight: bold;
	font-size: 14px;
	padding: 0 0 5px 0;
	color: #c19b65;
	border-bottom: 1px solid #826546;
	display: block;
	width: 530px;
}

form#contact fieldset img {
	margin-left: 0;
}

form#contact dl {
	display: block;
	padding-top: 15px;
	position: relative;
	overflow: hidden;
	clear: both;
}

form#contact dt {
	display: inline;
	clear: both;
	position: relative;
	width: 190px;
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
	text-align: right;
}

form#contact dd {
	display: inline;
	position: relative;
	float: left;
	margin-bottom: 10px;
	width: 300px;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
}

form#contact dd input {
	display: block;
	margin-bottom: 5px;
	padding: 3px;
	width: 220px;
}

form#contact dd input.checkbox {
	display:inline;
	margin-right: 10px;
	width: 15px;
}

form#contact dd input.go-button {
	display:inline;
	margin-right: 10px;
	width: 70px;
}

form#contact dd input.brokers {
	display: block;
}

.formlabel {
	display: block;
	clear: both;
	float: left;
	height: 20px;
	width: 35px;
	text-align: right;
	margin-right: 8px;
	/*margin-bottom: 5px;*/
}
