* {
  outline: none;
}
body {
  margin: 0;
  padding: 0;
  background: #2A3B63;
  font-family: Tahoma, Verdana, Hevetica, Arial, Sans-serif;
  font-size: 62.5%;
  text-align: center;
  color: #242622;
}

div#page {
  margin: 0 auto;
  padding: 0 0 3px;
  width: 600px;
  background: url(img/background.png) repeat-y center 0;
  font-size: 1.5em;
  text-align: left;
  border: 1px solid #000014;
  border-bottom-width: 10px;
  border-top-width: 10px;
}

div#header {
  margin: 0 0 2em 0;
  height: 150px;
  background: url(img/title2.jpg) no-repeat 0 0;
}
  div#header h1 {    
    margin: 0;
    padding: 0;
    height: 150px;
    text-indent: -6000px;
  }
    div#header h1 a span {
      display: block;
      height: 150px;
      width: 300px;
      cursor: pointer;
    }

div#navigation {
  overflow: hidden;
  width: 600px;
} 
  div#navigation ul {
    margin: 0 40px;
    padding: 0;
    list-style-type: none;
  }
    div#navigation ul li {
      margin: 0 5px;
      padding: 0;
      float: left;
    }
      div#navigation ul li a {
        color: #31221A;
        display: block;
        width: 160px;
        height: 20px;
        padding: 5px 0;
        text-align: center;
        font-size: 1.05em;
        background: #A2985D;
        border: 1px solid #000014;
        text-decoration: none;
      }
      div#navigation ul li a:hover {
        background: #2A3B63;
        color: #EDE9FF;
        text-decoration: underline;
      }
      
div#main {
  margin: 0 15px 0;
  padding: 1em 0 30px 0;
  clear: both;
  letter-spacing: 1px;
}
  body.index div#main {
    background: url(img/sfgovbuilding.jpg) no-repeat right 6.5em;
  }
  body.contact div#main {
    background: url(img/pen.jpg) no-repeat 400px 6.5em;
  }
  body.directions div#main {
    background: url(img/globe.jpg) no-repeat right 5em;
  }

h2 {
  letter-spacing: 3px;
  margin: .5em  2em;
  padding: 0 0 .25em 0;
  font-size: 1.75em;
  text-align: center;
  font-weight: normal;
  font-family: Georgia, Times, Sans;
  border-bottom: 1px dotted #000014;
  color: #332C38;
}
h3 {
  margin: 1.25em 0 0 .5em;
  font-size: 1.5em;
  color: #8E410D;
  font-weight: normal;
  font-family: Georgia, Times, Sans;
  letter-spacing: 2px;
  clear: both;
}
ul {
  margin: .75em 0 1em 0;
}
ul li {
  margin: .5em 0 .5em .75em;
}
p {
  line-height: 1.25;
  text-align: justify;
}
a {
  color: #C34E02;
}

dl {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: auto;
}

dl dt {
  float: left;
  width: 7em;
  clear: left;
  text-align: right;
  margin: .25em 0 .25em 0;
}

dl dt::after {
  content: ":";
}

dl dd {
  float: left;
  width: 20em;
  margin: .25em 0 .25em 2em;
}

address strong,
address span.street,
address span.postal-code {
  display: block;
}

body.contact div#main div,
address {
  line-height: 1.5;
  margin: 1em 0 1em 4em;
  font-style: normal;
}

body.contact div#main div * {
  font-weight: bold;
}
form {
  position: relative;
}
  form p {
    margin-right: 50px;
  }
  form fieldset {
    margin: 0 150px 0 1em;
    display: block;
    border: none;
  }
    form fieldset legend {
      margin: 0 0 0 .5em;
      font-size: 1.5em;
      color: #8E410D;
      font-weight: normal;
      font-family: Georgia, Times, Sans;
      letter-spacing: 2px;
    }
  form div.field {
    margin: .5em 0;
  }
    form div.field label {
      width: 10em;
    }
    form div.field input.text {
      width: 20em;
      padding: 2px;
      color: #31221A;
      background: #A2985D;
      border: 1px solid #000014;
    }
  form input.button {
    color: #000014;
    margin: 0 1em;
    padding: .25em;
    width: 5em;
    background: #A2985D;
    float: right;
  } * html form input.button {
    float: none;
    position: absolute;
    right: 180px;
    top: 12em;
  }
  form p.disclaimer {
    margin: 0;
    padding: 0 2em 0 10em;
    font-size: .75em;
    line-height: 1;
    letter-spacing: 0;
    width: 15em;
  }
  form p#map_powered_by {
    float: right;
    font-size: .7em;
  }

div#footer {
  font-size: .75em;
  border-bottom: 5px solid #8f6e29;
}
  div#footer p {
    padding: 1em;
    margin: 0;
    text-align: center;
  }