/* -------------------- Footer  --------------------  */

#footer {
	background: url('images/bg_bottom1.gif') #880C04 top center repeat-x;
	width: 750px;
	height: auto !important;
	height: 230px;
	min-height: 200px;
	color: #B2AEA1;
	font-size: 0.9em;
	clear:both;
}

#footer #container {
	width: 750px;
	margin: 0 auto;
}

#footer a {
	color: #B2AEA1;
	font-size: 1em;
	text-decoration: none;
}

#footer h4 {
	color: #B2AEA1;
	font-size: 1.3em;
	margin: 0 0 0.5em;
	font-weight: bold;
}

#footer h5 {
	font-size: 1.2em;
	margin: 1em 0;
}

#footer ul li{ background:none;}

#footer .column {
	display: block;
	float: left;
	padding: 2em 2% 15px;
	position: relative;
	width: 70%;

}

#footer .column ul {
	margin: 0;
	padding: 0;
}

#footer .column ul li {
	margin: 0;
	padding: 0;
}

#footer .column ul li a {
	color: #B2AEA1;
	font-weight: bold;
}

#footer .column ul li a:hover {
	color: #FFF;
}

#footer h4#newsFooter {
	margin-top: 16px;
}

#footer .column.contact_us {
	background-image: url('images/footer_divider.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	float: left;
	position: relative;
	width: 20%;
}

#footer .column.contact_us h4 a {
	font-weight: bold;
	color: #B2AEA1;
}

#footer .column.contact_us h4 a:hover {
	color: #FFFFFF;
}

#footer #small_print {
	background-image: url('images/van_footer.jpg');
	background-position: right center;
	background-repeat: no-repeat;
	clear: left;
	display: block;
	float: left;
	height: 75px;
	margin: 2em 2% 0;
	font-size: 0.9em;
	text-align: left;
	width: 720px;
}

