html,
body {
margin: 0;
padding: 0;
font: normal 10pt Arial;
color: #000000;
background: transparent url(../images/bg01.gif) repeat-y center;
height: 100%;
text-align: center;
}

/* ### Firefox3 1px Fix ### */
html { margin: 0 0 0 1px; }

#container {
position: relative;
min-height: 100%;
width: 776px;
margin: 0 auto;
text-align: left;
background: #D20002;
}

/* ### Fixes IE's Height Issue ### */
* html #container { height: 100%; border-bottom: solid 1px #BBBDC0; }

#header {
background: transparent url(../images/header01.gif) no-repeat;
padding: 0;
width: 776px;
height: 169px;
}

#body {
padding: 10px 17px;
padding-bottom: 215px; /* Height of the Footer */
}

#footer {
position: absolute;
width: 776px;
background: transparent url(../images/footer01.gif) no-repeat;
height: 215px;
bottom: 0;
}

.footercontent{
	padding: 128px 10px 0px 10px;
	text-align: center;
	font: bold 8pt Arial;
	color: #000000;
	margin: 0;
}

#irocpad {
	margin: 0 0 0 0;
}

a.footer:link, a.footer:visited, a.footer:hover, a.footer:active {
	color: #999999;
	font: normal 8pt Arial;
	text-decoration: none;
}

#colleft {
	width: 189px;
	float: left;
	background: #B60102;
}

.leftcontent {
	padding: 0 5px;
}

.leftcontentt ul, .leftcontent li{
	margin: 0;
	margin-left: -20px;
	padding-left: 0;
}

.leftcontent li{
	padding-left: 0;
} 

a:link, a:visited , a:active {
	color : #000000;
	font-weight : normal;

}

a:hover	{
	color : #FFFFFF;
	font-weight : normal;

}


#statusdate {
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	font: bold 10pt arial;
	background: transparent url(../images/title-race-status-date.gif) no-repeat;
	padding: 10px 0;
}

.upcomingracedate {
	color: #FFFFFF;
	font: bold 10pt arial;
	padding: 4px 0;
	margin: 4px;
	background: #D20002;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

.upcomingracesponsors {
	font: normal 8pt arial;
	padding: 0 5px;
}

.tracknewsdate {
	font: bold 10pt arial;
	color: #FFFFFF;
	padding: 4px 0 4px 18px;
	background: #D20002 url(../images/icons/icon_news.png) no-repeat center left;
	margin: 4px;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

.newslink {
	margin: 0 2px;
	font: normal 8pt arial;
	color: #000000;
}

.newslink a, .newslink a:visited {
	color: #000000;
	padding: 0 0 0 12px;
	background: transparent url(../images/icons/icon_arrowright.png) no-repeat center left;
	text-decoration: underline;
}

.newslink a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.linkitforward {
	margin: 5px 0;
	font: bold 9pt arial;
	color: #000000;
}

.linkitforward a, .linkitforward a:visited {
	color: #000000;
	padding: 0 0 0 20px;
	background: transparent url(../images/icons/icon_linkforward.png) no-repeat center left;
	text-decoration: underline;
}

.linkitforward a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}



.linkitpdf {
	margin: 5px 0;
	font: bold 9pt arial;
	color: #000000;
}

.linkitpdf a, .linkitpdf a:visited {
	color: #000000;
	padding: 0 0 0 20px;
	background: transparent url(../images/icons/icon_pdf.png) no-repeat center left;
	text-decoration: underline;
}

.linkitpdf a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.hide { display: none; }



.redspaceline {
border-bottom: solid 2px #B60102;
margin: 10px 0;
}

#colmain {
	width: 553px;
	float: left;
}

/* IE Hack */
* html #colmain { width: 550px; }

#titlecontent {
	margin: 11px 10px 0 20px;
}

.maincontent {
	margin: -2 10px 0 24px;
	font: normal 12px Arial;
}

/* ######## SCHEDULE ######## */
.scheduleblock {
	margin: 0;
	padding: 4px 2px;
	border-bottom: solid 1px #FFFFFF;
	border-top: solid 1px #FFFFFF;
}

.scheduledate {
	font: bold 10pt arial;
	color: #FFFFFF;
}

.schedulespecial {
	font: normal 10pt arial;
}

.schedulesponsor {
	font: normal 8pt arial;
}


/* ######## MENU ######## */
.horizontalcssmenu {
margin: 0;
padding: 13px 17px;
font: normal 12px Arial;
height: 29px;
background: transparent url(../images/menu01.gif) no-repeat;
width: 100%;
}

.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a, .horizontalcssmenu ul li a:visited {
display: block;
padding: 6px 18px 6px 6px;
text-decoration: none;
color: #000000;
margin:0;
background: transparent url(../images/menubg01.gif) no-repeat right top;
float: left;
}

	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
width: 160px;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a, .horizontalcssmenu ul li ul li a:visited {
width: 160px; /*width of sub menu levels*/
font-weight: normal;
padding: 4px 5px;
background: transparent url(../images/submenubg01.gif);
border-bottom: solid 1px #FFFFFF;
text-decoration: none;
}

.horizontalcssmenu ul li a:hover{
color: #000000;
background: transparent url(../images/menubg01.gif) right -30px no-repeat;
text-decoration: none;
}

.horizontalcssmenu ul li ul li a:hover{
background: transparent url(../images/submenubg01.gif) 0 -50px;
color: #000000;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
padding: 0 2px;
background: transparent url(../images/menuarrow.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu {height: 56px;}
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */

/* ######## SUB MENU ######## */
#submenu {
	padding: 0;
	margin: 2px;
}

#submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px dashed #FFFFFF;
	}

#submenu li a {
	text-decoration: none;
	padding: 5px 0 5px 15px;
	}	
	
#submenu li a:link, #submenu li a:visited {
	color: #FFFFFF;
	display: block;
	background: transparent url(../images/icons/icon_submenu.gif) no-repeat center left;
	font: bold 9pt Arial;
	color: #FFFFFF;
	border-bottom: 1px dashed #FFFFFF;
	}

* html #submenu li a:link, #submenu li a:visited {
	background: transparent url(../images/icons/icon_submenu.gif) no-repeat 6px left;
}

#submenu li a:hover {
	color: #000000;
	background-color: #FFFFFF;
	border-bottom: 1px dashed #000000;
	}

* html #submenu li a {
	height: 25px;

}


/* ######## HEADER INFO ######## */

#headerinfo {
padding: 5px 0;
}

#headleft {
width: 33%;
float: left;
text-align: center;
color: #FFFFFF;
font: bold 8pt arial;
}

#headmid {
width: 33%;
float: left;
text-align: center;
color: #FFFFFF;
font: normal 8pt arial;
}

#headright {
width: 33%;
float: left;
text-align: center;
}

#headright a, #headright a:visited {
color: #FFFFFF;
font: bold 8pt arial;
text-decoration: none;
}

#headright a:hover {
text-decoration: underline;
}

/* ######## HEADER TAGS ######## */
h1 {
  font: italic 14pt Arial;
  font-weight: bold;
  color: #FFFFFF;
  margin: 0 0 10px 0;
  padding: 5px 0;
  border-bottom: solid 2px #B60102;
}

h2 {
  font: bold 10pt Arial;
  color: #000000;
  margin: 0 0 10px 0;
  padding: 0 0 7px 0;
  border-bottom: solid 1px #000000;
}

h6 {
  font: normal 9pt Arial;
  color: #C0C0C0;
  margin: 0;
}

/* ######## IMAGES ######## */
.mainimage{
  border: 1px solid #FFFFFF;
}

.right {
  margin: 2px 0px 10px 10px; 
  float: right;
}

.left {
  margin: 2px 10px 10px 0px;
  float: left;
}

.center {
  margin: 5px 0px 5px 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.noborder {
border: 0px;
}

.clearspace {
	clear: both;
	height: 15px;
}

/* ####### FORM CSS ########## */

.cssform p {
width: 360;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 180px; /*width of left column containing the label elements*/
border-top: 1px dashed #FFFFFF;
height: 19px;
font: normal 14px Arial;
}

* html .cssform p { width: 450px; height; 1%;}

.cssform label{
float: left;
margin-left: -180px; /*width of left column*/
width: 175px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

#textareasize{
height: 100px;
}

.cssform textarea{
height: 100px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
