/* --COLORS--
Orange: #FFA21F;
Yellow: #F9ED33;
Green:	#8CC63F;
LT Blue: #0E8FEF;
Drk Blue: #006EBF;
*/
* { margin: 0; padding: 0; text-decoration: none;}
.clear {clear: both;}
a { color: #F9ED33;}
/* TEXT STYLES */
h1 {font-size: 35px; font-weight: bold; margin-top: 30px; color: #8CC63F; line-height: 1em; letter-spacing: 1px;}
h2 {color: #F9ED33; font-size: 22px; padding: 20px 0 10px;}
p { margin: 10px 0;}
.bold {font-weight: bold;}
.yellow {color: #F9ED33; font-weight: bold;}
.orange {color: #FFA21F; margin-bottom:none;font-weight: bold;}
.italic {font-style: italic; color: #F9ED33}
#copy p {	font-size: 14px;line-height: 1.5em;}
#copy a, #bloglink { color: #FFA21F;}
#copy a:hover { text-decoration: underline;}
.white { color: #FFF;}
#contact p { font-size: 17px; line-height: 3em; font-weight: bold;}
.name { color: #F9ED33; font-weight: bold;}
.backTop { text-align: right; margin-top: 25px;}
.warning { color: #FFA21F;}
#copy li {
	background: url(../images/bullet.gif) no-repeat 0 4px;
	padding: 0 75px 0 25px;
	list-style: none;
	margin: 20px 0;
}
/* EOF TEXT STYLES */
body, html {
	font-family: Arial, Arial, Helvetica, sans-serif;
	background-color: #0A69AF;
	font-size: 14px;
	color: #FFF;
}
#logo {
	background: url(../images/camplogo.gif) no-repeat;
	width: 690px;
	height: 119px;
}
#logo a {
	display: block;
	width: 100%;
	height: 100%;
}
#wrapper {
	background: url(../images/squares.gif) repeat-x #0A69AF;
	background-color: #0A69AF;
	margin: 0 auto;
	width: 980px;
}
#wrapperInner {
	padding: 50px 40px 34px;
}
#headerNav {text-align: right;margin: 10px 0 20px;}
#headerNav li {display: inline;}
#headerNav a:hover {text-decoration: underline;}
#camplogo {
	width: 690px;
	height: 119px;
}
#copy {
	margin-top: 75px;
	padding-left: 0 180px 0 240px;
	line-height: 1.5em;
}
#copy .inner {
	padding: 0 100px 50px 250px;
}
#home .inner {
	padding: 0;
}
.imageBar {
	margin-top: 45px;
	width: 610px;
}
#contact { letter-spacing: 1px;}
.testimonials { margin: 10px 0 25px;}
#infoform li {
	list-style: none;
	background: none;
	margin: 10px 0 0 0;
	padding: 0;
}
/*-- INFO FORM --*/
#leftCol {width: 270px; float: left;}
#rightCol {width: 270px; float: right;}
#infoform input {width: 200px; border: 2px solid #FFA21F; padding: 5px; margin-bottom: 10px;}
label { font-weight: bold; color: #F9ED33;}
textarea { font-size: 14px; font-family: Arial,Arial,Helvetica,sans-serif; border: 2px solid #FFA21F; padding: 5px; margin-bottom: 10px;}
#submit {
	color: #FFF;
	background-color: #FFA21F;
	padding: 5px;
	width: 100px;
	float: right;
	margin: 25px 60px 0 0;
	font-weight: bold;
	font-size: 14px;
}

/*-- FOOTER --*/
#footer {
	font-size: 10px;
	margin-top: 55px;
}
#footer ul {
	display: inline;
}
#footer li {
	list-style: none;
}
.copyright {
	float: left;
	margin: 0;
}
.marginRight {
	margin-left: 10px;
}
#footRight {
	text-align: right;
	float: right;
}
#footRight a {
	margin-left: 10px;
	text-decoration: none;
}
/*-- IMAGES --*/
.imageRight {
	float: right;
}