#divMapper {
  position:relative;
  top:20px;
  left:0px;
  width:98%;
  height:570px;
}

#divModules {
  position:absolute;
  top:10px;
  left:10px;
  height:50px;
  width:160px;
}

#tblMain {
  width:880px;
}

#divMapTypes {
  position:absolute;
  top:10px;
  left:190px;
  height:50px;
  width:160px;
}

#divZoombar {
  position:absolute;
  top:20px;
  left:360px;
  height:25px;
  width:150px;
}

#divOverview {
  position:absolute;
  top:-25px;
  left:780px;
  height:85px;
  width:85px;
  border-color:#084588;
  border-style:solid;
  border-width:2px;
  cursor:default;
}

#divControlPanel {
  position:absolute;
  top:90px;
  left:10px;
  height:360px;
  width:350px;
  overflow:auto;
  border-right-color:#084588;
  border-right-style:solid;
  border-right-width:2px;
  border-left-color:#084588;
  border-left-style:solid;
  border-left-width:2px;
  border-bottom-color:#084588;
  border-bottom-style:solid;
  border-bottom-width:2px;
}

#divMap {
  position:absolute;
  top:70px;
  left:370px;
  height:400px;
  width:480px;
  cursor:default;
}

#divMapCaption
{
  text-align:center;
  width:100%;
}

#divTabs {
  position:absolute;
  left:10px;
  top:70px;
  width:350px;
  height:21px;
  background-color:#084588;
}

#divHelp {
 position:absolute;
 left:720px;
 top:30px;
}

#imgbtnLegendTab {
  position:absolute;
  top:1px;
  left:2px;
}

#imgbtnSearchTab {
  position:absolute;
  top:1px;
  left:79px;
}

#imgbtnResultsTab {
  position:absolute;
  top:1px;
  left:155px;
}

#imgbtnLegend {
  position:absolute;
  top:10px;
  left:10px;
  background-color:White;
  border-color:#084588;
  border-style:solid;
  border-width:2px;
}

