#footer {
	background-color: #000;
	min-height: 220px;
	padding-left: 10px;
	clear: both;
	text-align: left;
}
#footer-inner {
	background-color: #000;
	max-width: 960px;
	margin: 0 auto;
	color: #fff;
	padding: 0px;
}
#footer img {
	border: none;
	margin: 0px 10px 0px 0px;
}
#footer h1 {
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
}
#footer p {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	margin: 0px 0px 0px 0px;
}
#footer a:link {
	color: #fff;
	font-weight: normal;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}
#footer a:visited {
	color: #fff;
	font-weight: normal;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}
#footer a:focus {
	color: #fff;
	font-weight: normal;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	font-weight: normal;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}
#footer a:active {
	color: #fff;
	font-weight: normal;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}
#footertableout {
	background-color: #000;
	float: left;
	width: 22%;
	padding: 0px 10px 0px 10px;
	margin: 0px 4px 0px 0px;
}
#footertable {
	float: left;
	width: 100%;
	padding: 10px 10px 10px 0px;
	margin: 0px;
	background-color: #000;
	min-height: 180px;
}
#footertable img {
	width: 100%;
	height: auto;
}

@media (min-width: 640px) {
	#footertable {
		width: 100%;
	}
	#footertable img {
		max-width: 120px;
		height: auto;
	}
}
@media (min-width: 640px) {
	#footertable {
		width: 100%;
	}
	#footertable img {
		width: 100%;
		height: auto;
	}
}
@media (min-width: 960px) {
	#footertable {
		width: 100%;
	}
	#footertable img {
		width: 100%;
		height: auto;
	}
}