body,b,i,u,p,a,ul,tr,td,input,span {
 font-family:Arial,Helvetica,sans-serif;
}
div#header {
  width: 100%;
  height:100px;
}
div#content {
  margin: 10px 0px;
  width: 100%;
}
div#map_canvas {
  float:right;
  width: 500px;
  height: 400px;
  background-color: silver;
}
div#desc {
  margin: 10px 0px;
}
div#desc div.description {
  margin: 15px 0px;
}
div.clear {
  clear:both;
}
div#list {
}
div.model {
  margin: 10px 550px 10px 10px;
  font-size: small;
  clear:left;
}
div.model.even {
  background-color: #F3F3F3;
}
div.model a {
}
div.model .preview {
  display:block;
  float:left;
  margin-right:5px;
  margin-bottom: 10px;
}
div.model.even .preview {
  background-color: #F3F3F3;
}
div.model h2 {
  margin: 0px;
  font-size: large;
}
div.headerbar {
  margin: 10px 0px; 
  border-top: 1px solid #00F; 
  width: 100%;
  height: 16px;
  background-color: #DFEAFF;
  padding: 2px;
  font-weight: bold;
}
div.markerZoom {
  color: blue;
  cursor: pointer;
}
div.markerZoom img {
  margin-right:2px;
  vertical-align:text-bottom;
}
a.logo {
  display: block;
  border-style: none;
}
a.logo img {
  display: block;
}
div.navigation {
  text-align: center;
}
div.section div.sectionheader {
  background-color: #EFEFEF;
}
div.section div.sectionheader h3 {
  display: inline;
  margin-right: 5px;
}
div.section div.sectionheader a {
  font-size: x-small;
}
div.section {
  margin: 20px;
}
div.headline {
  font-size: smaller;
  text-align: center;
}
div.headline h1 {
  margin-bottom: 5px;
}
div.headline h3 {
  margin-top: 5px;
}
img.overlay {
  z-index: 100;
  position: relative;
  left: -447px;
}
div.map img {
  width:443px;
  height:600px;
  border-style:none;
  border-width:0px;
}
div.map {
  margin-top:10px;
  float: left;
  width: 500px;
  overflow: hidden:
}
div.img_cont {
  width: 900px;
  z-index: 10;
}
span#outputstr {
  font-weight: bold;
}
div.mapdesc {
  padding-top: 40px;
  max-width:450px;
  margin-left: 500px;
}
div#desc div.description {
  padding: 10px;
}
div#desc h2,h3,h4 {
  display: inline;
  font-size: medium;
}

div#desc h1 {
  font-size: x-large;
}

div.description a {
  text-decoration: none;
}

div.description b {
  font-weight: normal;
}
