#map,
body,
html{
    height:100%;
    width:100%;
    margin:0;
}

#Banner{
	position:fixed;
	width:100%;
	height:55px;
	line-height:55px;
	margin-top:15px;
	text-align:center;
	color:#fff;
	font-size:32px;
	border-top:1px solid rgba(30,180,250,0.75);
	border-bottom:1px solid rgba(30,180,250,0.75);
	box-shadow:0px 1px 3px rgba(0,0,0,0.05) inset, 0px 0px 8px rgba(30,180,250,0.6);
	background-color: rgba(0,0,0,0.80);
	z-index:701;
	font-family:Calibri;
}

.leaflet-bar a{
	background-color:#262721;
	border:2px solid #000;
	color:#909090;
}

.leaflet-bar a:hover{
	background-color:#262721;
	color:#fff;
	border:2px solid #000;
}

.leaflet-bar a:last-child{
	border-bottom:2px solid #000;
}

.leaflet-bar a.leaflet-disabled{
	background-color:#262721;
	color:#303030;
}

.leaflet-top .leaflet-control{
	margin-top:140px;
}

.leaflet-control-layers{
	background:#262721;
	color:#fff;
	text-shadow:2px 2px #000;
}

.leaflet-control-layers-list{
	cursor:pointer;
}

.leaflet-control-layers span::selection{
	text-shadow:none;
}