﻿/* --------------------------------------------------------------
   footer.css
   * Governs the footer styling and positioning
-------------------------------------------------------------- */
#footer
{
    clear:both;
    float:left;
    background-color: #18458A;
    background-image: url(../images/FooterBar.gif);
    height: 75px;
    width: 953px;
    margin: 0 0 0 -1px;
    border-right: solid 1px #fff;
    border-left: solid 1px #fff;
  
}

#footer .logo
{
    float: right;
    margin: 1.5em 3em 0 0;
    padding: 0 0 0 0;   
}

#footer ul
{
    float:right;
    margin: 0 0 0 0;
    padding: 2em 5em 0 0;
    list-style: none;
}

#footer li 
{
    color:#fff;
    font-size: .85em;
    font-weight: bold;
	display: inline;
	margin: 0 0 0 0;
	padding: 0 2em 0 0;
	text-align:left;	 
}

#footer a:link, #footer a:visited {
    text-decoration: none;
    color: #fff;
        
}

#footer a:hover, #footer a:active {
    color: #fff;
    border-bottom: 1px solid #fff;
}

