@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	/* [disabled]outline: none; */
  }
body { 
	text-align: center; 
	color: black; /*#0d176c; */
	margin:0px;
	padding:0px;
	background-color: #0097e6; 
	height: 100%; 
	font-family: Arial, Helvetica, sans-serif; 
	}
body img { 
    border: 0; 
	}
h1 {
	font-size: 18px;
	}
h2 {
	font-size: 16px;
	}
h3 {
	font-size: 16px;
	}
h4 {
	font-size: 16px;
	} 
 
a   {
	color: black; /*#4c6227;*/
	text-decoration: none;
    text-shadow: 1px 1px 1px #ffffff; /* #faf8f9; */
	font-weight: bold;
	}  
a:hover {
	color: red; /* #4c6227; */
	text-shadow: 3px 3px 3px #ffffff;
	}
#dolphin {
	position: absolute;
	top: 155px;
	left: -65px;
	}
#osprey {
	position: absolute;
	top: -35px;
	left: 725px;
	}
#header {
	width: 853px;
	height: 250px;
	}
#nav {
	padding-top: 10px;
	padding-bottom: 10px; 
	color: #5b6705;
	text-align: center; 
	}
.nav {
	margin-right: 5px;
	margin-left: 5px;
	}
.nav2 {
	font-size: 12px;
	}
#nav, .nav {
	line-height: 165%;
	}
hr {
	background-color: #0d176c;
    height: 2px;
	border: none;
    margin-left: 30px;
	margin-right: 30px;
	}
#container { 
    position: relative;
    margin: auto; 
	margin-top: 15px;
	margin-bottom: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 853px;  
	background-image: url(../pics/wht75.png); 
	}  
#content1 {  
	border: none;
    margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px; 
	text-align: left;
	line-height: 140%;
	} 
#content1 p, ul {
	font-weight: ;
	}
#content1 h1, #content1 h2 {   
	margin-bottom: 3px;  
	} 
#content1 p.payment {
	text-align: left;
}
ul {
	margin-left: 20px;
	}
#footer {  
	border: none; 
	font-weight: bold;   
	} 
.hr hr {
	background-color: #0d176c;
    height: 2px;
	border: none;
    margin-left: 90px;
	margin-right: 90px;
	} 
.headline {
	font-size: 18px;
	text-decoration: none; 
	font-weight: bold;
	}
#camping, #parking, #basics, #list, #history, #directions, #payment {
	margin-bottom: 5px;
	margin-top: 25px;
	} 
.ssPaypal {
	color: #0d176c;
	font-size: 16px;
	font-weight: bold;
	}    
#raccoon {
	Margin:auto;
	}
.agreement {
	text-align: center;
	}
.red{
	color: red;
	}
.smallSpace { 
    margin-top: -15px;
	}