body.mapApp{
	 	font-size: 16px;
	}
.mapApp p{
	line-height: 1.2em;
	padding: .5em 0;
}
.mapApp .mapHeader:after{
	padding-top: 30.6%;
	content: "";
	display: block;
}
.mapApp .mapHeader.view:after{
	padding-top: 41%;
}

.mapApp .mapHeader{
	width: 100%;
	background-image: url("/images/map/intro-map-new.png");
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
}
.mapApp .mapHeader #googleMap{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
}
.mapApp .pin{
	position: absolute;
	width: 10%;
	height: 20%;
	background-repeat: no-repeat;
	background-position: center center;
}
.mapApp .pin.wyre-forest{
	background-image: url("/images/map/pin-red.png");
	left: 35%;
	top: 22%;
}
.mapApp .pin.bromsgrove{
	background-image: url("/images/map/pin-purple.png");
	left: 50%;
	top: 38%;
}
.mapApp .pin.redditch{
	background-image: url("/images/map/pin-orange.png");
	left: 57%;
	top: 64%;
}

.mapApp .contentHolder{
	width: 100%;
	display: inline-block;
}
.mapApp .contentHolder.view{
	background: url("/images/map/bg-green.png") left top repeat-x;
}
.mapApp #mapAppContent{
	width: 84%;
	margin: 0 8%;
	padding-bottom: 2em;
	box-shadow: 0px -7px 10px -8px #ccc;
	position: relative;
	z-index: 2;
	display: inline-block;
}

.mapApp #mapAppContent ul{
	list-style: none;
}
.mapApp #mapAppContent ul li{
	width: 33%;
	float: left;
	position: relative;
}
.mapApp #mapAppContent ul li h2{
	font-size: 200%;
	text-align: center;
	font-weight: normal;
	margin: 1.2em 0;
}
.mapApp #mapAppContent ul li .box{
	border-right: 1px dotted #a7a9ac;
	width: 90%;
	padding: 0 5%;
}
.mapApp #mapAppContent ul li:last-child .box{
	border-right: none;
}
.mapApp #mapAppContent ul li .box img{
	width: 100%;
	margin-bottom: .9em;
	box-shadow: 0 10px 10px -5px #ccc;
}
.mapApp #mapAppContent ul li .box h3{
	border-top: 1px dotted #a7a9ac;
	border-bottom: 1px dotted #a7a9ac;
	padding: 1em 0;
	margin-top: 2em;
}



.mapApp .pin.title{
	top: -2.5em;
	left: 40%;
	width: 20%;
	background-size: contain;
	background-position: center top;
	height: auto;
  z-index:-999;
}
.mapApp .pin.title:after{
	padding-top: 100%;
	content: "";
	display: block;	
}
.mapApp .pin.title.wyre-forest{
	background-image: url("/images/map/pin-red-title.png");
}
.mapApp .pin.title.bromsgrove{
	background-image: url("/images/map/pin-purple-title.png");
}
.mapApp .pin.title.redditch{
	background-image: url("/images/map/pin-orange-title.png");
}
.mapApp .mapOverviewBox{
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
}

.mapApp .mapOverviewBox img{
	float: right;
	margin-left: 10px;
}
.mapApp .mapOverviewBox h1{
	font-size: 1.1em;
	display: inline-block;
	margin-bottom: 10px;
	color: #58595b;
	margin-bottom: 5px;
}
.mapApp .mapOverviewBox p{
	padding-top: 0;
	font-size: 11px;
	line-height: 1.4em;
	color: #77787b;
}


.viewMap .shadow{

}
.viewMap .pictures{
	float: left;
	width: 25%;
	margin-right: 5%;
}
.viewMap .pictures .bigImg{
	width: 100%;
	margin-bottom: 4%;
}
.viewMap .pictures .imgLeft{
	width: 48%;
	margin-right: 2%;
	float: left;
}
.viewMap .pictures .imgRight{
	width: 48%;
	margin-left: 2%;
	float: left;
}
.viewMap #contentView{
	float: left;
	width: 70%;
}
.viewMap #contentView #h1Bottom{
	margin-bottom: 30px;
	height: 70px;
	width: 70%;
	position: relative;
}
.viewMap #contentView #h1Bottom>h1{
	color: #bcbdc0;
	font-size: 200%;
	font-weight: normal;
	position: absolute;
	bottom: 0;
}
.viewMap #contentView p{
	color:#231f20;
}
.viewMap #contentView ul li{
	width: 90%;
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 5px;
	color: #231f20;
	margin-left: 10%;
}
.viewMap #contentView section{
	float: left;
	width: 30%;
	margin-right: 5%;
	word-wrap: break-word;
}
.viewMap #contentView section.appStatus{
	width: 100%;
}
.viewMap #contentView section.appStatus h1{
	border-top: 1px dotted #c6c8ca;
}


.viewMap #contentView section.last{
	margin-right: 0;
}
.viewMap #contentView section h1{
	border-bottom: 1px dotted #c6c8ca;
	padding: 10px 0;
	font-size: 110%;
}

.viewMap #contentView ul.navigation{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	display: inline-block;
}
.viewMap #contentView ul.navigation li{
	display: inline-block;
	margin: 0 10px 0 0;
	width: auto;
}
.viewMap #contentView ul.navigation li a.goTo{
	color: white;
	text-decoration: none;
	background: #bcbdc0;
	padding: 10px 20px;
	border-radius: 4px 4px 0 0;
	display: inline-block;
}
.viewMap #contentView ul.navigation li a.goTo.selected,
.viewMap #contentView ul.navigation li a.goTo:hover{
	background: white;
	color: #6f9e47;
}
.viewMap #contentView ul.navigation li.home{
	float: right;
}
.viewMap ul#legend{
	background: url("/images/map/legend-bg.png") repeat-x;
	position: absolute;
	left: 40px;
	top: -60px;
	width: auto;
	padding: 0 10px;
	border-radius: 4px;
}
.viewMap ul#legend li{
	float: left;
	margin-right: 20px;
	width: auto;
	padding: 10px 10px 10px 22px;
	color: white;
	font-size: 80%;
}
.viewMap ul#legend li.completed{
	background: url("/images/map/marker-legend-completed.png") no-repeat left center;
}
.viewMap ul#legend li.underConstruction{
	background: url("/images/map/marker-legend-under-construction.png") no-repeat left center;
}
.viewMap ul#legend li.applicationApproved{
	background: url("/images/map/marker-legend-application-approved.png") no-repeat left center;
}
.viewMap ul#legend li.applicationSubmitted{
	background: url("/images/map/marker-legend-application-submitted.png") no-repeat left center;
}
.viewMap ul#legend li.preDevelopment{
	background: url("/images/map/marker-legend-pre-development.png") no-repeat left center;
}

        .gm-style img { max-width: none; }
      .gm-style label { width: auto; display: inline; }