/*<![CDATA[*/
/*CSS*/
a, a:active, a:visited {
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
body{
	margin: 0 auto;
	font-family: verdana;
	font-size: 11px;
	color: #000060;
	text-align: center;
}
#container{
	border: 1px solid #b1b1b1;
	width: 560px;
	margin-top: 10px;
	margin:auto;
}
#mapHead {
	width: 580px;
	height: 95px;
	background: url(../../../assets/images/brochureHeader.jpg) no-repeat;
}
#map {
	width: 550px;
	height: 400px;
	margin:auto;
	border: solid 5px #ffffff;
}
#mapControls{
	width: 490px;
	background: #ffffff;
	text-align: right;
	padding: 5px 10px 5px 10px;
}
#mapControls a{
	background: url(../../../assets/images/plus.jpg) no-repeat;
	padding-left: 15px;
	margin-left: 10px;
}
#infoWindow {
	background: url(../../../assets/images/eraMiniLogo.jpg) no-repeat;
	background-position: bottom right;
	line-height: 15px;
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: right;
	width: 250px;
}
.infoWindowThumb {
	width: 100px; 
	height: 70px;
	float: left;
	padding-right: 10px;
}
.clearAll {
	width: 100%;
	height: 1px;
	font-size: 1px;
	clear: both;
}
/*]]>*/
