
/* Master Page */

body{
	background: black;	
	color: white;
	font-size: 17px;
	font-family: Verdana, Arial, Times New Roman;
}

h1, h2, h3, h4, h5
{
    float: left;
    clear: left;  
}

h1
{
  margin-bottom: -15px;   
}

h2
{
    margin-bottom: 0px;
}

li
{
    list-style-type: none;   
}

img
{
    border: 0;
}

a{
	text-decoration: none;
	color: white;
	font-weight: bolder;
}

a:hover{
	color: black;	
}


#main{
	background: url(../images/background.jpg) no-repeat;
	width: 1024px;
	min-height: 936px;
	margin: 0 auto;
	padding-top: 50px;
	
}

#wrap{
	width: 750px;
	margin: 0 auto;
}

#header{
	background: url(../images/header.png);
	width: 750px;
	height: 225px;
	float: left;
	margin: 0 auto;
}


#imageBox{
	position: relative;
	float: left;
	left: -1px;
	text-align: center;
}

#imageBox img{
	position: relative;
	margin-top: 40px;
	margin-left: 10px;
}

#navigation{
	position: relative;
	width: 675px;
	margin: 0 auto;
	bottom: 2px;
}

#navigation ul li{
	float: left;
	list-style-type: none;
	margin-right: 30px;
}


#bodyTop{
	position: relative;
	background: url(../images/bodyTop.png);
	width: 750px;
	height: 40px;
	float: left;
	margin-top: -12px;
}

#content .notification
{
    color: white;
    background: #280B06;
    width: 490px;
    display: block;
    font-size: 18px;
    margin-top: 15px;
    margin-left:38px;
    border: solid 2px #FABD6C;
}

#content #campMap
{
    width: 700px;
}



#content{
	float: left;
	background: url(../images/body.png) repeat-y;
	width: 750px;
	text-indent: 35px;
	color: white;
}

#content li
{
    width: 500px;
    float: left;
    margin-left: 65px;
    text-indent: -25px;   
    padding: 2px 0px 2px 0px;
}

#content p{
	width: 550px;
	padding-left: 20px;
	float: left;
}

#content img{
	width: 510px;
	float: left;
}

#sidebar{
	float: right;	
	margin-right: 25px;
	width: 150px;
	min-height: 300px;
}

.listFirst{
	margin-top: 7px;	
}

.tab{
	float: left;
	width: 150px;
	background: url(../images/sidebar.png) repeat-y;
	text-align: center;
	text-indent: 0;
	margin: 10px 0px 10px 0px;
	
}

.tab li
{
	list-style-type: none;
	text-align: right;
	margin-right: 10px;
	padding: 2px 0px 0px 0px;
}

#footer{
	float: left;
	background: url(../images/bodyBottom.png) no-repeat;
	width: 750px;
	height: 55px;
}


#footer p{
	text-align: center;
	padding-top: 20px;
	font-size: 9px;
}

.imageFix
{
    margin-left: 25px;   
}

/* Slideshow/Home Page */

.slideshow
{
    width: 510px;
    height: 140px;
    display: block;
    margin-left: 40px;
    padding: 0;
    
}

.slideshow img
{
    width: 510px;
    height: 140px;
}

/* Campground */

#campgroundInfo
{
    width: 500px; 
    text-indent: -30px; 
    margin-left: 45px;  
    clear: left;
}

#campgroundInfo li
{
    list-style-type: disc;
    text-indent: 0px;
}

/****Events****/

.dateBox
{
    width: 650px;       
}

.dateBox h1
{
    float: left;
    text-decoration: underline;   
}

.dateBox img
{
    margin-top:35px;    
}

/****FAQ****/

.question
{
    font-weight: bold;    
    font-style: italic;   
    text-indent: 0;
}

.answer
{
    margin-top: -15px;
}





