﻿/***********************************************************************
	Styles for: Google Maps
***********************************************************************/
 
#LocationsMap 
{
	position:relative;
	width: 340px;
	height: 200px;
	z-index:0;
	border:solid 1px #706658;
	margin-top:10px;
}

#googleballoon
{
	width:auto;
	height:auto;
	font-size:.9em;
}

#googleballoon strong
{
	font-size:1.0em;
	font-weight:bolder;
	color:#880000;
	margin:2px 2px 1px 0;
}

* html div#LocationsMap div { behavior: none; }  /* IE6 fix for Locations Map */

