/* Footer */
#footer {
	height: 54px;
	width: 100%;
	padding-right: 1px;
	background-color: #000;
	margin-top: 10px;
	padding-bottom: 5px;
}
#footer2 {
	height: 54px;
	width: 100%;
	padding-right: 1px;
	background-color: #000;
	margin-top: 10px;
	padding-bottom: 5px;
}
#footernav {
	float: left;
}
#footerlogo {
	width: 242px;
	/*height: 54px;*/		/*Changed*/
	float: left;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 0;
}
#footerupdate {
	float: right;
	font-size: 11px;
	/*height: 54px;*/		/*Changed*/
}
#footercontainer ul {
	font-size: 60%;
	text-transform: uppercase;
	color: #fff;
	background-color: #000;
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;		/*Changed*/
	margin-top: 0px;
	margin-bottom: -1px;
	margin-left: 0;
}
#footercontainer ul li {
	display: inline; 
	font-weight: bold;	
}
#footercontainer ul li a {
	padding: 0.2em 3px;		/*Changed*/
	background-color: #000;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	font-size: 1em;	
}
#footercontainer ul li a:hover {
	background-color: #fff;
	color: #000;
}
#footercontainer ul li#current {
	background-color: #dcddea;
	color: #000;
	display: inline;
	padding: 0.2em 3px;		/*Changed*/
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#footer p {
	line-height: 13px;
	}

#footer2 p {
	line-height: 13px;
	}

#address {
	padding-top: 3px;
	}

#address a {
	font-size: 68%;
	color: #fff;
	padding: 0 0 5px 2px;
	text-decoration: none;
	line-height: 13px;
}
		
.last {
	border: none;
	border-right: none !important;
}