﻿/*Header Conacts Display*/
#ls_Contacts 
{
	float: left;
	width: 78px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	padding:5px;
	border:groove 1px red;
}
#ls_Contacts div.ContactDetails 
{
    clear: both;
    width: 100%;
	text-align: left;
	height: 160px;
}

#ls_Contacts div.NoPhoneNumbers 
{
    clear: both;
    width: 100%;
	text-align: left;
	height: 130px;
}

#ls_Contacts img.ContactImg 
{
    width:95%;
    text-align: center;
}
#ls_Contacts h3.ContactName 
{
    font-size:105%!Important; font-size: 100%;
 }
#ls_Contacts p 
{
    font-size:100%;
}
