﻿div#footer
{
   border-top: solid 1px #717F87;
   text-align: center;
   font-size: 85%;
   margin-top: 25px;
   clear:both;
   width: 100%;
}

div#footer a
{
   text-decoration: none;
   color: #444058;
}

div#footer a:hover
{
   text-decoration: underline;  
}

div#footer ul
{
   margin: 0px;
   margin-bottom: 10px;
}

div#footer li
{
   display: inline;
   padding: 5px 10px 5px 15px;
   background: url('images/imgFooterLinkSeperator.gif') no-repeat left;
}

div#footer li.first
{
   background: none;  
}

@media print
{
   div#footer
   {
      display: none;
   }  
}