/*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;}

/*places the bold text an even distance from the icons*/
.telephone strong
{font: bold 12px Arial, Helvetica, sans-serif; width: 175px;}

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

/*postions the double box text for the second fax no's*/
.faxTelTwo 
{ position: absolute; left: 400px; 	font: 12px Arial, Helvetica, sans-serif; color: #000; width: 100px; top: 72px; text-align: left}

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

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

/* places the email address correctly*/
.telephone span.EM
{width: 350px; height: 20px; font: 12px Arial, Helvetica, sans-serif; color: #000; 
position: absolute; left: 240px; top: 119px; line-height: 23px}

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

/*this positions the text for the adress correctly*/
.telephone span.AD
{ margin: 3px 0 0 0; width: 350px; height: 20px; font: 12px Arial, Helvetica, sans-serif; color: #000; 
position: absolute; left: 240px; top: 265px;}

/* places the map address correctly*/
.telephone span.MAP
{width: 350px; height: 20px; font: 12px Arial, Helvetica, sans-serif; color: #000; 
position: absolute; left: 240px; top: 320px; line-height: 23px}
