/*------ footer ---------------------------------------------------------------------------------------------*/
#clearFooter {
	z-index:0;
	height: 150px;
	clear: both;
}
#footerNospace {
	z-index:0;
	height: 2px;
	clear: both;
}

#footerWrapper {
	height: 300px;
	position: relative;
	background-image: url(../images/footer/footerBackground2.jpg);
	margin-top:90px;	
}

#footerHomeWrapper {
	height: 300px;
	position: relative;
	background-image: url(../images/footer/footerBackground2.jpg);
}

#footer {
	width: 980px;
	margin: 0 auto;
	padding: 27px 20px 0 20px;
}
.footerCol {
	width: 170px;
	margin: 0 10px 0 0;
	list-style-type: none;
}

.footerCol a {
	font-size: 11px;
	color: #ddd9cf;
	line-height: 24px;
	text-decoration: none;
}

.footerCol a img {
	padding: 3px 12px 0 0;
	border: none; 
}

.footerCol a p {padding: 2px 0 0 0; }

.footerCol a:hover {color: #fffaef; }

#footerDivider {
	height: 5px;
}
#footerBottom {
	font-size: 12px;
	color: #ffffff;
	line-height: 14px;
	text-decoration: none;
	display: block;
	
}
#footerBottom a {
	font-size: 11px;
	color: #ffffff;
	line-height: 14px;
	text-decoration: none;
	margin: 0px 30px 0 0;
}
