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

body{
	margin:0px;
	padding:0px;
	background-color:#171717;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}
a{
	color:#60E1FE;
	text-decoration:none;
}

hr{
	border-bottom:solid 1px #FF9900;
}

img{
	border:none;
}

input{
	border: none;
	background-color:#000;
	color:#FF9900;
}
#saddr{
	border: solid 1px #FF9900;
}
.nav{
	color:#FF9900;
	font-size:14px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
}
.nav a{
	color:#FF9900;
	text-decoration:none;
}

.nav a:hover{
	color:#FFF;
}

.contentWrapper{
	background-image:url(images/site_bg.jpg);
	background-repeat:no-repeat;
	padding-top:10px;
	background-color:#000;
}

.pageTitle{
	font-weight:bold;
	font-size:18px;
	width:100%;
	border-bottom:solid 1px #FF9900;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:5px;
	margin-bottom:5px;
}
.footer{
	background-image:url(images/nav_bg.jpg);
	height:69px;
	font-size:11px;
	padding-top:6px;
}
.footer h1{
	color:#FF9900;
	font-size:14px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	line-height:15px;
}

.footer a{
	color:#FFF;
	text-decoration:none;
	font-size:8px;
}

.footer a:hover{
	color:#FF9900;
}

.footer p{
	margin-top:5px;
	margin-bottom:5px;
	padding:0px;
}

.content{
	padding-top:10px;
}

.content p{
	margin-top:0px;
	margin-bottom:20px;
}

.content h1{
	color:#FF9900;
	font-size:14px;
	font-weight:bold;
	padding:0px;
	margin-top:0px;
	margin-bottom:2px;
}

.content h2{
	font-size:14px;
	font-weight:bold;
	padding:0px;
	margin-top:0px;
	margin-bottom:8px;
}

.content h3{
	font-size:16px;
	font-weight:bold;
	padding:0px;
	margin-top:0px;
	margin-bottom:2px;
}

.about{
	background-image:url(images/about.jpg);
	background-repeat:no-repeat;
	width:980px;
	height:200px;
}

.directions{
	background-image:url(images/directions.jpg);
	background-repeat:no-repeat;
	width:980px;
	height:200px;
}

.events{
	background-image:url(images/events.jpg);
	background-repeat:no-repeat;
	width:980px;
	height:200px;
}

.parents{
	background-image:url(images/parents.jpg);
	background-repeat:no-repeat;
	width:980px;
	height:200px;
}

.photos{
	background-image:url(images/photos.jpg);
	background-repeat:no-repeat;
	width:980px;
	height:200px;
}

.staff{
	background-image:url(images/staff.jpg);
	background-repeat:no-repeat;
	width:980px;
	height:200px;
}

.volunteers{
	background-image:url(images/volunteers.jpg);
	background-repeat:no-repeat;
	width:980px;
	height:200px;
}

.player{
	float:right;
	margin-right:10px;
	margin-top:10px;
}