html {
	min-height: 100%;
	height:100%;
}

body {	
	background:#002463 url("../images/bg_footer.gif") repeat-y top center;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size:12px;
	color: #ffffff;
	height: 100%;
	margin:0;
}

h1 {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 28px;
	color: #ffffff;
	line-height:normal;
	padding:0;
	margin: 0 0 10px 0;
}

h2 {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 34px;
	color: #ffffff;
	font-weight:bold;
	margin: 0 0 10px 0;
}

h3 {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
	padding:0;
	margin: 0;
}

p {
	line-height: 20px;
	margin:0 0 20px 0;
}

a {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	color: #ee8d21;
	text-decoration: underline;
}

strong {}

.border {
	border:1px solid #c7c7c7;
}

.border-left {
	float:left;
	margin:0 10px 10px 0;
	border:1px solid #c7c7c7;
}

.border-right {
	float:right;
	margin:0 0 10px 10px;
	border:1px solid #c7c7c7;
}

.noborder {
	border:0;
	padding:0;
	margin:0;
}

.nav_text {
	display:none;
}

.container {
	position:relative;
	margin:0 10px 0 14px;
}

.hr {
	background:url("../images/hr.gif") repeat-x;
	height:1px;
	line-height: 1px;
	position:relative;
	text-align:left;
	margin: -5px 0 20px 0;
	padding: 0;
	border: 0;
}

.hr hr {
	display:none;
}

ol {
	margin:0 0 20px 20px;
}

ol li {
	line-height:22px;
}

#content ul {
	width:100%;
	margin:5px 0 20px 0;
	padding:0;
	list-style:none;
}

#content ul li {
	padding-left: 15px;
	background:url("../images/bullet.gif") no-repeat 0 8px;
	margin:0 10px 0 0;
	line-height:22px;
}

/********************* MAIN BODY *************************/

#main_body {
	position:relative;
	margin: auto;
	z-index:100;
	background:url("../images/bg_content.gif") repeat-y top center;
}

/********************* LAYOUT STYLES *************************/

#top {
	position:relative;
	height:245px;
	z-index:200;
}

#banner {
	position:relative;
	margin:auto;
	width:960px;
	height:230px;
}

a.logo {
	display:block;
	position:absolute;
	top:0;
	right:0;
	height:229px;
	width:480px;
	background:url("../images/logo.png") no-repeat top left;
	text-indent:-3000px;
}

#date {
	position:relative;
	width:100%;
	height:93px;
	background:url("../images/bg_date.gif") repeat-x top center;
}

.date_banner {
	position:relative;
	margin:auto;
	width:960px;
	height:93px;
	background:url("../images/bg_topdate.gif") no-repeat top center;
}

a.btn_signup {
	display:block;
	position:absolute;
	top:13px;
	right:0;
	height:52px;
	width:175px;
	background:url("../images/btn_signup.gif") no-repeat top left;
	text-indent:-3000px;
}

#content {
	position:relative;
	margin:auto;
	width: 960px;
}

body a:hover {
	background-position:0% 100%;
}


/********************* INTERIOR LAYOUT STYLES *************** */

.col_1 {
	position:relative;
	float:left;
	left:60px;
	width:270px;
	padding:0;
	margin:0;
}

.col_2 {
	position:relative;
	float:left;
	left:95px;
	width:570px;
	padding:0 0 20px 0;
	margin:0;
}


/* ***************  ROSTER STUFF *************** */

tr.header_row { background-color: #17528F; }

tr.header_row td { background-color: #17528F; font-size: 12px; color: #bfe7fa; font-weight: bold; }

h3.division_title {
	font-size: 13px;
	margin: 0 0 10px 0;
	padding: 2px 5px 2px 5px;
	background:#00235D;
}

h3.division_title a, #news a {
	color:#ffffff;
	text-decoration:none;
}

h3.division_title a:hover, #news a:hover {
	color:#ee8d21;
	text-decoration:underline;
}

table.team_list {
	position: relative;
	margin: 3px 0 20px 5px; 
}

table.team_list td {
	vertical-align: top;
}

table.team_list p {
	margin: 0 0 5px 0;
}

.mug_sm {
	width: 28px;
	height: 28px;
	background-color: #fff;
	background-image: url(../images/blank.gif);
	background-repeat: no-repeat;
	border: 1px solid #0C153C;
	margin: 3px 0 0 0;
}

.mug {
	width: 100px; 
	height: 100px;
	background-color: #fff;
	background-image: url(../images/mug_bg.gif);
	background-repeat: no-repeat;
	margin: 0 0 10px 0; 
	border: 1px solid #0C153C;
}

table.member_details {
	width: 100%;
}

table.member_details td {
	vertical-align: top;
}

.pledge_table {
	width:80%;
	border:1px solid #00225D;
}

.pledge_table th {
	font-weight:bold;
	background:#00225D;
}

.even {
	background:#1facd3;
}

/* ***************  FOOTER STYLES *************** */

#footer {
	position:relative;
	width:960px;
	margin:auto;
	padding:30px 0 30px 0;
}

.foot_1 {
	position:relative;
	float:left;
	left:60px;
	width:270px;
	padding:0;
	margin:0;
}

.foot_2 {
	position:relative;
	float:left;
	left:60px;
	width:620px;
	padding:0;
	margin:0;
}

#button_box {
	position:relative;
	width:250px;
	height:250px;
	padding:0 0 0 20px;
	background:url("../images/bg_buttonbox.gif") no-repeat top left;
}

a.btn_signuptorace {
	display:block;
	position:relative;
	height:34px;
	width:250px;
	background:url("../images/btn_signuptorace.gif") no-repeat top left;
	text-indent:-3000px;
	margin:3px 0 0 0;
}

a.btn_pledgedonate {
	display:block;
	position:relative;
	height:34px;
	width:250px;
	background:url("../images/btn_pledgedonate.gif") no-repeat top left;
	text-indent:-3000px;
	margin:4px 0 0 0;
}

a.btn_racerlogin {
	display:block;
	position:relative;
	height:34px;
	width:250px;
	background:url("../images/btn_racerlogin.gif") no-repeat top left;
	text-indent:-3000px;
	margin:4px 0 0 0;
}

#news {
	position:relative;
	width:515px;
	height:185px;
	padding:45px 30px 20px 45px;
	background:url("../images/bg_news.gif") no-repeat top left;
}

#news p {
	line-height:16px;
	margin:0 10px 10px 0;
}

.small {
	font-size:10px;
	color:#426FAC;
}

.foot_logos {
	position:relative;
	width:370px;
	height:110px;
	margin:auto;
	clear:both;
}

/* ***************  SUCKERFISH NAV STYLES *************** */

#main_nav {
	position:absolute;
	left:0;
	bottom:1px;
	width:672px;
	z-index:101;
}

#nav li#btn_about  { 	background-image: url("../images/btn_about.gif"); 	width: 134px;height: 22px;	}
#nav li#btn_races { 	background-image: url("../images/btn_races.gif"); 	width: 135px;height: 22px;	}
#nav li#btn_festival { 	background-image: url("../images/btn_festival.gif"); 	width: 134px;height: 22px;	}
#nav li#btn_pledge { 	background-image: url("../images/btn_pledge.gif"); 	width: 135px;height: 22px;	}
#nav li#btn_sponsors { 	background-image: url("../images/btn_sponsors.gif"); 	width: 134px;height: 22px;	}

.on {
	background-position:0% 100%;
}

#nav li a {
	display:block;
	width:auto;
	height:100%;
	color:#ffffff;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}

#nav li a:hover {
	display:block;
	width:auto;
	height:100%;
	text-decoration:none;
	color:#ffffff;
}