/* Styles used by the "city" pages */
.office_info
{	
	margin: 5px 0px 5px 0px;
}

.office_contact
{
	float: left;
	width: 259px;
	padding: 7px 0px 7px 7px;
	text-align: left;
	border-left: 1px solid #cccccc;
}

.office_contact.multiple_offices
{
	height: 130px;	
}

.office_contact.multiple_offices h3
{
	margin-top: 0px;
}

.office_photo
{
	margin: 0px 0px 5px 5px;
	float: left;
	text-align: right;
	width: 290px
}

.by_appointment
{
	margin: 5px 0px 0px 0px;
	font-style: italic;
}

.request_evaluation
{
	margin: 0px 0px 0px 0px;	
}

#google_directions_map
{
	clear: both;
	margin: 7px 0px 7px 0px;
	padding: 8px;
	height: 320px;
	width: 540px;
	border-top: 1px solid #cccccc;
	border-left: 2px solid #cccccc;	
	border-right: 3px groove #cccccc;
	border-bottom: 2px ridge #cccccc;
}

#google_directions 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*float: left;
	position: relative;
	width: 200px;
	height: 320px;*/
	height: 48px;
	width: 100%;
	border-bottom: 1px solid #dddddd;
}

#google_directions form
{
	margin: 0px;
	padding: 0px;	
}

#google_title
{
	margin: 4px 0px 5px 0px;
	font-weight: bold;
	font-size: 13px;
}

.get_directions_input
{
	margin: 0px;
	padding: 3px 2px 0px 3px;
	height: 19px;
	width: 400px;	
	float: left;
	background: #ffffff url(../images/google_directions_bg.jpg) top right;
	border: 1px solid;
	border-color: #888888 #888888 #aaaaaa #aaaaaa;
}

.directions_input
{
	margin: 5px 0px 2px 0px;
	padding: 0px;
	/*height: 23px;*/
}

.directions_button
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: right;
	border: none !important;
}

.google_map_button
{
	border: none;
}

.google_map
{
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	position: relative;
	/*width: 310px;*/
	/*height: 320px;*/
	height: 262px;
	width: 538px;
}	



