html {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: .813em;
  background-color: #6D6357;
  color: #fff;
}
body {
  margin: 0px;
}
a img {
  border-style: none;
}
div#container-overall {
  width: 985px;
  margin: 20px auto;
  background-color: #fff;
  color: #000;
  overflow: hidden;
}
div#header {
  height: 309px;
  background-image: url('images/background-header.jpg');
  overflow: hidden;
}
div#services {
  font-size: 20px;
  float: right;
  margin: 42px 20px 0px 0px;
}
div#address {
  font-size: 18px;
  float: left;
  margin: 33px 0px 0px 25px;
  text-align: center;
}
a#facebook {
  width: 45px;
  height: 45px;
  margin: 202px 0px 0px 39px;
  position: absolute;
}
a#facebook img {
  width: 45px;
  height: 45px;
}
a#logo {
  width: 216px;
  height: 144px;
  position: absolute;
  margin: 160px 0px 0px -189px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}
a#logo img {
  width: 133px;
  height: 98px;
  display: block;
  margin: 0px auto -5px auto;
}
div#nav-top {
  float: right;
  display: block;
  margin: 165px -120px 0px 0px;
  overflow: hidden;
  font-size: 18px;
}
div#nav-top a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  float: left;
  display: block;
  margin-left: 8px;
  width: 111px;
  background: url('images/background-nav-top.png') no-repeat;
}
div#nav-top a span {
  display: block;
  width: 97px;
  height: 97px;
  background-position: center center;
  margin: 7px;
  background-repeat: no-repeat;
}
div#nav-top a.first {
  margin-left: none;
}
div#middle {
  overflow: hidden;
  margin-bottom: 1em;
}
div#left {
  width: 245px;
  float: left;
  margin: 15px 8px 0px 0px;
}
div#left div.top {
  width: 245px;
  height: 16px;
  background: url('images/background-nav-left-top.png') no-repeat top right;
}
div#left div.middle {
  width: 245px;
  overflow: hidden;
  background: url('images/background-nav-left-middle.png') repeat-y left top;
}
div#left div.bottom {
  width: 245px;
  height: 16px;
  background: url('images/background-nav-left-bottom.png') no-repeat bottom right;
}
div#nav-left {
  width: 245px;
  margin-left: 10px;
  padding-bottom: 15px;
}
div#nav-left a {
  text-decoration: none;
  color: #fff;
  margin-top: 10px;
  font-size: 14px;
  display: block;
  height: 45px;
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 45px;
}
div#nav-left a span {
  display: block;
  height: 45px;
  background: url('images/nav-left-rounded.png') no-repeat left center;
  padding-left: 55px;
}
img#ethics-first {
  width: 97px;
  height: 97px;
  float: left;
  margin: 1em 15px 0px 20px;
}
img#ncra {
  width: 77px;
  height: 98px;
  float: left;
  margin-top: 1em;
}
div#content {
  padding: 1em 10px;
  overflow: hidden;
}
div#content h1 {
  font-size: 1.385em;
}
div#content h2 {
  font-size: 1.231em;
}
div#content a {
  color: #004099;
}
div#footer {
  font-size: .813em;
  text-align: center;
  background-color: #354761;
  color: #fff;
  padding: 1em 0px;
}
div#footer a {
  color: #fff;
}

