@charset "utf-8";
/* CSS Document */

#footer {
	height: 20px; 
	padding: 3px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font: .7em  "Arial", Helvetica, sans-serif;
	font-weight:bold;
	background:#003466;

}

#footer ul {
	float:left;
	display:inline;
	width:100%;
	background:#003466;
	}

#footer li {
	display:inline;
	margin:0;
	padding:0;
}

#footer a:link {
	color:#fff; 
	text-decoration:none;
	background:#003466;
	height: 20px; line-height: 20px;
	float:left;
	display:inline;
	padding:0 12px;
	border-right:1px solid #ccc;
	border-bottom:none;
	border-left:1px solid #ccc;
	text-transform:uppercase;
	text-decoration:none;
	
	
	
}

#footer a:visited {
	color:#fff; 
	text-decoration:none;
	background:#003466;
	height: 20px; line-height: 20px;
	float:left;
	display:inline;
	padding:0 12px;
	border-right:1px solid #ccc;
	border-bottom:none;
	border-left:1px solid #ccc;
	text-transform:uppercase;
	text-decoration:none;
}
#footer a:hover {
	color:#000; 
	text-decoration:none;
	background:#c0c9c5;
	height: 20px; 
	float:left;
	display:inline;
	padding:0 12px;
	border-bottom:none;
	text-transform:uppercase;
	text-decoration:none;
}

 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#copy {
	font: .7em  "Arial", Helvetica, sans-serif;
	padding: 2px;
	background: #c0c9c5;
}

