@charset "UTF-8";

/* main Body Controller */
body {
	text-align: center;
	background-color: #000000;
	/*background-image: url(images/back.jpg);*/
	padding: 0;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

/* ---- INDEX Controls ---- */
/* Main Container Controller */
#container{
	width: 860px;
	background-color: #000000;
}

/* Header Controller */
#header{
	height: 125px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

/* Navigation Bar Controller */
#navbar{
	background-color: #666666;
	height: 30px;
	background-image: url(images/navbar.jpg);
	/*padding-right: 30px;
	padding-left: 30px;*/
	line-height: 30px;
	text-align: center;
}

/* Top Content Controller */
#mainContent{
	height: 100%;
	background-color: #666666;
}

/* Lower Content Controller */
#lowContent{
	background-color: #666666;
}

/* Footer Controller */
#footer{
	background-color: #666666;
	height: 40px;
}
/* Body Element Controllers, Sides and Spacer */
#spacerz {
	padding-top: 5px;
}
#spacevert{
	background-color: #666666;
	height: 30px;
	width: 1px;
}
#leftbord{
	width: 10px;
	/*background-image: url(images/shad-left.jpg);
	background-repeat: repeat-y;*/
}
#rightbord{
	width: 10px;
	/*background-image: url(images/shad-right.jpg);
	background-repeat: repeat-y;*/
}
#topper{
	width: 880px;
	/*background-image: url(images/shad-top.jpg);
	background-repeat: repeat-x;*/
}
#bottom{
	width: 880px;
	/*background-image: url(images/shad-bot.jpg);
	background-repeat: repeat-x;*/
}

/*Rider - Event Box*/
#ridevbox{
	height:200px;
}
.ridertext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 000000;
	padding-right: 5px;
	padding-left: 5px;
	position: relative; 
	width: 375px; 
	height: 140px; 
	overflow : auto; 
}
.ridertitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #990000;
	height: 31px;
}
.riderbold{ 
	font-weight:bold;
}
.riderpadder{ padding-right:5px;}

.normaltext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 000000;
	padding-right: 10px;
	padding-left: 10px; 
}
.eventtext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: 000000;
	padding-right: 10px;
	padding-left: 10px; 
}
.boxtitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #990000;
}
.boxtitle2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #990000;
	padding-left: 43px;
}
/* banner scroll*/
.Back {
	background: black;
}

/*links*/
a:link, a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #13a004;
	text-decoration: none;
}
a.event:link, a.event:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
a.event:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #13a004;
	text-decoration: none;
}
/*overall white backed text*/
.news{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	padding-right: 5px;
	padding-left: 5px;
}
.newsUp{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding-right: 5px;
	padding-left: 5px;
}
.contactmain {
	padding: 5px;
}
.darkbold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
li {
	margin-left:30px;
	margin-right:30px;
}
/* main low text*/
.mainlow {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #333333;
}
/*Countdown*/
#countdown{
	background-image: url(images/clockback.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
/*global tags*/
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #333333;
}
/*merchandise page*/
#merchbox{
	background-image:url(images/merchboxbig.jpg);
	background-repeat:no-repeat;
	width:860px;
	height:400px;
}
#merchboxt{
	background-image:url(images/blank860x400.jpg);
	background-repeat:no-repeat;
	width:860px;
	height:400px;
}
.merchinbox{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding: 20px;
	font-variant: normal;
	text-transform: capitalize;
}
.merchtitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
.merchimg{
	padding: 5px;
}
/*contact form*/
#fcf2 {
font-family:arial;
font-size:11px;
margin:5px;
border:1px solid #3D5686;
background-color:#FFF;
width:450px;
}
#fcf2 h3 {
font-size:1.5em;
background-color:#3D5686;
color:#FFFFFF;
font-weight:bold;
padding:4px;
margin:0px;
}
#fcf2 p {
text-align:center;
padding:8px;
}
#fcf2 em {
color:#F00;
}
#fcf2 div.r {
clear: both;
padding-top: 5px;
background-color:#FFF;
}
#fcf2 label {
float: left;
width: 100px;
text-align: right;
}
#fcf2 span.f {
float: right;
width: 335px;
text-align: left;
}
#fcf2 div.sp {
clear: both;
}
#fcf2 .req {
font-weight:bold;
}
#fcf2 input, #fcf2 textarea {
background: #FFF;
border:1px solid #000;
padding:2px;
}
#fcf2 input:focus, #fcf2 textarea:focus {
background: #f2f2f2;
border:1px solid #3D5686;
}
/* Gerneral Info Text Style */
.gentext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: 000000;
	padding-right: 40px;
	padding-left: 40px; 
}

/*Management page*/
.manageback {
	background-color: #000000;
	background-image: url(images/back860x400.jpg);
	background-repeat: no-repeat;
	height: 400px;
	width: 860px;
}
.managetext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 000000;
	padding-right: 25px;
	padding-left: 10px;
	width: 575px;
	overflow : auto;
}
.managepadder{ padding-right:15px;}
.foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #660000;
	background-image: url(images/footer.jpg);
	height: 50px;
	width: 860px;
	margin-right: 50px;
	margin-left: 50px;
}
.foot a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #660000;
	font-weight:normal;
}
.foot a:hover {
	color: #333;
}
.rulestitles {
	color: #660033;
	font-weight: bold;
}
/* Standings*/
.seps{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
