#eGov_contactContainer, #eGov_contactContainer li {
	float: left;
	list-style-type: none;
	margin:  0 15px 0 0;
	padding: 0;
}

	#eGov_contactContainer li {
		clear: both;
		margin-bottom: 8px;
	}
	#eGov_contactContainer .eGov_contactLabel {
		float: left;
		font-weight: bolder;
		text-align: right;
		width: 7em;
		margin-right: 1ex;
	}
	#eGov_contactContainer .eGov_contactDetail {
		float: left;
	}
	
	.printOnly {
		display: none;
	}