#filterbox {
	display: none;
	width: 210px;
	height: 85%;
	background: #fff;
	position: fixed;
	bottom: 0px;
	left: 0px;
}
#infobox {
	display: none;
	width: 280px;
	height: 300px;
	background-color: #fff;
	float: right;
	margin-bottom: 45px;
	padding-bottom: 20px;
	padding-top: 6px;
	padding-right: 20px;
	padding-left: 6px;
	position: fixed;
	bottom: -45px;
	right: -0px;
}
.ed_layer_selector {
	display: inline;
	height: auto;
	background-color: #23B34E;
}
html, body {
	height: 100%;
	margin: 0;
}

#wrap {
	min-height: 100%;
	background-color: #FFF;
}

#map {
	z-index: 1; 
	height: 100%;
	width: 100%; 
}  

#header {
	height: 42px;
	background-color: #1B1B1B;
	z-index: 2;
	position: absolute;
	width: 100%;
	opacity: 0.8;
}
#title {
	float: left;
	width: 210px;
	padding-left: 20px;
	z-index: 2;
}
#author {
	float: left;
	width: 200px;
}
#brooklyn {
	float: right;
	width: 100px;
	padding-right: 20px;
	text-align:right;
}
#footer {
	position: relative;
	margin-top: -42px; /* negative value of footer height */
	height: 42px;
	clear: both;
	background-color: #1B1B1B;
	z-index: 20;
	opacity: 0.8;
} 
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
#filters {
	float: left;
	width: 100px;
	padding-left: 20px;
}
#stories {
	float: right;
	width: 100px;
	text-align:right;
}
#info {
	float: right;
	width: 100px;
	margin-right:20px;
	text-align:right;
}
.popup {
	position:relative;
    width:226px;
    height:auto;
    padding:7px 0 0 0;
    margin:0;
}
.popup-close-button {
    position:absolute;
    top:-9px;
    right:-9px;
    width:26px;
    height:26px;
    padding:0;
    background:url('../img/light.png') no-repeat 0 -23px;
    text-indent:-9999px;
    font-size:0;
    line-height:0;
    opacity:1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
    filter: alpha(opacity=100);
    text-transform:uppercase;
    z-index:3;
  }
.popup-content-wrapper {
    position:relative;
    width:190px;
    max-width: 190px;
    padding:12px 19px 12px 19px;
    overflow-x: hidden;
  }
.popup-content {
    display:none;
  }
#neighborhood {
	height: 65%;
/*	background-color: red;*/
	overflow: auto;
  }
#landuse {
	height: auto;
	/*background-color: blue;*/
	overflow: auto;
  }
#layer_selector {
	top: 20px;
	right: 20px;
	padding-left: 20px;
	padding-top: 16px;
	/*overflow: auto;*/
/*	height: 40%;*/
}
  #layer_selector ul {
	padding: 0; 
	margin: 0;
	list-style-type: none;
  }
  #layer_selector li {
	font-family: "Lato", sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #666565;
	cursor: auto;
	font-weight: lighter;
  }
  #layer_selector li:hover {
	cursor: pointer;
	font-family: 'Lato', sans-serif;
	color: #000000;
	font-style: normal;
	font-weight: normal;
  }
  #layer_selector li.selected {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
  }
  #layer_selector1 {
	/* [disabled]position: absolute; */
	top: 20px;
	right: 20px;
	padding: 0;
	background-color: #B52325;
  }
  #layer_selector1 ul {
	padding: 0; 
	margin: 0;
	list-style-type: none;
  }
  #layer_selector1 li {
	font-family: "Lato", sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #666565;
	cursor: auto;
  }
  #layer_selector1 li:hover {
	cursor: pointer;
	font-family: 'Lato', sans-serif;
	color: #000000;
	font-style: normal;
	font-weight: normal;
  }
  #layer_selector1 li.selected {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
  }
/*Initialize*/
ul#menu, ul#menu ul.sub-menu {
    padding:0;
    margin: 0;
}
ul#menu li, ul#menu ul.sub-menu li {
    list-style-type: none;
    display: inline-block;
}
/*Link Appearance*/
ul#menu li a, ul#menu li ul.sub-menu li a {
	text-decoration: none;
	padding: 0px;
	display: inline-block;
}
/*Make the parent of sub-menu relative*/
ul#menu li {
    position: relative;
}
/*sub menu*/
ul#menu li ul.sub-menu {
    display:none;
	background:#fff;
    top: 45px;
    left: 0;
    width: 400px;
}
ul#menu li:hover ul.sub-menu {
    display:block;
}
.filter {
	width: 210px;
}
