/*
	Eric Meyers Reset
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
html {
     overflow: -moz-scrollbars-vertical;
}

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {
	color: #2652AE;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
.clear {
	clear: both;
}

/*
	General Styling
*/
body{
	background: #d2d2d2 url(/media/images/bg_canvas.jpg) repeat;
	color: #4E4E4E;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
}
img {
	border: none;
}
form, fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Rockwell, "Courier New", Courier, Georgia, Times, "Times New Roman", sans-serif;
	font-weight: 500;
	color: #333;
	margin: 15px 0 15px 0;
}
h1 {font-size:2.25em;}
h2 {font-size:2em;}
h3 {font-size:1.65em;}
h4 {font-size:1.45em;}
h5 {font-size:1.35em;}
h6 {font-size:1.25em;}
p {
	line-height: 1.35em;
	margin: 10px 0 10px 0;
}
.clear { 
	clear: both;
}
.container {
	width: 960px;
	margin: 0 auto;
	clear: both;
}

/*
	Column Styling
*/
.column {
	margin: 0 10px 0 10px;
	float: left;
}
.half {
	width: 460px;
	margin: 0 10px 0 10px;
}
#sponsors .half {
	background: transparent url(/media/images/bg_section_sponsors_logos.png) no-repeat top left;
}
.one-left, .one-right {
	width: 220px;
}
.one-right {
	float: right;
}
.one-left .note, .one-right .note {
	background: url(/media/images/bg_note.png) no-repeat top;
	margin-top: 20px;
	padding: 5px 20px 10px 20px;
	height: 257px;
}
.two-left, .two-right {
	width: 700px;
}
.two-left .half-left, .two-left .half-right {
	float: left;
	width: 300px;
}
.two-left .half-right {
	margin-left: 40px;
}
.two-left {
	clear: both;
	float: left;
}



/*
	Header Styling
*/

.header {
	background: url(/media/images/bg_header.jpg) no-repeat top;
}
.header .bottom {
	background: url(/media/images/bg_canvas_header_bottom.png) repeat-x bottom;
	height: 525px;
}
.header .nav {
	background: url(/media/images/bg_nav_80.png) no-repeat top;
	background-position: 50% -5px;
	height: 76px;
	margin: 0 auto;
	width: 1035px;
}
.header .nav .logo {
	float: left;
	margin-left: 50px;
	margin-top: -5px;
	width: 183px;
}
.header .nav .logo:hover {
	margin-top: -3px;
}
.header .nav ul.menu  {
	float: right;
	font-family: Rockwell, "Courier New", Courier, Georgia, Times, "Times New Roman", sans-serif;
	font-size: 1.35em;
	list-style: none outside none;
	margin-top: 15px;
	margin-right: 45px; 
}
.header .nav ul.menu  li {
	float: left;
	margin-left: 35px;
	padding: 0 0 2px 0;
	text-align: right;
}
.header .nav ul.menu li:hover {
	border-bottom: 2px solid #4E4E4E;
}
.header .nav ul.menu  li a {
	color: #E7E2DC;
	text-decoration: none;
}
.header .nav ul.menu li a.notready:hover {
	text-decoration: line-through;
}
.header .announce {
	background: url(/media/images/bg_announce.png) no-repeat top left;
	color: #FFF;
	float: left;
	min-height: 150px;
	margin: 90px 0 0 -20px;
	width: 650px;
}
.header .announce h1 {
	margin: 20px 0 5px 90px;
	color: #FFF;
}
.header .announce p {
	margin: 5px 0 0 90px;
	width: 480px;
}
.header .signup {
	background: url(/media/images/bg_header_signup-top.png) no-repeat top;
	float: right;
	margin: 20px 0 0 0;
	width: 257px;
}
.header .signup .signup-bottom {
	background: url() no-repeat top;
	height: 18px;
}
.header .signup fieldset {
	margin: 20px;
}
.header .signup h2 {
	font-size: 1.5em;
	font-weight: 500;
	margin: 0 0 10px 0;
}
.header .signup label {
	color: #666;
}
.header .signup input {
	border: 1px solid #CCC;
	font-size: 1.2em;
	padding: 7px;
	margin: 5px 0 5px 0;
	width: 203px;
	border-radius: 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.header .signup input.submit {
	margin-top: 30px;
}
/*
	Content Styling
*/
.separator-right {
	background: transparent url(/media/images/separator_section_right-left.png) no-repeat top;
	height: 700px;
}
.separator-left {
	background: transparent url(/media/images/separator_section_left-right.png) no-repeat top;
	height: 700px;
}
#about-race {
	margin-top: 0;
}
#about-race div.image {
	background: #f1f1f1;
	border: 2px solid #E4E4E4;
	float: left;
	height: 100px;
	margin: 5px;
	width: 160px;
}
#about-race div.image-first{
	background: #f1f1f1;
	border: 2px solid #E4E4E4;
	float: left;
	height: 100px;
	margin: 5px 5px 5px 0;
	width: 160px;
}
#sponsors .half {
	height: 350px;
}
#sponsors .half h2, #sponsors .half p {
	margin: 20px 10px 10px 20px;
}
#sponsors .half img {
	margin: 10px;
	height: 75px;
}
#sponsors .half img.first {
	margin-left: 20px;
}
.section .nav {
	width: 960px;
}
.section .nav ul.menu  {
	background: transparent url(/media/images/bg_nav_section.png) no-repeat top right;
	float: right;
	font-family: Rockwell, "Courier New", Courier, Georgia, Times, "Times New Roman", sans-serif;
	font-size: 1.1em;
	list-style: none outside none;
	padding: 15px 15px 30px 15px;
	margin-top: 20px; 
	width: 564px;
}
.section .nav ul.menu  li {
	float: left;
	margin-left: 35px;
	padding: 0 0 2px 0;
}
.section .nav ul.menu  li a {
	color: #666;
	text-decoration: none;
}
.section .nav ul.menu li a:hover {
	color: #4E4E4E;
}
.section .column p.intro {
	color: #4E4E4E;
	font-size: 15px;
}
#sponsors img {
	border: none;
	opacity:0.6;
	filter:alpha(opacity=60)
}
#sponsors img:hover {
	opacity:1;
	filter:alpha(opacity=100)
}
/*
	Footer Styling
*/

.footer {
	background: url(/media/images/bg_header.jpg) no-repeat bottom;
}
.footer .inner {
	background: url(/media/images/bg_canvas_footer_top.png) repeat-x top;
	height: 200px;
}
