@charset "UTF-8";
/* CSS Document */
/* to turn on camp button, switch out #background 2 button image for 3 button image and
swap out #topbutton defs */


body {
	font-size: 12px;
	height: auto;
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	

#wrapper {
	width: 800px;
	height: auto;
	position: relative;
	
	}
		
#logo {
	width: 250px;
	height: 77px;
	margin: 0;
	}
	
#logo img {
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 0px;
	}
	
	
#searchlogin {
position: absolute;
top: 10px;
left: 435px;
width: 350px;
height: auto; 
}

/* no camp button 
#background {
	background-repeat: no-repeat;
	width: 800px;
	height: 1200px;
	margin: 0;
	background-image: url(/homepage_images/background2buttons.gif);  no camp button */ /*
	background-repeat: no-repeat;
	}

#topbutton1 {
	position: absolute;
	left: 540px;
	top: 70px;
	width: 96px;
}
#topbutton2 {
	position: absolute;
	left: 667px;
	top: 70px;
	width: 96px;
}
 end no camp button */


/* with camp button */
#background {
	background-repeat: no-repeat;
	width: 800px;
	height: 1200px;
	margin: 0;
	background-image: url(/homepage_images/background3buttons.gif); 
	background-repeat: no-repeat;
	}
#topbutton1 {
	position: absolute;
	left: 429px;
	top: 71px;
	width: 100px;
}
#topbutton2 {
	position: absolute;
	left: 544px;
	top: 71px;
	width: 98px;
}
#topbutton3 {
	position: absolute;
	left: 666px;
	top: 71px;
	width: 98px;
}
/*end with camp button */	

	
#nav {
	position: absolute;
	width: 215px;
	height: 1200px;
	margin: 0;
	top: 60px;
	/*background-color: #005DAA;*/
	}
	
	
#nav ul {
	margin: 0;
	padding-top: 25px;
	padding-left: 5px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 200;
	
	}
	
#nav ul li {
	padding-bottom: 5px;
	}
	
#nav ul a:link {
	text-decoration: none;
	color: #FFFFFF;
	}

#nav ul a:hover {
	color: #FFFFFF;
	background-color: #5597C4;
	}
	
#nav ul a:visited {
	text-decoration: none;
	color: #FFFFFF;
	}
	
#nav ul a:link, ul a:visited, ul a:hover, ul a:active {
		display: block;
		text-decoration: none;
		}
	

	
#pic {
	position: absolute;
	width: 571px;
	height: 150px;
	top: 112px;
	left: 216px;
	margin: 0px;
	padding: 0px;
	}

#flashpic {
	position: absolute;
	width: 571px;
	height: 227px;
	top: 112px;
	left: 216px;
	margin: 0px;
	padding: 0px;
	
	}
	
#content {
	position: absolute;
	width: 400px;
	height: auto;
	top: 300px;
	left: 222px;
	padding-left: 5px;
	}
	
#flashcontent {
	position: absolute;
	width: 390px;
	height: auto;
	top: 357px;
	left: 222px;
	padding-left: 5px;
	}	

h5 {
	text-align: center;
	font-size: 9px;
	padding-top: 20px;
	}
	
h5 a:link {
	text-decoration: none;
	color: #005DAA;
	}

h5 a:visited {
	text-decoration: none;
	color: #005DAA;
	}

h5 a:hover {
	text-decoration: underline;
	color: #005DAA;
	}

	
h4 {
	margin: 0;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 4px;
	font-weight: bold; 
	}
	
h2 {
	margin: 0;
	font-size: 12px;
	padding-left: 4px;
	padding-top: 2px;
	font-weight:lighter;
	}

h3 {
	margin: 0;
	font-size: 12px;
	padding-left: 4px;
	padding-top: 2px;
	text-align: right;
	}
	
h2 img {
	padding-left: 2px;
	}
	
h4 a:link {
	text-decoration: none;
	color: #000000;
	}

h4 a:visited {
	text-decoration: none;
	color: #000000;
	}

h4 a:hover {
	text-decoration: underline;
	color: #000000;
	}

h6 {
	font-size: 12px;
	font-weight: lighter;
	padding-top: 15px;
	text-align: center;
	}
	
h3 a:link {
	text-decoration: none;
	color: #000000;
	}

h3 a:hover {
	text-decoration: underline;
	color: #000000;
	
	}
	
h3 a:visited {
	text-decoration: none;
	color: #000000;
	}
	
	
#rightnav {
	position: absolute;
	left: 540px;
	top: 300px;
	height: auto;
	width: 160px;
	right: 0px;
	text-align: center;
	/*padding-right: 10px;*/
	margin-left: 100px;
}

#flashrightnav {
	position: absolute;
	left: 530px;
	top: 357px;
	height: auto;
	width: 160px;
	right: 0px;
	text-align: center;
	/*padding-right: 10px;*/
	margin-left: 100px;
}

#rightnav p {
	font-size: 10px;
	font-weight: 100;
	text-align: center;
	}

#rightnav img {
	margin: 0;
	}
	
#buttons {
	padding-right: 0px;
	margin: 0;
	}
	
.centeredImage {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:10px;
    }
	
#footer {
	position: absolute;
	width: 800px;
	height: auto;
	bottom: 0;
	text-align: center;
	}

 img {
 	margin: 0;
 	}

#nav dl {
	margin-top:8px;
}
#nav dt {
	margin: 0;
	padding-top: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
#nav dd {
	padding-bottom: 2px;
	padding-left: 14px;
	
}
#nav dt {
	padding-bottom: 2px;
}
#nav dd a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#nav dd a:hover {
	color: #FFFFFF;
	background-color: #5597C4;
}
#nav dd a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#nav dd a:link, dd a:visited, dd a:hover, dd a:active {
	display: block;
	text-decoration: none;
}

