@charset "UTF-8";
/* CSS Document */

#footer_container {
	width:900px;
	height:auto;
	margin:70px 0px 0px 0px;
	float:right;
	}
	
#footer_logo {
	width:106px;
	height:68px;
	background-image:url(/images/logo_footer.gif);
	background-repeat:no-repeat;
	float:right;
	}
	
#footer_line {
	width:900px;
	height:29px;
	background-image:url(/images/line_footer.gif);
	background-repeat:repeat-x;
	}
	
#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;
	}
	
#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:#ececec;
	text-decoration:none;
	}
	
#footer_copy a:hover {
	color:#515151;
	text-decoration:underline;
	}
	
	#footer_copy a:visited {
	color:#005380;
	text-decoration:none;
	}*/
