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

html,body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	color: #3b4e53;
	}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #3b4e53;
	}

.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3b4e53;
	}

.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b4e53;
	}

.h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;	
	font-weight: bold;
	color: #3b4e53;
	}

.a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3b4e53;
	}

.a:hover {
	text-decoration: underline;
	}

.main_container {
	background-image: url('http://www.silverlakeparkcampground.com/images/bdy_bkg.jpg');
	background-attachment: scroll;
	background-repeat:repeat-y;
  	width: 985px;
  	margin: auto;
	margin-top: -10px;
	}

.footer {
	background-image: url('http://www.silverlakeparkcampground.com/images/bdy_ft.jpg');
	background-attachment: scroll;
	background-repeat:no-repeat;
  	width: 985px;
	height: 50px;
  	margin: auto;
	margin-top: -20px;
	}

.header {
	position: relative;
	width: 901px;
	margin-left: 45px;
	margin-top: -10px;
	z-index: 2;
	}

.nav {
	position: relative;
	width: 901px;
	height: 36px;
	background-color: #006992;
	margin-left: 45px;
	margin-top: -20px;
	z-index: 1;
	}

.addy {
	position: absolute;
	width: 300px;
	margin-left: 600px;
	margin-top: 120px;
	z-index: 3;	
	}

.addy a {
	font-size: 12px;
	font-style: bold;
	text-decoration: none;
	color: #006992;
	font-weight: bold;
	}
	
.addy a:hover {
	font-size: 12px;
	font-style: bold;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	}
	
.bodycontent {
	position: relative;
	width:800px;
	float: center;
	margin-left: 95px;
	text-align:justify;
	}

.bodycontent a 	{
	color: #3b4e53;
	text-decoration: none;
	}
	
.bodycontent a:visited 	{
	color: #3b4e53;
	text-decoration: none;
	}

.bodycontent a:hover {
	color: black;
	text-decoration: underline;
	}

.foottext {
	position: relative;
	width:800px;
	float: center;
	margin-left: 95px;
	margin-top: -20px;
	text-align:justify;
	color: #006992;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	}

.foottext a{
	color: #006992;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	}
	
.foottext a:hover{
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;	
	text-decoration: none;
	}

.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #006992;
}
.menu li {
	padding: 0;
	margin: 0;
	height: 36px;
	margin-right: 1em;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -1000px;
	height: 36px;
	background-repeat: no-repeat;
}
.home {background-image: url(../images/home_on.gif); width: 90px;}
.home a {background-image: url(../images/home.gif);}
.camp {background-image: url(../images/camp_on.jpg); width: 180px;}
.camp a {background-image: url(../images/camp.jpg);}
.cabin {background-image: url(../images/cabin_on.gif); width: 101px;}
.cabin a {background-image: url(../images/cabin.gif);}
ul.menu li a:hover {background: none;}
.menu li {float: right;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}