/************************************************************************************* 
Contact Information
*************************************************************************************/
div.contactInfo{
	width: auto;
	background: pink;
	border: 1px solid red;
	clear: both;
}


div.LHS {
	position: relative;
	float: left;
	width: 25%;
	/*font-weight: bold;*/
	color: #808080;
}

div.RHS {
	position: relative;
	float: left;
	width: 75%;
	font-weight: normal;
}