.contact-info {
	border-top: 1px solid #999;
	margin-top: 10px;
	clear: both; /* <---problematic - forces the contact-info class lower than the nav - apparent only on pages with few lines of content - mostly an IE/Win fix - on compliant browsers, clear: left; works better */
	}
	
.contact-info ul {
	padding: 0;
	margin: 10px 0 0 0;
	}		
	
.contact-info li {
	color: #666;
	font-size: 80%;
	list-style-type: none;
	line-height: 1em;
	margin-top: -2px;
	}

