html {
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
}
body {
	background-image: url('./images/wilderness_050809_1_mainbg.jpg');
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #000000;
	font-size: 11px;
	color: #2B241E;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
  	height: 100%;
	width: 100%;
}
div {
	position: relative;
	float: left;
	clear: none;
	display: inline;
	overflow: visible;
/*	border: 1px solid red; */
}
div ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style:none;
}
div li {
	margin: 0 0 0 10px;
}
div ul li ul {
	margin-left: 10px;
	padding-left: 0px;
	list-style: disc;
}
div li ul li {
	margin: 0 0 0 15px;
}
.sitewrapper {
	position: abolsute;
	width: 980px;
	height: auto 100%;
	left: 50%;
	margin-left: -480px;
}
.mastheadwrapper {
	position: relative;
	width: 980px;
	height: 160px;
	background-image: url('./images/wilderness_050809_1_mastheadbg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}
.masthead {
	position: relative;
	width: 570px;
	height: 20px;
	margin-left: 75px;
	margin-top: 135px;
	font-size: 14px;
	color: #C1B197;
}
.logo {
	position: absolute;
	z-index: 999;
	width: 370px;
	height: 195px;
	top: 0px;
	right: 10px; 
}
.contentwrapper {
	position: relative;
	background-image: url('./images/wilderness_050809_1_sitebg.jpg');
	background-repeat: y-axis;
	background-position: top center;
	width: 940px;
	margin-left: 20px;
}
.content {
	background-color: #EFE3D5;
	position: relative;
	width: 832px;
	margin-left: 40px;
	padding: 14px;
}
.floorplan {
	background-image: url('./images/floorplan_popup_bg.jpg');
	background-repeat: no-repeat;
	background-position: middle center;
}
.footerwrapper {
	position: relative;
	width: 980px;
	height: 110px;
	float: left;
	clear: both;
	vertical-align: bottom;
}
.footeroverlap {
	position: absolute;
	top: -15px;
	left: 0px;
	z-index: 4;
}
.footer {
	background-image: url('./images/wilderness_050809_1_footerbg.jpg');
	text-align: center;
	width: 960px;
	height: 110px;
	margin-top: 25px;
}
/* BEGIN CONTENT LAYOUT */
.fullbody {
	position: relative;
	width: 820px;
	float: left;
	clear: both;
}
.galleryThumbs {
	margin: 3px;
}
.homewrapper {
	position: relative;
	width: 820px;
	height: 310px;
	float: left;
	clear: both;
}
.homecontent {
	width: 900px;
	height: 350px;
	position: absolute;
	top: -15px;
	left: -34px;
	z-index: 3;
}
.hogan {
	position: relative;
	width: 960px;
	text-align: center;
}
.leftbody {
	position: relative;
	width: 440px;
	float: left;
	clear: none;
}
.marginleft {
	margin-left: 50px;
}
.marginright {
	margin-right: 50px;
}
.margintop {
	margin-top: 50px;
}
.marginbottom {
	margin-bottom: 50px;
}
.padding {
	padding: 10px;
}
.popupfp {
	width: 400px;
	height: 500px; 
	text-align: center;
	background-color: #EFE3D5;
	padding-top: 10px;
}
.realtorwrapper {
	position: absolute;
	background-color: #ffffff;
	opacity: .80;
	filter: alpha(opacity=80);
	width: 250px;
	height: 245px;
	top: -40px;
	left: 585px;
	z-index: 49;
}
.realtorinfo {
	position: absolute;
	width: 220px;
	height: 200px;
	top: 65px;
	left: 10px;
	color: #28425B;
	z-index: 59;
}
.rightbody {
	position: relative;
	width: 320px;
	float: left;
	clear: none;
}
/* BEGIN COPY STYLES */
a:link { color: #BD4F3D; text-decoration: underline; }
a:visited { color: #BD4F3D; text-decoration: underline; }
a:hover { color: #28425B; text-decoration: none; }
a:active { color: #28425B; text-decoration: none; }

.tan a:link { color: #EFE3D5; text-decoration: underline; }
.tan a:visited { color: #EFE3D5; text-decoration: underline; }
.tan a:hover { color: #ffffff; text-decoration: none; }
.tan a:active { color: #ffffff; text-decoration: none; }

.white a:link { color: #ffffff; text-decoration: underline; }
.white a:visited { color: #ffffff; text-decoration: underline; }
.white a:hover { color: #28425B; text-decoration: none; }
.white a:active { color: #28425B; text-decoration: none; }

.masthead a:link { text-decoration: none; }
.masthead a:visited { text-decoration: none; }
.masthead a: hover { text-decoration: underline; }
.masthead a:active { text-decoration: underline; }

.white {
	color: #ffffff;
}
.blue {
	color: #28425B;
}
.bluebg {
	background-color: #28425B;
}
.tan {
	color: #B17933;
}
.tanbg {
	background-color: #B17933;
}
.brown {
	color: #2B241E;
}
.brownbg {
	background-color: #2B241E;
}
.headline {
	font-size: 18px;
	line-height: 22px;
}
.subheadline {
	font-size: 14px;
	line-height: 18px;
}
.right {
	text-align: right;
}
.traditional {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
/* Scrollbar */
#scrollParent { 
  position: absolute; 
  overflow: hidden;
  width: 180px;
  height: 290px;
  float: left;
  clear: right;
}
#scrollParentFloorplans { 
  position: absolute; 
  overflow: hidden;
  width: 180px;
  height: 290px;
  float: left;
  clear: right;
}

.Scroller-Container {
  position: absolute;
  top: 0px;
  left: 0px;
  float: left;
}
#Scrollbar-Container {
  position: absolute;
  top: 0px;
  right: 5px;
  float: right;
}
.Scrollbar-Track {
  width: 10px;
  height: 290px;
  position: absolute;
  top: 0px;
  right: 0px;
  background: transparent url(./images/scrolltrack.gif) no-repeat center center;
  float: right;
}
.Scrollbar-Handle {
  position: absolute;
  width: 10px;
  height: 40px;
  cursor:hand;
  cursor:pointer;
}