@charset "UTF-8";
/* CSS Document */

#footer_container {
	width:857px;
	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:751px;
	height:29px;
	background-image:url(/images/line_footer.gif);
	background-repeat:repeat-x;
	float:right;
	}
	
#footer_copy {
	width:375px;
	height:auto;
	font-size:10px;
	line-height:14px;
	color:#bcbec0;
	float:left;
	text-align:left;
	}
	
#footer_links {
	width:340px;
	height:auto;
	font-size:10px;
	line-height:14px;
	color:#005380;
	float:right;
	text-align:right;
	padding:0px 10px 0px 0px;
	}
	
/*#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;
	}*/