html {
  font-family: Verdana, Geneva, sans-serif;
  background-color: #333;
  color: #fff;
}
body {
  margin: 0px;
}
a img {
  border-style: none;
}
h1 {
  font-family: Impact, Charcoal, sans-serif;
  text-align: right;
  display: block;
  border-bottom: 3px solid #fff;
  margin-top: 0px;
  margin-left: 450px;
  margin-right: -15px;
  padding-right: 50px;
  font-weight: normal;
  font-size: 1.7em;
}
a {
  color: #D1FFFE;
}
div#container_overall {
  width: 989px;
  background: #2b9e9b url('images/site-background.jpg') no-repeat;
  color: #fff;
  margin: 0px auto;
  min-height: 1060px;
}
div#header {
  height: 300px;
}
div#nav_top {
  font-family: Impact, Charcoal, sans-serif;
  position: absolute;
  margin-top: 210px;
  margin-left: 15px;
  width: 625px;
  font-size: 36px;
  line-height: 39px;
}
div#nav_top a {
  color: #201d5b;
  text-decoration: none;
  margin: 0px 11px;
  background: url('images/button-normal.gif') no-repeat 0px 10px;
  padding-left: 30px;
}
div#nav_top a:hover {
  color: #524f8f;
  background-image: url('images/button-rolled.gif');
}
span#phone {
  display: block;
  position: absolute;
  margin-top: 259px;
  margin-left: 742px;
  color: #000;
  font-size: 30px;
  font-weight: bold;
}
div#content {
  padding: 0px 15px 1px 15px;
  font-size: 1em;
}
span#background-check {
  display: block;
  position: absolute;
  margin-top: 40px;
  margin-left: 742px;
  color: #000;
  font-size: 0px;
  font-weight: bold;
}
div#left {
  float: left;
  width: 265px;
  height: 720px;
  padding: 14px 15px 0px 15px;
  margin: 0px 15px 10px -15px;
  text-align: center;
  color: #fff;
}
div#left span {
  font-size: 30px;
  font-weight: bold;
}
div#left hr {
  width: 170px;
  height: 3px;
  color: #fff;
  border-style: none;
}
div#nav_left {
  font-size: 18px;
}
div#nav_left a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  margin: 10px 0px;
}
div#nav_left a:hover {
  color: #eee
}
div#footer {
  text-align: center;
  padding: 10px;
  width: 979px;
  margin: 0px auto;
}
div#footer p {
  margin: 5px;
}

