@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to accounßt for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color:#AA7139;
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	vertical-align: middle;
}

.twoColFixLtHdr #pageContent .imagecenter {
	margin: 0px auto;
}
.twoColFixLtHdr #footer .imagecenter {
	margin-left: 275px;
}

.twoColFixLtHdr #wrapper {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #AA7139;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 0px solid #000000;*/
	text-align: left;
	border: thin double #FC3;
} 

/*  Sidebar rules   */

.twoColFixLtHdr #sidebar {
	width:150px;
	background: #AA7139;
	float: left;	/*float: left;*/
}
.twoColFixLtHdr #sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #sidebar ul li {
	float: left;
}

.twoColFixLtHdr #sidebar ul li a:link, .twoColFixLtHdr #sidebar ul li a:visited{
	/*background-color:#0F9;*/
	display: block;
	text-decoration: none;
}


/*  Activities Sidebar rules   */

.twoColFixLtHdr #sidebar ul li a:link, .twoColFixLtHdr #sidebar ul li a:visited{
	display: block;
	text-decoration: none;
	color: #360;
}
.twoColFixLtHdr #sidebar ul li a:hover{
	color: #360;
	font-style: italic;	
}
.twoColFixLtHdr #sidebar ul li a.current, .twoColFixLtHdr #sidebar ul li a.current:hover, .twoColFixLtHdr #sidebar ul li a.current:active {
		cursor:default;
		color: #AA7139;
		font-style: normal;
}

/* classes for Activies side bar unordered list item size */

.twoColFixLtHdr #sidebar .sTop{
	height: 22px;
	width: 123px;
	background: url(../images/sideTop_b.gif);
	border-width: 0px;
}
.twoColFixLtHdr #sidebar .sBottom{
	height: 22px;
	width: 123px;
	background: url(../images/sideBottom_b.gif);
	border-width: 0px;
}
.twoColFixLtHdr #sidebar .sElmLeft{
	height: 19px;
	width: 123px;
	background: url(../images/sideElmLeft_b.gif);
	border-width: 0px;
}
.twoColFixLtHdr #sidebar .sElmRight{
	height: 19px;
	width: 123px;
	background: url(../images/sideElmRight_b.gif);
	border-width: 0px;
}
.twoColFixLtHdr #sidebar .sAshLeft{
	height: 19px;
	width: 123px;
	background: url(../images/sideAshLeft_b.gif);
	border-width: 0px;
}
.twoColFixLtHdr #sidebar .sAshRight{
	height: 19px;
	width: 123px;
	background: url(../images/sideAshRight.gif);
	border-width: 0px;
}
.twoColFixLtHdr #sidebar .sMiddle25{
	height: 25px;
	width: 123px;
	background: url(../images/sideMid25_b.gif);
	border-width: 0px;
}
.twoColFixLtHdr #sidebar .sMiddle33{
	height: 33px;
	width: 123px;
	background: url(../images/sideMid33_b.gif);
	border-width: 0px;
}
.twoColFixLtHdr #sidebar .sMiddle40{
	height: 40px;
	width: 123px;
	background: url(../images/sideMid40_b.gif);
	border-width: 0px;
}
.twoColFixLtHdr #sidebar .sMiddle48{
	height: 48px;
	width: 123px;
	background: url(../images/sideMid48_b.gif);
	border-width: 0px;
}
.twoColFixLtHdr #sidebar .sideSpc5{
	height: 5px;
	width: 123px;
	background: url(../images/sideSpc5_b.gif);
	border-width: 0px;
}

/* end Sidebar rules */

.twoColFixLtHdr img {
	border-width: 0px;
}
.twoColFixLtHdr #leftbar a {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #header {
	/*background: url(../Pictures/background_images/banner_camping.jpg) no-repeat;*/
	width: 950px;
	/*height: 300px;*/
	float: left;
	/*border: thin solid #339;*/
	/*height: 275px;*/
}
.twoColFixLtHdr .smlHeader {
	height: 190px;
	background-repeat: no-repeat;
	background-image: url(../images/background_images/sml_header1.jpg);
}
.twoColFixLtHdr .lrgHeader {
	height: 285px;
	background: url(../images/background_images/lrg_header4.jpg) no-repeat;
}
.twoColFixLtHdr .lrgHeader2 {
	height: 280px;
	background: url(../images/background_images/lrg_header2.jpg) no-repeat;
}
.twoColFixLtHdr .lrgHeader3 {
	height: 280px;
	background: url(../images/background_images/lrg_header3.jpg) no-repeat;
}
/* ----There was a default margin around the p that was causing a spacing ----- */
.twoColFixLtHdr p {
	margin: 0px;
	font-size: 1em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
/*.twoColFixLtHdr h1 {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 1.4em;
	float: left;
}*/
.twoColFixLtHdr h1.nopad {
	margin: 0px;
	padding: 0px;
	font-size: 1.4em;
}
.twoColFixLtHdr h2 {
	padding-right: 10px;
	padding-left: 0px;
	font-size: 1.2em;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.twoColFixLtHdr h3 {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 1.1em;
}
.twoColFixLtHdr #footer {
	background: #AA7139;
}
.twoColFixLtHdr #mainContent {
	width: 950px;
	background-color: #AA7139;
}
.twoColFixLtHdr #pageContent {
	background: #AA7139;
	width: 950px;
	float: left;
}
.twoColFixLtHdr #mainContent img {
	margin: 0px auto;
	display: block;
}
.twoColFixLtHdr #wrapper #mainContent img.nopad {
	padding: 0px 5px;
}
.twoColFixLtHdr #wrapper #pageContent img.nopad {
	padding: 0px 5px;
}ß
.twoColFixLtHdr #wrapper #mainContent ul {
	font-size: 1em;
}
.twoColFixLtHdr #pageContent img {
	display: block;
}
.twoColFixLtHdr #header img {
	display: block;
	background: no-repeat;
}
.twoColFixLtHdr #header img #logoleft {
	display: block;
	float: left;
	margin: 0px;
}

.clearfloat { 
	/* this class should be placed on a div or break element and should be the
	final element before the close of a container that should fully contain a 
	float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #pageContent h1 {
	font-size: 1.4em;
	font-weight: bold;
*/
; 				margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*.twoColFixLtHdr #pageContent table {
	float:left
}*/

/*	HEADER section unordered list rules */

.twoColFixLtHdr .ulLrgHeader {
	margin-top: 95px;
}
.twoColFixLtHdr .ulSmlHeader {
	margin-top: 58px;
}
.twoColFixLtHdr #header ul {
	list-style-type: none;
	padding: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #header ul li {
	float: left;
}
.twoColFixLtHdr #header ul li a:link, .twoColFixLtHdr #header ul li a:visited{
	/*background-color:#0F9;*/
	display: block;
	text-decoration: none;
	color: #360;
}
.twoColFixLtHdr #header ul li a:hover{
	color: #360;
	font-style: italic;	
	/*margin-left: auto;*/
}
/*
.twoColFixLtHdr #header ul li a:link, .twoColFixLtHdr #header ul li a:visited{
	padding: 0em;
	display: block;
	text-decoration: none;
}
*/
.twoColFixLtHdr #header ul li a.current, .twoColFixLtHdr #header ul li a.current:hover, .twoColFixLtHdr #header ul li a.current:active {
	/*background-color:#FF0;*/
	cursor:default;
	background-position: 0px top;
	text-align: center;
	color: #AA7139;
	font-style: normal;
}
/* Pushes top menubar to the left to center it */
/* .m1 {
	margin-left: 20px;
} */
.twoColFixLtHdr #header .tLeft{
	height: 63px;
	width: 22px;
	background: url(../images/topLeft.gif)  0px bottom;
	padding: 0px;
	margin-left: 2px;
	float: left;
}
.twoColFixLtHdr #header .tRight{
	height: 63px;
	width: 22px;
	background: url(../images/topRight.gif)  0px bottom;
	padding: 0px;
}
.twoColFixLtHdr #header .tMiddle70{
	height: 63px;
	width:70px;
	background: url(../images/topMid70.gif)  0px bottom;
	/* padding: 0px; */
}
.twoColFixLtHdr #header .tMiddle80{
	height: 63px;
	width:80px;
	background: url(../images/topMid80.gif)  0px bottom;
	/* padding: 0px; */
}
.twoColFixLtHdr #header .tMiddle95{
	height: 63px;
	width:95px;
	background: url(../images/topMid95.gif)  0px bottom;
	/* padding: 0px; */
}
.twoColFixLtHdr #header .tMiddle100{
	height: 63px;
	width:100px;
	background: url(../images/topMid100.gif)  0px bottom;
	/* padding: 0px; */
}
.twoColFixLtHdr #header .tMiddle105{
	height: 63px;
	width:105px;
	background: url(../images/topMid105.gif)  0px bottom;
	/* padding: 0px; */
}
.twoColFixLtHdr #header .tElmRight{
	height: 63px;
	width: 25px;
	background: url(../images/topElmRight.gif) 0px bottom;
	padding: 0px;
	float: left;
}
.twoColFixLtHdr #header .tElmLeft{
	height: 63px;
	width: 25px;
	background: url(../images/topElmLeft.gif) 0px bottom;
	padding: 0px;
}
.twoColFixLtHdr #header .tAshLeft{
	height: 63px;
	width: 25px;
	background: url(../images/topAshLeft.gif) 0px bottom;
	padding: 0px;
}
.twoColFixLtHdr #header .tAshRight{
	height: 63px;
	width: 25px;
	background: url(../images/topAshRight.gif) 0px bottom;
	padding: 0px;
}
.twoColFixLtHdr #wrapper #mainContent .nopad {
	padding: 0px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #wrapper #pageContent .nopad {
	margin: 0px;
	padding: 0px;
	float: left;
}
.twoColFixLtHdr #wrapper #mainContent .center {
	margin: 0px;
	padding-left: 30%;
}
/*#relaxing {
	margin: 0px;
	padding: 20px 100px 0px 0px;
	float: right;
}*/
/*.twoColFixLtHdr #wrapper #pageContent strong {
	width: 300px;
}
*/
/*.twoColFixLtHdr #wrapper #pageContent table {*/
.twoColFixLtHdr #pageContent table {
	float: left;
	border: 0;
}

.twoColFixLtHdr #pageContent th {
	font-size: 1.3em;
	font-weight: bold;
}
.twoColFixLtHdr #header .tMenuText {
	display: block;
	text-align: center;
	margin-top: 13px;
}
.twoColFixLtHdr #header .tOneLine {
	margin-top: 24px;
}
.twoColFixLtHdr #sidebar .sMenuText {
	vertical-align: middle;
	display: block;
	text-align: center;	/*margin-top: 13px;*/
}
.twoColFixLtHdr .hotDeals {
	height: 107px;
	width: 123px;
	font-size: 1.3em;
	font-weight: bold;
	/*display: block;*/
	text-align: center;	/*margin-top: 13px;*/
	background: url(../images/hotDealsLrg.gif)  0px bottom;
	float: right;
	margin-top: 5px;	/*padding-top: 20px;*/
}
.h1Em {
	padding-top: 5px;
	padding-bottom: 5px;
}
.underline {
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-bottom-width: medium;
}
/* Link properties - affects all links */
.twoColFixLtHdr a:link, a:visited{
	text-decoration: none;
	color: #360;	/*margin-left: auto;*/
}
.twoColFixLtHdr a:hover{
	color: #360;
	font-style: italic;	
	/*margin-left: auto;*/
}
/*
.twoColFixLtHdr a:link, a:visited{
	padding: 0em;
	display: block;
	text-decoration: none;
}
*/
.twoColFixLtHdr a.current, a.current:hover, a.current:active {
	/*background-color:#FF0;*/
	cursor:default;
	text-align: center;
	color: #AA7139;
	font-style: normal;
}

/* Activities pages rules */
.actHeader{
	background-color:#65A11A ;	
}
.twoColFixLtHdr #Activities th{
	background-color:#65A11A;
}
.twoColFixLtHdr #Activities tr{
	background-color:#99CC33;
}

/* end Activities pages rules */
.twoColFixLtHdr #mainContent h1 {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #menu {
	top: 125px;
	position: absolute;
}
.twoColFixLtHdr #smlMenu {
	top: 63px;
	position: absolute;
}
.twoColFixLtHdr #wrapper #pageContent .imgBorder {
	border-width: 2px;
	border-color: #FC3;
}
.twoColFixLtHdr #wrapper #pageContent .center {
	/* used to center the title in a cell
	   like on the main activities page */
	margin: 0px;
	padding-left: 30%;
	font-size: 1.6em;
}
/*.twoColFixLtHdr #wrapper #pageContent #actTitle {
	padding-left: 30%;
}*/
/* Rates tables on Rates and Reservations page */
.ratesTable {
	text-align: center;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	background-color: #FDF5C6;
}
.ratesTable th{
	color: #AA7139;	/*margin-left: auto;*/
}
.ratesTableEm{
	color: #360;	/*margin-left: auto;*/
	font-weight: bold;
	font-size: .85em;
}
.twoColFixLtHdr #wrapper #pageContent  .ratesTableMargin{
	margin-left: 290px;
}
.kabinMargin{
	margin-left: 140px;
}

