/*
Designed by Joey Pfeifer
http://www.joeypfeifer.com
*/




	/*-------------------------------------------    
	Reset
	-------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h3, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}





	/*-------------------------------------------    
	Global
	-------------------------------------------*/

body {
	margin: 24px;
	padding: 0;
	text-align: center;
	font: normal 12px 'Lucida Grande', Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #222;
	background: #993333 url(images/bg.jpg) 0 0 repeat-x;
	}

a:link, a:visited, a:active {
	color: #4c617e;
	text-decoration: none;
	}

a:hover {
	color: #324154;
	text-decoration: underline;
	}

a img {
	border: none;
	}

strong {
	font-weight: bold;
	}

em {
	font-style: italic;
	}

p {
	margin: 0 0 12px 0;
	}

.p1 {
	margin: 0 0 12px 0;
	}

.p2 {
	margin: 0 0 24px 0;
	}

.p3 {
	margin: 0 0 36px 0;
	}





	/*-------------------------------------------    
	Headings
	-------------------------------------------*/

h1 {
	margin: 12px 0 24px 0;
	padding: 0 10px 5px 10px;
	border-bottom: 1px solid #b3a189;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	color: #612020;
	line-height: 36px;
	}

h2 {
	margin: 12px 0 12px 0;
	padding: 0;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	color: #612020;
	line-height: 24px;
	}

h3 {
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	color: #612020;
	line-height: 18px;
	}

h4 {
	margin: 0 0 12px 0;
	padding: 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #612020;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	}

h1.none {
	margin: 0;
	}

h2.none, h3.none, h4.none {
	margin: 0;
	padding: 0;
	}

h3.p1 {
	margin: 0 0 12px 0;
	}

h2.nocolor, h3.nocolor {
	color: #222;
	}

h3.nobold {
	font-weight: normal;
	}

.big {
	margin: 0 0 10px 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 36px;
	font-weight: normal;
	font-style: normal;
	color: #612020;
	line-height: 48px;
	}

h1.negative, h2.negative, .big.negative {
	margin-top: -4px;
	}





	/*-------------------------------------------    
	Lists
	-------------------------------------------*/

ol {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li {
	margin: 0;
	padding: 0;
}

ol.list {
	}

ol.list li {
	margin: 0 0 0 20px;
	padding: 0 0 12px 12px;
	}

ol.list li.last {
	margin: 0 0 0 20px;
	padding: 0 0 0 12px;
	}

ol.sublist {
	list-style: none;
	margin: 12px 0 0 0;
	padding: 0;
	}

ol.sublist li {
	margin: 0;
	padding: 0 0 12px 15px;
	list-style: none;
	background: url(images/sub-bullet.jpg) no-repeat 0 7px;
	}

ol.sublist li.last {
	margin: 0;
	padding: 0 0 0 15px;
	list-style: none;
	background: url(images/sub-bullet.jpg) no-repeat 0 7px;
	}

ul.list {
	list-style: none;
	margin: 0 0 12px 0;
	}

ul.list li {
	margin: 0;
	padding: 0 0 12px 12px;
	list-style: none;
	background: url(images/bullet.jpg) no-repeat 0 7px;
	}

ul.list li.last {
	margin: 0;
	padding: 0 0 0 12px;
	list-style: none;
	background: url(images/bullet.jpg) no-repeat 0 7px;
	}

ul.list.none {
	margin: 0;
	padding: 0;
	}

ul.list.p2 {
	list-style: none;
	margin: 0 0 24px 0;
	}

ul.sublist {
	list-style: none;
	margin: 12px 0 0 0;
	padding: 0;
	}

ul.sublist li {
	margin: 0;
	padding: 0 0 12px 12px;
	list-style: none;
	background: url(images/sub-bullet.jpg) no-repeat 0 7px;
	}

ul.sublist li.last {
	margin: 0;
	padding: 0 0 0 12px;
	list-style: none;
	background: url(images/sub-bullet.jpg) no-repeat 0 7px;
	}

ul.sublist.none {
	margin: 0;
	padding: 0;
	}





	/*-------------------------------------------    
	Structure
	-------------------------------------------*/

.logo {
	width: 602px;
	margin: 0 auto 6px auto;
	padding: 0 29px 0 29px;
	text-align: left;
	}

.container {
	width: 660px;
	margin: 0 auto 0 auto;
	padding: 30px 0 0 0;
	text-align: left;
	background-color: #f7fafc;
	}

.wrap {
	width: 620px;
	margin: 0 auto 0 auto;
	padding: 30px 20px 30px 20px;
	text-align: left;
	background-color: #ffedd4;
	}

.wrap-home {
	width: 620px;
	margin: 0 auto 0 auto;
	padding: 30px 20px 347px 20px;
	text-align: left;
	background: #f7fafc url(images/home-bottom-bg.jpg) bottom left no-repeat;
	}

.wrap-dark {
	width: 620px;
	margin: 0 auto 0 auto;
	padding: 30px 20px 30px 20px;
	text-align: left;
	background: #f9e7cf url(images/bg2.png) top left repeat-x;
	}

.wrap-update {
	width: 620px;
	margin: 0 auto 0 auto;
	padding: 24px 20px 24px 20px;
	text-align: center;
	background-color: #f9e7cf;
	border-top: 5px solid #dbcbb5;
	border-bottom: 5px solid #dbcbb5;
	}

.one {
	width: 95px;
	float: left;
	margin: 0 10px 0 0;
	text-align: left;
	}

.two {
	width: 200px;
	float: left;
	margin: 0 10px 0 0;
	text-align: left;
	}

.three {
	width: 305px;
	float: left;
	margin: 0 10px 0 0;
	text-align: left;
	}

.four {
	width: 410px;
	float: left;
	margin: 0 10px 0 0;
	text-align: left;
	}

.five {
	width: 515px;
	float: left;
	margin: 0 10px 0 0;
	text-align: left;
	}


.one.last, .two.last, .three.last, .four.last, .five.last {
	margin: 0;
	}

.footer {
	width: 660px;
	margin: 0 auto 0 auto;
	padding: 0;
	border-top: 5px solid #612020;
	font-size: 11px;
	line-height: 18px;
	color: #cc9999;
	}

.footer a:link, .footer a:visited, .footer a:active {
	font-size: 11px;
	line-height: 18px;
	color: #cc9999;
	text-decoration: underline;
	}

.footer a:hover {
	font-size: 11px;
	line-height: 18px;
	color: #e5cbcb;
	text-decoration: underline;
	}

.footer-four {
	margin: 0 0 0 20px;
	padding: 6px 0 0 0;
	width: 390px;
	float: left;
	text-align: right;
	}





	/*-------------------------------------------    
	Main Navigation
	-------------------------------------------*/

#main-nav {
	width: 660px;
	height: 62px;
	margin: 0 auto 0 auto;
	padding: 0;
	border-bottom: 5px solid #612020;
	}

#main-nav li {
	float: left;
	width: 105px;
	height: 62px;
	padding: 0;
	display: inline;
	list-style: none;
	}

#logo {
	width: 295px;
	height: 73px;
	margin: 0;
	}

#logo a {
	display: block;
	text-indent: -9000px;
	background: transparent url(images/logo-top.png) left top no-repeat;
	width: 295;
	height: 73px;
	margin: 0;
	}

#main-nav li.home {
	width: 210px;
	height: 62px;
	margin: 0 0 0 20px;
	padding: 0;
	display: inline;
	list-style: none;
	}

#home {
	width: 210px
	height: 62px;
	margin: 0;
	}

#home a {
	display: block;
	text-indent: -9000px;
	background: transparent url(images/main-nav-home.jpg) 0 -62px no-repeat;
	width: 210px;
	height: 62px;
	margin: 0;
	}

#home a:hover {
	background-position: left top;
	}

#home-live {
	display: block;
	text-indent: -9000px;
	background: transparent url(images/main-nav-home.jpg) left top no-repeat;
	width: 210px;
	height: 62px;
	margin: 0;
	}

#main-nav li.home2 {
	width: 105px;
	height: 62px;
	margin: 0 0 0 20px;
	padding: 0;
	display: inline;
	list-style: none;
	}

#home2 {
	width: 105px;
	height: 62px;
	margin: 0;
	}

#home2 a {
	display: block;
	text-indent: -9000px;
	background: transparent url(images/main-nav-home-95.jpg) 0 -62px no-repeat;
	width: 105px;
	height: 62px;
	margin: 0;
	}

#home2 a:hover {
	background-position: left top;
	}

#home2-live {
	display: block;
	text-indent: -9000px;
	background: transparent url(images/main-nav-home-95.jpg) left top no-repeat;
	width: 105px;
	height: 62px;
	margin: 0;
	}

#residences {
	width: 105px;
	height: 62px;
	margin: 0;
	}

#residences a {
	display: block;
	text-indent: -9000px;
	background: transparent url(images/main-nav-residences.jpg) 0 -62px no-repeat;
	width: 105px;
	height: 62px;
	margin: 0;
	}

#residences a:hover {
	background-position: left top;
	}

#residences-live {
	display: block;
	text-indent: -9000px;
	background: transparent url(images/main-nav-residences.jpg) left top no-repeat;
	width: 105px;
	height: 62px;
	margin: 0;
	}

#features {
	width: 105px;
	height: 62px;
	margin: 0;
	}

#features a {
	display: block;
	text-indent: -9000px;
	background: transparent url(images/main-nav-features.jpg) 0 -62px no-repeat;
	width: 105px;
	height: 62px;
	margin: 0;
	}

#features a:hover {
	background-position: left top;
	}

#features-live {
	display: block;
	text-indent: -9000px;
	background: transparent url(images/main-nav-features.jpg) left top no-repeat;
	width: 105px;
	height: 62px;
	margin: 0;
	}

#location {
	width: 105px;
	height: 62px;
	margin: 0;
	}

#location a {
	display: block;
	text-indent: -9000px;
	background: transparent url(images/main-nav-location.jpg) 0 -62px no-repeat;
	width: 105px;
	height: 62px;
	margin: 0;
	}

#location a:hover {
	background-position: left top;
	}

#location-live {
	display: block;
	text-indent: -9000px;
	background: transparent url(images/main-nav-location.jpg) left top no-repeat;
	width: 105px;
	height: 62px;
	margin: 0;
	}

#contact {
	width: 105px;
	height: 62px;
	margin: 0;
	}

#contact a {
	display: block;
	text-indent: -9000px;
	background: transparent url(images/main-nav-contact.jpg) 0 -62px no-repeat;
	width: 105px;
	height: 62px;
	margin: 0;
	}

#contact a:hover {
	background-position: left top;
	}

#contact-live {
	display: block;
	text-indent: -9000px;
	background: transparent url(images/main-nav-contact.jpg) left top no-repeat;
	width: 105px;
	height: 62px;
	margin: 0;
	}





	/*-------------------------------------------    
	Footer Navigation
	-------------------------------------------*/

#footer-nav {
	float: left;
	width: 230px;
	height: 62px;
	padding: 0;
	}

#footer-nav li {
	float: left;
	width: 230px;
	height: 62px;
	padding: 0;
	display: inline;
	list-style: none;
	}

#rchobbs {
	width: 210px;
	height: 62px;
	margin: 0 0 0 20px;
	}

#rchobbs a {
	display: block;
	text-indent: -9000px;
	background: transparent url(images/footer-nav-rchobbs.jpg) left top no-repeat;
	width: 210px;
	height: 62px;
	margin: 0;
	}

#rchobbs a:hover {
	background-position: 0 -62px;
	}

#email {
	width: 200px
	height: 131px;
	margin: 0 0 20px 0;
	}

#email a {
	display: block;
	text-indent: -9000px;
	background: transparent url(images/email.jpg) left top no-repeat;
	width: 200px;
	height: 131px;
	margin: 0;
	}

#email a:hover {
	background-position: 0 -131px;
	}


#email-footer {
	width: 200px
	height: 79px;
	margin: 0;
	}

#email-footer a {
	display: block;
	text-indent: -9000px;
	background: transparent url(images/email-footer.png) left top no-repeat;
	width: 200px;
	height: 79px;
	margin: 0;
	}

#email-footer a:hover {
	background-position: 0 -79px;
	}

#brochure {
	width: 200px
	height: 177px;
	margin: 0 0 20px 0;
	}

#brochure a {
	display: block;
	text-indent: -9000px;
	background: transparent url(images/brochure.jpg) left top no-repeat;
	width: 200px;
	height: 177px;
	margin: 0;
	}

#brochure a:hover {
	background-position: 0 -177px;
	}

#brochure-footer {
	width: 200px
	height: 79px;
	margin: 0;
	}

#brochure-footer a {
	display: block;
	text-indent: -9000px;
	background: transparent url(images/brochure-footer.png) left top no-repeat;
	width: 200px;
	height: 79px;
	margin: 0;
	}

#brochure-footer a:hover {
	background-position: 0 -79px;
	}

#broker {
	width: 200px
	height: 177px;
	margin: 0;
	}

#broker a {
	display: block;
	text-indent: -9000px;
	background: transparent url(images/broker.jpg) left top no-repeat;
	width: 200px;
	height: 177px;
	margin: 0;
	}

#broker a:hover {
	background-position: 0 -177px;
	}

#broker-footer {
	width: 200px
	height: 79px;
	margin: 0;
	}

#broker-footer a {
	display: block;
	text-indent: -9000px;
	background: transparent url(images/broker-footer.png) left top no-repeat;
	width: 200px;
	height: 79px;
	margin: 0;
	}

#broker-footer a:hover {
	background-position: 0 -79px;
	}





	/*-------------------------------------------    
	Sub-Navigation
	-------------------------------------------*/

#submenu {
	padding: 0;
	margin: 0;
	font-size: 11px;
	line-height: 18px;
	}

#submenu a {
	display: block;
	}

#submenu li {
	padding: 1px 10px 6px 10px;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #e5cdb0;
	}

#submenu li:hover {
	padding: 1px 10px 6px 10px;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #e5cdb0;
	}

#submenu li.live {
	padding: 1px 10px 6px 21px;
	margin: 0 0 5px 0;
	color: #612020;
	border-bottom: 1px solid #e5cdb0;
	background: url(images/submenu.png) no-repeat 10px 6px;
	}

#submenu li.last {
	padding: 1px 10px 6px 10px;
	margin: 0;
	border-bottom: 1px solid #e5cdb0;
	}

#submenu li.live.last {
	padding: 1px 10px 6px 21px;
	margin: 0;
	color: #612020;
	border-bottom: 1px solid #e5cdb0;
	background: url(images/submenu.png) no-repeat 10px 6px;
	}





	/*-------------------------------------------    
	Horizontal Rules
	-------------------------------------------*/

hr {
	width: 100%;
	height: 1px;
	margin: 24px 0 23px 0;
	background-color: #e5cdb0;
	border: none;
}

.hr2 {
	width: 100%;
	height: 1px;
	margin: 12px 0 11px 0;
	background-color: #e5cdb0;
	border: none;
}

.hrdark {
	width: 100%;
	height: 1px;
	margin: 6px 0 23px 0;
	background-color: #b3a189;
	border: none;
	}

.hr620 {
	width: 100%;
	text-align: center;
	height: 24px;
	margin: 12px 0 18px 0;
	background: transparent url(images/separator-620.png) 50% top no-repeat;
	border: none;
}

.hr620-home {
	width: 100%;
	text-align: center;
	height: 23px;
	margin: 13px 0 17px 0;
	background: transparent url(images/separator-620-home.png) 50% top no-repeat;
	border: none;
}





	/*-------------------------------------------    
	Forms
	-------------------------------------------*/

.textinput1 {
	width: 167px;
	margin: 5px 0 0 0;
	padding: 6px;
	border-top: 1px solid #999;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #999;
	background-color: #f9f9f9;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal
	font-style: normal;
	color: #444;
	line-height: 100%;
	}

.textinput1:focus {
	width: 167px;
	margin: 5px 0 0 0;
	padding: 6px;
	border-top: 1px solid #999;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #999;
	background-color: #fff;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal
	font-style: normal;
	color: #222;
	line-height: 100%;
	}

.textinput2 {
	width: 82px;
	margin: 5px 0 0 0;
	padding: 6px;
	border-top: 1px solid #999;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #999;
	background-color: #f9f9f9;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal
	font-style: normal;
	color: #444;
	line-height: 100%;
	}

.textinput2:focus {
	width: 82px;
	margin: 5px 0 0 0;
	padding: 6px;
	border-top: 1px solid #999;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #999;
	background-color: #fff;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal
	font-style: normal;
	color: #222;
	line-height: 100%;
	}

.textinput3 {
	width: 375px;
	margin: 5px 0 0 0;
	padding: 6px;
	border-top: 1px solid #999;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #999;
	background-color: #f9f9f9;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal
	font-style: normal;
	color: #444;
	line-height: 100%;
	}

.textinput3:focus {
	width: 375px;
	margin: 5px 0 0 0;
	padding: 6px;
	border-top: 1px solid #999;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #999;
	background-color: #fff;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal
	font-style: normal;
	color: #222;
	}

.textarea {
	width: 375px;
	height: 192px;
	margin: 0;
	padding: 6px;
	border-top: 1px solid #999;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #999;
	background-color: #f9f9f9;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal
	font-style: normal;
	color: #444;
	line-height: 18px;
	}

.textarea:focus {
	width: 375px;
	height: 192px;
	margin: 0;
	padding: 6px;
	border-top: 1px solid #999;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #999;
	background-color: #fff;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal
	font-style: normal;
	color: #222;
	line-height: 18px;
	}





	/*-------------------------------------------    
	Extras
	-------------------------------------------*/

.padding {
	margin: 0;
	padding: 0 10px 0 10px;
	}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	}

.none {
	margin: 0;
	padding: 0;
	}

.small {
	font-size: 11px;
	line-height: 18px;
	}

.light {
	color: #e5cbcb;
	}

.lighter {
	color: #cc9999
	}

.alignleft {
	text-align: left;
	}

.alignright {
	text-align: right;
	}

.aligncenter {
	text-align: center;
	}

.soldoutbar {
	width: 600px;
	margin: 0 0 12px 0;
	padding: 6px 10px 6px 10px;
	background-color: #fff4e5;
	border-top: 1px dashed #dbcbb5;
	border-bottom: 1px dashed #dbcbb5;
	}

.soldout {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 15px;
	color: #612020;
	}

.red {
	color: #612020;
	}

.legal {
	margin-bottom: 2px;
	padding: 10px;
	background-color: #e5cdb0;
	font-size: 11px;
	}

.legal.620 {
	width: 620px;
	}

.border {
	margin-bottom: 2px;
	padding: 10px;
	background-color: #e5cdb0;
	}

.thumbnail {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 12px;
	line-height: 100%;
	}

.thumbnail a {
	font-weight: bold;
	}

.thumbnail img {
	margin: 0 0 5px 0;
	background-color: #e5cdb0;
	padding: 10px;
	}

.thumbnail img:hover {
	background-color: #d1bba1;
	padding: 10px;
	}

.thumbnail img.last {
	margin: 0;
	}










	/*-------------------------------------------    
	Lightboxes
	-------------------------------------------*/

/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:515px;
	overflow: auto;
	margin:-256px 0 0 -287px;
	padding:30px 20px 30px 20px;
	border:10px solid #612020;
	background-color:#ffedd4;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.75;
	opacity:.75;
	filter: alpha(opacity=75);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}