/* -- footer -- */
.footer
{
	border-top: 1px solid #333;
	width: 100%;
	padding: 120px 0 120px 0;
	float: left;
	background: #FFF;
	text-align: center;
}

.footer-image
{
	height: 200px;
}


.footer p
{
	margin-top: 40px;
	color: #444;
}

/* -- contact -- */

.contact
{
	width: 100%;
	padding: 60px 0 60px 0;
	float: left;
	background: #4b626f url("../images/contactLogo.png") no-repeat center center;
	border-top: 1px solid #75909f;
	border-bottom: 1px solid #000;
	text-align: center;
}

.contact h1
{
	color: #050e13;
	margin-top: 0;
	margin-bottom: 20px;
}

.contact h2
{
	color: #11212a;
	margin: 0;
	padding: 0;
}

.contact h4
{
	margin: 0;
	margin-top: 20px;
	padding: 0;
}

.contact h4 a { color: #050e13; text-decoration: none; }
.contact h4 a:hover { color: #fff; }
