body {
	background: #001000 url("images/design/mainbg.jpg") repeat-x;
	color: black;
	margin: auto;
	padding: 0;
	font-family: Optima, Trebuchet MS, arial;
}

#wrapper {
	width:  800px;
	margin:0 auto;
	background: transparent;
	min-height: 600px;
}

a {
	color: #107210;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: underline;
}

a img {
border: 1px;
padding: 2px;
}
.h1 {
	font-size: 20pt;
	color: black;
	font-family: Optima;
	margin: 14px auto 0 40px;
}
.h2 {
	margin: -5px auto 12px 40px;
	font-size: 10pt;
	color: black;
	text-transform: uppercase;
}
.h3 {
	background: #add5d5 url("images/design/h3bg1.jpg") repeat-x;
	font-style: italic;
	color: #197c19;
	font-size: 16px;
	padding: 3px 0 6px 40px;
	font-weight: none;
	text-shadow: white 0 1px 0;
	font-family: Optima;
}
.h3img {
	background: #add5d5 url("images/design/h3bg2.jpg") repeat-x;
	position: absolute;
	margin-left: -15px;
	height: 29px;
	width: 15px;
}
.h4 {
	margin:10px 0;
	font-size: 14pt;
	color: black;
}
p {
	margin: 20px 40px;
	text-align: justify;
	line-height: 20px;
}
.darkindent {
	border-top: 1px solid #042504;
	border-bottom: 1px solid #042204;
}
#header {height: 150px;}
#topbar {
	background: #9dff9d url("images/design/topbarbg.jpg") repeat-x;
	height: 40px;
}

/* NAVIGATION --------------------------------------- */
#nav{
	background: #1a851b url("images/design/navback.jpg") repeat-x;
	margin: auto;
	width: 100%;
}
ul#navlist {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
ul#navlist li{
	float: left;
	margin: 0;
}
ul#navlist li a{
	background: #1a851b url("images/design/navback.jpg") repeat-x;
	background-position: 20px 0; 
	padding: 4px 25px;
	width: 150px;
	font-family: Helvetiker;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	color: black;
	text-decoration: none;
	text-shadow: #48a348 0 1px 0;
}
#navlist li a div.navicon {
float: left;
height: 20px;
width: 20px;
margin: 0 10px;
background-position: center center;
}
#navlist li#registration a div.navicon {
background: url("images/design/regicon.png") no-repeat;
background-position: center 2px;
}
#navlist li#aboutus a div.navicon {
background: url("images/design/abouticon.png") no-repeat;
}
#navlist li#programs a div.navicon {
background: url("images/design/progicon.png") no-repeat;
}
#navlist li#getinvolved a div.navicon {
background: url("images/design/involveicon.png") no-repeat;
}
ul#navlist li#registration a{
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
}
ul#navlist li#getinvolved a {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
}

ul#navlist li a:hover, ul#navlist li:hover{
	text-shadow: #48a348 0 1px 0;
}
ul#navlist li:hover ul a{
	text-decoration: none!important;
}
#navlist li ul {
	display: none;
	list-style: none;
	margin: 0 auto;
	padding: 5px 0 20px 0;
	width: 200px;
}
ul#navlist li:hover ul{
	display: block;
	position: absolute;
	z-index: 100;
	float: none;
	top: 69px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-box-shadow: 0 2px 5px black;
	-webkit-box-shadow: 0 2px 5px black;
	border: 1px solid black;
}
ul#navlist li ul {
background: #003535;
} 

ul#navlist li ul li {
float: none;
margin-bottom: 1px;
background: #197c19;
}
ul#navlist li ul li a{
display: block;
float: none;
text-align: left;
font-family: arial;
font-weight: bold;
color: white;
font-size: 10pt;
padding: 2px 8px 2px 20px;
text-shadow: black 0 1px 1px;
width: auto;
background: transparent url("images/design/whitearrow.png") no-repeat;
background-position: 8px center;
text-decoration: none!important;
}
ul#navlist li ul li a:hover{
background: #006464 url("images/design/whitearrow.png") no-repeat !important;
background-position: 10px center !important;
text-shadow: black 0 1px 1px;
}
/* NAVIGATION ENDS ---------------------------------- */

#logo{
background: url("images/design/logo.png") no-repeat;
height: 122px;
width: 844px;
position: absolute;
top: 70px;
left: 50%;
margin-left: -444px;
z-index: 1;
}
#homelink {
	padding:0 4px;
	display: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

a#logo:hover {
text-decoration: none!important;
}

#logo a:hover {
text-decoration: none;
}
#logo:hover #homelink{ 
	display: block;
	position: absolute;
	top: 94px;
	background: rgba(255,255,255,.2);
	margin-left: 280px;	
	-moz-box-shadow: 0 2px 3px black;
	-webkit-box-shadow: 0 2px 3px black;
	text-decoration: none;
	color: #052c05;
	font-weight: bold;
}
a#contact {
background: url("images/design/contactbg.png") no-repeat;
background-position: 0;
height: 88px;
width: 200px;
position: absolute;
top: 70px;
left: 50%;
margin-left: -100px;
z-index: 2;
}
a#contact:hover {
background: url("images/design/contactbg.png") no-repeat;
background-position: -200px;
}
#content{
	background: white;
	padding-bottom: 20px;
	-moz-box-shadow: 0 0 15px black;
	-webkit-box-shadow: 0 0 15px black;
}



#picreel{
	padding: 8px;
}
#picreelimgs {
	margin: auto;
	background: #cfffff;
	border: 2px solid white;
	text-align: center;
	padding: 10px;
	height: 60px;
	-moz-box-shadow: 0 0 5px white;
	-webkit-box-shadow: 0 0 5px white;
}
#picreelimgs a{
margin: 0 3px;
max-height: 40px;
	vertical-align: center;
}
#picreelimgs img {
	-moz-box-shadow: 0 1px 2px black;
	-webkit-box-shadow: 0 1px 2px black;
}
#picreelimgs img:hover {
	-moz-box-shadow: 0 0px 1px black;
	-webkit-box-shadow: 0 0px 1px black;
}
#gallerylink a{
	position: absolute;
	display: none;
	margin-top: -12px;
}
#gallerylink a, .small {
	color: #1c8c8c!important;
	font-size: 10px!important;
	font-weight: bold;
}

#picreel:hover #gallerylink a{ 
display: block;
}

.plainhighlight {
	background:#d7eaea url("images/design/plainhighbg.jpg") repeat;
}
.solidhighlight {
	background:#bbecec;
	border: 1px solid #006464;
	margin: 20px 0;
	-moz-box-shadow: 0 1px 5px #003535;
	-webkit-box-shadow: 0 1px 5px #003535;

}
.rightstuff {
	margin-right: 40px;
	text-align: center;
}
#leftcontent {
	float: left;
	width: 450px;
}
#leftcontent ul{
	margin: 20px;
	padding: 0 20px;
}
#leftcontent ul li{
	text-align: justify;
}


#rightcontent {
	width: 350px;
	float: right;
}
.rightlist {
list-style-image: url("images/design/listmark.png");
font-size: 14px;
color: #444;
margin:10px;
padding:5px 10px 5px 20px;
text-align: left!important;
background: white;	
line-height: 20px;
}

#contentbottom{
clear: both;
}

#rightcontent img{
max-width: 310px;
margin: auto;
}
.linkbutton, input[type$="submit"], .formlists li a{
	font-size: 12px;
	font-weight: bold;
	text-shadow: #82d49d 0 1px 0;
	text-decoration: none;
	padding: 1px 10px;
	color: #062c05;
	margin: 5px;
	background: url(images/design/buttonback.jpg) repeat-x;
	background-position: 0 0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-box-shadow: 0 1px 5px #062c05;
	-webkit-box-shadow: 0 1px 5px #062c05;
	border: 1px solid #062c05;
}

.linkbutton:hover, input[type$="submit"]:hover, .formlists li  a:hover{
	background: url(images/design/buttonback.jpg) repeat-x;
	background-position: 0 -21px;
	-moz-box-shadow: 1px 3px 7px #062c05;
	-webkit-box-shadow: 1px 3px 7px #062c05;
	cursor: pointer;
}
.linkbutton:active, input[type$="submit"]:active, .formlists li  a:active{
	background: url(images/design/buttonback.jpg) repeat-x;
	background-position: 0 -42px;
	color: #062c05;
	-moz-box-shadow: 0 0px 2px #062c05;
	-webkit-box-shadow: 0 0px 2px #062c05;
}




#testgrid {
	display: none;
	position: absolute;
	top:-8px;
	left:-4px;
	height: 100%;
	width: 100%;
	background: url("images/grid.png") repeat;
	z-index: 9999;
}

#ratestable {
	clear: both;
	width: 760px;
	padding: 20px;
	margin: 20px auto;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
}

#ratestable th, #ratestable td {
background: white;
padding: 2px;
}

#ratestable th{
	background: #add5d5 url("images/design/h3bg1.jpg") repeat-x;
	padding: 2px;
}

/* all the left padded stuff */
#contactform { 
padding-left: 40px;
}

iframe {
border: none;
}

#galleryframe {
border-top: 1px solid #222;
}

#amsg {
background: white;
padding: 20px;
position: absolute;
top: 0;
left: 50%;
width: 400px;
margin: 20px auto;
margin-left: -200px;
-moz-border-radius:6px;
-webkit-border-radius:10px;
	-moz-box-shadow: 0 2px 5px black;
	-webkit-box-shadow: 0 2px 5px black;
}
#popout{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 100;
background: rgba(20, 20, 20, .6);
padding-bottom: 50%;
}

.closemsg {
float: right;
background: black;
color: white;
font-weight: bold;
padding: 2px 8px;
margin-top: -24px;
margin-right: -24px;
-moz-border-radius:4px;
-webkit-border-radius:4px;

	-moz-box-shadow: 0 0px 8px #107210;
	-webkit-box-shadow: 0 0px 8px #107210;

}
.closemsg:hover {
color: black;
background: #9dff9d;
text-decoration: none;
}

.icon {
max-width: 40px;
}

#oca {

}

#announce {
margin: 15px;
padding: 15px;
	-moz-box-shadow: 0 2px 10px black;
	-webkit-box-shadow: 0 2px 10px black;
}
.announcement{
	background: white;
	color: black;
	padding: 20px 10px 10px;
	margin: 0 auto;
	-moz-box-shadow: inset 0 2px 10px black;
	-webkit-box-shadow: inset 0 2px 10px black;
}

/* Splash Screen Stuff */
#splashbg1 {
background: url("images/design/splashbg1.jpg") no-repeat;
background-position: center top;
z-index: 1;
min-height: 1200px;
margin-top: -144px;
}
#splashbg2 {
background: url("images/design/splashbg2.jpg") no-repeat;
background-position: center 460px;
z-index: 1;
min-height: 1200px;
}
#splashcontent {
z-index: 2;
padding-top: 300px
}
.splashh3 {
	font-weight: bold;
	font-size: 16pt;
	color: white;
	text-align: justify;
	line-height: 30px;
}

.splashh3 b {
	font-weight: bold;
	color: #A64B00;
}
.splashh3 a:hover {
	background: white;
	text-decoration: none;
}
/* END Splash Screen Stuff */
#summerschedge {
float: right;
}

#summerschedge td{
	width: 38px;
	height: 38px;
	background: #b2d6ff;
	border: 1px solid #64a7f2;
	line-height: 50%;
	text-align: center;
	color: #64a7f2;
	font-weight: bold;
	margin: 0px;
}
#summerschedge td.weekinfo{
	width: 300px;
	height: 40px;
	background: transparent;
	border: 0;
	line-height: 20px;
	text-align: right;
	color: black;
	font-weight: normal;
	margin: 0px;
	font-size: 12px;
}


table#summerschedge{
	margin: 5px;
}
#month .h4{
	padding-left: 5px;
	color: #1a6ecb;
	text-align: left;
	margin:0px 0;
}

#form {
margin: 20px;
}

#form input[type$="text"] {
min-width: 200px;
}
#form textarea{
width: 500px!important;
height: 200px;
}
#form input[name$="Age"], #form input[name$="SchoolGradeCompleted"], #form input[name$="Gender"] {
min-width: 40px!important;
width: 40px!important;
}
#form textarea[name$="MailingAddress"] {
height: 100px;
}

#form td:first-child {
min-width: 160px;
}

table#checklistleft, table#checklistright{
width: 40%;
text-align: right !important;
}
table#checklistleft{
float: left;
}

#form p {
margin: 20px !important;
}

input[type$="reset"]{
float: right;
}

body#nostyle {
	background: white; 
	width: 480px;
}

#nostyle .rightstuff{
margin: auto;
}

#oca {
height: 47px;
width: 46px;
background: url("images/design/oca.png") no-repeat;
background-position: top center;
position: absolute;
top: 60px;
right: 0px;
}
#oca:hover {
background-position: 0 -47px;
}

.smallicon {
display: none;
margin: 2px;
}

.phone {
background: black url("images/design/telephone.gif") no-repeat;
background-size: 20px;
}
.email {
background: url("images/design/email.gif") no-repeat;
}


.ftbl_row_1 {
width: 140px!important;
text-align: right;
}
.inlineftbl_row_1{

}
.ftbl_row_1a {
width: 300px;
}
.table_form_1 {
padding: 20px;
}
#table_form_2 textarea, #table_form_3 textarea{
width: 100%;
}
#MailingAddress {
width: 300px;
}

#table_form_2 {
border-top: 1px solid #96ff96;
}
#table_form_3 {
	background:#bbecec;
}



/* Google Calendar Styling */
#calendarview{
	max-width: 600px;
	margin: auto;
}
#julycal, #augcal {
	max-width: 600px!important;
}

#julycal {
}
#augcal {
}
.pincher {
background: white;
margin-top: -60px;
margin-bottom: -40px;
}

hr {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

ul.formlists {
	list-style: none;
	padding: 0;
	margin: 20px audo;
	text-align: center;
}

.formlists li {
	margin: 2px auto;
}

.formlists li a {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}
.formlists li a:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

#splashexclaim a{ 
float: left;
margin: 40px 20px;
background: #197c19;
padding: 20px;
color: white;
font-weight: bold;
max-width: 120px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
	-moz-box-shadow: 0 2px 5px black;
	-webkit-box-shadow: 0 2px 5px black;
	text-align: center;
	line-height: 20px;
	font-size: 20px;
	text-shadow: black 0 1px 1px;
}
#splashexclaim a:hover{ 
background: #24b6b6;
}


#infopop {
	position: absolute;
	top: 4px;
	left: 50%;
	font-weight: bold;
	color: white;
	width: 740px;
	padding: 3px 20px;
	margin-left: -390px;
	text-align: center;
	background: #a60000;
	background-position: bottom left;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-box-shadow: 0 2px 5px black;
	-webkit-box-shadow: 0 2px 5px black;
	border: 1px solid black;
	text-shadow: black 0 2px 0;
}




