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

/* General declarations for the entire site */
* {
	margin:0;
	padding:0;
}
	
body {
	margin:20px auto;
	font-family:Arial, sans-serif;
	font-size:62.5%;
	color:#000;
	background-color:#DDD;
	width:750px;
}

ul {
	list-style-type:none;
}

.usebullet {
	list-style-type:disc;
	padding-left:15px;
}

a {
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}

iframe {
	height:550px;
	width:550px;
	margin:10px 0 10px 0;
	border:0;
}

table {
	color:#000;
	padding:10px 0 10px 20px;
}

td {
	width:120px;
}

.longtd {
	width:250px;
}

.bold {
	font-weight:bold;
}

spacer {
	height:10px;
}

#pageID {
	visibility:hidden;
}

/* Top Navigation Buttons */
.topnav {
	background-color:#C00;
}

.topnav ul {
	background-color:#C00;
	float:right;
}

.topnav ul a {
	font-size:1.5em;
	padding:5px 10px 0px 10px;
}

.topnav ul a:hover {
	color:#C00;
	background-color:#FFF;
	margin:20px 0;
}
	
#school {
	letter-spacing:5px;
}

/* Header Delcarations */
.header {
	clear:both;
	background:url(../img/head2.jpg) no-repeat;
	height:150px;
	border-bottom:15px solid #FFF;
}

/* Column Wrapper */

.wrapper {
	background:#FFF;
}

/* Sidebar Navigation */

.sidebar img {
	margin:0;
	padding:0;
	vertical-align:bottom;
	width:150px;
	border:0;
}

.sidebar {
	width:150px;
	background-color:#FFF;
	float:left;
	text-align:left;
	font-family:Calibri, Arial, sans-serif;
	line-height:2em;
}

.sidebar li {
	background-color:#C00;
}

.sidebar li a {
	font-size:1.8em;
	padding:0 0 0 5px;
}

.sidebar ul ul li{
	background:#000;
	padding:0 0 0 5px;
}

.sidebar ul ul {
	display:none;
}

.sidebar ul:hover ul {
	display:inline;
}

.sidebar ul li a:hover {
	border-left:5px solid #000;
}

.sidebar ul ul li a:hover {
	border-left:5px solid #FFF;
}

/* Sidebar News */
.news {
	margin:10px 0 0 3px;
	background-color:#FFF;
	color:#C00;
	font-size:1.3em;
	font-weight:bold;
}

.news img {
	padding:2px 0;
}

.news p {
	margin:5px 5px 0 5px;
	background-color:#CCC;
	color:#000;
	font-family:Arial, sans-serif;
	font-size:.8em;
	font-weight:normal;
	line-height:1.2em;
	text-transform:none;
	border:thin dashed #666;
}

/* Main Content */
.content {
	background-color:#FFF;
	padding:10px 15px 0 15px;
	color:#C00;
	float:right;
	width:570px;
}

.content h1 {
	border-bottom:thick solid #C00;
	font-weight:bold;
	font-size:2em;
}

.content h2 {
	line-height:2.5em;
	font-size:1.4em;
	clear:both;
}

.content h3 {
	font-weight:bold;
	font-size:1.2em;
	line-height:1.5em;
}

.content h4 {
	font-weight:bold;
	font-size:1.1em;
	text-align:right;
	border-bottom:thin solid #666;
}

.content p {
	line-height:1.25em;
	font-size:1.2em;
	margin: 0 2em .8em .5em;
	color:#000;
}

.content a {
	color:#3C3C3C;
	text-transform:uppercase;
	font-size:.9em;
}

.content ul {
	margin-left:15px;
	padding-bottom:10px;
}

.content a:hover {
	color:#000;
	text-transform:uppercase;
	font-size:.9em;
}

.coach {
	float:left;
	margin-right:10px;
}

#warning1 {
	font-size:1.9em;
	color:#C00;
	text-align:center;
	padding:.6em 0 0 0;
}

#warning2 {
	font-size:1.9em;
	color:#C00;
	text-align:center;
}

.caption {
	font-style:italic;
	font-weight:bold;
	float:left;
	padding:10px 0 0 0;
}

.headshot {
	height:150px;
	padding:10px 15px 40px 20px;
	width:auto;
	float:left;
	clear:both;
}

.blurb {
	float:left;
	width:375px;
}

.official {
	clear:both;
}

.blurb_list {
	float:left;
	width:400px;
}

#blockquote {
	color:#C00;
	padding:10px 30px 20px 30px;
	font-style:italic;
	font-size:1.3em;
	font-weight:bold;
	text-align:justify;
}

.content .title {
	font-weight:bold;
	text-indent:10px;
	font-size:1.3em;
	margin:0;
}

.content .address {
	text-indent:13px;
	margin:.25em 0;
}

.content .phone {
	text-indent:13px;
	margin:.25em 0;
}

.content .webaddress {
	text-indent:13px;
	margin:0 0 1em 0;
}

.content .webaddress a {
	text-transform:lowercase;
}

/* Sponsor and Footer */
.footer {
	clear:both;
	padding:10px 30px 10px 30px;
	text-align:justify;
	font-size:1.15em;
	background-color:#FFF;
	border-top:thin solid #C00;
	border-bottom:thick solid #C00;
}

.footer a {
	text-transform:uppercase;
	font-size:.9em;
	color:#333;
}

.footer a:hover {
	text-transform:uppercase;
	font-size:.9em;
	color:#000;
}

.footer img {
	border:0;
}

/* Forms */
label {
	float:left;
	width:100px;
	text-align:right;
}

select {
	width:10em;
	margin-left:5px;
}


input {
	width:10em;
	margin-left:5px;
}

.submit input {
	background-color:#C00;
	color:#FFF;
	border: 0px;
	text-transform:uppercase;
	font-weight:bolder;
	margin-left:105px;
	width:5em;
}

textarea {
	width:400px;
	height:10em;
	margin-left:5px;
}