/*-------
// global reset
//-----*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }
acronym { cursor: help; }



/*-------
// general
//-----*/

html { font-size: 100.01%; }
body { font-size: 62.5%; line-height: 1.2; }
input, select, textarea { font-size: 100%;margin-bottom:10px; }

input.text, textarea { padding: 1px 2px; font-size: 100%; font-family: Arial, sans-serif; }
.submit { cursor/**/: /**/pointer; }
select { font-size: 100%; font-family: Arial, sans-serif; }
select > option { padding: 0 5px 0 3px; }

.ul, .ol { margin: 0 0 1em 2em; }
.ul li, .ol li { margin: .2em 0; padding: 0; }

.flR { float: right; }
.flL { float: left; }
.alR { text-align: right; }
.alC { text-align: center; }

.hide { display: none; }
.clear { clear: both; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }

a:link, a:visited { text-decoration: underline; cursor/**/: /**/pointer; }
a:link:hover, a:visited:hover { text-decoration: none; }
a.inv:link, a.inv:visited { text-decoration: none; }
a.inv:link:hover, a.inv:visited:hover { text-decoration: underline; }

.clearFix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }



/*-------
// custom styles
//-----*/

a:link, a:visited { 
	color: #393724;
}
a:visited { 
}
a:link:hover, a:visited:hover {
}

html { height: 100.01%; }
body {
	font-family: 'Lucida Grande', Lucida, 'Trebuchet MS', sans-serif;
	background: #485023 url(../img/body-bg.jpg) repeat 50% 0;
	height: 100%;
}
#page {
	width: 901px;
	min-height: 100%;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 4px;
	overflow: hidden;
	text-align: left;
	color: #393724;
	letter-spacing: -0.01em;
	background: #eadfbf url(../img/page-bg.png) repeat-y 0 0;
}

#side {
	float: left;
	width: 276px;
	min-height: 730px;
	background: url(../img/side-bg.jpg) no-repeat 0 0;
}
	#logo {
		padding: 122px 0 0 28px;
		margin: 0 0 15px;
	}
		#logo a:link, #logo a:visited {
			display: block;
			width: 212px;
			height: 63px;
		}
			#logo a:link span, #logo a:visited span {
				background: url(../img/side-bg.jpg) no-repeat -28px -122px;
			}
	#menu {
		width: 262px;
		overflow: hidden;
		font-family: Georgia, serif;
	}
		#menu li {
			float: left;
			width: 100%;
		}
			#menu li a:link, #menu li a:visited {
				display: block;
				text-align: right;
				line-height: 32px;
				height: 32px;
				padding: 0 22px 0 0;
				color: #435920;
				text-transform: uppercase;
				text-decoration: none;
				background: none;
			}
			#menu li.active a:link, #menu li.active a:visited,
			#menu li a:link:hover, #menu li a:visited:hover {
				background: url(../img/menu-sel.png) no-repeat 0 0;
				color: #1d290a;
			}

#wrap {
	float: right;
	width: 625px;
	overflow: hidden;
	padding-bottom: 30px;
}
	#content {
		background: url(../img/content-bg.jpg) no-repeat 0 0;
		min-height: 500px;
		padding: 0 25px;
	}

#header {
	overflow: hidden;
	width: 100%;
}
	#header img {
		float: left;
	}

#content p {
	margin: 0 0 1em;
}
#content ul {
	list-style: disc;
	margin: 0 0 1em 1.5em;
}

#content h1 {
	font-family: Georgia, serif;
	font-size: 200%;
	font-weight: normal;
	color: #434b1e;
	text-transform: uppercase;
	line-height: 50px;
	text-align: center;
	margin: 0 0 20px;
}
#content h2 {
	font-family: Georgia, serif;
	font-size: 150%;
	font-weight: normal;
	margin: 0 0 .5em;
}
#content h3 {
}


#footer {
	clear: both;
	background: #5e533e;
	color: #eadfbf;
	line-height: 20px;
	padding: 20px;
}
	#footer a:link, #footer a:visited {
		color: #eadfbf;
	}


/*-------
// home
//-----*/

.hp #content {
	background: url(../img/content-bg2.jpg) no-repeat 0 0;
	min-height: 250px;
}

.hp #content h1 {
	line-height: 65px;
	font-size: 250%;
}

#cols {
	width: 100%;
	overflow: hidden;
}
	#cols .col {
		float: left;
		width: 250px;
		padding: 0 15px;
	}
		#cols h2 {
			text-align: center;
		}
		#cols p.img {
			float: left;
			margin: 0 5px 8px 0;
		}
			#cols p.img a:link img, #cols p.img a:visited img {
				border: solid 4px #eeeadf;				
			}
			#cols p.but a:link, #cols p.but a:visited {
				margin: 0 auto;
			}
		

/*-------
// homesite
//-----*/

#menu2 {
	background: #3c3423;
	text-align: center;
	font-size: 91.67%;
	line-height: 29px;
	height: 29px;
	text-transform: uppercase;
}
	#menu2 li {
		display: inline;
	}
		#menu2 li a:link, #menu2 li a:visited {
			padding: 8px 10px;
			color: #bda66b;
			text-decoration: none;
		}
		#menu2 li.active a:link, #menu2 li.active a:visited,
		#menu2 li a:link:hover, #menu2 li a:visited:hover {
			background: #bda66b;
			color: #3c3423;
		}

p.but {
}
	p.but a:link, p.but a:visited {
		display: block;
		width: 144px;
		height: 37px;
		line-height: 37px;
		text-align: center;
		color: #eadfbf;
		text-decoration: none;
		background: url(../img/but-1.jpg) no-repeat 0 0;
	}

#menu3 {
	margin: -20px -25px 20px;
	background: #ddd0a9;
	text-align: center;
	font-family: Georgia, serif;
	font-size: 83.33%;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	text-transform: uppercase;
	letter-spacing:0.1em;
}
	#menu3 li {
		display: inline;
	}
		#menu3 li a:link, #menu3 li a:visited {
			padding: 0 7px;
			color: #434b1e;
			text-decoration: none;
		}
		#menu3 li.active a:link, #menu3 li.active a:visited,
		#menu3 li a:link:hover, #menu3 li a:visited:hover {
			color: #000000;
			text-decoration: underline;
		}


/*-------
// interior
//-----*/

.photos {
	float: right;
	width: 240px;
	margin: 0 0 0 10px;
}
	.photos .img {
		margin: 0 0 10px;
	}
		.photos .img img {
			border: solid 6px #eeeadf;
		}
	#page .photos ul {
		width: 100%;
		overflow: hidden;
		list-style: none;
		margin: 0;
	}
		.photos li {
			float: left;
			margin: 0 16px 5px 0;
		}
		.photos li.alt {
			margin-right: 0;
		}
			.photos li a:link img, .photos li a:visited img {
				border: solid 4px #eeeadf;
			}
	.photos p.but a:link, .photos p.but a:visited {
		margin: 0 auto;
	}
.entry-asset .img {float:left;margin:0 10px 0 0;border: solid 4px #eeeadf;}
.entry-asset {margin-bottom:30px;}
.homesites .lifestyle,.homesites .contact_us,.homesites .independence {display:none;}
.gallery {margin-bottom:20px;}
.gallerycol {width:560px;}
.gallerycol .photos {float:none;width:560px;}
.newscol {width:275px;float:right;}
.page15 .photos {display:none;}

.headline {width:243px;border:1px solid #666;padding:10px;margin-bottom:20px;background-color:#eee;}
.headline b {font-size:16px;}
.floatrt {float:right;margin:0 0 0 5px;}

.parcel{display:none;}

.hp .parcel {display:block;background: url(../img/menu-sel.png);text-align:right;margin:30px 0px;padding-right:25px;}





	
