@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;
}

a {
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}

iframe {
	height:550px;
	width:550px;
	margin:10px 0 10px 0;
	border:0;
}

spacer {
	height:10px;
}

.indent {
	margin-left:10px;
}

.bold {
	font-weight:bold;
}

.error {
	font-weight:bold;
	color:#666;
	display:none;
	clear:both;
}

.highlight {
	background-color:#FDFBD9;
}

/* Top Navigation Buttons */
.topnav {
	background-color:#C00;
}

.topnav ul {
	background-color:#C00;
	float:right;
	list-style:none;
}

.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;
}

.submenu {
	display:none;
}

/* Header Delcarations */
.header {
	clear:both;
	height:150px;
	border-bottom:15px solid #FFF;
}

/* Column Wrapper */

.wrapper {
	background:#FFF;
}

/* Sidebar Navigation */

.sidebar img {
	margin:0;
	padding:0;
	vertical-align:bottom;
}

.sidebar {
	width:150px;
	background-color:#FFF;
	float:left;
	text-align:left;
	text-transform:uppercase;
	font-family:Calibri, Arial, sans-serif;
	line-height:2em;
}

.sidebar li {
	background-color:#C00;
}

.sidebar ul {
	list-style-type:none;
}

.sidebar li a {
	font-size:1.6em;
	padding:0 0 0 5px;
}

.sidebar ul ul li{
	background:#000;
	padding:0 0 0 5px;
}

.sidebar ul li a:hover {
	border-left:5px solid #000;
}

.sidebar ul ul li a:hover {
	border-left:5px solid #FFF;
}

.submenu a {
	color:#C00;
}

.submenu li {
	padding-left:10px;
	background:#FFF;
}

/* Sidebar News */
.news {
	margin:10px 0 0 3px;
	background-color:#FFF;
	color:#C00;
	font-size:1.3em;
	font-weight:bold;
	padding:0 0 10px 0;
}

.news p {
	margin:5px 5px 0 5px;
	background-color:#CCC;
	color:#000;
	font-family:Arial, sans-serif;
	font-size:.9em;
	font-weight:normal;
	line-height:1.2em;
	text-transform:none;
	border:thin solid #666;
	padding:0 0 0 2px;
}

/* Quicklinks */
.quicklink {
	margin:10px 0 0 3px;
	background-color:#FFF;
	color:#C00;
	font-size:1.3em;
	font-weight:bold;
	padding:0 0 10px 0;
}

.quicklink p {
	margin:5px 5px 0 5px;
	color:#000;
	font-family:Arial, sans-serif;
	font-size:.9em;
	line-height:1.2em;
	text-transform:none;
	padding:0 0 0 2px;
}

.quicklink a {
	color:#000;
}

.quicklink a:hover {
	color:#C00;
}

/* Main Content */
.content {
	padding:10px 15px 0 15px;
	color:#C00;
	float:right;
	width:570px;
	text-align:justify;
}

.content h1 {
	border-bottom:thick solid #C00;
	font-weight:bold;
	font-size:2em;
	margin-bottom:5px;
}

.content h2 {
	line-height:2.5em;
	font-size:1.4em;
}

.content h3 {
	font-weight:bold;
	font-size:1.2em;
	line-height:1.5em;
	padding:0 0 2px 10px;
}

.content h4 {
	font-weight:bold;
	font-size:1.1em;
	text-align:right;
	border-bottom:thin solid #666;
	margin-bottom:5px;
}

.content p {
	line-height:1.25em;
	font-size:1.2em;
	padding-bottom:.8em;
	color:#000;
	padding:0px 10px 5px 15px;
}

.content a {
	color:#3C3C3C;
	text-transform:uppercase;
	font-size:.9em;
}

.content a:hover {
	color:#000;
	text-transform:uppercase;
	font-size:.9em;
}

.coach {
	float:left;
	margin-right:10px;
}

.content ul {
	list-style:inside square;
	padding:5px 0 5px 40px;
	display:block;
}

/* 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;
}

/* FORMS */

form {
	margin-top:10px;
}

.submit input {
	background-color:#C00;
	color:#FFF;
	border: 0px;
	text-transform:uppercase;
	font-weight:bolder;
	margin-top:5px;
}

textarea {
	width:400px;
	height:10em;
	margin-left:5px;
}

/* Announcement Form */
.announcement_form label {
	float:left;
	width:110px;
	text-align:right;
}

.announcement_form select {
	width:11em;
	margin-left:5px;
}

.announcement_form input {
	width:11em;
	margin-left:5px;
}

.announcement_form .submit input {
	margin-left:115px;
	width:5em;
}

/* Attendance Form */

.attendance_form label {
	float:left;
	text-align:left;
}

/* Contact Form */

.contact_form label {
	float:left;
	width:110px;
	text-align:right;
}

.contact_form select {
	width:11em;
	margin-left:5px;
}

.contact_form input {
	width:11em;
	margin-left:5px;
}

.contact_form .submit input {
	margin-left:115px;
	width:5em;
}

/* Login Form */

.login label {
	float:left;
	width:110px;
	text-align:right;
}

.login input {
	width:11em;
	margin-left:5px;
}

.login .submit input {
	margin-left:115px;
	width:5em;
}

/* Lookup Form */

.lookup {
	width:200px;
	background:#DDD;
	margin-left:20px;
	text-align:center;
}

.lookup input {
	width:150px;
}
.lookup label {
	letter-spacing:0.2em;
	font-weight:bold;
}

.lookup .submit input {
	width:5em;
}

/* News Post Form */

.newspost_form label {
	float:left;
	width:110px;
	text-align:right;
}

.newspost_form select {
	width:11em;
	margin-left:5px;
}

.newspost_form input {
	width:11em;
	margin-left:5px;
}

.newspost_form .submit input {
	margin-left:115px;
	width:5em;
}

/* Ride Search Form */

.ride_search {
	text-align:justify;
	font-size:120%;
}

.ride_search p {
	margin-top:10px;
	vertical-align:top;
}

.ride_search label {
	margin-right:5px;
	text-align:right;
	width:200px;
	float:left;
}

.ride_search input {
	vertical-align:middle;
}

#id_textbox {
	width:6em;
}

#capacity {
	width:3em;
}

#available_seats {
	width:3em;
}

#departure {
	width:5em;
}

/* Verify Member Information Form */

.verify_form label {
	float:left;
	width:110px;
	text-align:right;
}

.verify_form select {
	width:11em;
	margin-left:5px;
}

.verify_form input {
	width:11em;
	margin-left:5px;
}

.verify_form .submit input {
	margin-left:115px;
	width:5em;
}

/* TABLE PROPERTIES */
.attendance {
	color:#000;
	text-align:justify;
	table-layout:auto;
}

.attendance td {
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	font-size:1.2em;
}

.ride_search_table {
	font-size:110%;
	text-align:center;
	border:#000 thin solid;
}

.driver td {
	font-size:90%;
	text-align:left;
	border-top:#999 2px solid;
	border-bottom:#CCC thin solid;
	border-right:#CCC thin solid;
	font-weight:bold;
	padding:1px 2px 1px 5px;
}

.fields td {
	padding:0 5px 0 5px;
	border-right:#000 thin solid;
}

.passenger td {
	font-size:90%;
	border-bottom:#CCC thin solid;
	border-right:#CCC thin solid;
	padding-right:4px;
	vertical-align:middle;
	text-indent:10px;
	text-align:left;
}

.directory {
	font-size:90%;
	text-align:left;
}

.directory p {
	padding:0 0 0 0;
}

.directory td {
	vertical-align:middle;
	border-bottom:#000 thin solid;
	border-right:#000 thin solid;
	padding:1px 2px 2px 5px;
}