@charset "utf-8";
/* Footer Styles */

#footer {
	position: relative;
	width: 966px;
	min-height: 80px;
}

#footer_links {
	position: relative;
	width: 780px;
	height: 20px;
	border-bottom: 1px solid #284678;
	padding-top: 20px;
}

#footer_links ul {
	list-style-type: none;
}

#footer_links ul li {
	display: block;
	float: left;
}

#footer_links ul li a, #footer_links ul li a:visited { 
	display: block;
	padding: 0 10px;
	text-decoration: none;
	color: #2c2c2c;
}

#footer_links ul li a:hover {
	color: #284678;
}

#copyright {
	padding-left: 10px;
	color: #8b8b8b;
}