body{
	margin:0;
}
h1,h2,h3,h4,h5,h6{
	display: block;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-moz-margin-before: 0;
	-moz-margin-after: 0;
	-moz-margin-start: 0;
	-moz-margin-end: 0;	
	margin:0;
}
h3{
	font-size:16px;
}
ul,li{
	margin:0;
	padding:0;
	margin-left:0;
	margin-before: 0;
	margin-after: 0;
	margin-start: 0px;
	margin-end: 0px;
	padding-start: 0;
	-webkit-margin-before: 0
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0;
	-moz-margin-before: 0;
	-moz-margin-after: 0;
	-moz-margin-start: 0px;
	-moz-margin-end: 0px;
	-moz-padding-start: 0;
}
a{
	color:#0C6CAC;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#map-canvas{
	width:100%;
	height:100%;
	position:absolute;
	background-color:#000;
}
#vlt-window{
	top: 6px;
	right: 5px;
	opacity:0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	width:220px;
	font-size:13px;
	z-index:99999;
}
.hover-pointer{
	font-size:12px;
	color:grey;
}
.infowindow{
	display:none!important; /* tk */
}
.map-overlay{
	width:230px;
	font-size:14px;
	background-color:rgb(181,181,181);
	background-color:rgba(255,255,255,.8);
	/*background-color:#EDEDED;*/
	font-family: arial, sans-serif;
	position:absolute;
	padding:7px;
}
#cl-legend{
	top:322px;
	left:5px;
	width:210px;
	font-size:14px;
	z-index:99;
		border:1px solid #636363;

	/*box-shadow: 0 0 12px #666;*/
}
#slider-wrap{
	float: left;
	width: 80%;
	margin-left: 16px;
}
#legend-slider{
	/*float:left;*/
}
.ui-slider-handle:focus{
	outline:none;
}
ul#slider-marker-container{
	list-style:none;
	float:left;
	margin-left:-10px;
}
.slider-marker{
	font-family:Helvetica,arial,sans-serif;
	float:left;
	width: 55.5px;
	text-align: center;
	font-size:12px;
	margin-top:5px;
	margin-bottom:10px;
}
.marker-align-left{
	text-align:left;
}
/* LEGEND STYLES */

.clearfix{
	clear:both;
}
.legend-box{
	width: 26px;
	height: 12px;
	float: left;
	font-size: 10px;
	padding-left: 3px;
	border-left: 1px solid #666;
}
.legend-box-text{
	height:15px;
}
.legend-row{
	margin-bottom:10px;
	float:left;
	width:100%;
}
#legend-entry-0{
	background-color:#034E7B;
}
#legend-entry-1{
	background-color:#0570B0;
}
#legend-entry-2{
	background-color:#3690C0;
}
#legend-entry-3{
	background-color:#74A9CF;
}
#legend-entry-4{
	background-color:#A6BDDB;
}
#legend-entry-5{
	background-color:#D0D1E6;
}
#legend-entry-6{
	background-color:#F1EEF6;
}
/* SLIDER STYLES */
.ui-slider-horizontal{
	height:7px !important;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -4px !important;
	margin-left: -8px !important;
	border-radius: 50% !important;
}
.ui-slider .ui-slider-handle {
	height:15px !important;
	width:15px !important;
}
#fb-status{
	font-size:12px;
	position:relative;
	display:none;
}
#fb-status img{
	position:absolute;
	top:1px;
	padding-left:5px;
}
#fb-logout{
	font-size:11px;
	display:none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid rgb(41, 41, 41) !important;
	background: rgb(197, 229, 255) !important;
	font-weight: normal !important;
	color: #eee !important;
	box-shadow: 0 0 4px rgb(153, 153, 153) !important;
	-moz-box-shadow: 0 0 4px rgb(153, 153, 153) !important;
	-webkit-box-shadow: 0 0 4px rgb(153, 153, 153) !important;
}
.ui-state-active, .ui-widget-content .ui-state-active{
	background-color:rgb(117, 193, 255) !important;
}
#legend-overlays{
	font-size:10px;
}
#legend-fb-container{
	border-top: 1px solid #ccc;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #ccc;
}
ul{
	list-style:none;
}

#poi-list, #law-list{
	margin-top:5px;
	margin-bottom:10px;
}
#poi-list li,#law-list li{
	padding: 5px 5px 5px 5px;
	position: relative;
	font-size: 10px;
	color: #2e2e2e;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	background-color: white;
	margin-bottom: 5px;
	border-radius: 3px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight:bold;
	border: 1px solid transparent;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light","Helvetica Neue", Helvetica,sans-serif;
}
#law-list li.active,#poi-list li.active{
	background-color:#3F78A6!important;
	color:white!important;
}
#law-list li.active:hover,#poi-list li.active:hover{
	text-decoration: none;
	cursor:default;
}
#law-list li:hover,#poi-list li:hover{
	/*color:black;*/
	background-color:#C5D7DD;
	border: 1px dotted #000;
	/*color:white;*/
	font-weight:bold;
	/*text-decoration:underline;*/
	cursor:pointer;
	cursor:hand;
}
.poi-title{
	font-size:13px;

}
#poi-grafs{
	border-top:1px dotted #979797;
	padding-top:10px;
	display:none;
}
.poi-graf{
	font-size:10px;
	display:none;
}
.active .arrow-left{
	display:block;
}
.arrow-left {
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 15px solid #3F78A6;
	position: absolute;
	left: -15px;
	top: 0px;
	display:none;
}
.fine-print{
	font-size: 9px;
	line-height: 10px;
	margin-bottom:10px;
}
#cl-about{
	top:15px;
	width:250px;
	left:50px;
	padding:15px;
	font-size:13px;
}
#cl-about h1{
	font-family:"TitlingGothicFBMediumComp","Arial Narrow",Arial,sans-serif;
	font-size:20px;
	margin-bottom:10px;
}
#cl-address{
	width:200px;
	height:50px;
	right:222px;
	top:5px;
}
.leaflet-marker-icon.leaflet-clickable.leaflet-zoom-animated{
    -moz-box-shadow: 0 0 0 #131313 !important;
	-webkit-box-shadow: 0 0 0 #131313 !important;
	box-shadow: 0 0 0 #131313 !important;
}
#cl-legend-bg{
	border:1px solid #636363;
	position: absolute;
	top: 119px;
	left: 5px;
	background-color:rgb(181,181,181);
	background-color:rgba(255,255,255,.8);
	z-index: 10;
	padding: 5px;
	width: 214px;
}
.legend-row h3{
	font-family:"TitlingGothicFBMediumComp","Arial Narrow",Arial,sans-serif;
	letter-spacing:1px;
	font-size:15px;
}
.legend-row:hover{
	cursor:default;
}
input:hover{
	cursor:pointer;
	cursor:hand;
}
input:disabled:hover{
	cursor:default;
}
#cl-legend-bg h3{
}
#cl-legend-bg .legend-box-text{
	font-family:Helvetica,sans-serif;
}
#address-text{
	width:124px;
	margin-bottom:5px;
}
#address-submit{
}
.ui-slider-handle:hover{
	cursor:pointer;
	cursor:hand;
}
/*#vlt-window{
	opacity:1!important;
}
*/.vlt-law-block{
	margin-top:10px;
}
.vlt-title{
	font-family:"TitlingGothicFBMediumComp","Arial Narrow",Arial,sans-serif;
	letter-spacing: 1px;
	font-size:16px;
}
.vlt-law-list{
	font-family:arial,sans-serif;
	font-size:12px;
}
.vlt-law-title{
	text-align:center;
	font-family:helvetica,sans-serif;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	letter-spacing: 1px;
	margin-top:8px;
	margin-bottom:5px;
	text-decoration:underline;
}
.vlt-fade-in-out{
	-webkit-transition: opacity .1s linear;
	-moz-transition: opacity .1s linear;
	-o-transition: opacity .1s linear;
	transition: opacity .1s linear;
}
#slider-hider{
	position:absolute;
	bottom:82px;
	left:0;
	height:50px;
	right:0;
	z-index:99;
	background-color:#ccc;
	-webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  filter:alpha(opacity=50);
  display:none;
}
.law-select-radios{
	display:none;
	font-size:10px;
	margin-bottom: 10px;
}
#reset-map,#full-screen{
	text-align: right;
	float: right;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 0;
	padding-top: 5px;
}
#reset-map:hover{
	cursor:pointer;
	cursor:hand;
	text-decoration:underline;
}
#source-attribution{
	position: absolute;
	z-index: 999;
	background-color: #EDEDED;
	padding: 3px 3px 2px 2px;
	bottom: 0;
	left: 90px;
	font-size: 10px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light","Helvetica Neue", Helvetica,sans-serif;
	font-weight: 300;
	display:none;
}
#cl-new-btn-layer{
	width: 210px;
	position: absolute;
	top: 5px;
	left: 5px;
	border: 1px solid #000;
}
.cl-layer-btn{
	float: left;
	display: inline;
	font-size: 12px;
	padding: 5px;
	border: 1px dotted #747272;

	margin-top: 5px;
	color: #070707;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	/*background-color: #FFF;*/
	margin-bottom: 5px;
	/*border-radius: 3px;*/
	text-align: center;
	letter-spacing: 1px;
	background-color:#E7E7E7;
}
.cl-layer-btn:hover{
	cursor:pointer;
	cursor:hand;
	border: 1px solid #000;
}
.cl-layer-btn.active{
	border:1px solid #000;
	color:white;
	background-color:#3F78A6;
	
}
.cl-layer-btn.active:hover{
	cursor:default;
}
.cl-female-pop-pointer{
	font-family:"TitlingGothicFBMediumComp","Arial Narrow",Arial,sans-serif;
	letter-spacing: 1px;
}
