body {
  font-family: "Trebuchet MS", "Candara", "Liberation Sans", sans;
  background-image: url("/htdocs/images/header_bg1.png");
  background-repeat: repeat-x;
  background-color: #e5e9ee;
  color: #000000;
}

div#container {
  width: 720px;
  margin: 0 auto;
}

  div#header {
    height: 93px;
  }

    div#logo {
      float: left;
      width: 580px;
      height: 93px;
    }

      div#logo h1 {
        font-size: 38px;
        font-weight: bold;
      }

      div#logo h2 {
        font-size: 24px;
        font-weight: normal;
        color: #7d7d7d;
        margin-top: -10px;
        padding-top: 0;
      }

    div#address {
      float: right;
      width: 140px;
      height: 93px;
    }

      div#address ul {
        list-style-type: none;
        font-size: 12px;
        color: #7d7d7d;
        margin-top: 18px;
      }

  div#navbar {
    height: 64px;
  }

    div#navbar ul {
      list-style-type: none;
      font-size: 14px;
      padding-top: 20px; 
    }

      div#navbar li {
        float: left;
        width: 116px;
        height: 29px;
        font-size: 14px;
        margin-right: 8px;
      }

      body.home div#navbar li.home,
      body.about div#navbar li.about,
      body.contact div#navbar li.contact,
      body.faqs div#navbar li.faqs {
        background-image: url("/htdocs/images/button_arrow.png");
        background-repeat: no-repeat;
        background-position: 53px 21px;
      }

        div#navbar a, 
        div#navbar a:visited {
          display: block;
          float: left;
          width: 116px;
          height: 21px;
          text-align: center;
          text-decoration: none;
          font-weight: bold;
          color: #ffffff;
          background-color: #72a7d3;
        }

        body.home div#navbar li.home a,
        body.about div#navbar li.about a,
        body.contact div#navbar li.contact a,
        body.faqs div#navbar li.faqs a, 
        body.home div#navbar li.home a:visited,
        body.about div#navbar li.about a:visited,
        body.contact div#navbar li.contact a:visited,
        body.faqs div#navbar li.faqs a:visited, 
        div#navbar a:hover,
        div#navbar a:active {
          background-color: #ffffff;
          color: #72a7d3;
        }

  div#content {
    background-color: #ffffff;
    padding: 16px;
  }

    div#content h3 {
      font-weight: bold;
      font-size: 22px;
    }

    div#content h4 {
      font-weight: bold;
      font-size: 16px;
    }

    div#content p {
      margin-bottom: 16px;
    }

    div#content ul {
      margin-bottom: 16px;
      margin-left: 32px;
    }

      div#content ul li h5 {
        font-weight: bold;
        color: #2e4e69;
      }

      body.home div#office_photo {
        float: right;
        width: 253px;
        height: 185px;
        padding: 4px;
        margin-left: 16px;
        background-color: #e5e9ee;
      }

      body.home div#elder_law_seal {
        float: right;
        width: 186px;
        height: 228px;
        padding: 4px;
        margin-left: 16px;
        background-color: #e5e9ee;
      }

      body.about div#portrait {
        float: right;
        width: 200px;
        height: 221px;
        padding: 4px;
        margin-left: 16px;
        background-color: #e5e9ee;
      }

      body.contact div#map {
        width: 425px;
        height: 350px;
        float: right;
        margin-left: 16px;
        margin-bottom: 16px;
        padding: 4px;
        background-color: #e5e9ee;
      }

      body.contact div#directions {
        margin-top: 32px;
      }

      body.contact div#content ul {
        list-style-type: none;
        margin-left: 0;
      }

  div#footer {
    height: 60px;
    padding-top: 8px;
  }

    div#bottomnav {
      width: 564px;
      height: 60px;
      float: left;
      padding-left: 16px;
    }

    div#bottomnav ul {
      list-style-type: none;
      font-size: 12px;
      color: #d7d7d7;
    }

      div#bottomnav li {
        display: block;
        float: left;
        margin-right: 16px;
      }

        div#bottomnav a,
        div#bottomnav a:visited {
          color: #7d7d7d;
        }

        div#bottomnav a:hover,
        div#bottomnav a:active {
          color: #000000;
        }

    div#copyright {
      width: 124px;
      height: 60px;
      float: right;
      padding-right: 16px;
    }

      div#copyright p {
        color: #7d7d7d;
        font-size: 12px;
        text-align: right;
      }
