@charset "utf-8";
/* CSS Document */


#wrapper #footer {
	width: 925px;
	display:block;
	height: 18px;
	background: url('../images/footer.png') no-repeat;
}


#wrapper #footer #footerNav {
	width: 700px;
	padding-top: 12px;
	padding-left: 150px;
	
}

#wrapper #footer #footerNav ul {
	width: 700px;
	margin: 0 auto;
}

#wrapper #footer #footerNav ul li {
	display: inline;
	margin: 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#wrapper #footer #footerNav ul li a:link, #wrapper #footer #footerNav ul li a:visited, #wrapper #footer #footerNav ul li a:active {
	color: black;
}

#wrapper #footer #footerNav ul li a:hover {
	color: #FF9900;
}

.asNet {
	/*font-size: 0.95em;*/
	font-size: 1.17em;
	font-weight: bold;
	padding-top: 14px;
}

.asNet a:link, .asNet a:visited,.asNet a:active {
	color: #565656;
	text-decoration: none;
}

.asNet a:hover {
	text-decoration: underline;
	color: #FF9900;
}
