/* -----------------------------------*/
/* ---- GLOBAL <<<-----------*/
/* -----------------------------------*/

body{
	background-image:url(/images/layout/body-bg.gif);
	background-color:#817541;
	background-repeat:repeat-y;
	padding: 0;
	margin: 0;
}
html, body{	
	height: 100%;
	min-height: 100%;
}
img{
	border: 0;
	margin: 0;
}
.header{
	font-size:14px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
.header2{
	font-size:19px; font-family:"Times New Roman", Times, serif;color:#9a5426; line-height:20px;display:block;padding:0 0 10px 0; width:160px;}
	
.header3{ font-size:19px; font-family:"Times New Roman", Times, serif;color:#5b5227; line-height:20px;display:block;padding:0 0 10px 0;}

/* -----------------------------------*/
/* ---- HEADER <<<-----------*/
/* -----------------------------------*/


/* -----------------------------------*/
/* - PAGE LAYOUT <<<---------*/
/* -----------------------------------*/
#searchBar{
	position:absolute;
	top:185px;
	left:0px;
	height:550px;
	width:215px;
	background:url(/images/searchbar.png) no-repeat;	
	z-index:900;
	padding-top:47px;
}
.customer-zone{
	margin: 20px 0 0 0;
	display:block;
	width:215px;
	height:120px;
	text-indent:-3000px;
}
#searchHeader{
	color:#dad8d8;
	font-size:14px;
	padding-left:10px;
	margin-bottom:2px;
	margin-top:7px;
}
#searchForm{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#dad8d8;
	padding-left:10px;
}
#searchForm select {font-size:11px;}

#leftColumn{
	position: absolute;
	left: 0;
	top: 0;
	width: 231px;
	height: 100%;
	min-height: 100%;
	background-image:url(/images/layout/left-column-bg.jpg);
	background-repeat: no-repeat;
	z-index: 10;
}

#middleColumn{
	position: absolute;
	left: 231px;
	width: 550px;
	height: 100%;
	min-height: 100%;
	background-image:url(/images/layout/middle-bg-rpt.gif);
	background-repeat:repeat-y;
}


#middleColumn h2 {margin:0;padding:10px 0 10px 20px;color:#7f4621; font-size: 28px;font-weight:normal; }
#middleColumn p {margin:0;padding:10px 20px 0 15px;color:#5b5227; font-size: 14px;font-family:"Times New Roman", Times, serif; font-weight:normal;line-height: 16px;}
#middleColumn a {color:#9a5426; font-size: 14px;}
#middleColumn.hdr { width:550px; height:270px; padding:0;margin:0; }

#homecolumn{ float:left; padding:0; margin:30px 0 0 0; width:550px; 
border-top:dotted #9a5426; border-width:1px 0 0 0; }

#columnleft, #columnmiddle {
	padding:0; margin:0;
	display:block;
	float:left;
	width: 180px;
	height: 334px;
	background-color:transparent;
	background-image:url(../images/DIV-side.png);
}
 
#columnright  {
	padding:0; margin:0;
	display:block;
	float:left;
	width: 180px;
	height: 334px;
}


hr.divider { border:dotted #9a5426; 
				border-width:1px 0 0 0; 
				height:0;line-height:0;
				font-size:0;
				padding:0;
				position:relative;
				margin:10px 0 15px 0; }
				
hr.frame { border:dotted #9a5426; 
				border-width:1px 0 0 0; 
				height:0;line-height:0;
				font-size:0;
				padding:0;
				position:relative;
				margin:0; }

#columnleft ul{margin:0;padding:0;width: 180px;}
#columnleft ul li{list-style:none;}	
#columnleft ul li p{color:#5b5227; font-size: 12px;font-family:"Times New Roman", Times, serif; font-weight:normal;line-height: 14px; }	
#columnleft a {color:#9a5426; font-size: 12px;}	

#columnmiddle ul{margin:0;padding:0; width: 180px;}
#columnmiddle ul li{list-style:none; }	
#columnmiddle ul li p{color:#5b5227; font-size: 12px;font-family:"Times New Roman", Times, serif; font-weight:normal;line-height: 14px;}
#columnmiddle a {color:#9a5426; font-size: 12px;}	
	

#columnright ul{margin:0;padding:0; display:block;width:180px;}
#columnright ul li{list-style:none;}	
#columnright ul li p{color:#5b5227; font-size: 12px;font-family:"Times New Roman", Times, serif; font-weight:normal;line-height: 14px;}	
#columnright a {color:#9a5426; font-size: 12px;}	


#footer {width:550px; height:90px; float:left; border-top:dotted #9a5426; border-width:1px 0 0 0; margin-top:40px;}
#footer ul {text-align:center;list-style:none;padding:30px 10px 5px 0; }	
#footer ul li {color:#5b5227; font-size: 11px;font-family:Arial, Helvetica, sans-serif; font-weight:normal;line-height: 12px;}	
#footer a {color:#5b5227; text-decoration:underline;font-size:11px;}	

.copywright {color:#5b5227; display:block; font-size: 9px;font-family:Arial, Helvetica, sans-serif; font-weight:normal;line-height: 12px; padding-top:10px;}				
		

#middleColumnNoBG{
	position: absolute;
	left: 231px;
	width: 550px;
	height: 100%;
	min-height: 100%;
}

.whiteContent{
	background-image: url(/images/layout/body-bg-white.gif);
}

#rightColumn{
	margin-left: 781px;
	background-image:url(/images/layout/right-column-bg-rpt.jpg);
	background-position: 21px top;
	background-repeat:repeat-x;
	height: 100%;
	min-height: 100%;
	position: relative;
}
#rightColumnShadow{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	min-height: 100%;
	width: 21px;
	background-image:url(/images/layout/right-column-left-shadow.gif);
	background-repeat:no-repeat;
}
#rightColumnShadow img{
	position: fixed;
	z-index: 1000;
	margin-right: 30px;
}
#rightArch{
	float: right;
	background-image: url(/images/layout/right-arch.png);
	background-repeat:no-repeat;
	background-position:21px top;
	width: 100%;
	height: 310px;
}

#logoImg{
	padding-left: 15px;
	padding-top: 15px;
}
#bodyCopy{
	background-repeat: no-repeat;
	padding-top: 190px;
	padding-left: 30px;
	padding-right: 30px;
	font-family:"Times New Roman", Times, serif;
	color: #553100;
	font-size: 14px;
	line-height: 20px;
}

/* -----------------------------------*/
/*  HEADER CLASSES <<<-------*/
/* -----------------------------------*/

.headerLifezones{
	background-image:url(/images/headers/lifezones.jpg);
}
.headerAbout{
	background-image:url(/images/headers/about.jpg);
}
.headerExquisite{
	background-image:url(/images/headers/exquisite.jpg);
}
.headerEnvironment{
	background-image:url(/images/headers/efficiency.jpg);
}

.headerTestimonials{
	background-image:url(/images/headers/testimonials.jpg);
}
.headerService{
	background-image:url(/images/headers/service.jpg);
}
.headerSupport{
	background-image:url(/images/headers/support.jpg);
}
.headerOurhomes{
	background-image:url(/images/headers/our-homes.jpg);
	padding-top:140px;
	
}
.headerOurhomeFinder{
	background-image:url(/images/headers/our-homes-finder.jpg);
}
.headerInventory{
	background-image:url(/images/headers/inventory.jpg);
	padding-top:155px;
}
.headerOurCommunities{
	background-image:url(/images/headers/our-communities.jpg);
}
.headerRealtorzone{
	background-image:url(/images/headers/realtor-zone.jpg);
}
.customerRegistration{
	background-image:url(/images/headers/registration.jpg);

}
.headerDesign{
	background-image:url(/images/headers/design-center.jpg);
}
.lzDesign{
	background-image:url(/images/headers/lifezones-concept.jpg);
}


/* -----------------------------------*/
/* --- HEADINGS <<<----------*/
/* -----------------------------------*/
h1{
 color:#5b5227;
 font-size: 20px;
 font-weight: bold;
 letter-spacing: 0;
 margin:0;
	padding:0;
}
h2{
margin:0;
padding:0;
 color:#5b5227;
 font-size: 15px;
 font-weight: bold;
 letter-spacing: 0;
}

.tableHeader{
color:#5b5227;
 font-size: 11px;
 font-weight: bold;
}
/* -----------------------------------*/
/* - TEXT STYLES <<<---------*/
/* -----------------------------------*/
.bigBlock{
	font-size: 50px;
	float: left;
	padding-right: 5px;
	line-height: 40px;
	font-weight: bold;
}



#bodyCopy a:link, #bodyCopy a:visited{
	color:#5b5227;
	text-decoration:none;

}
#bodyCopy a:hover{
	border: none;
	color: #FFFFFF;
}

#middleColumnNoBG a:hover{

	color: #333333;
}

a.noStyle{
	border-bottom-style:none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
a.noStyle:hover{
	text-decoration: none;
}
/* -----------------------------------*/
/* -- NAVIGATION <<<---------*/
/* -----------------------------------*/

ul#nav{
	padding: 0;
	margin: 0;
	display: block;
	list-style: none;
	margin-top: 80px;
	margin-left: 27px;
}
ul#nav li{
	display: inline;
	height: 27px;
	line-height: 27px;
	margin-bottom: 5px;
	position: relative;
}
ul#nav li a{
	display: block;
	width:184px;
	background-image: url(/images/nav/bg.gif);
	background-repeat:no-repeat;
	padding-left: 20px;
	font-size: 11px;
	font-family:"Times New Roman", Times, serif;
	color:#dad8d8;
	text-decoration:none;
	font-weight: bold;
	margin-bottom: 5px;
}
ul#nav li:hover > a, ul#nav li.active > a{
	background-position: right top;
	color: #5b5227;
}

ul#nav li:hover > ul{
	display: block;
}

/*SUBNAV*/
ul#nav ul{
	position: absolute;
	display: none;
	top: -6px;
	left: 164px;
}
ul#nav ul li{
	width: 208px;
	margin: 0;
}

ul#nav ul li.top, ul#nav ul li.bottom{
	height: 33px;
}

ul#nav ul li a{
	width: 198px;
	padding-left: 10px;
	color: #5b5227;
	background-image:url(/images/nav/subnavMiddle.png);
	margin: 0;
	font-size: 9px;
}

ul#nav ul li.top a{
	padding-top: 6px;
	background-image:url(/images/nav/subnavTop.png);
}
ul#nav ul li.bottom a{
	padding-bottom: 6px;
	background-image:url(/images/nav/subnavBottom.png);
}

ul#nav ul li:hover > a{
	color:#000000;
	text-indent: 5px;
}

/* -----------------------------------*/
/* ---- FORMS <<<------------*/
/* -----------------------------------*/


/* -----------------------------------*/
/* --- COMMENTS <<<----------*/
/* -----------------------------------*/



/* -----------------------------------*/
/* ----- EXTRAS <<<----------*/
/* -----------------------------------*/
#inventory-printheader{
display:none;
}
.inv-desc{
font-size:12px; line-height:14px; width:230px;
}
.inv-lz{
font-size:12px; padding-left:20px; line-height:14px; width:250px;
}
#printfooter{
display:none;
}
#invtable{
font-size:10px;
}
#printtype {
display:none;

}
#printTitle {
display:none;

}
#lifezonesBtn {
	position: absolute;
	width:175px;
	height:195px;
	z-index:1;
	left: -86px;
	top: -6px;
}
/*#lifezonesBtn a{ 
       display:block; 
      width:150px;
	height:147px;
	 background:url(/images/buttons/create-lifezone.png);
	   background-repeat:no-repeat;
	   background-position:top left;
 } 
 
 #lifezonesBtn a:hover{ 
background:url(/images/buttons/create-lifezone-over.png);
background-repeat:no-repeat;
background-position:top left;
 } */


/* -----------------------------------*/
/* -- FLASH GALLERY <<<---------*/
/* -----------------------------------*/


#flashGallery{
	width: 750px;
	height: 450px;
}

#button{
	diaplay: block;
}



.tourLink a{
	font-size:16px; 
	font-weight:bold;
}


#smalltext{
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
display:block;
/*width:120px;*/
font-size:8px;
line-height:10px;
padding-right:0px;
padding-top:4px;
padding-bottom:4px;
white-space:nowrap;
}
#smalltext a{
border:none;
background-image:none;
text-decoration:none;
}
#smalltext a:hover{
border:none;
background-image:none;
text-decoration:none;
}
#smalltext a:active{
border:none;
background-image:none;
text-decoration:none;
}
#smalltext a:visited{
border:none;
background-image:none;
text-decoration:none;
}

#largetext{
text-align:left;
/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
font-family:"Times New Roman", Times, serif;
display:block;
/*width:100px;*/
font-size:12px;
line-height:10px;
padding-right:0px;
padding-top:4px;
padding-bottom:4px;
white-space:nowrap;
}
#largetext a:link, #largetext a:active, #largetext a:visited{
border:none;
background-image:none;
text-decoration:none;
}


#largetext2{
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	display:block;
	font-size:12px;
	line-height:10px;
	padding-right:0px;
	padding-top:4px;
	padding-bottom:4px;
	white-space:nowrap;
	font-weight:bolder;
}

#largetext2 a:link, #largetext2 a:active, #largetext2 a:visited{
	text-decoration:none;
	color:#C56B36;
	font-weight:bolder;
}

#largetext2 a:hover{
	text-decoration:underline;
	color:#E69B00;
	font-weight:bolder;
}

ul.iplanLink {
	list-style-type:none;
	position:relative;
}

ul.iplanLink a {
	display:block;
	text-indent:-9999px;
	text-decoration:underline;
	overflow:hidden;
	width:250px;
	height:17px;
	background:url(/images/iplan_link.png) no-repeat 0 0;
}
li.nm_1 {
	position:absolute;
	top:-18px;
	left:0px;
	width:250px;
	height:17px;	
}
li.nm_1 a:hover {
	background:url(/images/iplan_link.png) no-repeat 0px -19px;
}


.videoHolder{
}

.facebook{ outline:none; margin:15px 0 0 50px;}

.txtC{text-align:center;}

table.commMapList{width:539px; margin:5px;}
.commMapList caption{ font-size:24px; text-transform:uppercase;}
.commMapList {font-size:11px;}
.commMapList ol, .commMapList ol li{ margin:0 0 0 15px; padding:0 0 0 0; }

.commMapList tr td{padding:5px 0 5px 0;}

.tipLink1{}
.tipLink2{}
.tipLink4{}
.tipLink5{}
.tipLink6{}
.tipLink8{}
.tipLink9{}
.tipLink10{}
.tipLink11{}
.tipLink12{}

.floatRight{float:right;}
.marginLeft{margin-left:10px;}

.chatBtn {/*background:url(/images/chatBtnBkgd.jpg) repeat-x bottom #FFD27C; border:1px solid #5B5227;*/ text-align:center; width:196px; margin:44px 0px 0px 4px;}
/*.chatBtn a:link, .chatBtn a:visited {display:block; width:196px; height:18px; padding:7px 0px;}*/
/*.chatBtn a:hover {background:none; background-color:#DDD;}*/