/* ------------------------------------------------
      FOOTER CONTAINER/TAGS/LINKS
------------------------------------------------ */

#footer {
      padding-top: 0px;
      background: #696969 url(images/footerback.jpg);
	border-top: 1px solid black;
        margin: 0px 0px 0px 0px;
	clear: both;
}

#copyright {
	text-align: center;
	margin: 0px;
	height: 85px;
	font-size: 80%;
    line-height: 130%;
	color: #cfcfcf;
    padding-top: 35px;
}


#footerlinks {
    margin-bottom: 0px;
    height: 15px;
    background: #000 url(images/nav2foot.png);
    border-bottom: 1px solid black;
}

#footerlinks ul {
        margin:0px;
        padding-right: 10px;
        list-style:none;
        background: #ff0000;
}

#footerlinks li{
        font-family: tahoma, arial, sans-serif;
        font-size: 10pt;
        height: 15px;
        font-weight: normal;
        font-variant: small-caps;
        float: right;
        list-style:none;
}

#footerlinks li a{
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 0px 8px 0px;
        height: 15px;
        line-height: 15px;
        float: left;
        border-left: 1px solid #aaaaaa;
        border-right: 1px solid #aaaaaa;
        text-align: center;
        background: #a64400 url(images/nav2foot.png);
        list-style:none;
}

#footerlinks li a:hover{
        color: #fff;
        line-height: 15px;
        border-left: 1px solid #aaaaaa;
        border-right: 1px solid #aaaaaa;
        background: #aaaaaa url(images/nav2foot_alt.png);
}

img.logo {
        margin-top: 10px;
        margin-left: 5px;
}

#links {
	list-style:none;
	margin:0px;
	padding:0px;
}

#links li{
	border-bottom: 1px dotted #bdd4f4;
	padding:5px 0px;
}

#links li a{
	color: #82774a;
	text-decoration: none;
}

#links li a:hover{
	color: #e50c0c;
	text-decoration:none;
}
