@charset "utf-8";
/* CSS Document */

body {
	background: #b93500 url(images/page-bkd.jpg) repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	}

h1 {
	font-family: Verdana, Tahoma, Arial;
	font-size: 20px;
	line-height: 26px;
	color: #FFFFFF;
	padding: 0 25px;
	}

h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	padding: 0 25px;
	}

h3 {
	font-size: 16px;
	line-height: 19px;
	padding: 0 25px;
	}

h4 {
	font-size: 14px;
	line-height: 17px;
	padding: 0 25px;
	}

p {
	padding: 0 40px;
	}
	
.hr {
	height: 0;
	border-top: 1px solid #000;
	margin: 20px 40px;
	}

a:link {
	text-decoration: none;
	color: #b93500;
	}

a:hover {
	text-decoration: underline;
	color: #ff6725;
	}

a:visited {
	text-decoration: none;
	color: #b93500;
	}

a:visited:hover {
	text-decoration: underline;
	color: #ff6725;
	}

img {
	border: none;
	}

#content {
	background: url(images/content-top-09.jpg) 0 11px no-repeat;	
	width: 550px;
	min-height: 480px;
	position: absolute;
	top: 139px;
	left: 186px;
	margin: 0;
	padding: 0 131px 40px 0;
	}

#content-membership {
	background: url(images/content-top-membership.jpg) 0 11px no-repeat;	
	width: 550px;
	position: absolute;
	top: 139px;
	left: 186px;
	margin: 0;
	padding: 0 131px 40px 0;
	}

#content-charity {
	background: url(images/content-top-charity.jpg) 0 11px no-repeat;	
	width: 550px;
	position: absolute;
	top: 139px;
	left: 186px;
	margin: 0;
	padding: 0 131px 40px 0;
	}

#charity-spacer {
	height: 280px;
	}
	
#content-fh08 {
	background: url(images/content-top-fh08.jpg) 0 11px no-repeat;	
	width: 550px;
	position: absolute;
	top: 139px;
	left: 186px;
	margin: 0;
	padding: 0 131px 40px 0;
	}

#fh08-spacer {
	padding-top: 340px;
	text-align: center;
	}

#content-thanksgiving {
	background: url(images/content-top-thanksgiving.jpg) 0 11px no-repeat;	
	width: 550px;
	position: absolute;
	top: 139px;
	left: 186px;
	margin: 0;
	padding: 0 131px 40px 0;
	}

#thanksigiving-spacer {
	padding-top: 340px;
	text-align: center;
	}

#content-membership h1 {
	padding: 0 25px 295px 25px;
	}

#nav {
	float: left;
	color: #787878;
	line-height: 34px;
	background: url(images/nav-bkd.jpg) 0 11px no-repeat;
	width: 176px;
	height: 100%;
	margin: 0;
	padding-left: 10px;
	position: absolute;
	top: 139px;
	left: 0;
	}

#nav p {
	padding-left: 15px;
	}

#nav a {
	font-size: 14px;
	color: #ff6725;
	}
	
#nav a:hover {
	text-decoration: underline;
	color: #ff8830;
	}

.subhead {
	font-weight: bold;
	font-size: 14px;
	}

#list {
	padding: 0 55px 0 30px;
	}

#bigpic {
	text-align: center;
	}

table.schedule {
	width: 450px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	margin: 20px 0 0 50px;
	}

table.schedule td {
	padding: 5px;
	border-bottom: 1px solid #999;
	}

td.sched-head {
	background: url(images/sched-head.gif);
	color: #FFF;
	text-align: center;
	font-weight: bold;
	}

tr.sched-subhead td {
	background: url(images/sched-subhead.gif);
	color: #FFF;
	}

td.date {
	width: 125px;
	border-right: 1px solid #999;
	}

td.opponent {
	width: auto;
	}

td.helmet {
	width: 33px;
	padding-left: 0;
	border-right: 1px solid #999;
	}

td.time {
	width: 50px;
	border-right: 1px solid #999;
	}
	
td.result {
	width: 50px;
	}

table.gallery {
	width: 450px;
	margin-left: 50px;
	clear: both;
	}

td.gallerythumb {
	width: 150px;
	height: 125px;
	text-align: center;
	padding: 0;
	}

table.officers {
	margin-left: 45px;
	}

table.officers td {
	width: 225px;
	padding-top: 25px;
	text-align: center;
	}

table.contact {
	margin-left: 40px;
	}

table.contact textarea {
	width: 300px;
	height: 200px;
	}

input.textline {
	width: 200px;
	}

td.contactleft {
	width: 75px;
	vertical-align: top;
	text-align: right;
	}

#mvp img {
	float: left;
	padding: 0 5px 5px 20px;
	}

.newsbug {
	float: left;
	margin: 0 10px 0 20px;
	}

.floatL {
	float:left;
	margin: 0 20px 10px 0;
	}