/* CSS Document */

/*
TABLE OF CONTENTS

HTML Elements
Page Structure
Navigation
Headings
Content Area
Forms
Clear
Footer

/* ———- @ HTML Elements ———–*/

* {
margin: 0;
padding: 0;
}

body {
	
	background: #36352e url(/images/bg.jpg);
	min-height:101%;
	font-size: 1em;
	margin-top: 20px;
}

html {
font-size: 100%;
}

body, form {
font-family: Arial,Verdana
}

p {

	line-height: 18px;
}
li {
	padding: 0px 0px 8px 0px;
}


a:link, a:visited {
	text-decoration:none;
	color: #000000;
}

a:hover, a:active {
	color:#000000;
	text-decoration:overline
}

*:focus {
outline: none
}

/* ———- @ Page Structure ———–*/

#wrapper {
	background: url(/images08/bg_wrapper.jpg);
	margin: 0 auto;
	font-size: 0.8em;
	width: 821px;
}

#masthead-interior{
	margin: 0 auto;
	height: 261px;
	width: 819px;
	background-image: url(../images09/mastheadin.jpg);
}

#masthead-interior2 {
	margin: 0 auto;
	height: 261px;
	width: 819px;
	background-image: url(../images09/masthead_sp2.jpg);
}

#masthead-interior3 {
	margin: 0 auto;
	height: 261px;
	width: 819px;
	background-image: url(../images09/masthead_sp3.jpg);
}

#masthead-interior4 {
	background: url(/images08/masthead_sp4.jpg);
	margin: 0 auto;
	height: 261px;
	width: 819px;
}


#masthead-interior5 {
	background: url(/images08/masthead_sp5.jpg);
	margin: 0 auto;
	height: 261px;
	width: 819px;
}
#masthead-home h2 {
	font-size: 1.3em;
	line-height: 1.3em;
	color: #232323;
}

#intro-text {
padding: 300px 40px 0px 40px;
}

.left {
float:left;
}

.right {
float:right
}

/* ———- @ Navigation ———–*/

#nav {
	height: 20px;
	float: right;
	padding: 30px 0px 0px 0px;
	
}



#nav li {
	list-style: none;
	float: left;
	display: block;
	
	
}

#nav a {
	height: 12px;
	display: block;
	color: #FF9900;
	text-indent: -9000px;
	padding-right: 16px;
}

a#overview {
	background:url(/images08/nav_overview.jpg);
	background-repeat: no-repeat;
	width: 63px;
}
a#overview-on, a#overview:hover {
	background:url(/images08/nav_overviewON.jpg);
	background-repeat: no-repeat;
	width: 63px;
}

a#details {
background:url(/images08/nav_details.jpg);
background-repeat: no-repeat;
width: 46px;
}

a#details-on, a#details:hover {
background:url(/images08/nav_detailsON.jpg);
background-repeat: no-repeat;
width: 46px;
}

a#register {
background:url(/images08/nav_register.jpg);
background-repeat: no-repeat;
width: 57px;
}

a#register-on, a#register:hover {
background:url(/images08/nav_registerON.jpg);
background-repeat: no-repeat;
width: 57px;
}

a#coaches {
	background: url(/images08/nav_coaches.jpg);
	background-repeat: no-repeat;
	width: 60px;
}
a#coaches-on, a#coaches:hover {
	background: url(/images08/nav_coachesON.jpg);
	background-repeat: no-repeat;
	width: 60px;
}

a#schedule {
	background: url(/images08/nav_schedule.jpg);
	background-repeat: no-repeat;
	width: 62px;
}
a#schedule-on, a#schedule:hover {
background:url(/images08/nav_scheduleON.jpg);
background-repeat: no-repeat;
width: 62px;
}

a#tobring {
	background: url(/images08/nav_tobring.jpg);
	background-repeat: no-repeat;
	width: 96px;
}
a#tobring-on, a#tobring:hover {
	background: url(/images08/nav_tobringON.jpg);
	background-repeat: no-repeat;
	width: 96px;
}

a#directions {
	background: url(/images08/nav_directions.jpg);
	background-repeat: no-repeat;
	width: 71px;
}
a#directions-on, a#directions:hover {
	background: url(/images08/nav_directionsON.jpg);
	background-repeat: no-repeat;
	width: 71px;
}

a#home {
	background: url(/images08/nav_home.jpg) no-repeat;
	width: 40px;
}
a#home:hover {
	background: url(/images08/nav_homeON.jpg) no-repeat;
	width: 40px;
}



/* ———- @ Headings ———–*/

h1, #logo {
width: 150px;
background: url(/images/logo.png);
height: 146px;
text-indent:-9000px;
font-size: 1.8em
}

h2 {
padding: 5px 0px 12px 0px;
}

h3 {
	font-size: 1.1em;
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	color: #92B3D6;
	padding: 0px 0px 3px 0px;
	letter-spacing: 0.14ex;
}

h4 {
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;

}

h5 {
	font-size: 1em;
	padding-bottom: 6px;
	color: #F58C23;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* ———- @ Content Area ———–*/

/*Home*/

#content {
	clear: both;
	margin: 0 auto;
	background: #606060;
	width: 819px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
}

#content-left {
	width: 450px;
	float: left;
	margin-right: 25px;
	padding: 15px 15px 20px 40px;
	border-right: 1px solid #808080;
}

#content-left h4 {
	color: #92B3D6;
	font-size: 1.1em;
	padding: 0px 0px 3px 0px;
}

#content-left p {
padding: 0px 20px 8px 0px;
}

#content-left ol {
margin: 5px 0px 5px 50px;

}

#content-left li {
	margin-left: 0px;
	padding: 0px 0px 8px 0px;
}

#directions-text {
padding-top: 10px;
}

#directions-text h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #f38b29;
font-size: 1em;
padding: 1px 0px 4px 0px;
	text-transform: none;
}

#directions-text h4 {
color: #92B3D6;
font-size: 1em;
padding: 0px 0px 1px 0px;
text-transform: none;
}

#directions-text p {
font-size: 11px;
padding: 0px 20px 10px 0px;
}

#content-left-half {
    width: 360px;
	float: left;
	margin-right: 25px;
	padding: 15px 20px 20px 40px;
	border-right: 1px solid #808080;
}

#content-left-half p {
padding: 4px 12px 8px 0px;
line-height: 21px;
}

#content-left-half h4{
	color: #92B3D6;
	font-size: 1em;
	padding: 0px 0px 5px 0px;
	text-transform: uppercase;
}

 #sidebar-half h4 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #92B3D6;
	font-size: 1.2em;
	padding: 0px 0px 1px 0px;
	text-transform: uppercase;
}



#overviewpage #sidebar-half h4 {

	color: #92B3D6;

}


#sidebar, #sidebar-register, #sidebar-directions {
	padding: 22px 20px 20px 30px;
}
#sidebar p {
padding: 2px 10px 6px 0px;
line-height: 16px;
}


#sidebar ul, #sidebar-directions ul {
list-style-type: none;
margin-bottom: 0px;
padding-bottom: 20px;
}


#sidebar li {
	margin-left: 0px;
	padding: 1px 0px;
}

#sidebar-directions li {
	margin-left: 0px;
	padding: 0px 0px 8px 10px;
}
#sidebar-half {
padding: 18px 30px 20px 25px;
}
#sidebar-half p {
padding: 2px 5px 16px 0px;
line-height: 20px;
}

.dividing-line {
margin: 10px 0px 10px 0px;
}

#content a:link, a:visited {
	color: #92B3D6;
	text-decoration: underline;
}

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

.blue {
	color: #92B3D6;
}

#bullets {
	list-style-image: url(../images08/bullet.jpg);
	margin: 14px 0px 11px 20px;
}


.image-right {
float: right;
padding: 4px 10px 0px 0px;
}


#scheduleu13 {
margin-top: 0px;
}
#content-left td {
padding: 0px 5px 4px 2px;
}

#teens {
margin: 10px 0px 10px 0px;
}

#teens td {
padding: 3px 0px 3px 3px;
}
#u13 td {
padding: 3px 0px 3px 3px;
}


#content-left-half td {
padding: 0px 5px 4px 0px;
}

#scheduleteen, {
margin-top: 8px;
}


#scheduleteen td {
padding: 3px 32px 2px 3px;
vertical-align: middle;
}


.td-line-b {
	height: 20px;

	background: #4D4D4D;
}

.small-text {
	font-size: 11px;
}



/* ———- @ Images ———–*/

#content-left-half .img-left {
float: left;
margin: 8px 12px 6px 0px;
border: 1px solid black;
}

.image-border {
	border: 1px solid #353535;
}

.image-border-two {
	border: 1px solid #353535;
	margin-top: 26px;
}

.line-pad {
margin: 6px 0px 8px 0px;
}




#sidebar-register a:link {
text-decoration: none;

}
#sidebar-register a:visited {
text-decoration: none;
}
#sidebar-register a:hover {
	text-decoration: none;
	color: #333333;
}

.directions a:link{
padding: 0px 0px 10px 0px;
}
 #sidebar-half h4 {
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
		color: #F1811D;
	font-size: 1.2em;
	padding: 0px 0px 1px 0px;
	text-transform: none;
	letter-spacing: 0.12ex;
}
#sidebar-register h4  
{font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F1811D;
	font-size: 1.2em;
	padding: 0px 0px 1px 0px;
	margin-bottom: 12px;
	text-transform: none;
	}

/* ———- @ Forms ———–*/

.button {
background: #000 ! important;
border:#F7ECD4 1px solid;
padding: 2px;
margin: 0 2px 0 0;
color:#FFF;
}

.button:focus {
padding:2px;
background: #000 ! important;
}

.button:hover {
background: #CCC ! important;
color: #000;
}

/*Clear*/

.clearfloat:after {
content:”.”;
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfloat {
display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfloat {
height:1%;
}

*+html .clearfloat {
height:1%;
}

.clearfloat {
display:block;
}
/* End hide from IE-mac */

/* ———- @ Footer ———–*/

#footer {
	clear: both;
	padding: 5px 0px 5px 20px;
	color:#999999;
	background: #4C4C4C;
	border-top: 1px solid #F58C23;
	border-bottom: 1px solid #000;
}
#footer a:link {
text-decoration: none;
}

