/* 
	font: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	
	Light Grey: #E0E0E0;
	Medium Grey: #CFCFCF;
	Text: #666666;
	Green: #70b337;
*/

html,body
{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
}

html,body,
div,ul,ol,li,dl,dt,dd,
h1,h2,h3,h4,h5,h6,p,
pre,code,address,caption,cite,
form,blockquote,fieldset,input,th
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
}


li{	list-style: none; }
fieldset,img { border: none; }
caption,th{	text-align: left; }


table
{
	border-collapse: collapse;
	border-spacing: 0;
}


h1
{
	font-size: 37px;
	margin-top: 10px;
	color: #1d71b4;
}

h2
{
	margin-top: 15px;
	font-size: 16px;
	color: #1d71b4
}

h3
{
	margin-top: 25px;
	font-size: 15px;
	color: #333333;
}

h4
{
	margin-top: 15px;
	font-size: 12px;
	font-weight: bold;
}

h5
{
	margin-top: 0;
	font-size: 12px;
}

p{	margin: 8px 0 8px 0; }

p.subheading
{
	font-size: 14px;
	margin-top: 0;
	color: #999999;
	font-weight: bold;
}

p.highlight
{
	color: #1d71b4;
	margin-top: 15px;
}

.highlight
{
	color: #1d71b4;
}

a
{
	color: #22aa11;
	text-decoration: none;
}

a:hover
{
	color: #666666;
	text-decoration: none;
}

a.selected
{
	color:  #333333;
}

/* @group PAGE STRUCTURE */

div.brace
{
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	float: none;
	clear: both;
}

div.vbrace
{
	width: 0px;
	height: 100px;
	line-height: 0px;
	font-size: 0px;
	float: right;
	clear: none;
}

body
{
	background-color: #c0dd9e;
	text-align: center;
}

#outer_page
{
	width: 990px;
	margin: 0 auto 0 auto;
	position: relative;
}

#page
{
	background: white;
	text-align: left;
	padding: 0 30px 30px 30px;
}

#header
{
	height: 123px;
	border-bottom: 2px solid #cfcfcf; 
}

#header #logo
{
	width: 200px;
	height: 95px;
	float: left;
	display: inline;
	margin: 15px 0 0 15px;
	overflow: hidden;
}

#header #header_logo a
{
	display: block;
	width: 100%;
	height: 100%;
	color: white;
}

#minisite_heading
{
	width: 930px;
	height: 335px;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 2px solid #DDDDDD;
	background-repeat: no-repeat;
}

#minisite_heading a
{
	position: absolute;
	font-size: 12px;
	top: 90px;
	left: 570px;
}

#side
{
	width: 308px;
	float: left;
	display: inline;
	
}

#content
{
	width: 398px;
	float: left;
	display: inline;
	margin: 10px -10px 30px 0;
}

#content.wide
{
	width: 100%;
	float: none;
	display: block;
}

#content.no_gallery
{
	width: 620px;
	margin-right: 0;
}

#gallery
{
	width: 230px;
	float: right;
	display: inline;
	text-align: right;
}

#gallery img
{
	margin: 15px 0 15px 0;
}

#footer
{
	display: block;
	clear: both;
}

#subfooter
{
	text-align: right;
	padding-right: 30px;
}

/* @end */

/* @group NAVIGATION */

#nav
{
	width: 605px;
	float: right;
	display: inline;
	text-align: right;
	position: relative;
}


#nav #upper_nav
{
	display: block;
	text-align: right;
}

#nav #upper_nav a
{
	display: block;
	float: right;
	padding: 10px 10px 5px 10px;
	line-height: 14px;
	border-right: 2px solid #E0E0E0;
	vertical-align: baseline;
}

#nav #upper_nav a:hover
{
}

#nav #upper_nav a.last
{
	margin-right: 0;
	padding-right: 0;
	border: 0;
}

#nav_main
{
	width: 580px;
	height: 38px;
	position: absolute;
	top: 87px;
	left: 25px;
	line-height: 38px;
	background: 0;
	margin: 0;
	padding: 0;
}

#nav_main li
{
	float: left;
	display: inline;
	margin-left: 21px;
}

#nav_main li.first
{
	margin-left: 0;
}

#nav_main li.last
{
	float: right;
	margin-left: 0;
}

#nav_main a
{
	display: block;
	font-size: 12px;
	line-height: 38px;
}

#nav_main a span
{
	display: block;
	font-size: 12px;
	line-height: 38px;
	padding: 0px 20px 0px 20px;
}

#nav_main a.hover,
#nav_main a:hover
{
	color: white;
	background: #70b337 no-repeat top right url( img/nav_tr.gif );
/*	border-bottom: 5px solid transparent; */
}

#nav_main a.hover span,
#nav_main a:hover span
{
	background: transparent no-repeat top left url( img/nav_tl.gif );
}

ul.menu_1
{
	position: absolute;
	top:  125px;
	display: none;
	border: 1px solid #E0E0E0;
	z-index: 3;
	background: #E0E0E0 url( img/clear.gif );
	opacity: 0.85;
	filter: alpha( opacity=85 );
	text-align: left;
}

ul.menu_1 li
{
	border: 1px solid #E0E0E0;  /* Fix IE6 spacing bug */
}

ul.menu_1 a
{
	display: block;
	background: url( img/clear.gif );
	padding: 4px 8px 4px 18px;
	margin: 0;
	color: #333333;
	font-size: 12px;
	line-height: 14px;
}

ul.menu_1 a:hover
{
	background: white;
}



/* @group Side */

#side ul.menu_2
{
	margin: 15px 0 25px 0;
}

#side ul.menu_2 li
{
	height: 22px;
}

#side ul.menu_2 a
{
	display: block;
	font-size: 12px;
	line-height: 22px;
}

#side div.ad
{
	margin-top: 30px;
}

#side div.promo
{
	margin: 30px 0 10px 0;
}


/* @end */
/* @end */

/* @group Content */

#content ol, #content ul{ margin: 10px 0 10px 0; }
#content li
{
	margin: 6px 0 6px 15px;
	list-style-type: disc;
}

#content p.intro
{
	font-size: 14px;
}

/* @group FORMS */
noscript
{
	color: #990000;
	text-align: center;
	padding: 10px;
}

#upper_nav noscript
{
	margin: auto;
	border: none;
	display: inline;
	text-align: inherit;
	color: inherit;
}

form.contact
{
	width: 460px;
}

form.contact table
{
	width: 455px;
}

form.contact table td
{
	padding: 3px 5px 3px 0;
}

form.contact table td.full
{
	padding-right: 0;
}

form.contact span.eg
{
	float: right;
	display: inline;
	margin-right: 5px;
}

form.contact .required
{
	color: #990000;
}

form.contact input.text_wide
{
	width: 450px;
}

form.contact select.select_med,
form.contact input.text_med
{
	width: 220px;
}

form.contact select.select_sml,
form.contact input.text_sml
{
	width: 105px;
}

form.contact td.row_number
{
	width: 40px;
	font-weight: bold;
	vertical-align: bottom;
}


#enrollment
{

}

#camper_1, #camper_2, #camper_3
{
	display: none;
} 

/* @end */

/* @end */

/* @group Features */

#footer h3.green
{
	color: #70b337;
}

#footer h3.blue
{
	color: #1d71b4;
}

#footer h3.yellow
{
	color: #f9b21c;
}

#footer div.featured
{
	width: 140px;
	padding: 0 9px 5px 9px;
	display: inline;
	float: left;
	border-width: 2px 2px 0 0;
	border-color: #dddddd;
	border-style: solid;
}

#footer div.featured.major
{
	width: 440px;
	padding-top: 0;
	border-right-width: 0;
}

#footer div.features h3
{
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	margin-top: 0;
	color: #7abe41;
}

#footer div.features h4
{
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-top: 0;
}

#footer div.features p
{
	height: 125px;
	overflow: hidden;
	margin: 0 0 6px 0;
}

#footer div.featured.major p
{
	height: 79px;
}

#footer div.features a.learn
{
	padding-right: 15px;
	background: no-repeat right 2px url( img/link_arrow.gif );
	font-size: 12px;
	line-height: 18px;
}

#footer div.features a.learn:hover
{
	background: no-repeat right 2px url( img/link_arrow_grey.gif );
	padding-right: 15px;
}

/* @end */

/* @group Dissolve */

#dissolve
{
	width: 930px;
	height: 330px;
	position: relative;
	background: white;
	margin-bottom: 10px;
}

#dissolve img
{
	width: 930px;
	height: 330px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.0;
	filter: alpha( opacity=0 );
}

#dissolve img.front
{
	z-index: 2;
	opacity: 1.0;
	filter: alpha( opacity=100 );
}

#dissolve img.back
{
	z-index: 1;
	opacity: 1.0;
	filter: alpha( opacity=100 );
}

#dissolve a
{
	width: 75px;
	height: 25px;
	display: block;
	position: absolute;
	z-index: 10;
	top: 290px;
	left: 25px;
}

#dissolve a img
{
	width: auto;
	height: auto;
	display: block;
	position: absolute;
	opacity: 1;
	filter: alpha( opacity=100 );
}

/* @end */


/* @group Banding */

#subheader_banding
{
	height: 32px;
	border-width: 0 0 2px 0;
	border-style: solid;
	border-color: #cfcfcf;
	background: 0 4px repeat-x url( img/banding.gif );
}

#minisite_banding
{
	height: 32px;
	border-width: 0 0 2px 0;
	border-style: solid;
	border-color: #cfcfcf;
	background: 0 4px repeat-x url( img/banding.gif );
}

/* @end */
/* @group News */

div.lz_news_area div.event
{
	background-color: #efefef;
	padding: 10px;
	margin: 15px 0 20px 0;
}

div.lz_news_area p.headline
{
	margin-top: 0;
	margin-bottom: 0;
}

div.lz_news_area p.headline img
{

	margin-left: 5px;
	float: right;
}

div.lz_news_area div.story p
{
	margin-top: 0;
}

/* @end */

