﻿/*================================
	Common Footer Structure
==================================*/
#footer{
	background: #f0f0f0;
	margin: 20px 0 0 0;
	width: 100%;
}

#footer .footerContent{
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 955px;	
}

#footer .footerContent h5{
	color: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.18em;
	padding: 0 0 8px 0; 	
}

#footer .footerCol{
	float: left;
	padding: 0 0 0 20px;
	width: 167px;	
}

#footer div.lastCol{
	padding: 0 20px;
}

#footer .footerContent ul{
	list-style: none;
}

#footer .footerContent li{
	list-style: none;
	padding: 4px 0 0 0;
}

#footer .footerContent li a{
	color: #008c9a;
	font-size: 1.1em;
	line-height: 1.18em;
}

#footer .footerCopyright{
	color: #666;
	font-size: 1.0em;
	height: 70px;
	line-height: 1.4em;
	margin: 30px 0 0 0;
	padding: 30px 0 0 0;
	position: relative;	
	text-align: center;
}

#footer .proudLogo{
	left: 20px;
	position: absolute;
	top: 0;
}

#footer .blkLogo{
	position: absolute;
	right: 20px;
	top: 28px;
}
