/*============================================================
Footer CSS File - 16 February 2006 - FS Portal
Initial Author: Brad Smith
Additions: Dennis Lapcewich
Modified: blilly 08-23-2007
============================================================*/
/* footer nav styles */
#footer-wrapper {
	border-top: dotted #000000 1px; 
	color: #000099;
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	clear: both;
	/* float: left;
	display: inline;
	width: 100%; */
	height: 35px;
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 2px 0px;
	width: 765px;
	background: #ffffff url(../images/corner_ll.gif) no-repeat bottom left;
}

#footer-wrapper ul.top {
	list-style: none;
	padding: 0px;
	margin: 0px 15px 0px 15px;
}

#footer-wrapper ul.bottom {
	clear: both;
	list-style: none;
	padding: 0px;
	margin: 0px 15px 0px 15px;
}

#footer-wrapper li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#footer-wrapper li a {
	background-color: transparent;
	border-bottom: none;
	border-right: 1px solid #000099;
	color: #000033;
	display: block;
	margin: 0;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	/* white-space: nowrap; */
}

#footer-wrapper a:hover {
	text-decoration: underline;
}

#footer-wrapper a:visited {
	color: #000033;
}

#footer-wrapper li a.last {
	border: none;
	padding: 0px 0px 0px 7px;
	color: #000033;
}

#updated {
	background-color:#3F3D3E;
	clear:both;
	margin:0px;
	padding:0px;
}
#updated p{
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	margin:0px;
	padding: 0px;
	text-align:right;
}
