/* Footer
================================================================================ */

.preFooter
{
display:none;
}
.footerWrapper
{
background-image:url("/Images/Backgrounds/Footer/footer-bottom.gif");
background-position:bottom left;
background-repeat:no-repeat;
float:left;
width:934px;
}
.footer
{
margin-top:13px;
width:934px;
background-image:url("/Images/Backgrounds/Footer/footer-top.gif");
background-position:top left;
background-repeat:no-repeat;
color:white;
float:left;
clear:both;
margin-left:10px;
display:inline;
}
.footer .extFloatLeft
{
padding-top:9px;
width:476px;
height:20px;
}
.footer .footerText
{
padding-left:22px;
}
.footer p
{
font-size:62%;
font-weight:bold;
float:left;
margin:0px;
padding:10px 0px 10px 10px;
}
.footer ul
{
float:right;
list-style:none;
margin:0;
padding:10px 12px 10px 0px;
width:auto;

}
.footer li
{
float:left;
display:block;
margin:0px;
padding:0px;

}
.footer li a
{
font-size:62%;
font-weight:bold;
display:block;
padding:0px 10px 0px 10px;
color:#fff;
background-color:inherit;
text-decoration:none;
border-right:1px solid #f3c000;
}
.footer li a.last
{
border-right:0;
padding-right:0;
}
.footer li a:hover
{
text-decoration:underline;
color:#fff;
}