@charset "UTF-8";
/* CSS Document */




body {
	background-color: #1a1709;
	background-image:url(../images/tree-background.jpg);
	background-position: center 0px;
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#E0E0E0;
	margin:0 10px;
}


/*********** BASIC SETTINGS **************/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0 0 5px 0;
	font-weight: bold;
	color:#C6B12F;
	line-height: 115%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	letter-spacing:1px;
}

h1 b, h2 b, h3 b, h4 b, h5 b, h6 b,
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  color:#FFFFFF;
}
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	text-decoration:none;
	color:#C6B12F;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration:underline;
	  color:#E2D897;
}

h1 {
  font-size: 210%;
  letter-spacing: 0.2em;
}

h2 {
  font-size: 190%;
}

h3 {
  font-size: 160%;
}

h4 {
  font-size: 140%;
}

h5 {
  font-size: 130%;
}

h6 {
  font-size: 100%;
}

p, ul, ol {
  font-size: 12px;
  line-height: 18px;
  color:#E0E0E0;
}
p  {
  margin: 0;
  padding: 0 0 10px 0;
}

.textLarge, p.textLarge, p .textLarge {
	font-size:120%;
	line-height:130%;
	}
.textSmall, p.textSmall, p .textSmall {
	font-size:80%;
	line-height:110%;
	}

a, a:link, a:visited {
  color: #E2D897;
  text-decoration: underline;
}
a:hover {
  color: #C6B12F;
  text-decoration: none;
}
a:active, a.active {
  color: #FFFFFF;
}
img, a img {
  border: none;
}




/*********** BEGIN ARCHITECTURE **************/


#wrapper {
	width: 900px;
	margin: 0 auto;
}
#header {
	width: 900px;
	float:left;
	margin:5px 0 0;
}

.home #graphic {
	width: 898px;
	height: 399px;
	float:left;
	border:#C6B12F 1px solid;
	}
	
.level2 #graphic {
	width: 900px;
	height: 220px;
	float:left;
}
		
/*********** MAIN NAVIGATION **************/

#mainNav {
	float:left;
	width: 899px;
	padding:0px;
	font-family:"Times New Roman", Times, serif;
	border-right: #C6B12F solid 1px;
}
	#mainNav ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
		#mainNav ul li {
			position: relative;
			margin: 0px;
			float: left;
			display: block;
			color:#C6B12F;
			border-left: #C6B12F solid 1px;
		}
		#mainNav ul li a {
			letter-spacing: 1px;
			font-size: 12px;
			line-height: 12px;
			color: #C6B12F;
			display: block;
			text-decoration: none;
			text-align:center;
			text-transform: capitalize;
			padding: 10px 22px;
			font-weight:normal;
		}
		#mainNav ul li a.paddingAdjust {
			/*padding: 10px 18px;*/
		}
		#mainNav ul li a:hover {
			color:#E2D897;
			background-image:url(../images/mainNav-bg-hover.png);
			background-repeat:repeat-x;
		}
			#mainNav ul li ul {
				position: absolute;
				width: 180px;
				left: 0px;
				display:none;
				border-left: #C6B12F solid 1px;
			}
			#mainNav ul li ul li ul {
				display: none;
			}
			#mainNav ul li ul li ul li ul {
				display: none;
			}



#mainNav ul #home
{
	/*width: 65px;*/
}
#mainNav ul li#home a
{
	padding: 10px 24px;
}

#mainNav ul #community
, #mainNav ul #location
, #mainNav ul #pricing
, #mainNav ul #plat-map
, #mainNav ul #architecture
, #mainNav ul #gallery
, #mainNav ul #contact-us
{
	/*width: 100px;*/
}

#mainNav ul #land-and-wildlife
{
	/*width: 124px;*/
}


/*********** LEFT NAVIGATION **************/

ul#left_menu
			{
	float: right;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 30px 0 0 0;
	padding: 0;
		}
			
				ul#left_menu li
				{
	text-transform: none;
	letter-spacing: 1px;
	list-style-type: none;
				}
				ul#left_menu li a
				{
	font-size:12px;
	line-height: 12px;
	padding: 4px 2px 4px 20px;
	display: block;
	font-weight: normal;
	color:#E2D897;
	text-decoration: none;
	border-bottom: 1px dotted #7f721e;
				}
				ul#left_menu li a:hover
				{
	color:#FFFFFF;
			background-image:url(../images/mainNav-bg-hover.png);
			background-repeat:repeat-x;
				}
				ul#left_menu li b a
				{
					background: #FF3300;
				}
					ul#left_menu li ul
					{
						margin: 0;
						padding: 0;
						display:block;
					}
					ul#left_menu li ul li
					{
						list-style-type: none;
						border: none;
						text-transform: capitalize;
					}
					ul#left_menu li ul li a
					{
					width: 175px;
					line-height: 13px;
					padding: 5px 5px 5px 20px;
					display: block;
					font-weight: normal;
					color: #fff;
					text-decoration: none;
					font-size:11px;
					border-bottom: 1px dotted #666666;
					}
					ul#left_menu li ul li a:hover
					{
						background: #666666;
					}

					ul#left_menu li.resourcesOn ul {
						display:block;
						}
						
						
/* Homepage Upcoming Events */
.HomePage #Content #UpcomingEvents li {
	font-size:12px;
}
	.HomePage #Content #UpcomingEvents span {
		display:block;
		padding:0 0 4px 0;
	}
		.HomePage #Content #UpcomingEvents span span {
			display:inline;
			padding:0;
		}
	.HomePage #Content #UpcomingEvents .title a {
		color:#C6B12F;
		font-size:13px;
		text-decoration:none;
	}
	.HomePage #Content #UpcomingEvents .date {
		color:#fff;
	}

.HomePage #Social li {
	border-bottom:none;
	padding:2px 0;
}


/*********** Content AREA **************/

/* home page only */
	.home #Content {
		margin: 50px 0;
		float:left;
	}
	
	.HomePage .content p {
		font-style:normal;
		font-size: 16px;
		line-height:30px;
		color:#fff;
	}

/* level2 pages only (not home)*/
	.level2 #Content {
		margin: 50px 0;
		float:left;
	}
	.level2 #Content #leftCol {
		width:255px;
		padding: 0px 20px 0 0;
		float:left;
		text-align:right;
		font-family:Georgia, "Times New Roman", Times, serif;
}
	.level2 #Content #leftCol h1 {
		font-size: 26px;
		line-height: 26px;
		color:#FFFFFF;
		font-weight:normal;
		letter-spacing: 3px;
		padding: 0 0 5px 0;		
	}
	.level2 #Content #leftCol h2 {
		font-size: 16px;
		line-height: 20px;
		color:#C6B12F;
		font-weight:normal;
		font-style:italic;
		padding:0px;		
	}
	
	.level2 #Content #rightCol {
		float:left;
		padding: 0px 0px 10px 20px;
		width:600px;
		color:#FFFFFF;
		border-left:#C6B12F 1px solid;
		font-size:12px;
		line-height: 17px;
		
	}
	

	.HomePage #Content #leftCol, .BlogHolder #Content #leftCol, .BlogEntry #Content #leftCol {
		width: 225px;
		padding: 0 0 0 20px;
		float: right;
		text-align: left;
		border: none;
	}
		.HomePage #Content #leftCol a, .BlogHolder #Content #leftCol a, .BlogEntry #Content #leftCol a {
			color:#999;
		}
		.HomePage #Content #leftCol h3 a, .BlogHolder #Content #leftCol h3 a, .BlogEntry #Content #leftCol h3 a {
			color:#C6B12F;
		}
	.HomePage #Content #rightCol, .BlogHolder #Content #rightCol, .BlogEntry #Content #rightCol {
		border-right: 1px solid #C6B12F;
		border-left: none;
		padding: 0 30px 10px 10px;
		width:600px;
		color:#FFFFFF;
		float:left;
		font-size:12px;
		line-height: 17px;
	}
	
/* tables */
.level2 .table1 td,
.level2 .table1 th {
	padding: 5px 2px 5px 10px;
	margin: 0px;
	font-size: 1em;
	line-height: 13px;
	text-align:left;
	border-bottom:solid 1px #FFFFFF;
	border-right:solid 1px #FFFFFF;
	
	}
.level2 .table1 th {
	padding: 5px;
	font-size: 12px;
	line-height: 14px;
	font-weight:bold;
	}
	

/*********** FOOTER **************/

#footer {
	clear: both;
	text-align:center;
	font-size:11px;
	line-height:22px;
	width: 900px;
	padding: 10px 0;
	margin: auto;
	color:#999;
}
#footer a
{
	color:#C6B12F;
	text-decoration:none;
}
#footer a:hover
{
	color:#E2D897;
	text-decoration:underline;
}

/* ========= */
/* = Added = */
/* ========= */

.level2 .pricingTable td,
.level2 .pricingTable th {
padding: 10px 2px 11px 10px;
margin: 0px;
font-size:13px;
line-height: 15px;
text-align:left;
border-bottom:solid 1px #71651b;
}
.level2 .pricingTable tr {
background-image:url(../images/pricing-table-row-bg.png);
}
.level2 .pricingTable tr:hover {
background-image:url(../images/pricing-header-row-bg.png);
}
.level2 .pricingTable th {
background-image:url(../images/pricing-header-row-bg.png);
font-size: 14px;
line-height: 16px;
font-weight:bold;
}
.level2 .pricingTable tr.Sold {
background-image:url(../images/pricing-table-sold-row-bg.png);
color:#c6b12f;
font-weight:bold;
}
.level2 .pricingTable td.Sold {
background-image:url(../images/pricing-table-sold-icon.gif);
background-repeat:no-repeat;
background-position:10px 0px;
}
.level2 .pricingTable td.Sold strong {
position:relative;
top: -3000px;
}

/* ================= */
/* = Troy's Styles = */
/* ================= */

#header h2
{
	height: 308px;
	background: url(../images/header-banner.gif) no-repeat;
}

#community_page #header,
#community-2_page #header

{
	background: url(../images/banner-img-community.jpg) no-repeat 0px 100%;
}

#architecture_page #header
{
	background: url(../images/banner-img-architecture.jpg) no-repeat 0px 100%;
}

#home_page #header
{
	background: none;
}

#header
{
	background: url(../images/banner-img-alternate.jpg) no-repeat 0px 100%;
}
#land-and-wildlife_page #header
{
	background: url(../images/banner-img-land-wildlife.jpg) no-repeat 0px 100%;
}

#gallery_page #header
{
	background: url(../images/banner-img-gallery-images.jpg) no-repeat 0px 100%;
}

#wrapper #ImageGallery table
{
	margin: auto;
}

#plat-map_page #header
{
	background: url(../images/banner-img-plat-map.jpg) no-repeat 0px 100%;
}

#pricing_page #header
{
	background: url(../images/banner-img-pricing.jpg) no-repeat 0px 100%;
}

#location_page #header
{
	background: url(../images/banner-img-location.jpg) no-repeat 0px 100%;
}

#contact-us_page #header
{
	background: url(../images/banner-img-contact.jpg) no-repeat 0px 100%;
}


.replaced
{
	text-indent: -9999px;
}



table
{
	border-collapse: collapse;
}

.Sold .Sold
{
	text-indent: -9999px;
}

#pricing_page table
{
	clear: both;
	width: 840px;
	margin: auto;
}

#bottom
{
	clear: both;
}

#bottom table
{
	width: 880px;
	line-height: 16px;
}

#bottom th, #bottom td
{
	border-bottom: 1px solid #71651B;
	padding: 10px 2px 11px 10px;
}

#bottom th
{
	background: #7C6E1D;
	font-size: 14px;
}

#bottom td
{
	background: #332E0E;
	font-size: 13px;
}

#bottom .views-table tr:hover
{
	background: #70631B;
}

#bottom tr
{
	opacity: .6;
	filter: alpha(opacity=60);
}

/*#gallery
{
	width: 900px;
	clear: both;
	margin: auto;
}

#gallery li
{
	float: left;
	list-style-type: none;
	margin: 5px;
}
*/
#ImageGallery
{
	margin-top: 100px;
	clear: both;
	padding-top: 10px;
}

#pricing_page .pricingTable .lot
{
	font-weight: bold;
	font-size: 14px;
}

/* Comments
******************************************/

#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
	padding: 0;
}

#PageComments_holder h4 {
	margin: 20px 0 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 5px;
	width: 88%;
}
#PageComments li.odd {
	padding-left: 40px;
	padding-right: 10px;
}

#PageComments li.even {
	padding-right: 40px;
	padding-left: 10px;
	background-color: #333;
}

.actionLinks li a {
	padding-right: 3px;
	font-size: 10px;
}
.actionLinks li {
   display: inline;
   border-right: 1px solid;
}
   .actionLinks li.last {
      border-right: none;
   }

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}
