﻿/* body 
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:12px;
	background:#000000;
	color:#ffffff;
}

body a
{
    color:#ff0000;
    text-decoration:none;
}

body a:hover
{
    color:#ff0000;
    text-decoration:underline;
}

#main-container
{
	margin: 0px 0px 0px au;
	width: 100%;
}
#container {
	width:100%;
	margin:0 auto;
}
#content_one {
margin-top:20px;
width:75%;
float:left;
font-size:80%;
}
#content_one p{
	text-align:left;
	padding:10px;
}
#sidebar {
	width:24%;
	float:left;
}
#banner-top
{
    background-attachment: fixed;
	background: url(images/checkeredtop.gif);
	background-repeat: repeat-x;
	height: 55px;
	width: 100%;
	margin-top:-8px;
}

#header
{
	width: 100%;
}

#nav
{
	text-align:center;
}

.toplevel {
Width: 150px;
Color: #FFF;
}
.level2, .level3 {
Width: 150 px;
color: #fff;
text-indent: 2px;
}

#nav a:link, #nav a:visited
{
	
}

#nav a:hover, #nav a:active
{
	
}

#main-body
{
	display: table;
	width: 100%;
}

#left-body
{
	float: left;
	width: 498px;
}

#right-body
{
	float: right;
	width: 199px;
}

#footer 
{
	width: 100%;
}

#bannerbot
{
    background-attachment: fixed;
	background: url(images/checkeredbot.gif);
	background-repeat: repeat-x;
	height: 55px;
	width: 100%;
}

#left-footer
{
	float: left;
	width: 300px;	
}

#p80-icon
{
	margin: 0px auto 0px auto;
	width: 30px;
	height: 26px;
	text-align: center;
}

#right-footer
{
	float: right;
	width: 300px;	
}

#loginbox
{
	padding:40px;
}

#loginboxwrapper
{
	background:url(images/login.png);
	float:left;
	margin-right:30px;
	margin-bottom:30px;
	margin-left:0px;
	height:225px;
	width:240px;
}
*/
#login-view
{
	position:absolute;
	top:60px;
	right:10px;
	color:white	
}
/*
a:link, a:visited
{
	text-decoration: none;
}

a:hover, a:active
{
	text-decoration: underline;
}

h1
{
	color: #996600;
	font-size: 1.5em;
	font-family: arial;
}

h2 {
	color: #996600;
	font-size: 1.25em;
    line-height: normal;
    font-style: normal;
    font-family: 'Arial Rounded MT Bold';
    font-variant: normal;
}

h3 {
	color: #996600;
	font-size: 1.0em;
    line-height: normal;
    font-style: normal;
    font-family: 'Arial Rounded MT Bold';
    font-variant: normal;
}

h4 {
	color: #996600;
	font-size: .75em;
    line-height: normal;
    font-style: normal;
    font-family: 'Arial Rounded MT Bold';
    font-variant: normal;
}

h5 {
	color: #996600;
	font-size: .75em;
    line-height: normal;
    font-style: normal;
    font-family: 'Arial Rounded MT Bold';
    font-variant: normal;
}

h6 {
	color: #996600;
	font-size: .75em;
    line-height: normal;
    font-style: normal;
    font-family: 'Arial Rounded MT Bold';
    font-variant: normal;
}

img
{
	border: 0px;
}

th
{
    vertical-align:top;
}

td
{
    vertical-align:top;
}

.loadingbox
{
    position:absolute;
    top:40%;
    left:40%;
    border:1px solid lightsteelblue; 
    background-color: #ffffff; 
    height:50px; 
    width:250px;
    text-align:center;
    padding-top:20px
}

.pop-over
{
	BORDER-RIGHT: #000000 1px solid; 
	PADDING-RIGHT: 5px; 
	BORDER-TOP: #000000 1px solid; 
	DISPLAY: none; 
	PADDING-LEFT: 5px; 
	PADDING-BOTTOM: 5px; 
	BORDER-LEFT: #000000 1px solid; 
	WIDTH: 200px; 
	PADDING-TOP: 5px; 
	BORDER-BOTTOM: #000000 1px solid; 
	POSITION: absolute; 
	BACKGROUND-COLOR: white;
	font-size: 10pt;
}

	/*All following styles are for the navigation menu on left side of screen
#nav { /* all lists 
		list-style: none;
		width : 155px;
		margin-top:30px;
		border-top: 1 px Solid #9399d5;
	}
	#nav ul {
	float: left;
	list-style: none;
	margin-top:30px;
	font-family:Arial, Helvetica, sans-serif;
	border-top: 1px Solid #9399d5;
	}

	#nav li { /* all list items 
		position : relative;
		width: 155px;
		float : left;
		background-color:#003300;
		vertical-align:middle;
	}
	#nav li ul { /* second-level lists 
		position : absolute;
		left: -999em;
		margin-left : 155px;
		margin-top : -32px;
		border-top: 1px Solid #9399d5;
		width: 150px;
		visibility: visible;
	}
	
	#nav li ul ul { /* third-and-above-level lists
		left: -999em;
		margin-left:155px;
		margin-top: -32px;
		border-top: 1px Solid #9399d5;
		width: 150px;
		position:absolute;
	}
	
	#nav li a {
		width: 150px;
		display : block;
		text-decoration : none;
		border-bottom: 1px solid #9399d5;
		padding : 7px 3px 3px 3px;
		height:30px;
		color:#FFF;
		text-decoration:none;
		vertical-align:middle;
		font-size:17px;
	}
	
	#nav li a:hover {
		color:#FFF;
		background-color:#FF0000;
		font-weight:bold;
		font-size:17px;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items 
	left: 0px;
	}
	
	html #nav li { float:left; height:1%; }
	html #nav li a {height: 1%; } */
	
	* {
   padding:0;
   margin:0;
}


html,body {height: 100%;}

body {background:#000000;
	margin			: 0;
	padding			: 0;
	text-align		: center;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:100%;
}

/* Page background Properties*/
#bg {
	width:100%;
	margin:0 auto;
	background-color: #000000;
}
/* This property is the main container which holds all the content of the page (size restricter) */
#container {
	width:100%;
	margin:0 auto;
}

/* The following are all the text classes used in the document */
.greenoil {
	font-style:	normal;
	font-weight: bold;
	font-variant: normal;
	color: #009900;
}
.pagetitle {
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFFFFF;
}
.pagetitlered {
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FF0000;
}
.pagetitlesmall {
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	color: #FFFFFF;
}
.itemtitle {
	font-size: 18px;
	font-weight: bold;
	color:#FFFFFF;
}
.itemtitlesmall {
	font-size: 16px;
	font-weight: bold;
	font-variant:normal;
	color: #FFFFFF;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	vertical-align: top;
}
.contentTitle {
	font-size: 18px;
	font-weight: bold;
	Color:#FFFFFF;
}


/*These properties control the logo across the top of the page*/
#top {

	height:175px;
	padding-left:90px;
	padding-top:25px;
	margin-left:5%;
	background-attachment: fixed;
	background: url(images/racinglogo.gif);
	background-repeat: no-repeat;
}

/*These two styles controll the properties for the content section*/
#content_one {
margin-top:20px;
width:75%;
float:left;
font-size:80%;
}
#content_one p{
	text-align:left;
	padding:10px;
}
/* General Paragraph properties */
p {
	color: #FFFFFF;
	font-size: 14px;
	font-weight:bold;
}

/*This style is for the side menu bar sizing*/
#sidebar {
	width:24%;
	float:left;
}

.toplevel {
Width: 150px;
Color: #FFF;
}
.level2, .level3 {
Width: 150 px;
color: #fff;
text-indent: 2px;
}


	/*All following styles are for the navigation menu on left side of screen*/
#nav { /* all lists */
		list-style: none;
		width : 155px;
		margin-left: 5%;
		margin-top:30px;
		border-top: 1 px Solid #9399d5;
	}
	#nav ul {
	Float: left;
	list-style: none;
	margin-top:30px;
	font-family:Arial, Helvetica, sans-serif;
	border-top: 1px Solid #9399d5;
	}

	#nav li { /* all list items */
		position : relative;
		width: 155px;
		float : left;
		background-color:#003300;
		vertical-align:middle;
	}
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 155px;
		margin-top : -32px;
		border-top: 1px Solid #9399d5;
		width: 150px;
		visibility: visible;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
		margin-left:155px;
		margin-top: -32px;
		border-top: 1px Solid #9399d5;
		width: 150px;
		position:absolute;
	}
	
	#nav li a {
		width: 150px;
		display : block;
		text-decoration : none;
		border-bottom: 1px solid #9399d5;
		padding : 7px 3px 3px 3px;
		height:30px;
		color:#FFF;
		text-decoration:none;
		vertical-align:middle;
	}
	
	#nav li a:hover {
		color:#FFF;
		background-color:#FF0000;
		font-weight:bold;
		font-size:17px;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: 0px;
	}
	
	html #nav li { float:left; height:1%; }
	html #nav li a {height: 1%; }
	
#content {
		margin-left : 200px;
		color:#FFFFFF;
	}

/*Footer section containing the copyright information*/
#footer {
	width:100%;
	height:90px;
	clear:both;
	margin:0;
	font-size:80%;
	text-align:center;
	padding-top:5px;
	color:#262C62;
}

/* These are the properties for hyperlinks */
a:link, a:visited {color: #9a9a9a; }
a:hover, a:active {color: #FFFF99; }

/* These are the properties for the checkered flag banners across the top and bottom of the page*/
#bannertop {
	background-attachment: fixed;
	background: url(images/checkeredtop.gif);
	background-repeat: repeat-x;
	height: 55px;
	width: 100%;
}
#bannerbot {
	background-attachment: fixed;
	background: url(images/checkeredbot.gif);
	background-repeat: repeat-x;
	height: 55px;
	width: 100%;
}

h1
{
    font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}

	