/* Footer --------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
div.SpacerFooter {
	height: 3em;
}
#Footer {
	float: left;
	width: 100%;
	background: #0A51A1;
}
#FooterLeft {
	float: left;
}
#FooterRight {
	float: right;
}
#FooterLeft address {
	font-size: 0.8em;
	color: #FFF;
	margin: 0;
	padding: 0 0 0 1.25em;
	line-height: 2.2em;
}
#FooterRight ul {
	list-style: none;
	margin: 0;
	padding: 0 1.2em 0 0;
}
#FooterRight ul li {
	display: inline;
	font-size: 0.8em;
	padding: 0 0 0 0.75em;
	line-height: 2.2em;
	background: transparent url(/images/shared/bg_navi_first.gif) no-repeat 2px 50%;
}
#FooterRight ul li a {
	color: #FFF;
	text-decoration: none;
}
#FooterRight ul li a:hover {
	color: #FF9900;
}
#FooterRight ul li.FooterNavigationOn a {
	color: #FF9900;
	font-weight: bold;
}
