@charset "utf-8";
/* CSS Document */


#footer
{
float: left;
height: 40px;
width: 940px;
clear: both;
color: #FFF;
font-family: Tahoma, Geneva, sans-serif;
font-size: 10px;
margin-bottom: 20px;
background-image: url(../images/footer_bg.png);
background-repeat: no-repeat;
}
#footer_nav
{
float: left;
width: 525px;
height: 40px;
margin-left: 5px;
}

#footer ul
{
display: inline;
height: 40px;
width: auto;
margin: 0px;
padding: 0px;
}
#footer ul li
{
display: inline;
list-style-type: none;
width: auto;
float: left;
padding-right: 5px;
padding-left: 5px;
margin-top: 12px;
}
#footer_copyright
{
float: right;
padding-right: 5px;
height: auto;
margin-top: 12px;
text-decoration: none;
color: #FFF;
}


#footer_nav a:link
{
color: #FFF;
text-decoration: none;
}
#footer_nav a:visited
{
color: #FFF;
text-decoration: none;
}
#footer_nav a:hover
{
color: #FC6;
text-decoration: none;
}
#footer_nav a:active
{
color: #CCC;
text-decoration: none;
}
#footer_copyright a
{
color: #FC6;
text-decoration: none;
}


.nav_borderfooter
{
border-right-width: 1px;
border-right-style: dotted;
border-right-color: #FFF;
}
