@charset "UTF-8";
/* CSS Document */

html, body, p, div, img, h1, h2, h3, h4, li, ul, ol, dl, dd, dt, form, table, td, tr, a, a:hover {
border:0 none;
border-collapse:separate;
border-spacing:0;
margin:0;
padding:0;
}
input, select {
margin:0;
padding:0;
}
body {
background:#80836f url(/camp/images/bkgdSky.jpg) top left repeat;
color:#333333;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:12px;
margin:0px;
padding:0px;
}

a {
color:#660000; 
text-decoration:none; 
font-weight:bold;
border:0 none;
border-collapse:separate;
border-spacing:0;
outline:0;
}
a:hover {color:#cc0000; text-decoration:underline;}
a:focus {
    outline: 0;
}

IMG.png {
	behavior: url(/camp/includes/iepngfix.htc);
}
#container {
	text-align:left;
	background: url(/camp/images/bkgdFade.png) top left repeat-x;
	behavior: url(/camp/includes/iepngfix.htc);
}
.clouds {
	background: url(/camp/images/clouds.png) top center repeat-x;
	behavior: url(/camp/includes/iepngfix.htc);
}
#contentContainer {
	width:960px;
	margin:0 auto;
	padding:0;
}
#content {
	width:960px;
	margin:0;
	padding:0px;
	text-align:left;
}


/* header stuff */

#header {
	background: url(/camp/images/headerTopBkgd.png) top left no-repeat;
	behavior: url(/camp/includes/iepngfix.htc);
	height:170px;
	width:960px;
	position:relative;
}
#header h1 {
	text-indent:-10000px;
 width:10px;
	height:10px;
	overflow:hidden;
	position:absolute;
	top:0px;
	right:0px;
	border:0px;
}
#header .logo {
	width:400px;
	height:140px;
	position:absolute;
	top:0px;
	left:0px;
 overflow:hidden;
}

#social {
	width:230px;
	height:100px;
	position:absolute;
	top:73px;
	right:15px;
	overflow:hidden;
}
#social a {
	width:46px;
	height:100px;
	overflow:hidden;
	display:block;
	background-image:url(/camp/images/social.png);
	background-repeat:no-repeat;
	behavior: url(/camp/includes/iepngfix.htc);
	float:left;
} 
	#social a.twitter {background-position:0px 0px;}
	#social a:hover.twitter {background-position: 0px -100px;}
	#social a.facebook {background-position:-46px 0px;}
	#social a:hover.facebook {background-position: -46px -100px;}
	#social a.blog {background-position: -92px 0px;}
	#social a:hover.blog {background-position: -92px -100px;}
	#social a.youtube {background-position: -138px 0px;}
	#social a:hover.youtube {background-position: -138px -100px;}
	#social a.flickr {background-position: -184px 0px;}
	#social a:hover.flickr {background-position: -184px -100px;}



#bannerContainer {
	width:960px;
	height:290px;
	background: url(/camp/images/headerBannerPole.png) top left no-repeat;
	behavior: url(/camp/includes/iepngfix.htc);
	overflow:hidden;
}

.banner {
	float:right;
	width:871px;
	height:290px;
	overflow:hidden;
	text-align:left;	
}

#bottomHanger {
	width:960px;
	height:50px;
	background: url(/camp/images/headerBottomHanger.png) top left no-repeat;
	behavior: url(/camp/includes/iepngfix.htc);
	overflow:hidden;
}


/* main page section */

#pageContainer {
	background: url(/camp/images/poleTile.png) top left repeat-y;
	behavior: url(/camp/includes/iepngfix.htc);
	width:960px;
	}

#page {
	width:871px;
	float:right;
	background: url(/camp/images/bannerTile.png) top left repeat-y;
	behavior: url(/camp/includes/iepngfix.htc);
	min-height:400px;
}

#pageContent {
padding:0 15px;
}

.left500 {
	float:left;
	width:500px;
	margin:0 0 0 10px;
	}
	.right300 {
	float:right;
	width: 300px;
	margin:0 10px 0 0;
}

#paper {
	width:300px;
	background:url(/camp/images/paperFront.jpg) top left no-repeat;
	margin-top:40px;
	position:relative;
}
#paper p {
	line-height:20px;
	margin-bottom:15px;
}
#paper p.tape {
	width:300px;
	background:url(/camp/images/tape.png) top center no-repeat;
	behavior: url(/camp/includes/iepngfix.htc);
	height:32px;
	margin:0;
	overflow:hidden;
	position:absolute;
	left: 0px;
	top:-15px;
}
#paper .cap {
	width:300px;
	background:url(/camp/images/paperFrontBottom.png) bottom left no-repeat;
	behavior: url(/camp/includes/iepngfix.htc);
	height:50px;
	margin:0;
	overflow:hidden;
}

.padding10 {
	padding:10px;
}



/* home stuff */ 

.homepromo {
	width:500px;
	height:220px;
	background:url(/camp/images/paperPromo.jpg) top left no-repeat;
	position:relative;
	overflow:hidden;
}
.homepromo IMG {
	float:left;
}
.homepromo h2 {
	font-size:24px;
	margin:19px 0 7px 0;
}
.homepromo p {
	font-size:12px;
	line-height:20px;
	padding-right:15px;
}
a.learnmore {
	background:url(/camp/images/buttonLearn.png) top left no-repeat;
	behavior: url(/camp/includes/iepngfix.htc);
	width:215px;
	height:45px;
	bottom:25px;
	right:21px;
	display:block;
	position: absolute;
}
a:hover.learnmore {
	background-position:0px -45px;
}

/* footer */

#footer {
	padding:0;
	margin:20px 0 50px 0;
	width:871px;
	float:right;
	position: relative;
}

#footer .sponsors {
	width:190px;
	height:60px;
	position:absolute;
	top:0px;
	right:10px;
 overflow:hidden;
}


	#footer p {
		margin:0 0 10px 20px;
		font-size:11px;
	}

/* nav */

ul#topnav {
	font-size:12px;
	margin: 0; padding: 0;
	float: left;
	width: 960px;
	list-style: none;
	position: relative;
	font-size: 1.2em;
	background: url(/camp/images/topnav_stretch_ulbkgd.gif) top right no-repeat;
	border-top:1px solid #fff;
}
ul#topnav li {
	font-size:12px;
	float: left;
	margin: 0; padding: 0;
	border-right: 1px solid #555;
	background: url(/camp/images/topnav_stretch.gif) repeat-x;
}
ul#topnav li a {
	font-size:12px;
	padding: 10px 15px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}
ul#topnav li:hover { background: #2c1600 url(/camp/images/topnav_active.gif) top left repeat-x; }
ul#topnav li span {
	font-size:12px;
	float: left;
	padding: 15px 0;
	position: absolute;
	left: 0; 
	top:34px;
	display: none;
	width: 960px;
	background: #2c1600;
	color: #fff;
	-moz-border-radius-bottomright: 8px;
	-khtml-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-khtml-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
}
ul#topnav li:hover span { display: block; }
ul#topnav li span a { display: inline; }
ul#topnav li span a:hover {text-decoration: underline;}



/* global text */
	
	h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:24px;
	border-bottom:1px dotted #999;
	padding:0 0 4px 0px;
	margin:0 0 10px 0;
	letter-spacing:0px;
}
h1 span {
	font-size:11px;
	letter-spacing:3px;
	color:#999;
	font-style:italic;
	padding-left:30px;
letter-spacing:1px;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:18px;
	padding:0 0 4px 0;
	margin:0 0 10px 0;
}
h3 {
	color:#005c79;
	margin:20px 0 3px 0;
}
		
	
/* basic contact form */ 
#contactTable td {
padding:5px;
}


/* contact form */

#contact {
}

#contact .label {
	width:150px;
	font-size:14px;
	color:#555;
	font-weight:bold;
	padding:15px 10px 10px 0;
	text-align:right;
	float:left;
}
#contact .form {
	width:460px;
	text-align:left;
	margin-left:10px;
	float:left;
}
#contact input {
	border:2px solid #777;
	color:#444444;
	font-size:14px;
	margin:5px 0 0;
	padding:6px;
	width:400px;
	background:#fff url(/camp/images/bkgdform.gif) top left repeat-x;
}
#contact textarea#comments {
	border:2px solid #777;
	color:#444444;
	margin:5px 0 0;
	padding:3px;
	width:405px;
	height:250px;
	overflow:auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:22px;
	font-size:14px;
}
#contact .button {
	border:0px;
	width:auto;
	background:none;
	margin-right:40px;
	}


#poleBottom {
	bottom:0px
	left:0px;
	width:89px;
	height:100px;
	background: url(/camp/images/poleBottom.png) top left no-repeat;
	behavior: url(/camp/includes/iepngfix.htc);
	overflow:hidden;
}

#grass {
	bottom:0px;
	left:0px;
	height:100px;
	background: url(/camp/images/grass.png) bottom left repeat-x;
	behavior: url(/camp/includes/iepngfix.htc);
	overflow:hidden;
	z-index:1000;
}


li.bullet {
list-style: disc;
padding:5px 0px;
margin:0px 30px;
}

p.bio {
width:160px;
float:left;
margin:0 5px 20px 0;
text-align:center;
font-style:italic;
}

.clear0   {	clear:both;	height:0px;	overflow:hidden;}
.clear5   {	clear:both;	height:5px;	overflow:hidden;}
.clear10 {	clear:both;	height:10px;	overflow:hidden;}
.clear20 {	clear:both;	height:20px;	overflow:hidden;}
.rule10 {	border-top:1px dotted #aaa;	height:0;	overflow:hidden;	margin:10px 0;}
.divider {	height:30px;	overflow:hidden;	background:url(/camp/images/divider.gif) top left repeat-x;	margin:10px 15px; }
.error {	color:#cc0000;	font-size:11px; }
