/*list for the contact page*/

#wrap
{clear: both;	position: relative; padding: 15px 0;}
/*these are the classes that hold the individual contact logos*/
.telephone		
{ margin: 0; float: left; clear: both; width: 95%;}

.telephone img {vertical-align: middle; margin: 0 15px 0 0;}

/*postions the double box text for the fax no's*/
.telephone span.faxTelOne 
{font: 12px Arial, Helvetica, sans-serif; color: #000;
position: absolute; left: 240px;}

/*postions the double box text for the second fax no's*/
.telephone span.faxTelTwo 
{font: 12px Arial, Helvetica, sans-serif; color: #000;
position: absolute; left: 407px;}

/*this positions the text for the telephone correctly*/
.telephone span.DL
{font: 12px Arial, Helvetica, sans-serif; color: #000; 
position: absolute; left: 240px;}

/* places the switch board number correctly*/
.telephone span.SW
{font: 12px Arial, Helvetica, sans-serif; color: #000; 
position: absolute; left: 240px;}

/* places the email address correctly*/
.telephone span.EM
{font: 12px Arial, Helvetica, sans-serif; color: #000; 
position: absolute; left: 240px;}

/* places the web address correctly*/
.telephone span.WEB
{font: 12px Arial, Helvetica, sans-serif; color: #000; 
position: absolute; left: 240px;}

/*this positions the text for the adress correctly*/
.telephone span.AD
{font: 12px Arial, Helvetica, sans-serif; color: #000; 
position: absolute; left: 240px;}

/* places the map address correctly*/
.telephone span.MAP
{font: 12px Arial, Helvetica, sans-serif; color: #000; 
position: absolute; left: 240px;}

div#contactDetails {
	margin-top: 15px;
}

div#contactLC {
	float: left;
	clear: both;
	width: 200px;
	text-align: left;
	margin: 11px 15px;
	font: 12px Arial, Helvetica, sans-serif; 
	color: #000;
	vertical-align: middle;
}

div#contactRC {
	float: left;
	text-align: left;
	margin: 11px 10px;
	font: 12px Arial, Helvetica, sans-serif; 
	color: #000;
}