#footer {
	background: #114475;
	clear: both;
	width: 60.3em;
	color: #ccc;
	float: left;
	}

#footer a:link, #footer a:visited, #footer a:active {
	color: #ccc;
	}
	
#footer #footernav {
	background:#3674AA;	
	height: 1em;
	font-size: 0.8em;
	padding: 3px;
	color:white;
	}
	
#footer #footernav div {
	position: relative;
	}
	
#footer #footernav p {
	padding: 0;
	margin: 0;
	}
	
#footer #footernav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute; 
	top: 0;
	right: 0;
	}	

#footer #footernav ul li {
	border-right: 1px solid white;
	display: inline;
	padding: 0 0.8em;
	}
	
#footer #footernav ul li.last {
	border-right: none;
	}

#footer #footernav ul li a:link, #footer #footernav ul li a:visited, #footer #footernav ul li a:active {
	text-decoration:none;
	color:white;
}

#footer #footernav ul li a:hover {
	text-decoration:underline;
	color:white;
}
	
#footer #footercontent {
	font-size: 0.8em;
	float: left;
	padding: 0.5em 0;
	width: 100%;
	}
	
#footer #footercontent address {
	font-style: normal;
	float: left;
	width: 30%;
/*	background: yellow;*/
	padding: 0 0.5em 0;
	}

#footer #footercontent p {
	padding:0.1em 0;
	margin:0;
}
	
#footer #footercontent div {
	float: right;
	text-align: right;
	width: 60%;
	}	

#footer #footercontent div p{
	padding-right:1.0em;
	text-align: right;
	}	