#footer {
	margin: 0px;
	width: 1000px;
	/*height: 90px;*/
	background: #eeeeee;
	clear: both;
	color: #999;
	border-top: 1px solid #999999;
}
#footer .padding {
	padding-top: 7px;
	padding-bottom: 5px;
	/*height: 100px;*/
	/*margin: 0px 30px;*/
	text-align: left;
	background-color:#D6D6D6;/*#828282;*/
	/*background: transparent;*/
}
#footer .padding p {
	text-align: center;
	/*padding-top: 5px;*/
	font: normal 11px "Trebuchet MS", "Times New Roman", Times, serif;
	color: #484848;/*#D6D6D6;*/
	text-transform: none;
}
#footer .padding a {
	color: #666666;
	/*font-weight: none;*/
	text-decoration: underline;
}
#footer .padding a:hover {
	color: #333333;
	text-decoration: none;
}
.banner{
	width: 1000px;
	height: 25px;
	background-color: #2D2D2D;
	/*position: absolute;*/
	/*top: 145px;*/
	/*background-image: url(../images/top_li_a.gif);
	background-repeat: repeat-x;
	background-position: left center;
	border-right-color: #992600;
	border-left-color: #992600;
	background-color: #B92E00;*/
}

.banner ul {
	margin: 0px 130px;
	padding: 0px;
	list-style: none;
	clear: both;
}

.banner ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
	list-style-type: none;
}

.banner ul li a span{
	margin: 0px 0px;
	padding: 0px 10px;
	float: left;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1em;
	line-height: 25px;
	text-transform: uppercase;
	color: white;/*#C30;*/
	height: 25px;
	width: auto;
	font-weight: bold;
	text-decoration: none;
	background-color: #2D2D2D;
}

.banner ul li a{
	margin: 0px 0px;
	padding: 0px 10px;
	float: left;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1em;
	line-height: 25px;
	text-transform: none;
	color: white;
	height: 25px;
	width: auto;
	font-weight: none;
	text-decoration: none;
	background-color: #2D2D2D;
}

.banner ul li a:hover span,
.banner ul li a:hover{
	background-color: #4c4c4c;
}