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

.error {
	width:100%;
	border:1px solid #7e0000;
	color:#7e0000;
	background-color:#f4c9c9;
	padding:5px 0px 5px 0px;
	text-align:center;
	font-weight:bold;
	margin-bottom:15px;
}

.success {
	width:100%;
	border:1px solid #097900;
	color:#043500;
	background-color:#caf9c6;
	padding:5px 0px 5px 0px;
	text-align:center;
	font-weight:bold;
	margin-bottom:15px;
}

body {
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	background-color:#1a4f8a;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	font-size:13px;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	width:920px;
	height:26px;
	margin:0px;
	padding:13px 10px 17px 10px;
	background-image:url(images/bg-h1.png);
	font-size:26px;
	color:#fff;
}

h2 {
	font-size:16px;
	font-weight:bold;
	color:#fff;
	padding:0px 0px 10px 0px;
	margin:0px;
}

h3 {
	font-size:14px;
	margin:0px;
	padding:0px;
	font-weight:bold;
}

h4 {
	font-size:16px;
	margin:0px;
	padding:0px;
	font-weight:bold;
}

a {
	color:#ff0000;
	text-decoration:none;
}

a:visited {
	color:#ff0000;
	text-decoration:none;
}

a:hover {
	color:#ff0000;
	text-decoration:underline;
}

a:active {
	color:#ff0000;
	text-decoration:underline;
}

/* NAVIGATION STYLES */

#mainnav {
	position:relative;
	list-style: none;
	margin:0px 0px 0px 10px;
	padding:0px;
	width:930px;
	height:50px;
	font-size:20px;
	text-align:center;
}

#mainnav li {
	display: block inline;
	float:left;
	width:auto;
	height:50px;
	line-height:18px;
	font-size:18px;
	text-align:center;
	font-weight:bold;
}

#mainnav li a {
	display: block inline;
	float:left;
	width:auto;
	height:18px;
	padding:17px 18px 15px 18px;
	line-height:18px;
	text-decoration: none;
	color:#abbbcc;
	font-size:18px;
	font-weight:normal;
	text-align:center;
	margin:0px 0px 0px 0px;
}

#mainnav li a.last {
	border: 0;
}

#mainnav li a:hover, #mainnav li.current {
	text-decoration: none;
	color: #ffffff;
}

/* CONTENT CLASSES */

.bgall {
	width:100%;
	background-image:url(images/bg-texture.jpg);
	background-repeat:repeat-x;
	background-position:top center;
}

.nav {
	width:960px;
	height:50px;
	background-image:url(images/bg-nav.jpg);
	background-repeat:no-repeat;
}

.content {
	width:960px;
	height:auto;
	padding-top:10px;
	background-image:url(images/bg-content.png);
	background-repeat:repeat;
}

.banner {
	width:940px;
	height:56px;
	padding-top:199px;
	background-repeat:no-repeat;
	margin-bottom:10px;
}

.leftbox {
	width:620px;
	height:auto;
	padding:10px;
	background-image:url(images/bg-content.png);
	background-repeat:repeat;
	margin:0px 0px 10px 0px;
}

.rightbox {
	width:260px;
	height:auto;
	padding:10px;
	background-image:url(images/bg-content.png);
	background-repeat:repeat;
	margin:0px 0px 10px 0px;
}

.allbox {
	width:920px;
	height:auto;
	padding:10px;
	background-image:url(images/bg-content.png);
	background-repeat:repeat;
	margin:0px 0px 10px 0px;
}

.allbox960 {
	width:960px;
	height:auto;
	padding:10px 0px 10px 0px;
	margin-bottom:10px;
	background-image:url(images/bg-all-960.png);
	background-repeat:repeat-y;
	background-position:center;
}

.image {
	float:right;
	width:250px;
	height:auto;
	margin:0px 0px 10px 10px;
}

.row {
	padding:5px 0px 5px 0px;
	border-bottom:1px solid #083567;
}

.row2 {
	padding:0px 0px 15px 0px;
	margin-bottom:15px;
	border-bottom:1px solid #083567;
}

.rightracedate {
	float:left;
	width:46px;
	height:46px;
	padding:2px;
	background-color:#000;
	margin-right:5px;
}

.rightracemonth {
	font-size:11px;
	text-align:center;
}

.rightraceday {
	font-size:16px;
	margin-top:-2px;
	text-align:center;
}

.rightraceyear {
	font-size:10px;
	text-align:center;
}

.rightraceinfo {
	float:left;
	width:205px;
	height:auto;
	font-size:11px;
}

.rightracelocation {
	font-size:10px;
	padding-bottom:3px;
}

.photofloat {
	float:left;
	width:143px;
	height:143px;
	padding:5px 5px 5px 5px;
}

.photofloat img {
	padding:3px;
	border:1px solid #083567;
	background-color:#000;
}

.photofloat img:hover {
	padding:3px;
	border:1px solid #2e6aac;
	background-color:#000;
}

.sidenav {
	width:260px;
}

.sidenav a, .sidenav a:visited {
	display:block;
	width:240px;
	height:auto;
	padding:7px 10px 7px 10px;
	font-size:14px;
	font-weight:bold;
	color:#97b3d3;
	margin-bottom:2px;
	background-color:#071829;
	text-decoration:none;
}

.sidenav a:hover, .sidenav a:active {
	display:block;
	width:240px;
	height:auto;
	padding:7px 10px 7px 10px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	margin-bottom:2px;
	background-color:#091c2e;
	text-decoration:none;
}

.riderbox {
	float:left;
	width:286px;
	height:170px;
	padding:10px;
	margin-right:10px;
	background-image:url(images/bg-content.png);
	background-repeat:repeat;
	margin-bottom:10px;
}

.riderthumb {
	float:left;
	width:100px;
	height:auto;
	margin:0px 10px 5px 0px;
}

.riderinfo {
	float:left;
	width:175px;
	height:auto;
}

.racedate {
	float:left;
	width:60px;
	height:65px;
	padding:5px 10px 8px 10px;
	background-color:#000;
	margin-right:10px;
}

.racemonth {
	font-size:16px;
	text-align:center;
}

.raceday {
	font-size:24px;
	text-align:center;
}

.raceyear {
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

.raceinfo {
	float:left;
	width:530px;
	height:auto;
}

.textbox {
	width:250px;
	padding:2px;
	border:1px solid #083567;
	background-color:#091c2e;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:14px;
}

.newsthumb {
	float:left;
	width:100px;
	height:autol;
	padding:0px 10px 0px 0px;
}

.newsinfo {
	float:left;
	width:510px;
}

.sponsorfloat {
	float:left;
	width:215px;
	height:215px;
	padding:7px;
}

.sponsorfloat img {
	padding:4px;
	border:1px solid #083567;
	background-color:#000;
}

.sponsorfloat img:hover {
	padding:4px;
	border:1px solid #2e6aac;
	background-color:#000;
}
