@media all { 

/* =The above @media rule hides this stylesheet from the 
discontinued Microsoft Internet Explorer for Mac. */


#contactLeftColumn {
	width : 238px;
	float : left;
	padding-left : 0;
	padding-right : 25px;
	border-right : solid #fff 1px;
	font-size : 95%;
}

#contactRightColumn {
	width : 411px;
	float : right;
	padding-right : 0;
	padding-left : 25px;
}

#servicesLeftColumn {
	float : left;
	padding-left : 0;
	padding-right : 10px;
	font-size : 95%;
}

#servicesRightColumn {
	float : right;
	padding-right : 0;
	font-size : 95%;
}


#contactHead  {
	background : url(/images/contact.gif) no-repeat;
	background-position : center;
	height : 34px;
	margin-bottom : 25px;
}

.contactText {
	margin-left : -9999px;
	color : #fff;
	
}

#servicesHead  {
	background : url(/images/services_list_anim.gif) no-repeat;
	background-position : center;
	height : 34px;
	margin-bottom : 25px;
}

.servicesText {
	margin-left : -9999px;
	color : #fff;
	
}


.calloutText {
	text-transform : uppercase; letter-spacing : .2em; font-weight : bold;
}


.blueText {
	text-transform : uppercase; letter-spacing : .2em; font-weight : normal; color: #66ffff; font-size : 80%;
}

.smallText {
	font-weight : normal; font-size : 90%;
}




}

