/* footer navigation styles*/

#footer { 
	display: block;
	clear: both;
	width: 980px;
	height: 20px;
	color:#0071BD;
	margin: 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url('../images/footer-bg.gif') no-repeat;
}

/* widget foundation styles --------------------------------------- */


#copyright { 
	display: block;
	float: left;
	width: auto;
	padding: 0px;
	margin: 30px 0px 15px 23px;
	font-size: 10px;
	line-height: 15px;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
}

#footernav { 
	display: block;
	float: right;
	width: auto;
	padding: 0px;
	margin: 30px 23px 15px 0px;
	color: #ffffff;
	font-size: 10px;
	line-height: 15px;
	text-transform: uppercase;
	text-decoration: none;
}

.niRight { 
	display: block;
	float: left;
	clear: both;
	width: auto;
	padding: 0px;
	margin: 0px 0px 15px 23px;
	color:#ffffff;
	font-size: 10px;
	line-height: 15px;
	text-transform: uppercase;
	text-decoration: none;
}

#footernav a {
	color: #ffffff;
	padding: 0px 10px 0px 0px;
	text-decoration: none;
}

#footernav a:hover { color: #ff0; }

* html #footer, #footernav, #copyright { display:inline; }
