#footer-bar {
	clear: both;
	margin: 0;
	padding: 80px 0 0px 0;
	font-size: 95%;
	color: #963;
	background: transparent;
	width: 780px;
	}
#footer-bar-inner {
	padding-top: 10px;
	
	width: 780px;

	text-align: left;
	font-size: 90%;
	}
#footer-bar p {
	margin: 0 0 8px 0;
	padding: 0;
	}
#footer-bar a {
  color: #000000;
  text-decoration: none;
	}

/* mini lists */

#mini-lists {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	
	}
#mini-lists div.mini, #mini-lists div.first {
	width: 190px;
	float: left;
	}
#mini-lists div.first {
	width: 210px;
	}
div.mini h4 {
	margin: 0 12px 15px 12px;
	padding: 7px 10px;
	font-size: 100%;
	
	font-weight: normal;
	letter-spacing: 1px;
	text-align: left;
	background-position: center center;
	}
	
#mini-lists div.first h4 {
	border: 0px solid black;
	background: transparent;
	color: #000000;
	text-decoration: underline;
	text-align: left;
	font-size: 100%;
	font-weight: bold;
}
	
div.mini ul {
	margin: 0 12px 1.5em 12px;
	padding: 0;
	list-style: none;
	}
div.mini ul li {
	margin: 0;
	padding: 0;
	}
div.mini ul li a {
	display: block;
	margin: 0;
	padding: 5px 4px 5px 10px;
	background: transparent;
	background-repeat: no-repeat;
	background-position: 4px 50%;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
	}
#mini-lists div.first, #mini-lists div.first ul li a {
	font-weight: normal;
}
#footer-bar div.mini ul li:hover {
	background-position: center center;
	}
#footer-bar div.mini ul li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	}
#mini-lists div.last h4, #mini-lists div.last ul {
	margin-right: 0;
	}
