@import url(layout.css);@import url(navigation.css);@import url(elements.css);@import url(nifty-corners.css);

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.footerMidHolder {
	margin: 0 auto;
	width: 964px;
	height: 184px;
	background-repeat: no-repeat;
}

.footerMidTitle {
	color: #79AE42;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.footerMidTitle a:link {
	color: #79AE42;
	font-size: 14px;
	text-decoration: underline;
}
.footerMidTitle a:hover {
	color: #79AE42;
	font-size: 14px;
	text-decoration: none;
}

.footerMidText {
	font-size: 12px;
	color: #666;
	padding-top: 10px;
	text-decoration: none;
}
.footerMidText a:link {
	font-size: 12px;
	color: #666;
	padding-top: 10px;
	text-decoration: none;
}

.footerMidText a:hover{
	font-size: 12px;
	color: #666;
	padding-top: 10px;
	text-decoration: underline;
}


.footertextHeader {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
a .footertextHeader:link {
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
a .footertextHeader:hover {
	font-size: 14px;
	color: #000;
	text-decoration: none;
}

.footertextContent {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333;
}

.footertextHolder {
	margin-bottom: 20px;
	margin-top: 20px;
	width: 964px;
}

.footerContainer {
	float: left;
	width: 200px;
	padding: 20px;
	height: 80px;
}

.binTitle {
	text-align: center;
	color: #79AE42;
	font-size: 13px;
}

.binText {
	text-align: center;
	color: #999;
	font-size: 12px;
}
