@charset "utf-8";
/* CSS Document */

.info_wide {
	font-weight:700;
	width:57px;
	display: inline-block;
}

.info {
	font-weight:700;
	width:47px;
	display: inline-block;
}

/* LARGE MAP */
.mapBodyLarge{
	margin: 10px 10px 0px;
	width:600px;
	font-family:Arial, Helvatica, sans-serif;
	font-size:12px;
	color: black;
	background:#FFF;
}
.mapBodyLarge H2{
	margin: 0;
	padding: 0;
	color: #d51920;
}

#mapLarge{
	width: 610px;
	height: 402px;
	margin: 0px 8px;
	border: solid 2px #0d4a8d;
}
.popbtnPosition{
	margin: 10px 0;
}
a.popbtn {
	background:#a6240e;
	border:1px solid #5c1003;
	color:#ffffff;
	margin: 0;
	padding:1px 6px;
	text-decoration: none;
}
a.popbtn:hover {
	background:#243444;
	border:1px solid #243444;
	color:#FFF;
	text-decoration: none;
}

.homeMap, .subpageMap, .popupMap {
	padding: 0;
}
.homeMap{
	border-top: 4px solid #ed1c24!important;
	width: 330px;
	height: 186px;
	margin-top:0;
	display: inline;
}
.subpageMap{
	border: 4px solid #c81444;
	width: 480px;
	height: 260px;
	position: absolute;
	top: 55px;
	right: 15px;
}
.popupMap{
	width: 100%;
	height: 100%;
	border: 0!important;
}
.zoomin{
	position: absolute;
	z-index: 5;
	left: 10px;
	top: 10px;
	background: url(../images/zoomin.gif) no-repeat;
	text-indent:-9999px;
	width: 19px;
	height: 17px;
}
.zoominsubpages{
	color: white!important;
	font-weight: bold;
	font-size: 8pt!important;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px 15px 0!important;
	position: absolute;
	border: 1px solid black;
	z-index: 5;
	right: 293px;
	top: 65px;
	background: #c81444!important;
	height: 15px!important;
	text-decoration: none!important;
}
.zoominsubpages:hover{
	background: black!important;
}


/* MARKER INFO */
/* MARKER INFO */
#markerInfo{
	margin: 0;
	padding: 0;
	width:500px;
	height:330px;
}

h1.markerHeader, h2.markerSubHeader, .details {
	font-family:Arial, Helvetica, sans-serif;
	color:#555;
}
h1.markerHeader{
	font-size:12px;
	font-weight:bold;
	color:#444;
	margin: 0;
	padding: 0;
}
h2.markerSubHeader{
	font-size: 11px;
	font-weight:bold;
	margin: 0;
	padding: 3px 0 0;
}
.details{
	font-size:11px;
	margin: 0;
	padding: 0;
}
.details a {
	color:#007dc5; text-decoration:none; font-size:11px;
}
.details a:hover {
	color:#007dc5; text-decoration:underline;
}


#enlarge {
	left:190px;
	top:120px;
	position: absolute;
	height:17px;
	font: normal 12px Arial, Helvetica, sans-serif;
	z-index:100;
}
#enlarge a {
	background:#a6240e;
	border:1px solid #5c1003;
	color:#ffffff;
	display:block;
	float: left;
	margin: 0;
	padding:1px 6px;
	text-decoration: none;
}
#enlarge a:hover{
	background:#243444;
	border:1px solid #243444;
	color:#FFF;
	text-decoration: none;
}