html {
	border: none;
	border-top: 2px solid #ec7d12;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
	text-align: center;
	padding: 0;
	margin: 0;
	}
	
hr, .hide {
	display: none;
	}
	
p {
	margin: 0;
	padding: 0;
	}
	
#content a {
	text-decoration: none;
	color: #e37825;
	border-bottom: 1px solid #f9e5d6;
	padding: 2px;
	}
	
#content a:hover {
	color: #fff;
	border-bottom: none;
	background-color: #e37825;
	}
	
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
li {
	margin-bottom: 10px;
	}
	
ul {
	margin: 10px 0;
	}
	
h1, h2, h3, h4, h5, h6, h7 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	clear: both;
	/*width: 370px;*/
	}

h1, h2 {
	font-size: 26px;
	color: #ec7d12;
	margin: 0 0 10px 0;
	line-height: 30px;
	}
	
h3 {
	font-size: 18px;
	color: #8da09f;
	line-height: 24px;
	}
	
h4, h5 {
	font-size: 14px;
	text-transform: uppercase;
	color: #627d7c;
	margin: 30px 0 0;
	line-height: 16px;
	}
	
h5 {
	margin: 0;
	font-size: 12px;
	}
	
h6 {
	font-size: 10px;
	color: #aab8b9;
	font-style: normal;
	margin-top: 40px;
	}
	
p {
	font-size: 13px;
	line-height: 1.6em;
	color: #627d7c;
	margin: 10px 0;
	}
	
b {
	color: #000;
	}
	
img {
	border-style: none;
	}
	
.replace_heading {
	visibility: hidden;
	display:none;
	}
	
.replaced_heading {
	}
	
/***Structural*********************/

/***Wrapper***/

#wrapper {
}
	
/***Header***/
#header_wrapper {
	background: #fff url(images/header_wrapper.gif) repeat-x bottom;
	height: 425px;
	padding: 0;
	text-align:center;
	}
	
#header {
	width: 750px;
	height: 415px;
	padding-top: 10px;
	margin: 0 auto;
	clear: both;
	text-align: left;
	}
	
#header #logo {
	display: block;
	}
	
#header_image {
	margin: 10px -6px 0;
	background: #d4dbdb;
	padding: 5px;
	position: relative;
	min-height: 1px;
	}
	
* html #header_image {
	height: 1px;
	}
	
#header_image img {
	border: 1px solid #fff;
	}
	
	
/** Main ***/
#main {
	text-align: left;
	margin: 0 auto;
	width: 750px;
	padding: 0;
	}
	
#main:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	
/*** Sidebar & Nav ***/
#sidebar {
	width: 150px;
	height: 400px;
	float: left;
	border: none;
	margin: 0px;
	background: url(images/sidebar.jpg) no-repeat top;
	}
	
#sidebar_nav {
	margin-top: 50px;
	}	

	
/*** Content ***/
#content {
	width: 560px;
	margin: 0;
	float: left;
	position: relative;
	min-height: 550px;
	padding: 20px 20px 150px;
	background: url(images/content.gif) no-repeat 20px 15px;
	}
	
#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

	
* html #content {
	height: 550px;
	}
	
/*** Sponsors ***/
#home_level2_sponsors {
	position: absolute;
	top: -400px;
	right: 0;
	width: 100px;
	}
	
#home_sub_sponsors {
	border-top: 1px dashed #e5e9e9;
	width: 750px;
	height: 125px;
	padding-top: 25px;
	position: absolute;
	bottom: 0;
	left: -150px;
	text-align: center;
	background: url(images/home_sub_sponsors.gif) no-repeat 5px 5px;
	}
	
#home_sub_sponsors img {
	vertical-align: middle;
	margin: 0 10px;
	}
	
#content .sponsors a {
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	}
	
#content .sponsors a:hover {
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	}

/*** Footer ***/
#footer_wrapper {
	text-align: center;
	background: url(images/footer_wrapper.gif) repeat-x top;
	height: 75px;
	padding-top: 25px;
	}
	
#footer {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	font-size: 10px;
	position: relative;
	color: #8da09f;
	line-height: 16px;
	}
	
#footer a {
	color: #627d7c;
	border-bottom: 1px solid #bfcbcc;
	text-decoration: none;
	padding: 0 2px;
	}
	
#footer a:hover {
	border: none;
	color: #fff;
	background: #8da09f;
	}

	
#footer_copyright {
	position: absolute;
	left: 0;
	}

#footer_tools {
	position: absolute;
	right: 0;
	}
	
#footer a {
	}
	

	
	
/** Home Page **/
#home_content {
	width: 350px;

	}

#home_sidebar {
	position: absolute;
	top: 60px;
	right: 0;
	width: 200px;
	}
	
	
.tabs {
	margin: 0;
	padding: 0;
	height: 20px;
	}
.tabs li {
	float: left;
	}
#content .tabs a {
	display: block;
	height: 20px;
	width: 70px;
	border: none;
	padding: 0;
	}
#content .tabs a:hover {
	border: none;
	background-position: 0 -20px;
	padding: 0;
	margin: 0;
	}
.tabs a * {
	display: none;
	}
	
#tab_btn_news {
	background: url(images/tab_news.gif);
	}

#tab_btn_results {
	background: url(images/tab_results.gif);
	}
	
.tab_panel {
	padding: 10px 20px;
	font-size: 11px;
	}
	
* html .tab_panel {
	height: 1px;
	}
	
.tab_panel .title h4 {
	color: #fff;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
}

/***
==== Results Panel ====
***/

#results {
	background: #e37825;
	color: #f8ddc9;
	font-size: 10px;
	}
	
#results strong {
	color: #fff;
	}
	
#results .read_more {
	display: block;
	font-size: 10px;
	border: none;
	margin-top: 2px;
	color: #7d572d;
	padding: 2px 5px;
	text-align: right;
	background: #ea9b5c;
	}
	
#results .read_more:hover {
	border: none;
	color: #fff;
	background: #627d7c;
	}

.result {
	margin: 0 0 5px 0;
	padding: 0 5px 5px 5px;
	border-bottom: 1px dashed #ea9b5c;
	}
	
/***
==== News Panel ====
***/
	
#news {
	background: #183533;
	color: #bfcbcc;
	}
	
.newsItem {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px dashed #627d7c;
	}
	
.newsItem_date {
	font-size: 10px;
	color: #8c9a99;
	font-style: normal;
	display: block;
	margin-bottom: 2px;
	}
	
.newsItem_title {
	font-weight: normal;
	color: #fff;
	display: block;
	margin-bottom: 2px;
	}
	
#news .read_more {
	display: block;
	font-size: 10px;
	border: none;
	margin-top: 2px;
	color: #e37724;
	padding: 2px;
	text-align: right;
	}
	
#news .read_more:hover {
	border: none;
	color: #fff;
	background: #e37724;
	}

/***
==== News Summary ====
***/
.news_summary {
	padding: 20px;
	margin: 20px 0;
	background: #f9f9f9 url(images/content.gif) no-repeat 0 0;
	}
	
#content .news_summary h4 {
	margin: 0;
	}
	
#content .news_summary p {
	margin: 0;
	color: #8da09f;
	}
	
.news_summary a {
	font-size: 10px;
	}
	
.news_summary em {
	font-size: 10px;
	color: #aab8b9;
	font-style: normal;
	}
	
/***
==== News Summary ====
***/

#profiles .thumbnail, #gallery_folder .thumbnail {
	background: #f9f9f9;
	float: left;
	margin: 0 20px 20px 0;
	}
	
#profiles .thumbnail a, #gallery_folder .thumbnail a {
	display: block;
	margin: 0;
	width: 100px;
	height: 150px;
	overflow: hidden;
	padding: 5px;
	border: 1px solid #ccd4d4;
	color: #627d7c;
	font-size: 10px;
}

#gallery_folder .thumbnail a {
	width: 150px;
	text-align: center;
	}
	
#gallery_folder .thumbnail img {
	display: block;
	border: 2px solid #fff;
	margin: 0 auto 5px;
	}

#profiles .thumbnail a:hover, #gallery_folder .thumbnail a:hover {
	border: 1px solid #e37825;
	background: #f6f6f6;
	color: #3c5b59;
	}

#profiles .thumbnail .thumb_crop {
	display: block;
	width: 100px;
	height: 120px;
	overflow: hidden;
	margin-bottom: 5px;
	}
	
/***
==== Sponsors Page====
***/

#content .image_panel a, #content .image_panel a:hover {
	margin: 0;
	padding: 0;
	backgrond: none;
	border: none;
	}
	
#sponsor_main {
	margin-bottom: 40px;
	}
	
#sponsor_main h3 {
	margin-bottom: 20px;
	}
	
#sponsors_secondary {
	background: url(images/content.gif) no-repeat top left;
	padding-top: 10px;
	}
	
.secondary_sponsor {
	margin: 20px 0;
	padding: 10px 0 40px;
	color: #627d7c;
	font-size: 13px;
	border-bottom: 1px dashed #bfcbcc;
	}
	
* html .secondary_sponsor {
	height: 1px;
	}
	
.secondary_sponsor a {
	font-size: 10px;
	}
	
.secondary_sponsor .image_panel {
	float: right;
	margin: 0 0 20px 20px;
	}
	
.secondary_sponsor p {
	margin: 0 50px 10px 0;
	}
	
.secondary_sponsor h4 {
	color: #183533;
	margin: 0 0 20px;
	clear: none;
	}
	
#sponsors_sub {
	background: url(images/content.gif) no-repeat top left;
	min-height: 100px;
	padding: 10px 0 20px;
	margin: 40px 0;
	}
	
#sponsors_sub h3 {
	margin-bottom: 20px;
	}
	
* html #sponsors_sub {
	height: 50px;
	}
	
#sponsors_sub:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

	
#sponsors_sub img {
	display: block;
	margin:0 auto 10px auto;
	}
	
#content #sponsors_sub a {
	display: block;
	border: none;
	background: none;
	float: left;
	width: 150px;
	height: 80px;
	margin: 10px;
	font-size: 10px;
	padding: 20px 0 0;
	color: #627d7c;
	text-align: center;
	border: 1px solid #fff;
	}
	
#content #sponsors_sub a:hover {
	border: none;
	background: #f9f9f9;
	margin: 10px;
	padding: 20px 0 0;
	color: #3c5b59;
	border: 1px dashed #bfcbcc;
	}
	
/* Rider Profile */

#profile_details h5 {
	clear: none;
	}
	
#profile_bio {
	font-size: 11px;
	line-height: 18px;
	}
	
#profile_bio font, #profile_bio span {
	font-size: 11px !important;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	color: #333 !important;
	}
	
#profile_bio p {
	color: #333;
	font-size: 11px;
	}

.results_table {
	border: 1px solid #e7eaea;
	border-collapse: collapse;
	margin: 10px 0;
	width: 100%;
	}
	
.results_table th {
	background: #e7eaea;
	font-weight: normal;
	}
	
.results_table th, .results_table td {
	padding: 10px;
	border-bottom: 1px solid #e7eaea;
	}
	
#imgRider {
	float: right;
	background: #f9f9f9;
	border: 1px solid #ccd4d4;
	padding: 5px;
	margin: 0 0 10px 20px;
	}
	