﻿/********************************************************/
/********************************************************/
/*					  Contact Us						*/
/********************************************************/
/********************************************************/
.contactUsOfficeWrapper 
{
	width: 940px;
	margin: 20px auto 0 auto;
}
.contactUsOfficeInfoWrapper 
{
	float: left;
}
.sampleImage 
{
	float: left;
	width: 288px;
	height: 146px; 
	border: 1px solid gray;
}
.contactUsOfficeInfo 
{
	float: left;
	margin: 0 0 0 30px;
	display: inline;
	width: 200px;
}
.contactUsOfficeInfo span
{
	float: left;
	width: 200px;
}
.contactUsOfficeName 
{
	font-size: 18px;
	color: #008FBD;
	font-weight: bold;
	margin: 0 0 15px 0;
}
.contactUsOfficeAddress 
{
	margin: 0 0 15px 0;
}
.contactUsGetDirections 
{
	float: left;
	width: 104px;
	height: 29px;
	margin: 110px 0 0 0;
}
.contactUsGetDirections a 
{
	float: left;
	width: 104px;
	height: 29px;
	background-image: url(../images/GetDirectionsButton.png);
	background-repeat: no-repeat;
	display: block;
}	
.contactUsGetDirections a:hover
{
	background-position: 0px -29px;
}
/********************************************************/
/*				Contact Us Contact Details				*/
/********************************************************/
.contactUsOfficeContactsWrapper 
{
	float: left;
	margin: 20px 0 20px 0;
	padding: 0 0 30px 0;
	width: 940px;
}
 
.contactUsContactsExtension 
{
	float: left;
	margin: 5px 20px 0 0;
	border: 1px solid red;
}

.contactUsOfficeHeader 
{
	float: left;
	background-color: #A0A5AB;
	width: 940px;
}
.contactUsOfficeHeadingsList 
{
	float: left;
	list-style: none;
	padding: 5px 0 5px 20px;
	display: inline;	
}
.contactUsOfficeHeadingsList li
{
	float: left;
	list-style-type: none;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	width: 170px;
}
.contactUsOfficeDetails
{
	float: left;
	background-color: #FFF;
	width: 940px;
}
.contactUsOfficeDetailsAlternate 
{
	background-color: #E4EDF2;
}
.contactUsOfficeContactsList 
{
	float: left;
	list-style: none;
	padding: 5px 0 5px 20px;
	border-bottom: 1px dotted #A0A5AB;
	width: 920px;
}
.contactUsOfficeContactsList li
{
	display: block;
	float: left;
	list-style-type: none;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	width: 170px;
}