/* CSS Document */
*
{
margin: 0;
padding: 0;
}
#content ul { margin: 1em 2em; }
p
{
margin: 1em 0 1em 0;
}
body
{
font-family: Arial, Helvetica, sans-serif;
text-align: center;
background: url(../images/tiretrack2.gif) repeat-x #564755;
color: #000;
}
a img 
{
border:none; 
}
#wrapper
{
background: url(../images/bg_y2.gif) repeat-y;
text-align: left;
margin: 0 auto;
padding: 0;
width: 950px;
}
#top
{
background: url(../images/banner3.jpg) no-repeat;
width: 950px;
height: 208px;
margin: 0 0 0 0;
}
#top a
{
width: 800px;
height:208px;
display: block;
text-decoration:none;
}
#top a span {
visibility: hidden;
}
#contentbox
{
float: left;
width: 950px;
background: url(../images/bg_topcontent.gif) no-repeat;
}
#menu
{
float: left;
margin: 0 0 0 0;
padding:  0 0 0 80px;
width: 180px;
font-size: 14px;

}
#menu ul
{
margin:  0;
padding: 0;

}
#menu li
{
margin: 7px 0 0 0;
list-style-type: none;
padding: 0 0 4px 0;
background: url(../images/bg_li.gif) no-repeat left bottom;
width: 170px;
}
#menu a:link, #menu a:visited
{
padding: 0 0 0 20px;
color: #fff;
text-decoration: none;
font-size: 17px;
}
#menu a:hover, #menu a:active
{
color: #FFC40E;
background-color: #d2232a;
}
#content
{
float: right;

width: 600px;
padding: 0 80px 0 0;
font-size: 12px;
line-height: 18px;
}
#content a:link, #content a:visited
{
color: #000;

}
#content a:hover, #content a:active
{
background-color: #fff;
color: #D2232A;
text-decoration: none;
}

/*
If you don't want linked images witin the content area to have the same mouse-over as textlinks give the
element a class (<a href="website.com" class="nohighlight"><img src"..."></a> and add the following code to stylesheet:
#content a.nohighlight:hover 
{
background: none;
}
*/
h1
{
font-size: 23px;
font-family: "Times New Roman", Times, serif;
text-transform: uppercase;
color: #D2232A;
padding: 30px 0 0 0;
}
h2
{

}
#footer
{
background: url(../images/footer.gif) no-repeat;
clear: both;
width: 950px;
height: 43px;
}
#footer a:link, #footer a:visited
{


}
#footer a:hover, #footer a:active
{

}
.display 
{
margin-top: 10px;
}
.display table
{
border-collapse:collapse;
width:100%;
border:1px solid black;
}
.display td
{
padding:3px;
}

.nodots h3
{
margin-bottom:-10px
}
.nodots ul li
{
margin-left:-18px
}
.nodots ul li li
{
list-style-type:none;
}

