﻿html {
	height: 100%;
	margin-bottom: 1px;
}
/* SETS HEADING PROPERTIES */
h1 {
	margin: 0px 0px 0px 0px;
	border-style: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffc;
	text-align: center;
	font-size: 22px;
	font-variant: small-caps;

}
h2 {
	margin: 5px 5px 5px 25px;
	border-style: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffc;
	text-align: left;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-variant: small-caps;
	text-transform: none;
	vertical-align: middle;
	line-height: normal;
}
.CabinTable h2 {
	margin: 5px 5px 5px 5px;
	border-style: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffc;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-variant: small-caps;
	text-transform: none;
	vertical-align: middle;
	line-height: normal;
}


h3 {
	margin: 10px 35px 10px 35px;
	border-style: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffc;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	font-variant: small-caps;
	text-transform: none;
	vertical-align: middle;
	line-height: normal;
}


h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ffc;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ffc;
	margin-top: 0px;
	margin-bottom: 0px;
	font-style:italic;
	font-variant:normal;
	text-transform: none;
	text-align: center;
}

.CabinTable h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ffc;
	margin-top: 0px;
	margin-bottom: 0px;
	font-style:italic;
	font-variant:normal;
	text-transform: none;
	text-align: center;
	font-size:xx-small;
}


ul {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #2c4816;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	list-style-type: disc;
	width: 300px;
	background-color: #f9f883;
	float: none;
	font-size: 14px;
}
hr {
	color: #707a3b;
	width:90%;
	height:1px;
}
.CabinTable hr {
	color: #FFFFCC;
	width:90%;
	height:3px;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #ffc;
	width: 580px;
	vertical-align: Top;
	font-style: normal;
	font-size: small;
	font-variant: normal;
	font-weight: normal;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-indent: 0px;
	padding-top: 0px;
	text-transform: none;
	text-decoration: none;
	line-height: normal;
	white-space: normal;
	word-spacing: normal;
	letter-spacing: normal;
}


/* SETS THE VARIOUS HYPERLINK PROPERTIES */
a:link {
	color: #2c4816;
	text-transform: none;
	font-variant: normal;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
}

.CabinTable a:link {
	color: #FFFFCC;
	text-transform: none;
	font-variant: normal;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
}
.RateTable a:link {
	color: #2c4816;
	text-transform: none;
	font-variant: normal;
	font-style:normal;
	text-decoration: none;
	font-weight:bold;
}
.RateTable a:visited {
	color: #2c4816;
	text-transform: none;
	font-variant: normal;
	font-style:normal;
	text-decoration: none;
	font-weight:bold;
}
.RateTable a:active {
	color: #2c4816;
	text-transform: none;
	font-variant: normal;
	font-style:normal;
	text-decoration: none;
	font-weight:bold;
}
.RateTable a:hover {
	color:  #FFCCCC;
	text-transform: none;
	font-variant: normal;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}


a:visited {
	color:  #2c4816;
	text-transform: none;
	font-variant: normal;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
}
.CabinTable a:visited {
	color:  #FFFFCC;
	text-transform: none;
	font-variant: normal;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color:  #2c4816;
	text-transform: none;
	font-variant: normal;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
}
a:active {
	text-decoration: none;
	font-weight: normal;
	color:  #2c4816;
	text-transform: none;
	font-variant: normal;
	font-style: normal;
}
.Body {
	background-color: #e8d7aa;
	color: #000;
	font-family: Arial, Verdana, sans-serif;
	text-align: center;
	margin: 20px 0;
}

.SideHeader {
	background-image: url('../images/campfire.gif');
	background-position: center;
	padding: 0px;
	background-color: #f9f883;
	height: 115px;
	width: 200px;  
	background-repeat: no-repeat;
}

.Header {
	background-image: url('../images/header-logo.jpg');
	background-position: top;
	padding: 0px;
	background-color: #f9f883;
	height: 115px;
	width: 588px;
	background-repeat: no-repeat;
	vertical-align: bottom;
	color: #2c4816;
	font-family: Arial, Verdana, sans-serif;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

.TopMenu {
	background-color: #f9f883;
	color: #2c4816;
	font-weight: bold;
	font-size: 4pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	vertical-align: middle;
	text-align: center;
}
.MainSideBar {
	background-image: url('../images/SideBar.jpg');
	background-color: #707a3b;
	width: 200px;
	height: 599px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: small;
	color: #ffc;
	letter-spacing: normal;
	line-height: normal;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;

}
.MainIndexTable {
	background-color: #707a3b;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #ffc;
	padding: 0px;
	width: 586px;
	vertical-align: Top;
	font-size: 12px;
	font-weight: bold;
}
.MainTable {
	background-color: #707a3b;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #ffc;
	padding: 4px 2px 2px 2px;
	width: 588px;
	vertical-align: Top;
	font-style: normal;
	font-size: small;
	font-variant: normal;
	font-weight: normal;
}
.BirthdayTable {
	background-color: #707a3b;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #ffc;
	font-style: normal;
	font-size: small;
	font-variant: normal;
	font-weight: normal;
	padding: 4px 4px 4px 4px;

}

.RVTable {
	background-color: #707a3b;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #ffc;
	padding: 10px 10px 10px 30px;
	width: 588px;
	vertical-align: Top;
}
.RVTable img{
	padding: 0px 10px 5px 0px;
}
.RVTable p
{
	background-color: #f9f883;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #2c4816;
	padding: 10px 10px 10px 10px;
	width:540px;
	
	}
.RVTable a:link {
	color: #2c4816;
	text-transform: none;
	font-variant: normal;
	font-style:normal;
	text-decoration: none;
	font-weight:bold;
}
.RVTable a:visited {
	color: #2c4816;
	text-transform: none;
	font-variant: normal;
	font-style:normal;
	text-decoration: none;
	font-weight:bold;
}
.RVTable a:active {
	color: #2c4816;
	text-transform: none;
	font-variant: normal;
	font-style:normal;
	text-decoration: none;
	font-weight:bold;
}
.RVTable a:hover {
	color:#339933;
	text-transform: none;
	font-variant: normal;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}


.CabinTable {
	background-color: #707a3b;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #ffc;
	padding: 0px;
	border: 0px;
	width: 600px;
	font-style: normal;
	font-size:medium;
	font-variant: normal;
	font-weight: normal;
}
.ParadiseTable {
	background-color: #707a3b;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #ffc;
	padding: 0px;
	border: 0px;
	width: 536px;
	font-style: normal;
	font-size:medium;
	font-variant: normal;
	font-weight: normal;
}
.DirectionTable {
	background-color: #707a3b;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #ffc;
	padding: 4px 2px 2px 2px;
	width: 600px;
	vertical-align: Top;
	font-style: normal;
	font-size: small;
	font-variant: normal;
	font-weight: normal;
}

.RateTable {
	background-color: #bcc689;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #2c4816;
	padding: 2px 2px 2px 2px;
	width: 500px;
	vertical-align: Top;
	font-style: normal;
	font-size: small;
	font-variant: normal;
	font-weight: normal;
}
.RateTable2 {
	background-color: #f9f883;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #2c4816;
	padding: 2px 2px 2px 20px;
	width: 450x;
	vertical-align: Top;
	font-style: normal;
	font-size: small;
	font-variant: normal;
	font-weight: normal;
}
.RateTable3 {
	background-color: #f9f883;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #2c4816;
	padding: 2px 2px 2px 2px;
	width: 50px;
	vertical-align: Top;
	font-style: normal;
	font-size: small;
	font-variant: normal;
	font-weight: bold;
}

.Contact1 {
	background-color: #f9f883;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	color: #2c4816;
	padding: 2px 2px 2px 2px;
	width: 170px;
	vertical-align: Top;
	font-style: normal;
	font-size: small;
	font-variant: normal;
	font-weight: bold;
}
.Contact2 {
	background-color: #f9f883;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #2c4816;
	padding: 2px 2px 2px 2px;
	width: 330px;
	vertical-align: Top;
	font-style: normal;
	font-size: small;
	font-variant: normal;
	font-weight: normal;
}

.SideBarTop {
	background-color: #f9f883;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-align: center;
}

.SideBarLower {
	width: 210px;
	background-color: #f9f883;
	color: #2c4816;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.SideBarLowerAds {
	width: 200px;
	background-color: #f9f883;
	color:maroon;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-align: center;
}
.activities {
	padding: 5px 5px 5px 15px;
	width: 260px;
	background-color: #f9f883;
	color: #2c4816;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-align: left;
	float: none;
	vertical-align: Top;
}

.activities2 {
	padding: 5px 5px 5px 5px;
	width: 105px;
	background-color: #f9f883;
	color: #2c4816;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-align: right;
	vertical-align: Top;
}
.activities3 {
	padding: 5px 5px 5px 15px;
	width: 475px;
	background-color: #f9f883;
	color: #2c4816;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	text-align: left;
	vertical-align: Top;
}
.activities4 {
	padding: 5px 5px 5px 5px;
	background-color: #f9f883;
	color: #2c4816;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-align: center;
	float: none;
	vertical-align: Top;
}

.campsite {
	padding: 5px 5px 5px 15px;
	background-color: #f9f883;
	color: #2c4816;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-align: left;
	float: none;
	vertical-align:middle;
	border:10px #707A3B solid;
}

.campsitetable {
	padding: 0px 0px 0px 0px;
	width: 540px;
	background-color: #707a3b;
	color: #f9f883;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-align:center;
	float: none;
	vertical-align: middle;
	 
}
.events {
	padding: 5px 5px 5px 15px;
	width: 520px;
	background-color: #f9f883;
	color: #2c4816;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-align: center;
	float: none;
	vertical-align: Top;
}

.events2 {
	padding: 5px 5px 5px 15px;
	width: 270px;
	background-color: #f9f883;
	color: #2c4816;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-align: center;
	float: none;
	vertical-align: Top;
}
.FooterLeft {
	background-color: #f9f883;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #2c4816;
	padding: 0px;
	vertical-align: middle;
	font-size: 11px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
}
.FooterRight {
	background-color: #f9f883;
	width: 588px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #2c4816;
	padding: 0px;
	vertical-align: middle;
	font-size: 12px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
}

