/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
html,body {
	margin:0px;
	padding:0px;
	width: 100%;
	height: 100%;
	}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
	padding-right: -238px;
	margin: 0px;
	/*overflow-x: hidden;*/
	background-color: #251409;
	background-image: url(../img/bg_mainBottom.png);
	background-align: 1% 90%;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: left bottom;
	}
a {
	outline: none;
	}
#contentWrapper {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: transparent;
	background-image: url(../img/bg_mainTop.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top right;
	}
.topSection {
	width: 100%;
	margin: 70px 0px 0px 0px;
	padding: 0px;
	height: 80px;
	background-image: url(../img/bg_mainNav.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	}
.mainContentWrapper {
	width: 1030px;
	background: transparent;
	margin: 5px 0px 0px 20px;
	padding: 0px;
	background-image: url(../img/bg_mainContentArea.png);
	background-repeat: no-repeat;
	background-position: right top;
	}
.mainContentArea {
	width: 826px;
	background: transparent;
	margin: 0px;
	padding: 0px;
	}
	
.logo {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 187px;
	height: 109px;
}	
	
	
	
/*************************************************
	MENU 
*************************************************/

/************* #globalNav styles **************/

#globalNav {
	position: relative;
	top: 0px;
	padding: 0px;	
	margin: 0px;
	height: 72px;
	}
	
#globalNav ul {
	position: absolute;
	left: 240px;
	}
	
#globalNav ul li {margin: 0px; padding: 0px; list-style: none; display: block; position: absolute;}

#globalNav ul li a {display: block; height: 72px;}

#globalNav1 {left: 0px; top: 0px; width: 69px; height: 72px;}
#globalNav2 {left: 69px; top: 0px; width: 86px; height: 72px;}
#globalNav3 {left: 155px; top: 0px; width: 80px; height: 72px;}
#globalNav4 {left: 235px; top: 0px; width: 107px; height: 72px;}
#globalNav5 {left: 342px; top: 0px; width: 100px; height: 72px;}
#globalNav6 {left: 442px; top: 0px; width: 50px; height: 72px;}

#globalNav1 a {background: url(../img/bg_mainNav_opt4.jpg) 0px 0px no-repeat;}
#globalNav2 a {background: url(../img/bg_mainNav_opt4.jpg) -69px 0px no-repeat;}
#globalNav3 a {background: url(../img/bg_mainNav_opt4.jpg) -155px 0px no-repeat;}
#globalNav4 a {background: url(../img/bg_mainNav_opt4.jpg) -235px 0px no-repeat;}
#globalNav5 a {background: url(../img/bg_mainNav_opt4.jpg) -342px 0px no-repeat;}
#globalNav6 a {background: url(../img/bg_mainNav_opt4.jpg) -442px 0px no-repeat;}


#globalNav1 a:hover {background: url(../img/bg_mainNav_opt4.jpg) 0px -72px no-repeat;}
#globalNav2 a:hover {background: url(../img/bg_mainNav_opt4.jpg) -69px -72px no-repeat;}
#globalNav3 a:hover {background: url(../img/bg_mainNav_opt4.jpg) -155px -72px no-repeat;}
#globalNav4 a:hover {background: url(../img/bg_mainNav_opt4.jpg) -235px -72px no-repeat;}
#globalNav5 a:hover {background: url(../img/bg_mainNav_opt4.jpg) -342px -72px no-repeat;}
#globalNav6 a:hover {background: url(../img/bg_mainNav_opt4.jpg) -442px -72px no-repeat;}


#globalNav1.current1 a {background: url(../img/bg_mainNav_opt4.jpg) 0px -72px no-repeat;}
#globalNav2.current2 a {background: url(../img/bg_mainNav_opt4.jpg) -69px -72px no-repeat;}
#globalNav3.current3 a {background: url(../img/bg_mainNav_opt4.jpg) -155px -72px no-repeat;}
#globalNav4.current4 a {background: url(../img/bg_mainNav_opt4.jpg) -235px -72px no-repeat;}
#globalNav5.current5 a {background: url(../img/bg_mainNav_opt4.jpg) -342px -72px no-repeat;}
#globalNav6.current6 a {background: url(../img/bg_mainNav_opt4.jpg) -442px -72px no-repeat;}













/****************************************

boxes 
**************************************/
.largeBox {
	float: left;
	border: 5px solid #fff;
	background-color: #FDFBEC;
	margin: 10px 0 0 0;
	padding: 10px;
	height: auto;
	min-height: inherit;
	background-attachment: fixed;
	background-image: url(../img/bg_large_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;	
	width: 796px !important;
	width/**/: 796px;
}
.largeBox p {
	color: #572E14;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 5px 0px;
}

.largeBox p a {
	text-decoration: underline;
	color: #482711;
	}

.mediumBox {
	float: left;
	border: 5px solid #fff;
	background-color: #FDFBEC;
	margin: 10px 0 0 0;
	padding: 10px;
	height: auto;
/*	min-height: 522px; */
	background-attachment: fixed;
	background-image: url(../img/bg_small_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;	
	width: 480px !important;
	width/**/: 480px;
}
.mediumBox p {
	color: #572E14;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
	padding: 5px 0px;
}

.smallBox {
	float: right;
	border: 5px solid #fff;
	background-color: #FDFBEC;
	margin: 10px 0 0 0;
	padding: 10px;
	height: auto;
	background-attachment: fixed;
	background-image: url(../img/bg_small_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;	
	width: 266px !important;
	width/**/: 266px;
	/*added 12/14/08*/
	clear: right;
	/*end add*/
}
.smallBox p {
	color: #69661D;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 5px 0px;
}



h1 {
	height: 37px;
	line-height: 37px;
	margin: 0;
	padding: 0 20px 0 10px;
	font-weight: normal;
	font-size: 21px;
	background-image: url(../img/bg_header_green.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-decoration: none;
}
h2 {
	height: 37px;
	line-height: 37px;
	margin: 0;
	padding: 0 20px 0 10px;
	font-weight: normal;
	font-size: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #fff;
	background-color: #572E14;
	text-decoration: none;
}
h3 {
	height: 37px;
	line-height: 37px;
	margin: 0;
	padding: 0 20px 0 10px;
	font-weight: normal;
	font-size: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #572E14;
	text-decoration: none;
	}
h3 a{
	color: #572E14;
	text-decoration: underline;
	}
h4 {
	line-height: 18px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #572E14;
	text-decoration: none;
	}
img.middleFloatRight {
	float: right;
	padding: 5px 0px 5px 5px;
	margin: 0;
	border: none;
	}
img.masterPlanFloatLeft {
	float: left;
	padding: 10px 0 0 0;
	margin: 0;
	border: none;
	}
img.masterPlanFloatRight {
	float: right;
	padding: 10px 0 0 0;
	margin: 0;
	border: none;
	}
	
/* added 12/17/08 */	
img.masterPlanClear {
	padding: 10px 0 0 0;
	margin: 0;
	border: none;
	clear: both;
	}
/* end add */

img.floatLeft {
	float: left;
	padding: 0 10px 10px 0;
	margin: 0;
	border: none;
	}
img.floatRight {
	float: right;
	padding: 0 0px 10px 10px;
	margin: 0;
	border: none;
	}	
	
.floatFloorPlanLeft {
	float: left;
	padding: 0 20px 20px 0px;
	margin: 0;
	border: none;
	}
/*********************************************
	footer 
*********************************************/	
#footerWrapper {
	clear: both;
	margin: 20px 0 0px 0px;
	padding: 0;
	height: 30px;
	line-height: 30px;
	width: 826px;
}	
#footerNav {
	padding: 0;
	margin: 0;
	height: 30px;
	width: 826px;
	}
#footerNav img{
 display: block;
}

#footerNav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#footerNav li {
	float: left;
	margin: 0;
	padding: 0;
}

#footerNav li a{
	display: block;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	line-height: 30px;
	vertical-align:middle;
	font-size: 10px;
	text-align:center;
	margin: 0px;
	padding: 0px 17px;
}
#footerNav li a:hover{
	text-decoration: underline;
	color:#fff;
}
#footerNav li#six a{
	border-right: none;
	padding: 0px 18px 0px 18px;
}
#footerNav a img{
	border: 0;
}

#footerDisclaimer{
	font-size: 9px;
	color:#fff;
	line-height: 14px;
	vertical-align: middle;
	text-align: left;
	margin: 0px;
	padding: 0px 17px;
}

#thatagency {
	clear: both;
	margin: 10px 0 0px 20px;
	padding: 0;
	text-align:center;
	color: #fff;
	height: 20px;
	line-height: 20px;
	width: 600px;
}
#thatagency a {
	color: #fff;
	text-decoration:none;
}
#thatagency a:hover {
	color: #fff;
	text-decoration:underline;
}


/************************
Lists 
************************/

ul.smallBoxList {
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
	}
ul.smallBoxList li {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 18px;
	color: #482711;
	background-image: url(../img/bg_middot_brown.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
ul.smallBoxList li a, ul.smallBoxList li a:link, ul.smallBoxList li a:hover, ul.smallBoxList li a:visited {
	color: #572E14;
	}
	
/*added 12/14/08*/
ul.smallBoxList ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 10px;
	}	
ul.smallBoxList ul li{
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 18px;
	color: #482711;
	background-image: url(../img/bg_middot_brown.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
/*end add*/

/************************
FloorPlans
************************/
.floorPlan {
	clear: both;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;	
	height: 292px;
	}
.floorPlanLeft {
	float: left;
	margin: 0;
	padding: 0;	
	height: auto;
	width: 413px !important;
	width/**/: 413px;
	}	
.floorPlanRight {
	float: right;
	margin: 0;
	padding: 0;	
	height: auto;
	width: 363px !important;
	width/**/: 363px;
	}	
	
	
/********************************

LIGHTBOX 

*********************************/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	height: 100%;
	min-height: inherit;
	text-align: center;
	line-height: 0;	
	z-index: 10004;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 30%;
	left: 0%;
	height: 25%;
	width: 100%;
	min-height: inherit;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10003;
	width: 100%;
	height: 3000px;
	background-color: #000;
	}	
	
.sub_head_link {
	display:block;
	height:30px;
	text-align:right;
	}
.sub_head_link a{
	font-weight:bold;
	font-size:13px;
	color:#572E14;
	}
	
/*************************************
	form 
*************************************/

.formBody {
background-color: #fff;
	clear: both;
	width: 972px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	height: 300px;
	}

.formBody .lFBody {
	float:left;
	margin: 0px;
	padding: 10px 10px 0px 0px;
	text-align:right;
	width: 440px !important;
	width /**/: 450px;
	}
.formBody .rFBody {
	float:left;
	margin: 0px;
	padding: 10px 10px 0px 0px;
	text-align:right;
	width: 440px !important;
	width /**/: 450px;
	}
input.text {
	padding: 0px;
	margin: 0px 0px 5px 10px;
	background-color: #fff;
	border: 1px solid #aaa;
	width: 290px;
	height: 20px !important;
	line-height: 20px !important;
	height /**/: 20px;
	line-height /**/: 20px;
}
input.textSmall {
	padding: 0px;
	margin: 0px 0px 5px 10px;
	background-color: #fff;
	border: 1px solid #aaa;
	width: 95px;
	height: 20px !important;
	line-height: 20px !important;
	height /**/: 20px;
	line-height /**/: 20px;
}
input.XtratextSmall {
	padding: 0px;
	margin: 0px 0px 5px 10px;
	background-color: #fff;
	border: 1px solid #aaa;
	width: 50px;
	height: 20px !important;
	line-height: 20px !important;
	height /**/: 20px;
	line-height /**/: 20px;
}
input.fileBox {
	padding: 0px;
	margin: 0px 0px 5px 10px;
	background-color: #fff;
	width: 290px;
	height: 20px !important;
	line-height: 20px !important;
	height /**/: 20px;
	line-height /**/: 20px;
}
input.textLong {
	padding: 0px;
	margin: 0px 0px 5px 10px;
	background-color: #fff;
	border: 1px solid #aaa;
	height: 16px !important;
	line-height: 16px !important;
	width: 290px;
	height /**/: 20px;
	line-height /**/: 20px;
}
input.textLongQuestion {
	padding: 0px;
	margin: 0px 0px 5px 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	height: 16px !important;
	line-height: 16px !important;
	width: 400px;
	height /**/: 20px;
	line-height /**/: 20px;
}
.checkBox {
	padding: 0px;
	margin: 0px 0px 5px 10px;
	background-color: #fff;
	width: 60px;
}
textarea {
	padding: 0px;
	margin: 0px 0px 5px 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	width: 290px;
	line-height: 16px !important;
	line-height /**/: 20px;
}
input.submit {
	padding: 0px 5px;
	color: #fff;
	margin: 0px 0px 5px 10px;
	background-color: #482711;
	border: 1px solid #fff;
	line-height: 20px !important;
	line-height /**/: 20px;
}
.noEdit {
	padding: 0px 0px 0px 15px;
	}
select {
	padding: 0px;
	border: 1px solid #aaa;
	margin: 0px 0px 5px 10px !important;
	margin /**/: 0px 0px 5px 13px;
	}
select.longS {
	width: 292px;
	}
select.smallS {
	width: 89px;
	}
select.x_smallS {
	width: 50px;
	padding: 0px;
	margin: 0px 0px 5px 10px;
	height: 20px !important;
	line-height: 20px !important;
	height /**/: 20px;
	line-height /**/: 20px;
	}
select.smallDD {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	width: 140px;
	border: 1px solid #ccc;
	}
submit {
	margin: 0px 0px 5px 10px;
	padding: 0px 5px 0px 5px;
	}
.headerOutlineBox {
	color: #fff;
	background-color: #AF1D1D;
	height: 25px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 25px;
	padding: 0px 5px;
	border-bottom: 1px solid #fff;
	width: 775px;
	margin: 0px;
	font-weight: bold;
	}
strong.redRequired {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: red;
	margin: 0px;
	padding: 0px 2px;
	}	
.terms {
	clear: both;
	margin: 0px 0px 0px 75px;
	padding: 30px 0px 0px 0px;
	width: 805px;
}
.terms  span {
	font-size: 12px;
}
.termsBig {
	clear: both;
	margin: 0px 0px 0px 75px;
	padding: 20px 0px 0px 0px;
	width: 805px;
	font-size: 13px;
}
.termsBig  span {
	font-size: 12px;
}
	
table.contactPineCreek td {
	height: 30px;
	line-height: 20px;
	}
.fieldBox {
	text-align: right;
	margin: 0px;
	padding: 0 10px 0 0;
	}

ul.galleryList {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}	
ul.galleryList li {
	float: left;
	width: 149px;
	height: 149px;
	margin: 0 12px 12px 0;
	padding: 0;
	}
ul.galleryList li.rowLast {
	float: left;
	width: 149px;
	height: 149px;
	margin: 0 0 12px 0;
	padding: 0;
	}
	
	
/***********************************
Contact Us Button
***********************************/

/* edited 12/18/08 */
.topLinks {
	position: absolute;
	top: 30px;
	left: 240px;
	width: 608px;
	height: 22px;
	}	
/* end edits */
	
	
/**********************************
Calendar
*********************************/
.date_header			{ font-size:16px; font-family:arial, helvetica; font-weight:bold; height: 40px;}

.day_cell				{ background-color: #F0E3AE; height:80px; width: 95px; }
.empty_day_cell			{ background-color:#f5f5f5; height:80px; width: 95px; }
.today_cell				{ background-color:#9D9959; height:80px; width: 95px; }

.day_number				{ font-size:10px; font-family:verdana, arial, helvetica; color:#000 }

.title_txt				{ font-size:10px; font-family:verdana, arial, helvetica; color:#000 }
.title_txt A:link		{ color:#4B2A00; text-decoration:underline }
.title_txt A:active		{ color:#4B2A00; text-decoration:underline }
.title_txt A:visited	{ color:#4B2A00; text-decoration:underline }
.title_txt A:hover		{ color:#4B2A00; text-decoration:underline }

.time_str				{ font-size:9px; font-family:arial, helvetica }

.column_header			{ font-size:12px; line-height: 37px; font-family:arial, helvetica; color:#FFFFFF; font-weight:bold; height: 37px; background-image: url(../img/bg_large_bg.gif); background-repeat: no-repeat; background-position: left bottom; }

.footprint				{ font-size:10px; font-family:verdana, arial, helvetica; color:#4B2A00; font-weight:bold; }
.footprint A			{ font-size:10px; font-family:verdana, arial, helvetica; color:#4B2A00; font-weight:bold; }	