/* Copyright 2005 Netskills, University of Newcastle
   Everything in this file should only affect the footer panel, and so be
   prefixed with the div#footer selector
 */

div#footer {
   clear: both;
   margin-top: 2em; /* whitespace requirement for Newcastle Uni and JISC Advance logos */
    border-top: 2px solid #5B3171;

    padding-top: 19px;
    text-align: center;
}

div#footer img {
    vertical-align: middle;
    border: 0px;
    padding: 0px;
    margin: 0px;
    
}

div#footer ul {
    list-style: none;
    display: inline;
}

div#footer li {
    display: inline;
}
