/* @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;
}

a {
	color: #7e0f18;
	text-decoration: none;
}

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

a:active {
	outline: none;
}

:focus
{
  -moz-outline-style: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul, ol {
	list-style: none;
}

body, #wrapper {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto;
	color: #2f2b25;
	text-align: center;
	background-color: #201d1e;
	font: 11px/150% Georgia, "Times New Roman", Times, serif;
}

#wrapper  {
	width: 960px;
}

/* @end */

/* @group Header */

#header {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 186px;
	z-index: 5001;
}

body.index #header {
	padding-top: 60px;
}

#branding {
	display: block;
	position: relative;
	width: 960px;
	height: 160px;
	background: url(../images/header-bg-cowboy.jpg) no-repeat left top;
}

#branding h1 a img {
	display: block;
	position: absolute;
	width: 404px;
	height: 128px;
	top: 25px;
	left: 535px;
}

/* @group Nav */

ul#nav-main {
	display: block;
	position: relative;
	width: 960px;
	height: 26px;
	background: #81151f url(../images/nav-bg.jpg) no-repeat left top;
}

ul#nav-main li {
	display: inline;
	position: relative;
	float: left;
	margin: 0 0 0 0;
	padding: 0 10px 0 10px;
}

ul#nav-main li a {
	display: block;
	position: relative;
	float: left;
	height: 26px;
	text-transform: uppercase;
	font-size: 9px;
	margin: 0 0 0 0;
}

ul#nav-main li#nav-about {
	margin-left: 30px;
}

ul#nav-main li#nav-about a {
	display: block;
	width: 60px;
	background: url(../images/nav/about-x-trans.gif) no-repeat center center;
}

ul#nav-main li#nav-about a:hover {
	background-color: #61131a;
}

ul#nav-main li#nav-about ul#subnav-about li {
	display: block;
	margin: 0 0 0 0;
	background:none;
	background-color: #201d1e;
	color: #fff;
	width: 140px;
	line-height: 26px;
	letter-spacing: 2px;
	opacity: 0.7;
	padding: 0;
}

ul#nav-main li#nav-about ul#subnav-about li:hover {
	opacity: 0.5;
}

ul#nav-main li#nav-about ul#subnav-about li a {
	display: block;
	width: 140px;
	background:none;
	color: #fff;
}

ul#nav-main li#nav-about ul#subnav-about li a:hover {
	text-decoration: none;
}

ul#nav-main li#nav-realestate a {
	display: block;
	width: 105px;
	background: url(../images/nav/realestate-x-trans.gif) no-repeat center center;
}

ul#nav-main li#nav-realestate a:hover {
	background: #5d1117 url(../images/nav/realestate-x-trans.gif) no-repeat center center;
}

ul#nav-main li#nav-guidelines a {
	display: block;
	width: 98px;
	background: url(../images/nav/guidelines-x-trans.gif) no-repeat center center;
}

ul#nav-main li#nav-guidelines a:hover {
	background-color: #501418;
}

ul#nav-main li#nav-masterplan a {
	display: block;
	width: 110px;
	background: url(../images/nav/masterplan-x-trans.gif) no-repeat center center;
}

ul#nav-main li#nav-masterplan a:hover {
	background-color: #4c181c;
}

ul#nav-main li#nav-gallery a {
	display: block;
	width: 76px;
	background: url(../images/nav/gallery-x-trans.gif) no-repeat center center;
}

ul#nav-main li#nav-gallery a:hover {
	background-color: #411717;
}

ul#nav-main li#nav-contact a {
	display: block;
	width: 76px;
	background: url(../images/nav/contact-x-trans.gif) no-repeat center center;
}

ul#nav-main li#nav-contact a:hover {
	background-color: #36191a;
}

/* !Begin Dropdown Menu Code */ 

#nav-main li ul {
	display: none;
	position: absolute;
	left: 0;
	z-index: 5000;
	background: none;
}

#nav-main li > ul {
	top: auto;
	left: auto;
}

#nav-main li ul li {
	display: block;
	width: 140px;
	text-align: left;
	height: 26px;
	margin: 0;
}

#nav-main li ul li a {
	display: block;
	position: relative;
	width: 140px;
	text-indent: 10px;
	border: 0;
	background-image: none;
}

#nav-main li:hover ul, #nav-main li.over ul {
	clear: left;
	display: block;
	position: absolute;
	width: 140px;
	padding: 0px 5px 15px 5px;
}

#nav-main li ul#subnav-about {
	top: 26px;
	left: 5px;
	width: 140px;
}


/* @end */

/* @end */

/* @group Content */

#content {
	display: block;
	position: relative;
	margin: 0 auto;
	padding-bottom: 20px;
	width: 960px;
	background: #efdec5 url(../images/paper.jpg) repeat-y center top;
	overflow: hidden;
	z-index: 5000;
}

#flashcontent {
	display: block;
	width: 960px;
	height: 222px;
}

#content h3 {
	display: block;
	position: relative;
	clear: both;
	width: 960px;
	height: 33px;
	padding: 10px 0 10px 0;
}

#content h5 {
	display: block;
	height: 20px;
	width: 558px;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	color: #000;
	font-size: 11px;
	letter-spacing: 4px;
	line-height: 20px;
	margin: 0 40px 5px 40px;
	border-bottom: 1px solid #d9cab6;
}

img.refinement {
	display: block;
	position: absolute;
	left: 0;
	z-index: 5000;
}

body.about img.refinement {
	top: 290px;
}

body.amenities img.refinement {
	top: 271px;
}

body.communities img.refinement {
	top: 296px;
}

body.guidelines img.refinement {
	top: 247px;
}

body.contact img.refinement {
	top: 230px;
}

body.recreation img.refinement {
	top: 223px;
}

body.site-map img.refinement {
	top: 248px;
}

body.real-estate img.refinement {
	top: 216px;
}

body.master-plan img.refinement {
	top: 254px;
}

body.index img.refinement {
	display: block;
	position: absolute;
	top: 155px;
	left: 70px;
	z-index: 5000;
}

/* @group Content-Main */

.content-main {
	display: inline;
	float: left;
	position: relative;
	width: 638px;
	text-align: justify;
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
	background: url(../images/eof.gif) no-repeat 50% 100%;
}

.content-main p {
	display: block;
	margin: 0 40px 20px 40px;
	line-height: 21px;
}

.content-main ul {
	display: block;
	position: relative;
	margin: 0 40px 20px 60px;
	line-height: 21px;
}

.content-main li {
	display: block;
	position: relative;
	text-indent: 10px;
	height: 17px;
	background: url(../images/bullet.gif) no-repeat left center;
}

.content-main pre {
	display: inline;
	position: relative;
	float: left;
	width: 150px;
	height: 50px;
}

.content-main img.right {
	display: inline;
	float: right;
	position: relative;
	margin: 0 0 0 10px;
}

.content-main img.left {
	display: inline;
	float: left;
	position: relative;
	margin: 0 10px 0 0;
}

body.index #content-main {
	display: block;
	position: relative;
	width: 960px;
	height: 222px;
	margin: 0 auto;
	z-index: 3000;
	background: url(../images/paperbg.jpg) no-repeat left top;
}

body.index #content-main img {
	display: block;
}

img.pano {
	display: block;
	position: relative;
	width: 960px;
}

ul.sitemap {
	display: block;
	position: relative;
	margin-left: 150px;
}

ul.sitemap ul {
	display: block;
	margin: 0 0 0 20px;
}

#content form {
	margin-left: 150px;
}

#content form fieldset {
	border: none;
	overflow: hidden;
}

#content form fieldset legend {
	display: none;
}

#content fieldset dl {
	display: inline;
	position: relative;
	width: 380px;
	float: left;
	margin: 0 8px 0 10px;
	background: transparent;
	font: 10px/25px Tahoma, "Lucida Grande", Lucida, Verdana, sans-serif;
	border: none;
}

#content form p.comment {
	text-indent: 10px;
	margin: 10px 10px 0 10px;
}

#content form input#submit.button {
	display: block;
	clear: both;
	margin-left: 250px;
}

#content form#contact-form dt {
	display: inline;
	position: relative;
	clear: both;
	width: 150px;
	height: 25px;
	top: 0;
	color: #2a271b;
	font-size: 10px;
	font-weight: normal;
	text-indent: 10px;
	line-height: 25px;	
	text-align: left;
	float: left;
	border-bottom: 1px solid #d8c8a4;
	background-image: none;
}

#content form#contact-form dd {
	display: inline;
	position: relative;
	float: left;
	text-align: left;
	height: 25px;
	width: 210px;
	font: 10px/25px Tahoma, "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0 0 0 0;
	border-bottom: 1px solid #d8c8a4;
}

#content form#contact-form textarea {
	margin: 0 10px 10px 10px;
}

/* @end */

/* @group Content-Sub */

.content-sub {
	display: inline;
	position: relative;
	float: right;
	width: 280px;
	margin: 0 30px 0 0;
	z-index: 10000;
}

.content-sub h4 {
	display: inline;
	position: relative;
	float: left;
	width: 120px;
	font-weight: normal;
	text-align: right;
	color: #a11024;
	font-size: 14px;
	line-height: 24px;
}

.content-sub .link-list {
	display: block;
	position: relative;
	float: left;
	margin: 10px 0 0 20px;
	width: 130px;
}

.content-sub .link-list img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.content-sub .link-list ul {
	display: block;
	position: relative;
	text-align: left;
	margin: 20px 0 0 0;
}

.content-sub .link-list ul ul {
	display: none;
	position: relative;
	text-align: left;
	margin: 0 0 0 0;
}

.content-sub .link-list ul ul.on {
	display: block;
	position: relative;
	text-align: left;
	margin: 0 0 0 0;
}

.content-sub .link-list li {
	display: block;
	position: relative;
	padding-left: 10px;
	background: url(../images/bullets.gif) no-repeat left top;
}

.content-sub .link-list li a {
	display: block;
	position: relative;
	color: #2f2b25;
}

.content-sub .link-list li a:hover {
	color: #7e0f18;
	text-decoration: underline;
}

.content-sub .link-list li a:active {
	outline: none;
}

.content-sub .link-list ul ul li {
	display: block;
	position: relative;
	padding-left: 10px;
	margin-left: 10px;
	background: url(../images/bullet.gif) no-repeat left top;
}


/* @end */

/* @end */

#footer {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 35px;
	text-transform: uppercase;
	background: url(../images/footer-bg2.jpg) no-repeat left bottom;
	color: #2f2b25;
	font: bold 9px/12px Arial, Geneva, sans-serif;
	z-index: 1000;
}

body.index #footer {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 188px;
	text-transform: uppercase;
	background-image: url(../images/index-footer-bg.jpg);
	color: #2f2b25;
	font: bold 9px/12px Arial, Geneva, sans-serif;
}

#footer #siteinfo {
	display: block;
	position: absolute;
	width: 700px;
	top: 2px;
	left: 30px;
	text-align: left;
	height: 12px;
}

body.index #footer #siteinfo {
	display: block;
	position: absolute;
	width: 700px;
	top: 158px;
	left: 30px;
	text-align: left;
	height: 12px;
}

#footer #siteinfo p, #footer #siteinfo ul {
	display: block;
	float: left;
	padding-right: 10px;
}

#footer #siteinfo li {
	display: block;
	float: left;
	border-left: 1px solid #2f2b25;
}

#footer #siteinfo li a {
	display: block;
	float: left;
	color: #2f2b25;
	padding-left: 10px;
	padding-right: 10px;
}

#wrapper h3.tagline {
	display: block;
	position: absolute;
	top: 100%;
	left: 100%;
	height: 170px;
	width: 175px;
	margin: -180px 0 0 -175px;
	background: url(../images/stamp-trans.png) no-repeat left top;
	z-index: 8000;
}

body.index #wrapper h3.tagline {
	display: none;
}