﻿.footer
{
    padding: 5px;
    height: 42px;
    width: 770px;
    background-image: url(images/footer-bg.gif);
    background-repeat: repeat-x;
    background-color: #c13032;
    font-family: Arial, Helvetica;
    color: #ffffff; 
    font-size: 11px;
}

.footer li
{
    list-style: none;
    display: inline;
    float: right;
}

.footer a:link, .footer a:active
{
    color: #ffffff;
}

.footer a:visited
{
    color: #e4e4e4;
}

.footer a:hover
{
    color: #ffe400;
}

#copyright
{
    padding-top: 12px;
}

.footerTop
{
	width: 778px;
	height: 28px;
	background: url(images/footer-bg-top.gif) #484848 top left repeat-x;
}

.footerBottom
{
	width: 780px;
	height: 24px;
	background: url(images/footer-bg-bottom.gif) top left repeat-x;
}

.footerPanel
{
	padding: 10px;
	color: #ffffff !important;
}

.footerPanel a
{
	color: #ffffff !important;
}

.footerText
{
	color: #ffffff !important;
	width: 760px;
	text-align: right;
	font-size: 10px !important;
}

.footerText a
{
	color: #ffffff !important;
}


.footerText a:active, .footerText a:current
{
	color: #ffffff !important;
}

.footerText a:hover, .footerPanel a:hover
{
	color: #ffe400 !important;
}

.footerText a:visited, .footerPanel a:visited
{
	color: #e4e4e4;
}