 
#the_side_bar li { list-style: none; margin:0px;padding:0px } 
#the_side_bar ul { margin-left:0px; padding:0px; }
	/* Control how "sided out" the tree is */
#the_side_bar ul  ul , #the_side_bar ul li { margin-left:8px; padding:0px; } 
	/* Format menu items differently depending on what level of the tree they are in */
#the_side_bar ul li { font-size:  11px; }
#the_side_bar ul li ul li { font-size: 10px; }
#the_side_bar ul li ul li ul li { font-size: 9px; }
#the_side_bar ul li ul li ul li ul li { font-size: 8px; } 
#mapDiv {font-size: 0px; }
.inView { display:block }
.outView { color:silver; opacity:0.4;    }
#legend-container {
    font-family: Arial, sans-serif;
    background: #fff;
    padding: 10px;
    margin: 10px;
    border: 3px solid #000;
  }
#legend-container h3 {
    margin-top: 0;
}
.legend-color-box {
    height:20px;
    width:20px;
    border-radius:3px;
    float:left;
    border:1px solid black;
    margin-right:6px;        	
}
