/* CSS Document */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: url(../images/stripeBG.gif) repeat-x top left #222;		
	font-family: trebuchet ms, verdana;
	font-size:small;
	color:#222;
	}

#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:836px;
	background:url(../images/contentBG.gif) repeat-y;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	}

#header {
	background:url(../images/header-2010.jpg) no-repeat top left;
	height: 291px;
	margin: 0 0 0 6px;
	}

#content {
	padding: 25px 50px 25px 50px; /* bottom padding for footer */
	line-height: 19px;
	}
	
#content a {
	color:#000055;
	}
	
#content a:hover {
	color: #6633FF;
	}

#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	text-align: center;
	font-size: 10px;
	color: #666;
	padding: 0 0 10px;
	}
	
#nav {
	position: relative;
	top: 269px;
	left: 10px;
	}
	
#nav a {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 6px 4px;
	text-decoration: none;
	}
	
#nav a:hover {
	color: #FFcc00;
	}
	
#regCode {
	position: absolute;
	top: 215px;
	left: 600px;
	color: #fff;
	}
	
#title {
	font-size: 30px;
	text-align: right;
	margin: 0 0 15px;
	text-transform: uppercase;
	border-bottom: 1px dotted;
	font-weight: bold;
	line-height: normal;
	}
	
#title h1 {
	font-size: 30px;
	margin: 0;
	}
	
	
input {
	font-size: 13px;
	padding: 4px;
	color: #666;
	border: 1px solid #666;
	}
	
input.submit {
	padding: 3px;
	}
	
h1, h2 {
	text-transform: uppercase;
	}
	
big {
	font-weight: bold;
	}
	
.button a {
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;	
	padding: 12px;
	background: #59636F;
	border: 2px solid #FFCC00;
	color: #FFCC00;
	}
	
.button a:hover {
	background: #1B4150;
	}
	
.home strong {
	font-size: 16px;
	font-weight: bold;
	}	
	
.home h1 {
	font-size: 22px;
	font-weight: bold;
	}
	
.box { 
	background: url(../../Images/gradientBox.gif) top left no-repeat;
	padding: 15px 20px 0 10px;
	margin-bottom: 20px;
	height: 120px;
	}
	
.homeItem {
	margin: 0 0 30px 0;
	padding: 0 13px 0;
	min-height: 225px;
	font-size: 1.08em;
	}
	
.newsFeed, .readyForCamp {
	height: 110px;
	padding: 30px 10px 10px;
	font-size: 12px;
	text-align: left;
	line-height: 18px;
	position: relative;
	}	
	
.newsFeed {
	background: url(../images/blog-roll-bg.gif) top left no-repeat;
	width: 394px;
	height: 95px; 
	overflow: hidden;
	}
	
.newsFeed .blogLink {
	position: absolute;
	top: 12px;
	left: 300px;
	height: 14px;
	width: 100px;
	}
	
.newsFeed a {
	text-decoration: none;
	}

.newsFeed .underline {
	display: block;
	border-bottom: 1px solid #888;
	padding: 4px 0 1px 3px;
	}
	
.newsFeed .underline.row-4 {
	border-bottom: 0;
	}
	
.newsFeed a:hover {
	background: ;
	}
	
.readyForCamp {
	background: url(../../Images/readyForCamp.gif) top left no-repeat;
	width: 226px;
	cursor: pointer;
	}
	
.homeimage {
	padding: 2px;
	border: 1px solid #222;
	margin: 0 5px 0 15px;
	width: 225px;
	}
	
	
.bios {
	margin: 0 0 20px;
	min-height: 240px;
	font-size: 13px;
	line-height: 22px;
	}
	
.bios strong {
	text-decoration: underline;
	font-size: 20px;
	}
	
.bios img {
	padding: 1px;
	background: #fff;
	border: 2px solid #a41a1a;
	margin: 0 0 0 10px;
	height: 240px;
	}
	
.images {
	width: 100px;
	height: 75px;
	}
	
.border {
	border: 2px solid #af1a1a;
	padding: 1px;
	background: #fff;
	}
	
.camp-dates, .camper-record {
	padding: 8px;
	margin: 20px 0 0 0;
	border: 4px double #6633FF;
	background: #FFcc00;
	}
	
#nav a.highlight {
	text-decoration: underline;
	}
	
	
