﻿.footer {
	display:block;
	height:80px;
	width: 1000px;
	clear:both;
	padding: 10px 0 0 0;
	text-align: center;
}

.footerline {
  display: block;
	background-image: url('FootLine.gif'); 
	height: 6px;
	width: 1000px;
}
.footertop {
  display: block;
  background: transparent url('FooterTop.jpg') no-repeat top left;
  width: 1001px;
  height: 8px;
  padding: 0;
  margin: 0;
}
.footerpanel {
  display: block;
  width: 1000px;
  background-color: #d8d8d8;
} 

ul.footermenu {
  display: block;
	list-style-type: none;
	height: 30px;
	width: auto;
	padding: 10px 0 0 0;
	margin: 0;
}

ul.footermenu li {
	display: inline;
	width: auto;
}

.footbutton {
  display:inline-block;
	background: transparent url('Button_25.gif') no-repeat right -90px; 
	text-decoration: none;
	color:black;
	font-size: smaller;
	text-align: center;
	padding: 0 15px 0 0 
}

a.footbutton span {
  display: inline-block;
	background: transparent url('Button_25.gif') no-repeat left 0; 
	padding: 3px 0 15px 15px;
}

a.footbutton:hover {
  background-position: right -135px; 
}

.footbutton:hover span {
	background-position: left -45px; 
}    

.footnotice {
	font-size:x-small;
	
	
}