/* -------------------------------------------------------

COLORS USED:

------------------------------------------------------- */

@charset "UTF-8";

.hidden {
	display: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	color: black;
	font-size: 62.5%;
	background-color: #bfe2ff;
	background-image: url(graphics/background_page.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

#container {
	width: 768px;
	margin: 5px auto 0 auto; 
	text-align: left; 
	background: white;
	border: 1px solid #316500;  /*dark green*/
}

#header {
	position: relative;
	height: 180px;
	width: 768px;
	padding: 0;
	margin: 0;
	background: url("graphics/header_page.jpg") no-repeat;
}

#headerQuote {
	position: absolute;
	float: left;
	bottom: 0;
	right: 0;
	width: 410px;
	height: 58px;
}

	#headerQuote .info {
		float: left;
		width: 410px;
		height: 58px;
		background: url("graphics/quote_info.gif") no-repeat;
	}

	#headerQuote .activities {
		float: left;
		width: 410px;
		height: 58px;
		background: url("graphics/quote_activities.gif") no-repeat;
	}

	#headerQuote .rvpark {
		float: left;
		width: 410px;
		height: 58px;
		background: url("graphics/quote_rvpark.gif") no-repeat;
	}

	#headerQuote .cabins {
		float: left;
		width: 410px;
		height: 58px;
		background: url("graphics/quote_cabins.gif") no-repeat;
	}


/* *********************************************************
   MAINNAV
   ********************************************************* */


#mainNav {
	position: absolute;
	width: 340px;
	height: 70px;
	top: 44px;
	left: 420px;
}

	#mainNav a.navInfo {
		float:left;
		height: 70px;
		width: 70px;
		background: url("graphics/nav_info_off.gif") no-repeat;
	}

		#mainNav a.navInfoSelected,
		#mainNav a.navInfo:hover {
			float:left;
			height: 70px;
			width: 70px;
			background: url("graphics/nav_info_on.gif") no-repeat;
		}

	#mainNav a.navActivities {
		float:left;
		height: 70px;
		width: 60px;
		background: url("graphics/nav_activities_off.gif") no-repeat;
	}

		#mainNav a.navActivitiesSelected,
		#mainNav a.navActivities:hover {
			float:left;
			height: 70px;
			width: 60px;
			background: url("graphics/nav_activities_on.gif") no-repeat;
		}

	#mainNav a.navRVPark {
		float:left;
		height: 70px;
		width: 65px;
		background: url("graphics/nav_rvpark_off.gif") no-repeat;
	}

		#mainNav a.navRVParkSelected,
		#mainNav a.navRVPark:hover {
			float:left;
			height: 70px;
			width: 65px;
			background: url("graphics/nav_rvpark_on.gif") no-repeat;
		}

	#mainNav a.navCabins {
		float:left;
		height: 70px;
		width: 60px;
		background: url("graphics/nav_cabins_off.gif") no-repeat;
	}

		#mainNav a.navCabinsSelected,
		#mainNav a.navCabins:hover {
			float:left;
			height: 70px;
			width: 60px;
			background: url("graphics/nav_cabins_on.gif") no-repeat;
		}

	#mainNav a.navContactUs {
		float:left;
		height: 70px;
		width: 70px;
		background: url("graphics/nav_contactus_off.gif") no-repeat;
	}

		#mainNav a.navContactUsSelected,
		#mainNav a.navContactUs:hover {
			float:left;
			height: 70px;
			width: 70px;
			background: url("graphics/nav_contactus_on.gif") no-repeat;
		}

/* *********************************************************
   MAINCONTENT
   ********************************************************* */

#mainContent {
	float: left;
	width: 768px;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.5em;	
}

#minHeightSpacer {
	float: left;
	width: 3px;
	height: 300px;
	margin: 0;
	padding: 0;
}

/* *********************************************************
   CONTENT AREAS
   ********************************************************* */

#mainContentLeft {
	float: left;
	width: 175px;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	font-size: 0.9em;
	line-height: 1.2em;
}

	#mainContentLeft a {
		color: #0066A9;  /*dark blue*/
		text-decoration: none;
	}

		#mainContentLeft a:hover {
			text-decoration: underline;
		}

		
#mainContentRight {
	float: left;
	width: 540px;
	margin: 0;
	padding: 0 0 10px 20px;
	color: #444444;
}

	#mainContentRight a {
		color: #0066A9;  /*dark blue*/
		text-decoration: none;
	}

		#mainContentRight a:hover {
			text-decoration: underline;
		}
		
	#mainContentRight h2 {
		font-size: 1.6em;
		margin: 10px 0 5px 0;
	}
		
	#mainContentRight h3.greenBar {
		background: #9ACE65;
		padding: 3px 5px 3px 5px;
		margin: 10px 0 5px 0;
		font-size: 1.2em;
		color: black;
	}

	#mainContentRight h4 {
		padding: 10px 0px 5px 0px;
		margin: 0;
		font-size: 1.1em;
		color: black;
	}

	#mainContentRight p {
		padding: 10px 0px 5px 0px;
		margin: 0;
	}
	
	#mainContentRight ul {
		padding-top: 5px;
		padding-bottom: 10px;
		margin-top: 0;
		margin-bottom: 0;
	}
	
	#mainContentRight table.prices {
		border-top: 1px solid #AAAAAA;
		border-left: 1px solid #AAAAAA;
		width: 348px;
		font-size: 0.9em;
		margin: 0 0 10px 0;
	}

		#mainContentRight table.prices th {
			background: #CCCCCC;
			padding: 3px 3px 3px 3px;
			text-align: center;
			border-right: 1px solid #AAAAAA;
			border-bottom: 1px solid #AAAAAA;
		}

		#mainContentRight table.prices td.alignLeft {
			padding: 3px 3px 3px 3px;
			text-align: left;
			border-right: 1px solid #AAAAAA;
			border-bottom: 1px solid #AAAAAA;
		}

		#mainContentRight table.prices td.alignRight {
			padding: 3px 3px 3px 3px;
			text-align: right;
			border-right: 1px solid #AAAAAA;
			border-bottom: 1px solid #AAAAAA;
		}

	#mainContentRight table.checkin {
		border-top: 1px solid #AAAAAA;
		border-left: 1px solid #AAAAAA;
		width: 200px;
		font-size: 0.9em;
		margin: 0 0 10px 0;
	}

		#mainContentRight table.checkin th {
			background: #CCCCCC;
			padding: 3px 3px 3px 3px;
			text-align: center;
			border-right: 1px solid #AAAAAA;
			border-bottom: 1px solid #AAAAAA;
		}

		#mainContentRight table.checkin td.alignCenter {
			padding: 3px 3px 3px 3px;
			text-align: center;
			border-right: 1px solid #AAAAAA;
			border-bottom: 1px solid #AAAAAA;
		}


	#mainContentRight table.cabins {
		border-top: 1px solid #AAAAAA;
		border-left: 1px solid #AAAAAA;
		width: 348px;
		font-size: 0.9em;
		margin: 0 0 10px 0;
	}

		#mainContentRight table.cabins th {
			background: #CCCCCC;
			padding: 3px 3px 3px 3px;
			text-align: center;
			border-right: 1px solid #AAAAAA;
			border-bottom: 1px solid #AAAAAA;
		}

		#mainContentRight table.cabins td.alignLeft {
			padding: 3px 3px 3px 3px;
			text-align: left;
			border-right: 1px solid #AAAAAA;
			border-bottom: 1px solid #AAAAAA;
		}

		#mainContentRight table.cabins td.alignRight {
			padding: 3px 3px 3px 3px;
			text-align: right;
			border-right: 1px solid #AAAAAA;
			border-bottom: 1px solid #AAAAAA;
		}

	#mainContentRight table.cabin_pictures {
		border: 1px solid #AAAAAA;
		width: 348px;
		text-align: center;
		font-size: 0.8em;
		margin: 0 0 10px 0;
	}
	
#copyright {
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	width: 768px;
	margin: 0 auto;
	color: black;
	border-left: 1px solid #316500;  /*dark green*/
	border-right: 1px solid #316500;  /*dark green*/
	border-top: 2px solid #316500;  /*dark green*/
	border-bottom: 4px solid #316500;  /*dark green*/
	background: white;
}

	#copyright a {
		color: #0066A9;  /*dark blue*/
		text-decoration: none;
	}

		#copyright a:hover {
			text-decoration: underline;
		}
	
	#copyright .topHalf {
		float: left;
		width: 748px;
		height: 24px;
		margin: 0;
		padding: 0 20px 0 0;
		line-height: 24px;
		font-size: 0.8em;
		text-align: right;
		color: black;
		background: white;
	}
	
	#copyright .bottomHalf {
		position: relative;
		float: left;
		width: 768px;
		height: 28px;
		margin: 0;
		padding: 0;
		background: url("graphics/background_copyright.gif") no-repeat;
		font-size: 0.8em;
	}
	
	#copyright .bottomLeft {
		float: left;
		width: 250px;
		height: 28px;
		padding-left: 20px;
		margin: 0;
		text-align: left;
		line-height: 2.8em;
		color: black;
	}
	
	#copyright .bottomRight {
		float: right;
		width: 250px;
		padding: 2px 20px 0 0;
		margin: 0;
		text-align: right;
	}
	
		#copyright .bottomRight p {
			margin: 0;
			padding: 0;
		}

#linkResources {
	position: relative;
	width: 770px;
	margin: 0 auto 0 auto;
	padding: 10px 0 10px 0;
	font-size: 1.1em;
	line-height: 1.3em;
	text-align: center;
}
	
	#linkResources a {
		color: #0066A9;  /*dark blue*/
		text-decoration: none;
	}

		#linkResources a:hover {
			text-decoration: underline;
		}

/* *********************************************************
   PHOTO STYLES (FOR CMS)
   ********************************************************* */

.floatl1 { 
	float: left; 
	margin-right: 10px; 
	display: inline;
}

.floatlt { 
	float: left; 
	margin-right: 10px; 
	margin-top: 0px;
	display: inline;
}
 
.floatr1 { 
	float: right; 
	margin-left: 10px; 
	display: inline;
}

.floatrt { 
	float: right; 
	margin-left: 10px; 
	margin-top: 0px;
	display: inline;
}