/* @override 
	http://www.camp-quest.org/dev/style/base.css
	http://ohio.camp-quest.org/style/base.css
*/

html {
	background-color: #7A95B0;
}

body {
	margin: 0px;
}

a {
	color: #1d2531;
}

#header-image {
	border: 2px solid black;
	position: relative;
}

#masthead {
	position: relative;
	left: 15px;
	top: 10px;
}

.li-links {
	display: block;
	float: left;
	text-align: right;
	width: 200px;
	padding-right: 10px;
	margin-right: 2px;
	border-right: 2px solid #CFC;
}

.li-link {
	width: 30px;
}

.li-description {
	padding-left: 10px;
	width: 600px;
	border-left: 2px solid black;
}

/* @group Menu Box */

#menu-box-outer {
	position: absolute;
	width: 500px;
	border: 2px solid black;
	left: 218px;
	top: 5px;
}

#menu-box {
	height: 150px;
	width: 492px;
	margin: 2px;
	border: 2px solid #CFC;
	background-image: url(../img/race.jpg);
}

/* @group Section Links */

#section-links {
	position: absolute;
	top: 5px;
	left: 40px;
	padding: 0px;
	margin: 0px;
}

#section-links li {
	display: block;
	float: left;
	background-color: #6F8EB6;
	background-color: #8FAED6;
	margin-right: 4px;
	border: 1px solid black;
	padding: 0px 2px;
}

#section-links li:hover {
	background: #CFC;
}

#section-links a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

/* @end */

/* @end */

/* @group Content */

#content img {
	border: 2px solid black;
	margin: 4px;
}

#content h2 {
	text-align: center;
}

#content-outer {
	position: relative;
	top: 30px;
	width: 718px;
	border: 2px solid black;
}

#content {
	width: 700px;
	margin: 2px;
	padding: 5px;
	border: 2px solid #CFC;
	text-align: center;
}

#content ul {
	text-align: left;
}

/* @end */

#contact {
	position: relative;
	left: 100px;
	top: 30px;
	width: 500px;
	text-align: center;
	border-bottom: 2px solid black;
	padding-bottom: 10px;
}

/* @group Other Camp Quests */

#other-cqs {
	position: relative;
	left: 100px;
	top: 25px;
	height: 55px;
	width: 500px;
	margin-bottom: 50px;
	text-align: center;
	border-top: 2px solid #CFC;
}

#other-cqs h3 {
	margin-top: 10px;
	margin-bottom: 0px;
}

#other-cqs ul {
	margin-top: 5px;
}

#other-cqs li {
	display: block;
	float: left;
	background-color: #7A95B0;
	margin-right: 15px;
}

/* @end */

