@charset "UTF-8";
/* CSS Document */

#footer_container {
	width: 900px;
	height: auto;
	margin: 20px 0px 0px 0px;
	padding: 50px 0px 0px 0px;
	background: url("/images/line_footer.gif") repeat-x top left;
	clear: both;
	display: table;
	}
	
#footer_copy {
	width: auto;
	height: auto;
	font-size: 14px;
	line-height: 1.5em;
	color: #BCBEB0;
	text-align: left;
	}
	
#footer_links {
	width: auto;
	height: auto;
	font-size: 14px;
	line-height: 1.5em;
	color: #212121;
	text-align: left;
	padding: 0px 10px 20px 0px;
	overflow: hidden;
	float: none !important;
	}
	
#footer_links a {
	color:#005380;
	text-decoration:none;
	}
	
#footer_links a:hover {
	color:#515151;
	text-decoration:none;
	}
	
	#footer_links a:visited {
	color:#005380;
	text-decoration:none;
	}
	
	.footer_divider {
	letter-spacing:1px;
	}


#footer_copy a {
	color:#0081c9;
	text-decoration:none;
	}
	
#footer_copy a:hover {
	color:#515151;
	text-decoration:underline;
	}
	
	#footer_copy a:visited {
	color:#0081c9;
	text-decoration:none;
	}
