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

body  {
	font: 1em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #fff;
	background: url(images/top.gif) center top repeat-x #0c72b9;
}

a:focus {outline-style: none;}
a img {border: none;}
.clear {clear: both;}

a:link{color: #231f20;}
a:hover{color: #18486c;}
a:visited{color: #231f20;}

/*================= STRUCTURE =================*/

#container {
	width: 1000px;
	margin: 0 auto;
	font-size: .8em;
}

#header {
	height: 300px;
	margin-bottom: 70px;
	background: url(images/header.png) left top no-repeat;
}

#nav {
	width: 220px;
	float: right;
	margin: 10px 0 20px 0;
}

#maincontent, #sponsorsmod, #register {
	width: 760px;
	float: left;
	margin-bottom: 20px;
}

#rightcol {
	width: 220px;
	float: right;
}
	
/*===== Nav =====*/

#nav a {
	display: block;
	width: 220px;
	height: 30px;
	float: left;
	background: url(images/nav.png) left top no-repeat;
	text-indent: -5000px;
}

#nav #home {height: 50px;}
#nav #home:hover {background-position: right top;}
.home #nav #home {background-position: right top; cursor:default;}

#nav #about {background-position: left -50px;}
#nav #about:hover {background-position: right -50px;}
.about #nav #about {background-position: right -50px; cursor:default;}

#nav #raceinfo {background-position: left -80px;}
#nav #raceinfo:hover {background-position: right -80px;}
.raceinfo #nav #raceinfo {background-position: right -80px; cursor:default;}

#nav #results {background-position: left -110px;}
#nav #results:hover {background-position: right -110px;}
.results #nav #results {background-position: right -110px; cursor:default;}

#nav #sponsors {background-position: left -140px;}
#nav #sponsors:hover {background-position: right -140px;}
.sponsors #nav #sponsors {background-position: right -140px; cursor:default;}

#nav #challenges {height:50px;}
#nav #challenges {background-position: left -170px;}
#nav #challenges:hover {background-position: right -170px;}
.challenges #nav #challenges {background-position: right -170px; cursor:default;}

/*===== Tools =====*/

#tools {
	width: 220px;
	height: 48px;
	float: right;
	clear: right;
	background: url(images/tools_back.png) left top no-repeat;
	text-align: center;
	padding-top: 12px;
}

#tools img {
	margin: 0 7px;
}

/*===== Register =====*/

#register-now, #registration-closed {
	display: block;
	margin-left: 164px;
	width: 432px;
	height: 55px;
	background: url(images/register_now.png) center top no-repeat;
	text-indent: -5000px;
}

#registration-closed {
	background: url(images/registration_closed.png) center top no-repeat;
	cursor: default;
}

#register-now:hover {
	background-position: center bottom;
}

/*===== Main Content =====*/

#content-top {
	height: 30px;
	background: url(images/content_top.png) center top no-repeat;
}

#content {
	width: 710px;
	float: left;
	padding: 20px 25px 0 25px;
	background: url(images/content_tile.gif) center repeat-y;
	line-height: 1.5em;
}

#content-bottom {
	height: 26px;
	background: url(images/content_bottom.png) center top no-repeat;
}

h1, h2 {
	margin-top: 0;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h2 {
	font-size: 1.5em;
}

/*===== Sponsors =====*/

#sponsorsmod {
	background: url(images/sponsors_tile.gif) center repeat-y;
	text-align: center;
}

#sponsorstop {
	height: 89px;
	margin-bottom: 5px;
	background: url(images/sponsors_top.gif) center top no-repeat;
}

#sponsorsbottom {
	height: 26px;
	background: url(images/sponsors_bottom.gif) center bottom no-repeat;
}

#sponsorsmod img {
	margin: 0 15px;
}

/*===== News =====*/

#news {
	margin-bottom: 20px;
}

#newstop {
	height: 52px;
	background: url(images/news_top.png) center top no-repeat;
}

#newscontent {
	float: left;
	width: 190px;
	padding: 15px 15px 0 15px;
	background: url(images/news_tile.gif) center repeat-y;
}

#newsbottom {
	height: 26px;
	background: url(images/news_bottom.png) center bottom no-repeat;
}

#news ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#news li {
	padding: 7px 0 7px 30px;
	border-top: 1px solid #fff;
	background: url(images/news_stars.gif) left center no-repeat;
}

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

#news a:hover {
	color: #18486c;
	text-decoration: underline;
}

/*===== Footer =====*/

#footer {
	height: 160px;
	background: url(images/bottom.gif) center bottom repeat-x;
	text-align: center;
	line-height: 160px;
	font-size: .9em;
}

/*=== Add Comments ===*/

#comments form, #donation form {
	margin: 0;
	padding: 0;
}

#comments label, #donation label {
	width: 100px;
	float: left;
	text-align: right;
	padding-right: 5px;
}

#comments input, #comments textarea, #donation input {
	width: 200px;
	float: left;
	margin-bottom: 10px;
	padding: 2px;
	border: 1px solid #ccc;
}

#comments textarea {
	width: 680px;
	height: 150px;
	float: none;
}

#comments #commentbutton, #donation #commentbutton {
	height: 31px;
	border: none;
	background: url(images/submit.gif) top left no-repeat;
	cursor: pointer;
}

#comments #captcha-label {
	width: auto;
	margin-left: 10px;
}

#comments #captcha-input {
	width: 70px;
}

#comments #captcha {
	float: left;
	margin-bottom: 10px;
}

#comments #checkbox, #donation #checkbox, #donation radio-button {
	float: left;
	width: auto;
	background: none;
	border: none;
}

#comments br, #donation br {
	clear: left;
}

#form-left {
	width: 340px;
	float: left;
}

#form-right {
	width: 340px;
	float: right;
}

/*==================== DONATION PAGE ====================*/

#donation label {
	width: 225px;
}

#donation input {
	width: 300px;
}

#donation #auto-width {
	width: auto;
}

#donation select {
	float: left;
	border: none;
	margin-bottom: 10px;
	margin-right: 5px;
	border: 1px solid #ccc;
	color: #999;
}

.acceptance {
	margin: auto 0 0 230px;
}

#donation #checkbox {
	margin-left: 230px;
}

#donation #donation-button {
	width: 161px;
	height: 31px;
	border: none;
	background: url(images2/contribution.gif) top left no-repeat;
	cursor: pointer;
}

#donate-submit {
	width: 161px;
	margin: 30px auto 0 auto;
}

#donation #radio-button {
	width: 1em;
	margin-right: 5px;
	background: none;
	border: none;
}

#donation .radio-label {
	width: 60px;
	float: left;
	text-align: left;
}

#donation-amounts {
	float: left;
	margin: 0 0 20px 225px;
	_margin-left: 112px;
}

/*==================== CONTACT PAGE ====================*/

#contact-comments {
	width: 300px;
	height: 200px;
	border: 1px solid #ccc;
}

#donation #commentbutton {
	margin: 10px 0 0 230px;
}









