/* CSS Document */

#find {
width: 781px;
height:33px;
font-size: 17px;
font-weight:bold;
border:0px solid blue;
clear:both;
background-image:url(/images/backgrounds/find1.jpg);
background-repeat:repeat-x;
}

#findblock
{
width:390px;
}
#navlist {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}

#navlist a, #navlist a:visited {
display: block;
padding: 6px 6px 2px 45px;
background-image:url(/rollover/findon.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #973536;
text-decoration: none;
}


#navlist a:hover {
background-image:url(/rollover/findover.jpg);
color: #973536;
text-decoration:underline;
}

/*#sidebar #navlist .uberlink {
background-color: #9F6F9F;
background-image:  url(l1_over.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #333 !important;
font-weight: bold;
cursor: default;
}*/