.footer{
	background-color:#125c71;
	width:100%;
	color:#e3e4e8;

}
.footer-column{
	display:inline-block;
	vertical-align:top;
	width:16%;
	font-family: helvetica;
	font-size:12px;
	font-weight:normal;
	line-height:1.5em;
	color:#e3e4e8;
}

.footer-column a{
	color:#e3e4e8;
}

.footer-column h5{
	font-weight:bold;
	color:#68a9b0;
	text-transform: uppercase;
	font-size:14px;
	margin-bottom: 10px;
}

.footer-column ul{
	list-style:none;
	padding:0;
	margin-top:10px;
}


.footer-column.large{
	width:35%
}
.footer-address{
	width:48%;
	display:inline;
	float:left;
	padding-right:2%;
	margin-bottom:10px;
}

.footer-address h3{
	margin-top:0;
}

.footer-address p{
	margin:0;
}

.footer-address p strong{
	color: #68a9b0;
	font-weight: bold;
}

.footer-bottom{
	padding-top:20px;
	text-align:center;
	padding-bottom:10px;
	padding-top:30px;
	font-family: helvetica;
	font-size: 11px;
	font-weight:normal;
	line-height:1.5em;
	color:#ffffff;
}
.footer-bottom a.em{
	color:#fff;
}
.footer-bottom a.em:hover{
	color:#68a9b0;
}
.footer-column a:hover{
	color:#68a9b0;
}