/* DEFAULT LINKS */

a:link {
	color: #360;
	text-decoration: underline;
}
a:visited {
	color: #F60;
	text-decoration: underline;
}
a:hover {
	color: #8CC63F;
	text-decoration: none;
}
a:active {
	color: #69F;
	text-decoration: underline;
}

/* FOOTER WRAPPER CONTENT */

#footer-wrapper a:link {
	color: #92D53B;
	text-decoration: underline;
}
#footer-wrapper a:visited {
	color: #F60;
	text-decoration: underline;
}
#footer-wrapper a:hover {
	color: #3CC;
	text-decoration: none;
}
#footer-wrapper a:active {
	color: #996;
	text-decoration: underline;
}


/* FOOTER TEXT LINKS */

.footernav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #E5B14B;
	text-align: center;
	background-color: #000;
	clear: both;
	padding: 12px 12px 20px;
	border-top: thin solid #845C1A;
	border-right: thin;
	border-bottom: thin;
	border-left: thin;
	line-height: 1.4em;
}
.footernav a:link {
	color: #AE7600;
	text-decoration: underline;
}
.footernav a:visited {
	color: #F60;
	text-decoration: underline;
}
.footernav a:hover {
	color: #6C0;
	text-decoration: underline;
}
.footernav a:active {
	color: #39C;
		text-decoration: underline;
}

