#footer {
	position:relative;
	float:left;
	top:auto;
	left:auto;
	width:100%;
	margin:4px;
	min-height:60px;
}
.fourohfour {
	position:absolute;
	left:50%;
	top:50%;
	height:100px;
	width:300px;
	margin-top:-50px;
	margin-left:-150px;
	background-color:#f0f0f0;
	border-radius:8px;
	padding:8px;
}
.fourohfour p {
	font-family:Helvetica;
	font-size: 14px;
	overflow:hidden;
	word-wrap:break-word;
	white-space:normal;
	text-wrap:normal;
}
#footer_box {
	position:relative;
	float:left;
	width:100%;
	color: #454545;
	text-align: center;
	min-height:50px;
	//background-color: #fafafa;
	border-top: 1px solid #1e6ea6;
	//border-radius: 4px;
	text-align: left;
	font-size: 8pt;
}
.cedar #footer_box {
	color: #5A4B81;
	border-top: 1px solid #5A4B81;
}
#footer_updated {
	font-family:Arial;
	position:relative;
	float:right;
	min-height:10px;
	width:15%;
	text-align:right;
	font-size: 8pt;
	padding-right:20px;
}
.cedar #footer_updated {
	width:35%;
	padding-right:0px;
	margin-top:5px;	
}
.footer_text {
	position:relative;
	float:left;
	width:75%;
	font-family:Helvetica;
	font-size:10px;
	margin-left:8px;
	margin-bottom:0px;
}
.cedar .footer_text {
	width:64%;
	margin-left:0px;
	margin-top:5px;
}
.core_trust {
	background-image: url('/images/CoreTrustSeal-logo-transparent.png');
	background-repeat: no-repeat;
	background-size: 100%;
	height: 50px;
	width: 50px;
	float: right;
	cursor: pointer;
}
.cedar .core_trust {
	display: none;
}