@charset "utf-8";
/* CSS Document */
html, body {
	margin:0;
	padding:0
}
body {
	font: 76% arial, sans-serif;
	text-align:center;
	background: #000;
}

div#header {
	width: 100%;
	background: url(../img/header-image-bg-tile2.png);
}
div#content {
	border: #FFF solid 1px;
	padding-top: 15px;
	color: #FFF;
}
div#container {
	width:750px;
	margin:0 auto;
	text-align:left;
}
div#top-content {
	width: 700px;
	margin: auto;
	padding: 5px;
}
div#float-left {
	float:left;
	width:450px;
	background: #A40F0F;
	border: #FFF solid 1px;
	margin: 3px;
	padding: 3px;
}
div#float-left img, div#float-right img {
	border: 1px solid #FFF;
}
div#container a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
div#container a img {
	border: none;
}
div#container a:hover {
	color: #FF9900;
	text-decoration: underline;
}
div#float-right {
	float:right;
	width:250px;
	background: #797979;
	border: #FFF solid 1px;
	margin: 3px;
	padding: 3px;
}
div#footer {
	clear:both;
	padding-top: 15px;
	margin-top: 15px;
	width:100%;
	border-top: #FFF solid 1px;
	color: #FFF;
	text-align: center;
	font-size: 90%;
}
div#CampListItem {
	border-bottom: 1px dotted #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

/* Top Menu CSS */
div#topmenu-container {
	width: 100%;
}
#topmenu {
	/* position:relative; */
	margin: auto;
	width: 750px;
	display:block;
	height:42px;
	font-size:11px;
	font-weight:bold;
	/*background:transparent url(img/redslate_background.gif) repeat-x top left;*/
	font-family:Arial, Verdana, Helvitica, sans-serif;
	text-transform:uppercase;
}
#topmenu ul {
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
}
#topmenu ul li {
	display:block;
	float:left;
	margin:0 1px 0 0;
}
#topmenu ul li a {
	display:block;
	border-top: #000 solid 1px;
	border-left: #000 solid 1px;
	border-right: #000 solid 1px;
	float:left;
	color:#FFF;
	text-decoration:none;
	padding:14px 22px 0 22px;
	height:28px;
}
#topmenu ul li a:hover, #topmenu ul li a.current {
	color:#fff;
	border-top: #FFF solid 1px;
	border-left: #FFF solid 1px;
	border-right: #FFF solid 1px;
	background:transparent url(img/redslate_backgroundOVER.gif) no-repeat top center;
}
/* End Top Menu CSS */