@charset "utf-8";


a:link {	text-decoration:none; 
			color:#333333;
}

a:visited {	text-decoration:none; 
			color:#333333;
}

a:hover {	text-decoration:none; 
			color:#787878;
}

			
a {	display:inline;

}


body {		background-image: url(wood.jpg);
			background-repeat: repeat-x;
			background-attachment:fixed;
			background-color:#E0EAF6;
			position:relative;
			font-family:"Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			font-size:small;
}

/*Previous background color- #E0EAF6 
background-repeat:repeat-x;
background-image:url(back.gif); */


hr{  	color: #FAFAFA;
		background-color: #FAFAFA;
}


div#main {
	position:relative;
	width:80%;
	margin: 0 auto;
	top:0%;
	background-color:#FFFFFF;
	
}

div#container { 
	position:relative;
	width:100%;
	float:left;
	clear:left;
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#787878 #787878 #CCCCCC #787878;
}


div#header {
	position:relative;
	width:100%;
	float:left;
	clear:left;
	top:0%;
	background-color:#FAFAFA;
	padding:4px 0 4px 0;
}	

table#header {
	width:100%;
	padding-left:10px;
	
}	
	

/*Previous header color- #F0FFF0 */
	

div#logo {
	position:relative;
	width:100%;
	float:left;
	clear:left;
	background-image: url(camp.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#FAFAFA;
	height:300px;
}







div#menu {
	position:relative;
	width:20%;
	float:left;
	clear:left;
	text-align:right;
	margin:1px;
	background-color:#FFFFFF;
	
}	

ul.menu	{	list-style-type:none;
			background-color:#ffffff;
			padding: 0 2px 2px 0;
			

}

li.link {		margin:0 0 2px 0;
				background-color:#F2F2F2;
				padding:10px 5px 10px 0;

}

li.here {		margin:0 0 2px 0;
				background-color:#FAFAFA;
				padding:10px 5px 10px 0;

}

div#content {
	position:relative;
	width:45%;
	float:left;
	margin-left:7px;
	margin-right:0px;
	text-align:justify;
	padding: 15px 7px 20px 15px;
	background-color:#FFFFFF;
	
}


div#othercontent {
	position:relative;
	width:60%;
	float:left;
	margin-right:10px;
	text-align:justify;
	padding: 15px 10px 20px 10px;
	background-color:#FFFFFF;
}


div#sidebar {
	position:relative;
	width:23%;
	float:left;
	margin-left:5px;
	padding: 20px 0px 0 20px;
	border-left-color:#CCCCCC;
	border-left-width:1px;
	border-left-style:double;
	background-color:#FFFFFF;
}	

div#footer {
	position:relative;
	width:80%;
	left:10%;
	float:left;
	clear:left;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#FAFAFA;
	border-style:solid;
	border-width:0 1px 0 1px;
	border-color:#787878;
	
}	


 
/*BEGIN sticky footer*/

* {				margin: 0;
}

html, body {	height: 100%;
}
.wrapper {		min-height: 100%;
				height: auto !important;
				height: 100%;
				margin: 0 auto -5em;
}
.footer, .push {height: 5em;
}

/*END sticky footer*/

p.menu {text-decoration:none;
}

p.block {text-indent:50px;
		text-align:justify;
}

ul {list-style-type:none;
}

h1 {color: black; font-size: 20pt;
}

h2 {color: black; font-size: 15pt;
}



table#menu {
	border-style: none;
	
}

table#menu td.link {
	background-color:#F2F2F2;
	text-decoration:none;
	text-align:right;
}

table#menu td.here {
	background-color:#FAFAFA;
	text-decoration:none;
	text-align:right;
}
	

table#calendar {
	border-style: none;	
	width:90%;
	padding-bottom:20px;
}

table#calendar td.day {
	background-color:#9C9C9C;	
	
}	

table#calendar td.time {
	background-color:#D3D3D3;		
	
}	

table#rates {
	border-collapse:collapse;	
	
}

table#rates td. {
	background-color: ;	
	
}

table#rates td.cost {
	background-color: ;	
	
}


table#banner {
	border-style:double;
	border-color:#CCCCFF;
	text-align:center;
	font-family:georgia;
	 
	
}




