/* FOOTER CSS Document */

/* Home Headlines */

.Home_Headlines {
	text-align: left;
	vertical-align: top;
	background-image: url(../images/home_footer/home_footer_corner_left.gif);
	background-repeat: no-repeat;
	padding-left: 33px;

	width: 734px;
	height: 48px;
}

.Call_Out {
	text-align: left;
	vertical-align: top;
	background-image: url(../images/call_footer/call_out.gif);
	background-repeat: no-repeat;
}

.footerNav {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
	vertical-align: top;
	padding-top: 5px;
}

		/* Footer Nav Links */

		A.footerNav_links:link {
			color: #666666;
			text-decoration: underline;
		}
		A.footerNav_links:visited {
		color: #646144;
		text-decoration: underline;
		}
		A.footerNav_links:active {
		color: #FF6600;
		text-decoration: underline;
		}
		A.footerNav_links:hover {
		color: #8b8d8e;
		text-decoration: none;
		}

.Copyright {
	text-align: center;
	vertical-align: top;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #8b8d8e;
	padding-bottom: 15px;
}
