#footer {
	background-color: #32abd4;
	width: 100%;
	overflow: hidden;
}

#footer .content {
	height: 155px;
	background-image: url("/static/img/component/footer/left-arrows.png");
	background-repeat: no-repeat;
}
#footer .container {
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	position: relative;
	background-image: url("/static/img/component/footer/left-shadow.png");
	background-repeat: no-repeat;
	background-position-y: -2px;
}

#footer .footer-left {
	display: inline-block; 
	width: 600px;
	position: absolute;
	top: 128px;
	left: 180px;
}

#footer .footer-left .links a {
	color: white; 
	text-decoration: none;
}
#footer .footer-left .links a:hover {
	color: black;
	font-weight: bold;
}
#footer .footer-left .links a + a {
	margin-left: 30px;
}

#footer .footer-left .email {
	color: #97766a;
	margin-bottom: 25px;
	font-size: 14px;
}
#footer .footer-left .email a {
	color: #97766a;
	font-size: 14px;
}

#footer .footer-left .copyright {
	color: #97766a;
	font-size: 14px;
	font-weight: bold;
}

#footer .footer-right {
	width: 600px;
	text-align: right;
	vertical-align: top;
	display: inline-block; 
	margin-top: 22px;
	margin-right: 30px;
	float: right;
}
#footer .footer-right .biz-logo {
	margin-bottom: 10px;
}
#footer .footer-right .email {
	display: inline-block;
	vertical-align: top;
	margin-top: 12px;
	margin-bottom: 15px;
}
#footer .footer-right .email a {
	font-size: 14px;
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted;
}
#footer .footer-right #siteseal {
	display: inline-block;
	margin: 0px 1px 10px 10px;
}
#footer .footer-right .copyright {
	font-size: 14px;
	color: white;
}
