/* GENERIC */
a{
	color: #d51920;	
}
a:hover{
	text-decoration: none;	
}
/* GOOGLE MAP */
#speechBubble{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #010101;	
}#speechBubble h1{
	color: #f17706;
	font-size: 14pt;
	margin-bottom: 10px;
	padding: 0;
}
#speechBubble p{
	color: #000;
	font-size: 10pt;
	margin: 5px 0;
	padding: 0;
}
/* LARGE MAP */
.mapBodyLarge{
	margin: 10px 10px 0px; 
	width:600px; 
	font-family:Arial, Helvatica, sans-serif; 
	font-size:12px; 
	color: black; 
	background: white;
}
.mapBodyLarge H2{
	margin: 0; 
	padding: 0; 
	color: #d51920;	
}

#mapLarge{
	width: 600px;
	height: 402px; 
	margin: 0px 8px; 
	border: solid 2px #d51920;
}
.popbtnPosition{
	margin: 10px 0;	
}
a.popbtn{ 
	color: white;	
	text-decoration: none;
	border: 1px solid #d51920;
	padding: 3px;
	background: #d51920;
	font-weight:bold;
	font-size: 11px;
}
a:hover.popbtn{
	color: #d51920;	
	text-decoration: none;
	border: 1px solid #d51920;
	padding: 3px;
	background: white;
}

/* TINY MAPS */
.homeMap, .subpageMap, .popupMap{
	border: 4px solid #d51920;
	padding: 0;
}
.homeMap{
	width: 230px;
	height: 92px;
	margin-top:10px;
	display: inline;
}
.subpageMap{
	float: left;
	width: 575px;
	height: 400px;
	position: relative!important;
}
.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;
	padding: 1px 9px 2px;
	position: absolute;
	border: 1px solid black;
	z-index: 5;
	left: 235px;
	top: 9px;
	background: #d51920;
}
.zoominsubpages:hover{
	background: black;	
}
/* MARKER INFO */
#markerInfo{
	margin: 0;
	padding: 0;
}
.markerHeader{
	font-size: 12pt;
	color: #1d78d6;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
.markerSubHeader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #1d78d6;
	margin: 0;
	padding: 3px 0 0;
}
.details{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0;
	padding: 0;
}