/*******************
/*FOOTER NAVIGATION
/*********************/

div#footer {
	padding-top:10px;
	padding-bottom:75px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	background:url("../images/backgrounds/footer.gif");
	background-position:bottom;
	background-repeat:no-repeat;	
}

div#footer, #footer a {
	color:#777;
	border-bottom:dotted 1px #333;
}

#footer a:hover {
	text-decoration: underline;	
	color:#0f0;
}

ul#bottomNav {
	position:relative; /* Added by frequency decoder */
	list-style: none;
	margin: 0;
	text-align: center;
	white-space: nowrap;
	padding-bottom:4px;
}
ul#bottomNav li {
	position:relative; /* Added by frequency decoder */
	display: inline;
	margin: 0px 7px 0px 0px;
	/*z-index:999;  Added by frequency decoder */
}

/********************
/*End of footer navigation
/********************/