
/* ------------------------------------------------------------------------------------------------------*/
/* STYLES SPECIFIC TO CONTACT PAGE -------------------------------------------------------------------------*/


/* "Contact Info" three-column layout  */

#contactInfo .addressCol {
	width: 180px;
	min-height: 42px;
	margin: 0;
	padding: 0;
	float: left;
}

#contactInfo .phoneCol{
	width: 250px;
	min-height: 42px;
	margin: 0;
	padding: 0 0 0 25px;
	float: left;
	background: url(../images/shared/divider.gif) repeat-y 8px 0;
}

/* Used to indicate phone/fax/email markers in the text blocks on the Contact page */

.indicatorLetter {
	font-size: 10px;
	font-weight: bold;
	color: #550000;
}
