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

body {
	background-color: #ffffff;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}
#logo {
	position:absolute;
	top:5px;
	width:171px;
	height:128px;
}
img {
	border: none;
}
/* BUTTONS */
#unitsbutton {
	position:absolute;
	top:128px;
	width:171px;
	height:45px;
}
#rentalinfobutton {
	position:absolute;
	top:173px;
	width:171px;
	height:35px;
}
#ownerinfobutton {
	position:absolute;
	top:208px;
	width:171px;
	height:35px;
}
#aboutusbutton {
	position:absolute;
	top:240px;
	width:171px;
	height:37px;
}
#ourstaffbutton {
	position:absolute;
	top:277px;
	width:171px;
	height:37px;
}
#faqbutton {
	position:absolute;
	top:314px;
	width:171px;
	height:32px;
}
#directionsbutton {
	position:absolute;
	top:346px;
	width:171px;
	height:38px;
}
#guestcommentsbutton {
	position:absolute;
	top:380px;
	width:171px;
	height:34px;
	z-index:1;
}
#weeksforsalebutton {
   position:absolute;
   top:414px;
   width:170px;
   height:33px;
   z-index:1;
}
#weeksfortradebutton {
   position:absolute;
   top:447px;
   width:170px;
   height:35px;
   z-index:1;
}
#homepagebutton {
	position:absolute;
	top:480px;
	width:171px;
	height:31px;
	z-index:1;
}
#header {
	position:absolute;
	background-image:url(../treetopsresort/images/header.jpg);
	margin-left:176px;
	top:5px;
	width:600px;
	height:222px;
	border: 5px solid #FFFFFF;
}
#content {
	position:absolute;
	margin-left:176px;
	top:232px;
	width:600px;
	height: 473px;
	border: 5px solid #FFFFFF;
}
#leftbar {
	position:absolute;
	top: 5px;
	width:171px;
	height:900px;
	background-color: #5d8f6d;
	border: 5px solid #FFFFFF;
}

#leftbaraboutus {
	position:absolute;
	top: 5px;
	width:171px;
	height:800px;
	background-color: #5d8f6d;
	border: 5px solid #FFFFFF;
}

#leftbarnewsletter {
	position:absolute;
	top: 5px;
	width:171px;
	height:800px;
	background-color: #5d8f6d;
	border: 5px solid #FFFFFF;
}

#leftbarownerinfo {
	position:absolute;
	top: 5px;
	width:171px;
	height:2050px;
	background-color: #5d8f6d;
	border: 5px solid #FFFFFF;
}
#leftbarfaq {
	position:absolute;
	top: 5px;
	width:171px;
	height:1200px;
	background-color: #5d8f6d;
	border: 5px solid #FFFFFF;
}
#leftbarcomments {
	position:absolute;
	top: 5px;
	width:171px;
	height:1050px;
	background-color: #5d8f6d;
	border: 5px solid #FFFFFF;
}
#leftbardirections{
	position:absolute;
	top: 5px;
	width:171px;
	height:1150px;
	background-color: #5d8f6d;
	border: 5px solid #FFFFFF;
}
#container #content p {
	font-family: "Palatino Linotype", Book Antiqua, Palatino, serif;
	font-size: 14px;
	margin: 10px;
}
#container .contentdirections {
	font-family: "Palatino Linotype", Book Antiqua, Palatino, serif;
	font-size: 12px;
	margin: 10px;
}
#footer {
	position:absolute;
	top:750px;
	width:771px;
	height:69px;
	font-family: Copperplate, "Times New Roman", Times, serif;
	color: #316401;
}
#footerabout {
	position:absolute;
	top:790px;
	width:771px;
	height:69px;
	font-family: Copperplate, "Times New Roman", Times, serif;
	color: #316401;
}

#footerdirections {
	position:absolute;
	top:1000px;
	width:771px;
	height:69px;
	font-family: Copperplate, "Times New Roman", Times, serif;
	color: #316401;
}
#footerfaq {
	position:absolute;
	top:1100px;
	width:771px;
	height:69px;
	font-family: Copperplate, "Times New Roman", Times, serif;
	color: #316401;
}
#footerownerinfo {
	position:absolute;
	top:2050px;
	width:771px;
	height:69px;
	font-family: Copperplate, "Times New Roman", Times, serif;
	color: #316401;
}
.contacttitles {
	font-weight: bold;
	text-decoration: underline;
	font-family: "Palatino Linotype", Book Antiqua, Palatino, serif;
}
.underline {
	text-decoration: underline;
}
.contacttext {
	font-family: "Palatino Linotype", Book Antiqua, Palatino, serif;
}
#content {
	font-size: 12px;
	font-weight: normal;
	font-family: "Palatino Linotype", Book Antiqua, Palatino, serif;
}
.greenbg {
	background-color:#6ea67f;
	padding: 8px;
	float: none;
	clear: none;
	text-align: justify;
	margin-left: 10px;
}
li {
	font-size: 14px;
	font-weight: normal;
	font-family: "Palatino Linotype", Book Antiqua, Palatino, serif;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.aboutuslarge {
	color: #316400;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

.right {
	float: right;
}