/**
Handles most of the map display formatting.
*/

#map-whole-wrapper{
	width: 100%;
}

#map-container{
	float: left; 
	width: 75%;
  margin-bottom: 30px;
}



#filter-controls
{
	float: right; 
	width: 20%;
}

#map_canvas{
	width:100%; 
	height:500px;
	border:thin solid #666;
}

.center_list{
  padding-bottom:10px;
  padding-left: 5px;
  margin:5px;
  background-color:#A8A8A8;
  /*border:thin solid #222222; */
}

.center_list_highlight{
  font-size:120%;
  border-top:thin solid #444;
  border-bottom:thin solid #444;
  background-color:#CCC;
  
  padding-bottom:10px;
  padding-top: 10px;
  margin:5px;	
}


.listing_title{
  font-weight:bold;
  color: #3300CC;
  text-decoration:underline;	
}


.lessonplan_header{
  background-color: #8DB3E2; 
  border-color: grey; 
  border-style:solid; 
  border-width:1px; 
  width:200px;
  float:left;
  color: black;
  text-align: center;
  
  margin-left: 10px;
  margin-top: 10px;
}

.lessonplan_header h3{
	font-size:120%;
}
    
.lessonplan_list{
  border-right:thin solid grey;
  border-left:thin solid grey;
  border-bottom:thin solid grey;
  clear:both;
  width:195px;
  margin-bottom:10px;
  color: black;
  
  margin-left: 10px;
  padding-left: 5px;
  padding-top: 5px;
}