@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:12px;
	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:#D1D1B9;*/
	color:#FFFFFF;
	/*word-spacing:5px;*/
}

h6 {
	font-size:10px;
	color:#000000;
	text-align:center;
	font-weight:normal;
	padding:20px 0px 0px 0px;
	clear:both;
	display:block;
}

ul, li{

}
a{

}
.caption{
	color:#000000;
}
.italicize{
	font-style:italic;
}

.websiteHolder {
	width:760px;
	margin:0px auto;
}
.header{
	height:100px;
}
.headerPrint{
	display:none;
}
.contentHolder {
	padding:8px;
	background-color:#D1D1B9;
	border:#746E5E 1px solid;
	margin:0px auto
}

.contentTopHolder{
	background-color:#562320;
	padding:8px 0px 8px 0px;
	margin:0px 0px 8px 0px;
	position:relative; 
}

.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;
	position:relative; 
}
.contentRight{
	float:right;
	position:relative; 
	width:400px;
}
.contentInner{
	background-color:#C4BB9E;
	padding:10px;
	position:relative;
}

.contentPadding{
	padding:10px 60px 20px 60px;

}

.contentPadding p{
	padding:0px;
} 
.contentPadding a:link, .contentPadding a:visited, .contentPadding a:active {
	color:#000000;
	text-decoration:none;
}
.contentPadding a:hover{
	text-decoration:underline;
}
.contentPadding h4 a:link, .contentPadding h4 a:visited, .contentPadding h4 a:active {
	color:#562320;
	text-decoration:none;
}
.contentPadding h4 a:hover{
	text-decoration:underline;
}


.contentRight-sm{
	float:right;
	width:240px;
	position:relative;
}
.contentRight-sm a:link, .contentRight-sm a:visited, .contentRight-sm a:active {
	color:#000000;
	text-decoration:underline;
}
.contentRight-sm a:hover {
	color:#9B3F39;
	text-decoration:underline;
}
.contentBottomHolder{
	clear:both;
	padding:0px 0px 0px 0px;
}
.contentBottomHolder .thumb{
	float:left;
	padding:8px 8px 0px 0px;
	position:relative;
}

.contentBottomHolder a:link img, .contentBottomHolder a:visited img, .contentBottomHolder a:active img {
	border:1px #000000 solid;
}
.contentBottomHolder a:hover img{
	border:1px #999999 solid;
}
.contentBottomHolder .thumb-last{
	float:left;
	padding:8px 0px 0px 0px;
	position:relative;
}

.imgBorder{
	border:1px #000000 solid;
}


/*--- Photo Gallery ---*/
.galleryDirections ul{
	padding:10px 10px 10px 10px; 
	list-style:none; 
	margin:0px auto; 
	width:705px;
}
.galleryDirections li{
	padding:4px;
}

/*--- Main Navigation ---*/
.navigation{
	background-color:#868571;
	height:30px;
	list-style:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px 0px 8px 0px;
}
.navigation li {
	float:left;
	padding:10px 0px 10px 0px;
	margin:0px;
	font-size:10px;
	color:#D1D1B9;
}
.navigation span.first {
	padding:0px 5px 0px 20px;
}
.navigation span{
	padding:0px 5px 0px 5px;
}
.navigation a:link, .navigation a:visited, .navigation a:active {
	color:#D1D1B9;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}

.navigation a:link .home, .navigation a:visited .home, .navigation a:active .home {
	background:url(/images/navHomeIcon.jpg) no-repeat;
	height:14px;
	width:18px;
	padding:0px;
	margin-left:5px;
}
.navigation a:hover .home{
	background:url(/images/navHomeIconOver.jpg) no-repeat;
	height:14px;
	width:18px;
	padding:0px;
	margin-left:5px;
}
.navigation .current a .home{
	background:url(/images/navHomeIconOver.jpg) no-repeat;
	height:14px;
	width:18px;
	padding:0px;
	margin-left:5px;
}

.navigation a:hover{
	color:#FFFFFF;
}

.navigation .current a{
	color:#FFFFFF;
}

/*--- navigation dropdowns ---*/
.anylinkcss{
	position:absolute;
	visibility:hidden;
	border:1px solid #777777;
	background-color:#FFFFFF;
	width:185px;
	/*width:auto;*/
	margin:10px 0px 0px -12px;
	padding:1px 1px 0px 1px;
	line-height:20px;
	z-index:1000;
	/*text-transform:uppercase;*/

}

.anylinkcss a{
	width:100%;
	display:block;
	border-bottom:1px solid #777777;
	border-right:1px solid #777777;
	padding:1px 0px 0px 0px;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#000000;
	background-color:#D1D1B9;
	text-indent: 5px;
	font-weight:bold;
}

.anylinkcss a:hover{
	background-color:#777661;
	color:#FFFFFF;
}
.contact .anylinkcss {
	width:105px;
}
.contact .anylinkcss  a {
	font-size:12px;
	width:100%;
}

/*--- footer ---*/
.footer{
	color:#C4BB9E;
}
.footerNav{
	color:#C4BB9E;
	list-style:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.footerNav li {
	float:right;
	padding:10px 0px 10px 0px;
	margin:0px;
	font-size:10px;
	color:#C4BB9E;
}
.footerNav span {
	padding:0px 5px 0px 5px;
}

.footerNav a:link, .footerNav a:visited, .footerNav a:active {
	color:#C4BB9E;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}
.footerNav a:hover{
	color:#FFFFFF;
}
.footer .copy{
	clear:both;
	text-align:center;
	padding-bottom:10px;
}

/*** Community Navigation ***/
.communityNav{
	background-color:#EBEADC;
	background-image:url(/images/communityNavBk.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	height:35px;
	font-family:Arial, Helvetica, sans-serif;
	/*border-bottom:1px #FFFFFF solid;*/
	padding:0px 10px 0px 10px;
}
.communityNav ul{
	list-style:none;
	height:15px;
	padding:5px 0px 0px 0px;
}
.communityNav li {
	float:left;
	margin:0px 0px 0px 0px;
	font-size:10px;
	color:#000000;
	height:25px;	
	padding:5px 0px 0px 0px;
	
}
.communityNav span{
	padding:0px 10px 0px 10px;
/*	margin:0px 10px 0px 0px;*/
	/*border-right:1px #000000 solid;*/
}
.communityNav a:link, .communityNav a:visited, .communityNav a:active {
	color:#000000;
	text-decoration:none;
	font-size:11px;
}

.communityNav a:hover {
	color:#9B3F39;
}
/*.communityNav .current span{
	padding:0px 20px 0px 20px;
}
.communityNav .last{
	padding-right:0px;
}*/
.communityNav .current {
	background-image:url(/images/communityNavOverBk.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
	border-right:1px #FFFFFF solid;
	border-left:1px #FFFFFF solid;
	
}
.communityNav .current a{
	color:#9B3F39;
}

/*--- Control Options ---*/	
.contentPrint{
	background-color:#FFFFFF;
	padding:50px 10px 10px 10px;
	border:1px #7E7D6B solid;
	position:relative;
	margin:0px;
}
.contentPrint ul{
	padding:0px 0px 8px 30px;
	margin:0px;
}
.pageTitle{
	display:block;
	margin:35px 0px 0px 0px;
	color:#000000;
	font-size:18px;
	font-weight:bold;
}
.controlOptions{
	background-color:#D1D1B9;
	padding:10px 10px 14px 10px;
	border:1px #7E7D6B solid;
	float:right;
	position:absolute;
}

.contentInner .controlOptions{
	top:10px;
	right:10px;	
}

.contentPrint .controlOptions{
	top:-1px;
	right:-1px;	
}
.controlOptions a{
	color:#000000;
	text-decoration:none;
}
.controlOptions a:hover{
	color:#000000;
	text-decoration:underline;
}

.controlOptions .iconPrint  {
	background-image: url(/images/icon_print.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	padding:2px 8px 8px 28px;

}
.controlOptions .iconPdf  {
	background-image: url(/images/icon_pdf.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	padding:2px 8px 8px 28px;
}
.controlOptions .iconGoogle  {
	background-image: url(/images/icon_google_maps.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	padding:2px 8px 8px 28px;
}
.controlOptions .iconTour {
	background-image: url(/images/icon_virtual_tour_control.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	padding:2px 8px 10px 28px;
}


/*** Community Site Plan ***/
.largeImg{
	margin:35px auto 10px auto;
	text-align:center;
}
/*** Detail Page ***/
.detailLeft{
	width:450px;
	float:left;
	position:relative;
}
.detailLeft .caption{
	text-align:center;
	color:#000000;
	font-weight:bold;
	font-size:12px;
	padding:0px 0px 10px 0px;
}
.detailRight{
	float:right;
	width:220px;
	line-height:18px;
	position:relative;
}
.detailRight ul{
	list-style:none;
	padding:0px 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:7px;
	margin:0px 0px 10px 0px;
}
.communityRow ul{
	list-style:none;
	float:left;
	padding:0px 8px 0px 8px;	
}
.communityRow  ul.colOne li{
	width:140px;
}
.communityRow  li{
	width:133px;
}


.communityRow li {
	margin:0px 0px 0px 0px;
	font-size:11px;
	color:#000000;	
	padding:0px 0px 0px 0px;
}
.communityRow .title{
	font-size:14px;
	font-weight:bold;
}
.communityRow .heading{
	font-size:11px;
	font-weight:bold;
}
.communityRow li.iconMag  {
	background-image: url(/images/icon_magnifying_glass.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	padding:1px 0px 0px 28px;
	height:24px;
	white-space:nowrap;
}
.communityRow li.iconTour  {
	background-image: url(/images/icon_virtual_tour.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	padding:5px 0px 0px 28px;
	height:24px;
	white-space:nowrap;
}
.communityRow li.iconModel  {
	background-image: url(/images/icon_model_home.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	padding:3px 0px 0px 28px;
	height:24px;
	white-space:nowrap;
}


.communityRow a:link, .communityRow a:visited, .communityRow a:active {
	color:#000000;
	text-decoration:underline;
}
.communityRow a:hover {
	color:#9B3F39;
	text-decoration:underline;
}
.communityRow .contentLeft{
	position:static; 
}


/*** Community Contact Info ***/
.communityInfo{
	background-color:#333333;
	border-top:1px #999999 solid;
	padding:8px;
	color:#FFFFFF;
	width:710px;
}
.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;
	position:relative; */
}

.community .list{
	/*float:left;*/
	margin:10px 0px 0px 0px;
	/*width:195px;*/
	/*position:relative; */
}

.community .list h4{
	text-transform:uppercase;
}

.community .box{
	background-color:#EBEBEB;
	width:193px;
	padding:10px;
	border:1px #7E7D6B solid;
	margin:0px 0px 5px 0px;
	color:#000000;
	cursor:pointer;
	float:left;
	position:relative;
	height:110px;
	margin:0px 10px 10px 10px;
}

.community a:link, .community a:visited, .community a:active {
	text-decoration: none;
	color:#FF0000;
}
.community a:hover .box {
	background-color:#FFFFFF;
}

/*** 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;
}
.checkbox span{
	padding-left:10px;
}

/***** TABLE STYLES *****/
.areaInfo table {
	border-spacing:1px;
	font-size:10px;
	background-color:#E7E7E7;
	color:#333333;
	width:705px;
	clear:both;
	margin-bottom:15px;
}
.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;
	width:33%;
}
.areaInfo thead th {
	text-align: center;
	background: #EBEADC;
	color:#333333;
	border: 1px solid #7E7D6B;
	text-transform:uppercase;
	width:33%;
}
.areaInfo thead th a {
	color:#333333;
	/*text-decoration:underline;*/
}
.areaInfo thead th a:hover {
	/*text-decoration:underline;*/
}

.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;
	text-align:left;
	position:relative; 
}
.newsRight{
	float:right;
	width:100px;
	padding:8px;
	text-align:center;
	position:relative; 
}
.newsTitle{
	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;
}

/*--- Site Map ---*/
.sitemapContainer-left{
	padding:0px 0px 0px 80px;
	width:250px;
	float:left;
	position:relative;

}
.sitemapContainer-right{
	padding:0px 0px 0px 80px;
	float:left;
	width:250px;
	position:relative;
}
.sitemap ul{
	padding:0px 0px 0px 0px;
	
}
.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;
}

.pastCommunities ul{
	margin:0px 0px 20px 30px;
}
.pastCommunities h2{
	margin:0px 0px 20px 0px;
}
.pastCommunities h3{
	margin:0px 0px 0px 0px;
	color:#000000;
}

/*--- Community Map Tool Tips ---*/
.mapDiv{
	 position:relative; z-index:1;
}
div#tipDiv {
	position:absolute; visibility:hidden; 
	left:0; 
	top:0; 
	z-index:10000;
	background-color:#FFFFFF; 
	width:225px; 
	padding:10px;
	background-image:url(/images/rowContentBk.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	border:2px solid #7E7D6B;	
}
#tipDiv .img{
	text-align:center;
	margin:auto;
	width:auto;
	padding-bottom:8px;
}
#tipDiv .img img{
	border:1px #000000 solid;
}