* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11pt;
}
  
#page {
  width: 100%;
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

#header {
  width: 100%;
  height: 35px;
  border-bottom: none;
  text-align: left;
  padding-top: 10px;
  padding-left: 1em;
  color: white;
}

#content {
  margin: 1em;
}

#content h1 {
  font-size: 140%;
  margin-bottom: 0.5em;
}

#content h2 {
  font-size: 120%;
  margin-bottom: 0.5em;
}

#content p {
  margin-bottom: 1em;
}

#desc {
  width: 800px;
  margin-left: 1em;
}

#footer {
  color: black;
  width: 800px;
  text-align: left;
  font-size: 80%;
  padding: 1em 0 1em 0;
  margin-left: 1em;
}

/*
#footer a {
  text-decoration: none;
  color: black;
}
*/

#primaryad {
  margin-bottom: 2em;
}

#search {
  text-align: center;
  padding-top: 1em;
}

td {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11pt;
}

ul, ol, dl {
  margin: 0.5em 0 1.5em 0;
}

li {
  margin: 0 0 0 1.5em;
}

ul.cities {
  margin-left: 2em;
}

ul.firms {
  list-style-type: none;
  margin-left: 2em;
}

ul.sitemapmain {
  margin-left: 2em;
}

ul.sitemapsection {
  margin-left: 2em;
}

li.firm {
  /* margin-top: 1em; */
}

div.firm {
  /* padding-left: 2em; */
}

p.details {
  padding-left: 0em;
}

a, a:visited {
  color: blue;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#header a, #header a:visited {
  color: white;
  text-decoration: none;
}

#header a:hover {
  text-decoration: underline;
}

.box
{
margin: 30px 5px 15px 10px;
border: #3c5a86 1px dashed;
padding:5px;
font-size: 12px;
font-weight: normal;
color: #000000;
background-color: #d1e0ef;
}

.box H1
{
margin : 0px 0px -12px 5px;
float: left;
margin-top: -12px;
border: #3c5a86 1px solid;
padding-top : 3px;
padding-bottom: 3px;
padding-left : 5px;
padding-right : 5px;
font-size : 18px;
font-weight: bold;
color : #000000;
display: inline;
background-color: #99bbdd;
} 

img.state {
}

#map {
    border: 1px solid black;
    float: left;
    width: 400px;
    height: 300px;
    margin-bottom: 1em;
}

#mapads {
    border: 1px solid white;
    float: left;
    width: 336px;
    height: 280px;
    padding-top: 10px;
    margin-bottom: 1em;
    margin-left: 1em;
}

