@charset "UTF-8";
/* CSS Document */

/* home specific
--------------------------------------------- */
h1.home {
	position: absolute;
	top: 900px;
	left: 0px;
	color: #106b96;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	width: 650px;
	padding: 20px 20px 0 20px;
}
h1.home em {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-style: normal;
}

img#no1camps {
	padding: 10px 0 0 10px;
}	
.pics { width: 706px; height: 348px; overflow: hidden; }
.pics img { width: 706px; height: 348px; top:0; left:0; }

/* middle row - orange camp boxes */

img#h_day {
	display: block;
	padding: 10px 0 10px 25px;
}
img#h_multi {
	display: block;
	padding: 10px 0 10px 25px;
}
img#h_single {
	display: block;
	padding: 10px 0 10px 25px;
}
img#h_specialty {
	display: block;
	padding: 10px 0 10px 25px;
}
.campbox_sm {
	float: left;
	background: url(/_images/home/bg_box_org_day.jpg) no-repeat bottom left;
	margin-right: 3px;
	width: 226px;
	min-height: 165px;
	padding-bottom: 30px;
	color: #ffffff;
	font-style: italic;
	font-size: 14px;
	line-height: 16px;
}
.campbox_sm.multi {
	background: url(/_images/home/bg_box_org_multi.jpg) no-repeat bottom left;
}
.campbox_sm.single {
	background: url(/_images/home/bg_box_org_single.jpg) no-repeat bottom left;
}
.campbox_sm p {
	width: 120px;
	margin: 0 0 0 25px;
	padding: 0;
	color: #ffffff;
}
.campbox_sm p a {
	color: #ffffff!important;
	text-decoration: none;
}
.campbox_sm p a:hover {
	text-decoration: underline;
}
.campbox_lg {
	float: left;
	background: url(/_images/home/bg_box_org_spec.jpg) no-repeat bottom left;
	width: 276px;
	min-height: 165px;
	padding-bottom: 30px;
	color: #ffffff;
	font-style: italic;
	font-size: 14px;
	line-height: 16px;
}
.campbox_lg p {
	width: 160px;
	margin: 0 0 0 25px;
	padding: 0;
}
.campbox_lg p a {
	color: #ffffff!important;
	text-decoration: none;
}
.campbox_lg p a:hover {
	text-decoration: underline;
}

/* third row */
#tertiary_info {
	clear: left;
	float: left;
	width: 997px;
	padding: 0 0 20px 0;
}
#chalkboard {
	float: left;
	background: url(/_images/home/bg_chalkboard.jpg) no-repeat;
	width: 675px;
	height: 183px;
	color: #09b2f0;
	font-size: 18px;
	line-height: 23px;
	margin: 0 10px 0 20px;
	_margin: 0 10px 0 10px; /* had to move this hack here because home.css is called last */
}
#chalkboard h2 {
	width: 250px;
	font-weight: normal;
	margin: 18px 0 10px 23px;
}
img#othercamps {
	float: left;
	padding: 0 0 0 25px;
}
img#watchvideos {
	float: right;
	padding: 50px 30px 0 0;
}
