/* map area */




#mapTools {
  height:20px;
  margin:10px auto 0px;
  width:900px;
    /*background-image: url(images/maptools_bg.jpg); */
}

#searchArea {
  float:right;
  text-align:center;
  width:254px;
}

#addressGoTo {
  float:left;
  text-align:center;
  width:620px;
}

#mapArea {
  height:650px;
  margin:0 auto;
  padding: 0;
  width:920px;
}

#mapWrapper {
  border: solid 1px #494949;
 /* margin-left: 20px;*/
  background-color: #ECECEC;
  width: 650px;
  height: 500px;
  float: left;
}




#map_canvas {
    width: 650px;
    height: 500px;
    padding: 0;
    margin: 0;



}

#mapMarkers {
  float: left;
  width: 252px;
  border: solid 1px #000000;
  background-color: #ECECEC;
  margin-left: 5px;
  height: 500px;
}


#markerHovered {
  background-color:#FFFFFF;
  float:right;
  height:16px;
  margin-bottom:4px;
  margin-right:2px;
  width:246px;
  color: #000000;
  text-align: left;
  padding: 2px;
  /*border: 2px solid #339900;*/
}


#markerList {
  width: 250px;
  margin-right: 2px;
  float: right;
  color: #000000;
  background-color: #FBFCF4;
  height: 478px;
  overflow-y: auto;
  overflow-x: hidden;
/*  font-size: 7pt;*/
}
#markerList li {
  list-style-position: outside;
  width: 246px;
  list-style-type: none; 
  border-bottom: 1px solid #999999;
  padding-left: 4px;
}

#markerList li:hover {
  background-color: #DBEAF7;
  text-decoration: none;
}
#markerList a:link {
  text-decoration: none;
  color: #0000EE;
}
#markerList a:visited {
  text-decoration: none;
  color: #0000EE;
}
#markerList a:hover {
  text-decoration: none;
  color: #0000EE;
  background-color: #DBEAF7;
}

.tooltip {
  background-color: #ffffff;
  width: 50;
  height: 20;
  white-space: nowrap;
  padding: 4px;
  border: solid 1px #333333
}


/* InfoWindow styles */
#infoWindowReturnLink a:link a:visited {
  text-decoration: underline;
  color: #0000EE;
}

