body {
  padding-left: 0em;
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  color: black;
  background-color: #567;
  }

div.frame {
  width: 760px;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  margin: 10px auto;
  height: auto;
  background-color: #AAA;
  color: #333;
  }

div.top_bar {
  background-color: #DDD;
  border: solid 1px black;
  border-left: none; border-right: none; border-top: none;
  height: 80px;
  }

div.top_picture1 {
  float: left;
  border: solid 1px black;
  border-bottom: none; border-left: none; border-top: none;
  }

div.top_picture2 {
  float: left;
  border: none;
  }

div.top_picture3 {
  float: right;
  border: solid 1px black;
  border-bottom: none; border-right: none; border-top: none;
  }

div.menu {
  padding: 5px;
  }

div.menu ul {
  list-style-type: none;
  padding: .2em;
  margin: 0;
  text-align: center;
  font-weight: bold;
  font-size: .7em;
  }

div.menu ul li {
  display: inline;
  padding: .1em;
  }

div.menu ul li a {
  color: #FFF;
  padding: .2em 1em .2em 1em;
  background-color: #888;
  text-decoration: none;
  border: solid 1px #555;
  }

div.menu ul a:hover {
  background-color: #555;
  border: solid 1px #333;
  color: #FFF;
  }

div.main {
  border: solid 1px #555;
  margin: 0 10px 10px 10px;
  padding: 10px;
  background-color: transparent;
  text-align: justify;
  }

div.main H2 {
  font-style: italic;
  font-size: large;
  font-weight: bold;
  border-bottom: solid 1px #555;
  padding: none;
  text-align: left;
  }

div.service_item {
  clear: both;
  display: block;
  border: none;
  margin 0;
  padding-top: .75em;
  width: 718px;
  }

div.service_item span.image_holder {
  float: left;
  display: block;
  width: auto;
  padding-right: 15px;
  border: none;
  }

div.service_item span.service_right {
  display: block;
  position: relative;
  width: auto;
  border: none;
  font-size: normal;
  font-weight: normal;
  }

div.s_image img {
  display: block;
  width: auto;
  border: solid 1px #555;
  }

div.email_form {
  margin: none;
  padding-left: 15px;
  border: none;
  font-style: italic;
  left: auto;
  }

div.email_form span.input input{
  margin-bottom: .5em;
  padding-left: .5em;
  width: 400px;
  left: auto;
  border: solid 1px #555;
  background: #CCC;
  color: #333;
  font-style: normal;
  }

div.email_form span.input textarea{
  margin-bottom: .5em;
  padding-left: .5em;
  width: 400px;
  left: auto;
  border: solid 1px #555;
  background: #CCC;
  color: #333;
  font-style: normal;
  clear: both;
  }

div.email_form span.submit input {
  margin-bottom: .5em;
  padding: .2em;
  width: 5em;
  left: auto;
  border: solid 1px #555;
  background: #CCC;
  color: #333;
  font-style: normal;
  font-size: .8em;
  }

div.large_image {
  margin: 10px auto;
  text-align: center;
  }

div.bottom_bar {
  clear: both;
  }

div.footer {
  border: none;
  font-size: x-small;
  text-align: right;
  padding: none;
  margin-right: 10px;
  }

