﻿html, body 
{
    background-image: url(images/parchmentTexture.jpg); 
    background-repeat: repeat;
    margin:0px 0px 0px 0px; 
    padding:0px 0px 0px 0px;  
    height: 100%;
    border: 0;
    font-family: Arial;
}
img
{  border-style: none;
}

#backDrops 
{   position: absolute;
    height: 44px; 
    top:0; 
    left:0; 
    width: 100%; 
    background-image: url(images/span_bars.gif); 
    height: 44px; 
    background-repeat: repeat-x; 
    z-index: 1;
    margin:68px 0px 0px 0px; 
    padding:0px 0px 0px 0px;  
    border: 0;
}


#entireForm {position: absolute; top: 0; left:0; width: 100%; height:100%; margin:0; padding:0; border:0; z-index:2;}
#headerDiv {background-image: url('images/logo2.gif'); background-repeat: no-repeat; width: 990px; height: 146px; margin-left: auto; margin-right: auto; z-index: 3;}
#headerDiv2 {background-image: url('images/inside_logo.gif'); background-repeat: no-repeat; width: 990px; height: 146px; margin-left: auto; margin-right: auto; z-index: 3;}
#contentDiv {border-style: none solid none solid; width: 988px; height: 610px;  background-color: #e3ddbd; margin-left: auto; margin-right: auto; 
             border-right-width: 1px; border-bottom-width: 0px; border-left-width: 1px; border-right-color: #000000; border-bottom-color: #000000; 
             border-left-color: #000000;}
#calendarDiv{border-style: none solid none solid; width: 988px; height:800px; background-color: #e3ddbd; margin-left: auto; margin-right: auto;
             border-right-width: 1px; border-bottom-width: 0px; border-left-width: 1px; border-right-color: #000000; border-bottom-color: #000000; 
             border-left-color: #000000;}
#contactDiv {border-style: none solid none solid; width: 988px; height: 100%; background-color: #e3ddbd; margin-left: auto; margin-right: auto; 
             border-right-width: 1px; border-bottom-width: 0px; border-left-width: 1px; border-right-color: #000000; border-bottom-color: #000000; 
             border-left-color: #000000;}
#contentDiv2 {float: right; height:100%; width: 726px; background-color: #e3ddbd; }
#insideContentDiv {float: left; height:100%; width: 988px; background-color: #e3ddbd;}             
#footerDiv {clear: both; background-image: url('images/footer.gif'); background-repeat: no-repeat; width: 990px; height: 46px; margin-left: auto; margin-right: auto; margin-bottom: 0px; border: 0; margin-top: 0px; padding: 0px 0px 0px 0px;}
#footerDiv2 {clear: both; background-image: url('images/inside_footer.gif'); background-repeat: no-repeat; width: 990px; height: 46px; margin-left: auto; margin-right: auto; margin-bottom: 0px; border: 0; margin-top: 0px; padding: 0px 0px 0px 0px;}
#leftNav {float: left; 
          height:100%;  
          background-color: #c0b99f; 
     /*     width: 260px; */ 
          border-right-style: solid; 
          border-right-width: 1px; 
          border-right-color: #000000;  
     /*     display: block; */}
#wrapperDiv{clear: both; overflow:hidden; width: 988px;  background-color: #e3ddbd; margin-left: auto; margin-right: auto; border-style: none solid none solid; border-right-width: 1px; border-left-width: 1px;  border-right-color: #000000; border-left-color: #000000; padding: 0;}
#navPosition
{
    margin-top: 0px;
  /*  height: 100%; */
    padding-top: 57px;
}

#nav, #nav ul
{
    /* all lists */
    padding: 0;
    margin: 75px 0px 0px 0px;
    list-style: none;
    line-height: 1;
}

#nav
{
    margin-left: 300px;
    margin-top: 0px;
}

#nav a
{
    display: block;
    color: #FFF;
    font-size: 15px;
    font-family: Arial;
    text-decoration: none;
    font-weight: bold;
    margin-right: 25px;
    padding: 5px 5px 7px 5px;
    border-bottom: 0px solid #FFC;
}

#nav a:hover 
{
    color:#c7b978;
}

#nav li
{
    /* all list items */
    float: left; /* width needed or else Opera goes nuts */
}

#nav li:hover, #nav li.sfhover
{
    position: static;
}


#nav li ul
{
    /* second-level lists */
    position: absolute;
    background: #dcd6c0;
    width: 230px;
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    border: 1px solid #8b2536;
    margin-top: -1px;
}

#nav li ul li a, #nav li ul li a:hover
{
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    width: 220px;
    padding: 5px;
    font-family: Arial;
    color: #8b2536;
    border-top: 1px solid #8b2536;
}

#nav li ul li a:hover
{
    background-color: #f0ecda;
    margin-top: 0px;
}

#nav li:hover ul, #nav li.sfhover ul
{
    /* lists nested under hovered list items */
    left: auto;
}

#leftNavList 
{
    width: 260px;
    height: 100%;
    float: left;
    display: block;
}

#leftNavList p
{
    color: #8b0f04;
    padding: 15px 6px 0 0;
    margin: 0 0 0 25px;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial;
}

#leftNavList a:link, #leftNavList a:visited
{
    color: #002642;
    text-decoration: none;
    padding: 0 2px;
    margin: 0;
    display: block;
}
#leftNavList a:hover
{
    color: #8b0f04;
    text-decoration: none;
}
#leftNavList ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-family: Arial;
    width: 261px;
    /*height: 18px;*/
    color: #002642;

}
#leftNavList li
{
    width: 261px;
    height: 18px;
    padding-top: 2px;
  /*  margin-left: 35px; */
    color: #002642;
}
#leftNavList li a
{
    width: 261px;
    height: 18px;
    padding-top: 2px;
  /*  margin-left: 35px; */
    color: #002642;
}
#leftNavList li a:hover
{
    background-color: #d2cbae; 
   /* background-image: url(images/leftNavBG.jpg); */
   width: 259px;
   height: 18px;
}

div#legal
{
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}

div#superNav
{
    width: 990px;
    height: 20px;
    text-align: right;
    background-repeat: no-repeat;
}

div#superNav p
{
    padding: 15px 6px 0 0;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
}
div#superNav a:link, div#superNav a:visited
{
    color: #86243E;
    text-decoration: none;
    padding: 0 2px;
    margin: 0;
}
div#superNav a:hover
{
    color: #000;
    text-decoration: underline;
}

div#superNav ul
{
    list-style: none;
    width: 300px;
    float: right;
    margin: 0;
    margin-top: 5px;
}
div#superNav ul li
{
    float: left;
    padding-right: 20px;
}

div#calendar
{
    width: 990px;
    min-height: 500px;
    background-color: #F2EFE3;
}
div.article
{
    margin: 0 20px 0 10px;
    padding: 10px 0 0px 0;
    font-size: 11px;
}
div.article a:link, div.article a:visited
{
    color: #86243E;
    text-decoration: none;
    padding: 0 2px;
    margin: 0;
}
div.article a:hover
{
    color: #000;
    text-decoration: underline;
}
p.footerText
{
    font-size: 11px;
    line-height: 11px;
    padding: 1px;
    margin: 0px 0px 0px 0px;
}

.clear {
clear: both;
line-height: 0;
font-size: 0;
}

.newsDates
{
    font-weight: bold;
}

.trackDark
{
    margin-bottom: 15px;
    border-right: solid 10px #a9a9a9;
    width: 85px;
    height: 10px;
}

.liveRacing
{
    margin-bottom: 5px;
    background-color: #eee8aa;
    border: solid 1px #000000;
    width: 10px;
    height: 10px;
    float: right;
}

.simulcasting
{
    margin-bottom: 5px;
    background-color: #d3d3d3;
    border: solid 1px #000000;
    width: 10px;
    height: 10px;
    float: right;
}

#printerFriendly
{
    text-align: right;
    margin-top: -20px;
    margin-bottom: 10px;
    margin-right: 20px;
}

.textBox
{
    font-family: Verdana;
    font-size: small;
}

.newsDate
{
    font-size: 10px;
}

