﻿/**
 * FOOTER STYLES
 *
 * @author Sean Kelly
 * @version $Id: style_footer.css,v 1.6 2008/06/18 19:52:14 mzur Exp $
 */
#footer {
	border-top: 1px solid #cc0000;
	padding: 0 0 2em;
	background-image: url('cssImages/footer.jpg');
	background-repeat:	no-repeat;
}
    #footer p {
        color: white;
        padding: 7px 12px;
        margin: 0;
        font-weight: bolder;
    }
    #footer p a:link,
    #footer p a:visited {
        text-decoration: underline;
        color: white;
    }
    #footer p#copy {
        color: #848484;
        font-weight: normal;
    }
    #footer ul {
        list-style: none;
        padding: 0;
        margin: 10px 0;
    }
    #footer li {
        border-right: 1px solid #BD9F84;
        padding: 0 15px;
        float: left;
    }
    #footer li.last {
        border-right: none;
    }
    #footer a:link,
    #footer a:visited {
        color: #BD9F84;
        text-decoration: underline;
    }
