/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 240%;
 color:#6666CC; 
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	float: left;
	width: 10%;
	margin: 20px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#headlines{
  float:right;
 	margin: 25px;
	padding: 10px;
	width: 10%;
	background-color: #eeeeee;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-rightt: 0px;
}

#content{
	float: left;
     width: 70%;
 	margin: 20px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{

padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;

}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}

/*********** #ListLinks styles ***********/

#listLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#listLinks h3{
	padding: 5px 0px 2px 5px;
	color: #336;
	font-weight:bold;
	font-size:16px;
}

#listLinks a {
	display: block;
	color: #33C;
border-top: 1px solid #cccccc;

}
#listLinks ul {
	display:inline;
	list-style-type:none;
}
#listLinks li {
	display:block;
	text-decoration:none;
	font-weight:400;
	border-bottom: #00000 2px;
	margin-bottom: 10px;
	list-style:none;
	text-align:left;
}
#listLinks a:hover{
	background-color: #dddddd;
	text-decoration: none;
	color: #152257;

}
/*********** #SponsorLinks styles ***********/

#sponsorLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sponsorLinks h3{
	padding: 10px 0px 2px 10px;
	color: #336;
	font-weight:bold;
	font-size:16px;
}

#sponsorLinks a {
	list-style-type:none;
	text-decoration:none;
	font-weight:400;
	font-size:1.4em;
	text-align:center;
	color: #33C;
border-top: 1px solid #cccccc;

}
#sponsorLinks ul {
	display:inline-block;
	list-style-type:none;
}
#sponsorLinks li {
	display:block;
	text-decoration:none;
	font-weight:400;
	border-bottom: #00000 2px;
	margin-bottom: 10px;
	list-style:none;
}
#sponsorLinks a:hover{
	background-color: #dddddd;
	text-decoration: none;
	color: #152257;

}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
/****************************header image   ******************/
#third {
       float:right; 
       top: 30px;
      
}
#second {
       float: right; 
       top: 22px;
     
}
#win {
       float:right;
       top:24px;
      
}
body#home li.home, body#races li.races,
        body#tracks li.tracks, body#picks li.picks 
        body#setup  li.setup {
           border-bottom: 1px solid #fff;
           color: #000000;
           background-color: #FFFFFF;
}
body#home li.home a:link, body#home li.home a:visited,
body#tracks li.tracks a:link, body#tracks li.tracks a:visited,
body#races li.races a:link,
body#races li.races a:visited, body#picks li.picks a:link,
body#picks li.picks a:visited 
body#setup li.setup a:visited, body#setup li.setup a:link {
        color: #000000;
        background-color: #FFFFFF;
}
ul#tabnav {
        list-style-type: none;
        margin: 0;
        padding-left: 10px;
        padding-bottom: 24px;
        border-bottom: 1px solid #711515;
        font: bold 11px verdana, arial, sans-serif;
        background-image: url(assets/backcell.jpg);
}
ul#tabnav li {
        float: left;
        height: 21px;
        background-color: #256290;
        color: #FFFFFF;
        margin: 2px 2px 0 10px;
        border: 1px solid #256290;
}
ul#tabnav a:link, ul#tabnav a:visited {
        display: block;
        color: #FFFFFF;
        background-color: transparent;
        text-decoration: none;
        padding: 4px;
}
ul#tabnvav  li a:hover {
        background-color: #F4869C;
        color: #FFFFFF;
}
#tabnav ul ul {
     msrgin-left:12px;
	 }
	 #tabnav ul ul li {
	 border-bottom:1px solid #711515;
	 margin:0;
	 }
	 #tabnav ul ul a:link, #tabnav ul ul a:visited {
	 background-color: #ED9F9F;
	 color: #711515;
	 }
	 #tabnav ul ul a:hover {
	 background-color: #711515;
	 color: #FFFFF;
	 }

p,td,th {
font:0.6em Verdana, Geneva, Arial, Helvetica, sans-serif;
}
table.pptable {
 border: 1px solid #828282;
 border-collapse: collapse;
 width: 100%;
}
table.pptable tr  {
border: 1px solid #00FF33;
text-align: left;
padding: 4px;
background-color:#00CCCC;
}
table.pptable th {
border: 1px solid #828282;
background-color:#00FF33;
font-weight:bold;
text-align: left;
padding-left:2px;
}
table.pptable caption {
font: bold 0.9em "Times New Roman", Times, serif;
background-color:#99FF00;
color: #000000;
padding-top: 3px;
padding-bottom: 2px;
border: 1px solid #789AC6;
}
table.pptable tr:hover {
background-color: #DFE7F2;
color: #000000;
}
table.pptable tr.hilite {
background-color: #DFE7F2;
color:#000000;
font: bold 0.9em "Times New Roman", Times, serif;
}
table.schedule {
     clear: right;
     width: 100%;
     line-height: 1.4em;
     border-collapse: collapse;
     border: 4px solid #adbbca;
     color: #000000;
     background: #f0f0f0;
}
table.schedule caption {
    margin: 0;
    padding: 0;
    color: #032469;
    line-height: 2em;
    text-align: left;
    font-weight: bold;
}
table.schedule thead tr {
     color: white;
     background: #5e7796;
}
table.schedule thead tr th {
    padding: 0.4em 0.6em 0.4em 0.6em;
    border: 4px solid #adbbca;
}
table.schedule tbody tr {
   border: 4px solid #adbbca;
}
table.schedule tbody th {
    padding: 0.6em;
    border: 4px solid #adbbca;
}
table.schedule tbody td {
     background: #e9ecee;
     padding-left: 0.6em;
	 color:#000000;
     border-bottom: 4px solid #ccc;
}
table.schedule tbody tr.odd {
     background: #c4cfdb;
}
table.schedule tbody tr.odd td {
     background: #f0f0f0;
	 color: #000000;
}
table.schedule tbody tr th a:link {
     font-weight: bold;
     color: #537796;
     text-decoration: underline;
}
table.schedule tbody tr th a:visited {
     font-weight: bold;
     color: #5e7796;
     text-decoration: none;
}
table.schedule tbody td a:link {
     color: #808000;
     text-decoration: underline;
}
table.schedule tbody td a:visited {
     color: #8080000;
}
table.schedule tbody td a:hover {
     color: #8080000;
     text-decoration: none;
}
#msg {
	color:#C06;
	font-weight: bold;
	font-size:18px;
}
#contactus { 
	width: 95%;
	margin: 10px auto;
	text-align:left;
	 background: #f0f0f0;

}
table.paul {
     clear: right;
     width: 100%;
     line-height: 1.4em;
   
     border: 4px solid #adbbca;
     color: #4f6480;
     background: #f0f0f0;
	 border-color: gray;
	 border-collapse:collapse;
	 background-color: white;

}
table.paul caption {
    margin: 0;
    padding: 0;
    color: #032469;
    line-height: 2em;
    text-align: left;
    font-weight: bold;
}
table.paul thead tr {
     color: white;
     background: #5e7796;
}
table.paul thead tr th {
    padding: 0.4em 0.6em 0.4em 0.6em;
    border: 4px solid #adbbca;
}
table.paul tbody tr {
   border: 4px solid #adbbca;
}
table.paul tbody th {
    padding: 0.6em;
    border: 4px solid #adbbca;
}
table.paul tbody td {
     background: #e9ecee;
     padding-left: 0.6em;
     border-bottom: 4px solid #ccc;
     font-weight:bold;
     border: 4px solid #adbbca;
}
table.paul tbody tr.odd {
     background: #c4cfdb;
}
table.paul tbody tr.odd td {
     background: #f0f0f0;
     color: #4f6480;
}
table.paul tbody tr th a:link {
     font-weight: bold;
     color: #537796;
     text-decoration: underline;
}
table.paul tbody tr th a:visited {
     font-weight: bold;
     color: #5e7796;
     text-decoration: none;
}
table.schedule tbody td a:link {
     color: #808000;
     text-decoration: underline;
}
table.paul tbody td a:visited {
     color: #8080000;
}
table.paul tbody td a:hover {
     color: #8080000;
     text-decoration: none;
}
