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

body {
	background-image: url(/images/pattern_body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	background-color: #002C4B;
}
.body_large {
	font-size: 15px;
	line-height: 18px;
}
a:link {
	color: #002D6C;
	text-decoration: none;
}
a:visited {
	color: #002D6C;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: underline;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper {
	background-image: url(/images/header_image.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 943px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 147px;
}
#nav_box {
	text-align: right;
	margin-left: 153px;
	height: 25px;
}
.nav {
	background-image: url(/images/nav_up.jpg);
	background-repeat: no-repeat;
	display: block;
	padding: 3px 5px;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 3px;
	height: 19px;
}
a.nav:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/images/nav_over.jpg);
}
#home #homenav,
#training #trainingnav,
#race #racenav,
#results #resultsnav,
#news #newsnav,
#tips #tipsnav,
#blog #blognav,
#members #membersnav,
#how #hownav,
#photos #photosnav,
#videos #videosnav {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/images/nav_over.jpg);
}
#content_wrapper {
	background-image: url(/images/footer_pattern.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 46px;
	padding-left: 46px;
	margin: 0px;
}
#content {
	background-color: #FFFFFF;
	background-image: url(/images/content_corner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 10px;
}
#footer {
	text-align: center;
	background-image: url(/images/footer_pattern.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0px;
	margin: 0px;
}
#footer_text {
	background-color: #002C4B;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 14px;
	padding: 10px 10px 18px;
}
.footer_link {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer_link:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer_link:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer_link:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.box_blue {
	background-color: #92C1DF;
	padding: 10px;
	border: 1px solid #237ABF;
	margin-bottom: 12px;
}
.box_orange {
	background-color: #FFE0B0;
	padding: 10px;
	border: 1px solid #FF9900;
	margin-bottom: 12px;
}
.box_white {
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #237ABF;
	margin-bottom: 12px;
}
.box_grey {
	background-color: #DEDEDE;
	padding: 10px;
	border: 1px solid #797979;
	margin-bottom: 12px;
}
.box_item_orange {
	background-color: #FFF6E7;
	padding: 4px;
	margin-bottom: 8px;
}
.box_item_blue {
	background-color: #DFEDF6;
	padding: 4px;
	margin-bottom: 8px;
}
.box_item_grey {
	background-color: #F3F3F3;
	padding: 4px;
	margin-bottom: 8px;
}
.box_item_white {
	background-color: #FFFFFF;
	padding: 4px;
	margin-bottom: 8px;
}
.bar_blue {
	color: #FFFFFF;
	background-image: url(/images/bar_blue.jpg);
	background-repeat: repeat;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
}
.bar_orange {
	color: #FFFFFF;
	background-image: url(/images/bar_orange.jpg);
	background-repeat: repeat;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
}
.bar_grey {
	color: #FFFFFF;
	background-image: url(/images/bar_grey.jpg);
	background-repeat: repeat;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
}
.content_box {
	padding-right: 12px;
	padding-left: 12px;
}
.page_title {
	font-size: 30px;
	line-height: 32px;
	color: #FF6600;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	margin-bottom: 6px;
	padding-bottom: 3px;
}
.text_box {
	display: block;
	margin-bottom: 12px;
}
.thumbnail_left {
	margin-right: 8px;
	border: 1px solid #999999;
	margin-bottom: 8px;
}
.date {
	color: #FF6600;
	font-style: normal;
	font-weight: bold;
}
.title_small {
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	line-height: 19px;
}
.title_medium {
	font-size: 21px;
	font-weight: bold;
	color: #003366;
	line-height: 24px;
}
.title_large {
	font-size: 31px;
	color: #003366;
	line-height: 33px;
}
.read_more {
	font-size: 10px;
	font-weight: bold;
}
.gallery_image {
	background-color: #FFFFFF;
	float: left;
	height: 110px;
	margin: 8px;
	padding: 5px;
}
