/* --------------------------------------------
	Top-level Elements
----------------------------------------------- */

/* Top-level Elements

    * HTML - HTML document
          o BODY - Document body
*/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100.01%;	/* Creates scrollbar in FF */
}

body {
	background-color: #88a70f;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

body p, body li {
	font-size: 12px;
	margin-bottom: 1.2em;
}

body h3, body h4 {
	font-size: 16px;
	margin-bottom: 1.4em;
}

bosy h4 {
	font-size: 15px;
	margin-bottom: 1.5em;
}

body h5 {
	font-size: 14px;
	margin-bottom: 1.6em;
}

body a {
	color: #fff;
	text-decoration: underline;
}

body a:hover {
	text-decoration: none;
}


/* --------------------------------------------
	Generic Classes
----------------------------------------------- */

img.float_left {
	margin: 0.5em 1em 0.5em 0;
}

img.float_right {
	margin: 0.5em 0 0.5em 1em;
}

img.float_left_border {
	border: 1px solid #cad5f3;
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

img.float_right_border {
	border: 1px solid #cad5f3;
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

.hidden {
	left: -999em;
	overflow: hidden;
	position: absolute;
	width: 0;
}

address {
	font-style: normal;
}

hr {
	background-color: #c7d2df;
	border: none;
	color: #c7d2df;
	height: 1px;
	margin: -0.6em 0 0.6em 0;
}

html >/**/ body hr {
	margin-bottom: 1.28em;
	margin-top: 0;
}


/* --------------------------------------------
	Lists
----------------------------------------------- */

#content ul {
	list-style-type: none;
}

#content ul li {
	background: url(/images/bg_ul_li.png) no-repeat 0 5px;
	behavior: url(/iepngfix.htc);
	margin-bottom: 1.2em;
	padding-left: 16px;
}

/* --------------------------------------------
	Tables
----------------------------------------------- */

table.data {
	border: none;
	border-collapse: collapse;
	color: #000;
	line-height: 1.3em;
	margin: 0 0 1.28em 0;
	width: 100%;
}

html >/**/ body table.data {
	margin-left: 1px;
}

table.data caption {
	border-bottom: 3px solid #fff;
	font-weight: bold;
	margin: auto;
	padding: 5px;
}

table.data td, table.data th {
	border: 1px solid #555;
	padding: 3px 6px;
	vertical-align: top;
}

table.data th {
	background-color: #adca10;
	color: #fff;
	line-height: 130%;
	text-align: left;
}

table.data td {
	background-color: #fff;
}

table.data tr.even td {
	background-color: #f4f4f4;
}


/* --------------------------------------------
	Site Styles
----------------------------------------------- */

#wrapper_header {
	background: #0064ec url(/images/bg_wrapper_header.png) repeat-x 0 top;
	width: 100%;
}

#header {
	margin: 0 auto;
	padding: 12px 30px;
	position: relative;
	width: 850px;
	width/**/:/**/ 790px;
}

#header h1 {
	height: 58px;
	margin: 0;
	text-indent: -999em;
	width: 347px;
}

#header h1 a {
	background: url(/images/kurt_fearnley.png) no-repeat scroll 0 0;
	display: block;
	height: 58px;
	overflow: hidden;
	padding-top: 0;
	width: 347px;
}

#kurts_helmet {
	background: url(/images/kurts_helmet.png) no-repeat 0 0;
	behavior: url(/iepngfix.htc);	
	height: 40px;
	left: 559px;
	position: absolute;
	top: 45px;
	width: 115px;
}

html >/**/ body #kurts_helmet {
	top: 43px;
}

#wrapper_nav_main {
	background: #afcc14 url(/images/bg_wrapper_nav_main.png) repeat-x 0 bottom;
	border-top: 1px solid #98b209;
	width: 100%;
}

#nav_main {
	background: url(/images/bg_nav_main.jpg) no-repeat 0 0;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 30px;
	width: 850px;
	width/**/:/**/ 790px;
}

#nav_main ul {
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 850px;
}

#nav_main li {
	float: left;
	margin: 0;
	overflow: hidden;
}

#nav_main li a {
	background-image: url(/images/bg_nav_main_li_a.png);
	background-repeat: no-repeat;
	float: left;
	display: block;
	height: 51px;
	overflow: hidden;
	text-indent: -999em;
}

#nav_main li.home a {
	background-position: -30px 0;
	width: 54px;
}

#nav_main li.home a:hover, #nav_main li.home a.current {
	background-position: -30px -51px;
}

#nav_main li.results a {
	background-position: -85px 0;
	width: 64px;
}

#nav_main li.results a:hover, #nav_main li.results a.current {
	background-position: -85px -51px;
}

#nav_main li.blog a {
	background-position: -149px 0;
	width: 105px;
}

#nav_main li.blog a:hover, #nav_main li.blog a.current {
	background-position: -149px -51px;
}

#nav_main li.supporters a {
	background-position: -254px 0;
	width: 99px;
}

#nav_main li.supporters a:hover, #nav_main li.supporters a.current {
	background-position: -254px -51px;
}

#nav_main li.gallery a {
	background-position: -353px 0;
	width: 72px;
}

#nav_main li.gallery a:hover, #nav_main li.gallery a.current {
	background-position: -353px -51px;
}

#nav_main li.contact a {
	background-position: -426px 0;
	width: 84px;
}

#nav_main li.contact a:hover, #nav_main li.contact a.current {
	background-position: -426px -51px;
}

#wrapper_feature {
	background-color: #161616;
	width: 100%;
}

#feature {
	background: #161616 url(/images/bg_feature.jpg) no-repeat 0 0;
	height: 357px;
	margin: 0 auto;
	padding: 0 30px;
	position: relative;
	width: 850px;
	width/**/:/**/ 790px;
}

#feature h2 {
	background: url(/images/bg_feature_h2.png) no-repeat 0 0;
	behavior: url(/iepngfix.htc);	
	display: block;
	height: 263px;
	text-indent: -999em;
	left: 30px;
	overflow: hidden;
	position: absolute;
	top: 37px;
	width: 369px;
}

#feature p {
	height: 17px;
	left: 30px;
	margin: 0;
	position: absolute;	
	text-indent: -999em;
	top: 320px;	
	width: 258px;
}

#feature p a {
	background: url(/images/bg_photo_courtesy_of_serena.png) no-repeat 0 0;
	behavior: url(/iepngfix.htc);	
	display: block;
	height: 17px;
	overflow: hidden;
	width: 258px;
}

#wrapper_content {
	background: #1155aa url(/images/bg_content.png) repeat-x 0 top;
	width: 100%;
}

#content {
	margin: 0 auto;
	overflow: hidden;
	padding: 35px 30px;
	width: 850px;
	width/**/:/**/ 790px;
}

#content .col_1 {
	display: inline;
	float: left;
	width: 365px;
}

#content .col_2 {
	display: inline;
	float: right;
	width: 365px;
}

#wrapper_sponsors {
	background: url(/images/bg_sponsors.png) repeat-x 0 top;
	width: 100%;
}

#sponsors {
	margin: 0 auto;
	padding: 35px 30px;
	width: 850px;
	width/**/:/**/ 790px;
}

ul#sponsors_list {
	list-style-type: none;
	overflow: hidden;
	width: 790px;
}

ul#sponsors_list li {
	background-image: none;
	display: inline;
	float: left;
	margin: 0 7px 0 0;
}

ul#sponsors_list li a {
	float: left;
	display: block;
}

ul#sponsors_list li.last_node {
	margin-right: 0;
} 






















