/* --------------------------------------------------------------------------------------------------------
AUTHOR:			Ryan Marincovich
DATE CREATED:	2007.04.24
PURPOSE:		Base Style sheet for NEC Footer
REVISIONS:
-------------------------------------------------------------------------------------------------------- */


.footer_padding {
	width: 798px;
	height: 30px;
	margin: 0px 0px 0px 1px;
	padding: 0px;
	float: left;
	display: inline;
	background: #6cbb22;
}

.footer_text {
	width: 798px;
	height: 25px;
	margin: 0px 0px 0px 1px;
	padding: 0px;
	font-size: 11px;
	color: #000000;
	float: left;
	display: inline;
	background: #ff7f00;
}

.footer_text span {
	margin: 7px 0px 0px 230px;
	padding: 0px;
	float: left;
	display: inline;
}

.footer_text_block {
	margin: 0px;
	padding: 0px;
	float: left;
}

.footer_divider {
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}

/* ------------------------------ VENYOU FOOTER --------------------------------- */
.venyou_footer_text {
	width: 100%;
	margin: 8px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	color: #666666;
	float: left;
	display: inline;
}

.venyou_footer_text a { text-decoration: none; color: #ff6600; }
.venyou_footer_text a:visited { text-decoration: none; color: #ff6600; }
.venyou_footer_text a:hover { text-decoration: underline; color: #ff6600; }
.venyou_footer_text a:active { text-decoration: underline; color: #ff6600; }