@charset "utf-8";
/* CSS Document */

* {margin:0px; padding:0px;} /* Fixes many browser compatibility issues */

html {}

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000000; 
	font-size:11px;
	background-color:#0C0C0C;
}

p {padding:4px 0px 6px 0px;}

img {border:none;} /* Used when a IMG tag is inside of an A tag */

h1 {
	color:#FFFFFF;
	font-size:21px;
	word-spacing:10px;
	padding:4px 0px 0px 0px;
}

h2 {
	color:#562320;
	font-size:16px;
}

h3 {
	font-size:14px;
	color:#562320;
}

h4 {
	font-size:12px;
	color:#562320;
	word-spacing:5px;
}

h5 {
	font-size:12px;
	color:#FFFFFF;
	word-spacing:5px;
}

h6 {
	font-size:10px;
	color:#000000;
	text-align:center;
	font-weight:normal;
	padding:20px 0px 0px 0px;
	clear:both;
}
.caption{
	color:#000000;
}

.websiteHolder {
	width:760px;
	margin:0px auto;
}

.header{
	display:none;
}
.headerPrint{
	height:100px;
}
.contentHolder {
	padding:8px;
	background-color:#D1D1B9;
	border:none;
	margin:0px auto
}

.contentTopHolder{
	background-color:#562320;
	padding:8px 0px 8px 0px;
	margin:0px 0px 8px 0px;
}

.titleBlock{
	background-color:#868571;
	padding:4px 4px 8px 4px;
	text-align:center;
	background-image:url(/images/sectionBk.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	height:28px;
	text-transform:uppercase;
}

.content{
	background-color:#7E7D6B;
	padding:8px;
}

.contentLeft{
	float:left;
}
.contentRight{
	float:right;
	width:400px;
}
.contentInner{
	background-color:#C4BB9E;
	padding:10px;
	position:relative;
}

.contentPadding{
	padding:10px 60px 20px 60px;

}

.contentPadding p{
	padding:0px;
} 

.contentRight-sm{
	float:right;
	width:240px;
}
.contentBottomHolder{
	clear:both;
	padding:0px 0px 0px 0px;
}
.contentBottomHolder .thumb{
	float:left;
	padding:8px 8px 0px 0px;
}

.contentBottomHolder a:link img, .contentBottomHolder a:visited img, .contentBottomHolder a:active img {
	border:none;
}
.contentBottomHolder a:hover img{
	border:none;
}
.contentBottomHolder .thumb-last{
	float:left;
	padding:8px 0px 0px 0px;
}

.contentPrint ul{
	padding:0px 0px 8px 30px;
	margin:0px;
}

/*--- Photo Gallery ---*/
.galleryDirections ul{
	padding:10px 10px 10px 10px; 
	list-style:none; 
	margin:0px auto; 
	width:705px;
}
.galleryDirections li{
	padding:4px;
}
.slideShow{
	display:none;
}

/*--- Main Navigation ---*/
.navigation{
	display:none;
}

/*--- navigation dropdowns ---*/
.anylinkcss{
	display:none;
}

/*--- footer ---*/
.footer{
	display:none;
}


/*** Community Navigation ***/
.communityNav{
	display:none;
}


/*--- Control Options ---*/	
.controlOptions{
	display:none;
}


/*** Community Site Plan ***/
.largeImg{
	margin:35px auto 10px auto;
	text-align:center;
}
/*** Detail Page ***/
.detailLeft{
	width:450px;/*
	float:left;
	height:1000px;*/
}

.detailLeft .caption{
	text-align:center;
	color:#000000;
	font-weight:bold;
	font-size:12px;
	padding:0px 0px 10px 0px;
}
.detailRight{
	float:right;
	width:220px;
	position:relative;
}
.detailRight ul{
	list-style:none;
	padding:10px 0px 0px 0px;
}
.detailRight li{
	padding:0px 0px 4px 0px;
}
.detailRight .heading{
	font-size:12px;
	font-weight:bold;
	color:#562320;
}
.detailRight .title{
	font-size:14px;
	font-weight:bold;
}

/*--- Community Rows ---*/

.communityRow{
	background-color:#F0F0E8;
	width:685px;
	border:1px #7E7D6B solid;
	padding:10px;
	margin:0px 0px 10px 0px;
}
.communityRow ul{
	list-style:none;
	float:left;
	padding:0px 8px 0px 8px;
}
.communityRow li {
	
	margin:0px 0px 0px 0px;
	font-size:10px;
	color:#000000;	
	padding:0px 0px 0px 0px;
}
.communityRow .title{
	font-size:14px;
	font-weight:bold;
}
.communityRow .heading{
	font-size:12px;
	font-weight:bold;
}
.communityRow li.iconMag  {
	display:none;
}
.communityRow li.iconTour  {
	display:none;
}
.communityRow li.iconModel  {
	display:none;
}


.communityRow a:link, .communityRow a:visited, .communityRow a:active {
	color:#000000;
	text-decoration:underline;
}
.communityRow a:hover {
	color:#9B3F39;
	text-decoration:underline;
}



/*** Community Contact Info ***/
.communityInfo{
	background-color:#333333;
	border-top:none;
	padding:8px;
	color:#FFFFFF;
}
.communityInfo ul{
	list-style: none;
	float:left;
	margin:0px 12px 0px 0px;
	padding:0px 0px 0px 0px;
}
.communityInfo .title{
	font-weight:bold;
}

.communityInfo ul.last {
	float:right;
	margin-right:0px;
}

.communityInfo li a{
	color:#FFFFFF;
}
.communityInfo li a:hover{
	color:#CCCCCC;
}



/*** Communities Page ***/
.community .photo{
	float:left;
}

.community .list{
	float:right;
	width:195px;
}

.community .box{
	background-color:#EBEBEB;
	width:175px;
	padding:10px;
	border:1px #7E7D6B solid;
	margin:0px 0px 5px 0px;
	color:#000000;
	cursor:pointer;
}


/*** Form Styles ***/
label{
	height:20px;
	margin:4px 0px 10px 20px;
	display:block;
}
label span{
	display:block;
	float:left;
	padding-right:6px;
	width:200px;
	text-align:left;
}
fieldset{
	border:none;
	padding:10px 0px 0px 0px;
}
legend{
	font-weight:bold;
	padding:10px 10px 10px 10px;
}
.spacer{
	margin-left:330px;
}
.input{
	width:200px;
}
textarea{
	width:500px;
	height:100px;
}
.checkbox input{
	float:left;
}
.checkbox label{
	float:left;
	height:10px;
}

/***** TABLE STYLES *****/
.areaInfo table {
	border-spacing:1px;
	font-size:10px;
	background-color:#E7E7E7;
	color:#333333;
	width:705px;
	clear:both;
}
.areaInfo caption {
	font-weight: bold;
	background-color: #562320;
	border:1px solid #7E7D6B;
	color:#FFFFFF;
	padding:5px;
	font-size:150%;
	margin-top:10px;
	text-align:left;
}
.areaInfo caption div {
	text-align:right;
	font-size:12px;
	color:#FFF;
}
.areaInfo caption a {
	text-align:right;
	font-size:12px;
	color:#FFF;
}
.areaInfo caption div a:hover {
	text-decoration:underline;
}
.areaInfo table td a:link, .areaInfo table td a:visited {
	color: #1975D7;
	text-decoration: none;
}
.areaInfo table td a:hover {
	color: #50ADEA;
	border-bottom:2px solid #8FD5FF;
	text-decoration: none;
}
.areaInfo td, .areaInfo th {
	padding: 4px;
}
.areaInfo thead th {
	text-align: center;
	background: #EBEADC;
	color:#333333;
	border: 1px solid #7E7D6B;
	text-transform:uppercase;
}
.areaInfo thead th a {
	color:#333333;
}

.areaInfo thead th a.desc {
	padding:2px 0px 0px 18px;
}
.areaInfo thead th a.asc {
	padding:2px 0px 0px 18px;
}
.areaInfo tbody th {
	font-weight: bold;
	border: 1px solid #FFF;
}
.areaInfo tbody th a:link, .areaInfo tbody th a:visited {
	color:#96D030;
	padding:3px 0px 0px 18px;
}
.areaInfo tbody th a:hover {
	color:#FF8601;
}
.areaInfo tbody tr td {
	border: 1px solid #FFF;
}
.areaInfo tbody tr.odd td {
	border-top:1px solid #FFF;
}
.areaInfo tbody tr {
	background-color:#FFF;
	text-align:left;
 hover:expression(this.onmouseover=new Function("this.style.background='#E7E7E7';"), this.onmouseout=new Function("this.style.background='#FFFFFF';"));
}
.areaInfo tbody tr:hover {
	background:#E7E7E7;
}
.areaInfo tbody tr.odd {
	background:#f9f9f9;
	border-top:1px solid #FFF;
 hover:expression(this.onmouseover=new Function("this.style.background='#E7E7E7';"), this.onmouseout=new Function("this.style.background='#f9f9f9';"));
}
.areaInfo tbody tr.odd:hover {
	background:#E7E7E7;
}
.areaInfo tfoot th, .areaInfo tfoot td {
	background-color:#E7E7E7;
	padding:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	border-bottom:3px solid #CCC;
	border-top:1px solid #DFDFDF;
}
.areaInfo tfoot th {
	text-align:center;
}
.areaInfo tfoot td {
	text-align:right;
}


.contentPrint a:link, .contentPrint a:visited, .contentPrint a:active {
	color:#000000;
	text-decoration:none;
}
.contentPrint a:hover{
	text-decoration:underline;

}
.newsLeft{
	float:left;
	width:550px;
	padding:8px;
}
.newsRight{
	float:right;
	width:100px;
	padding:8px;
	text-align:center;
}
.newsTitle{
	text-align:center;
	color:#562320;
	display:block;
	text-transform:uppercase;
	font-weight:bold;
}
.newsArticleHolder{
	padding:0px 80px 80px 80px;
}
.newsPageTitle{
	text-align:center;
	display:block;
	margin:35px 0px 0px 0px;
	color:#000000;
	font-size:16px;
	font-weight:bold;
}
.newsDate{
	text-align:left;
	display:block;
	margin:35px 0px 0px 0px;
	color:#000000;
	font-size:12px;
	font-weight:bold;
}
.backTo{
	display:none;
}
/*--- Site Map ---*/
.sitemap{
	padding:10px 0px 20px 150px;
}
.sitemap ul{
	padding:0px 110px 0px 0px;
	float:left;
}
.sitemap li{
	padding:0px 0px 6px 0px;
}
.sitemap .liTwo{
	list-style-type:circle;
	margin:0px 0px 0px 20px;
}

.sitemap a:link, .sitemap a:visited, .sitemap a:active {
	color:#000000;
	text-decoration:none;
}
.sitemap a:hover {
	color:#9B3F39;
	text-decoration:underline;
}




