@charset "UTF-8";
/* CSS Document */

#footer_wrapper {
	position: relative; /* negative value of footer height */
	height: 70px;
	clear:both;
	z-index: 999;
	background-color: #1E823C;
	padding: 20px;
	margin-top: 20px;
} 

#footer_text {
	position: absolute;
	height: 70px;
	width: 640px
} 

#footer_logo1 {
	position: absolute;
	height: 70px;
	width: 140px;
	left: 680px;
} 

#footer_logo2 {
	position: absolute;
	height: 70px;
	width: 140px;
	left: 850px;
} 

.footer_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 26px;
}

.footer_body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	line-height: 20px;
	}
	
.footer_smallprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 20px;
	}
