/* 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 {
margin: 10px 20px 14px 0px;
line-height: 18px;
}

#content-right p {
margin: 10px 25px 4px 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-home {
	margin: 0 auto;
	height: 396px;
	width: 819px;
	background-image: url(../images09/mastheadhome09.jpg);	
}

#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: 5px;
	padding-left:  20px;
}

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

a#overview:hover {
	background:url(/images08/nav_overviewON.jpg);
	background-repeat: no-repeat;
}


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#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;
}



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

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

h2 {
font-size: 1.6em
}

h3 {
font-size: 1.2em;
font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	color: #f3821c;
}

h4 {
font-size: 1.2em
}


/* ———- @ 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: 340px;
	float: left;
	margin-right: 15px;
	padding: 18px 20px 20px 40px;
}
#content-right {
	padding: 18px 20px 20px 10px;
}


#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: 10px 0px 5px 15px;
}

li {
	padding: 0px 0px 8px 0px;
}

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






/* ———- @ 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;
}