* {
  margin: 0;
  padding: 0;
}

body {
  font: 62.5%/1.6 "Lucida", "Lucida Sans", "Lucida Sans Unicode", "verdana", sans-serif;
}

#wrapper {
  width: 907px;
  margin: 0 auto;
}

#white_space {
  width: 1000px;
  height: 25px;
  position: relative;
  top: 100px;
}

#inner_wrapper {
  width: 723px;
  margin: 0 auto;
  border-left: 1px solid #007de7;
  border-right: 1px solid #007de7;
  position: relative;
  top: 90px;
}

#header {
  width: 723px;
  height: 198px;
  margin: 0 auto;
  border-bottom: 1px solid #007de7;
  border-top: 1px solid #007de7;
}

#header #linkbar {
  width: 275px;
  height: 198px;
  /* background-color: #007de7; */
  background: url(../graphics/linkbar_background.png); 
  position: absolute;
  right: 0px;
}

#header #logo_container {
  width: 470px;
  height: 198px;
  position: absolute;
  left: 0px;
}

#content {
  width: 600px;
  min-height: 400px;
  margin: 0 auto;
  margin-top: 20px;
}

#left_lines {
  width: 91px;
  height: 291px;
  background: url(../graphics/left_lines.png);
  float: left;
  position: relative;
  left: 1px;
  top: 75px;
}

#right_lines {
  width: 91px;
  height: 291px;
  background: url(../graphics/right_lines.png);
  float: right;
  position: relative;
  left: -1px;
  top: 75px;
}

#content_header {
  width: 600px;
  height: 55px;
  border-bottom: 1px solid #007de7;
  margin-bottom: 25px;
}

.section_header {
  width: 550px;
  height: 45px;
  border-bottom: 1px solid #007de7;
}

#details_info {
  width: 600px;
  height: 550px;
}

#offers {
  width: 250px;
  border: 1px dashed #007de7;
  padding: 15px;
  position: relative;
  top: 20px;
  float: left;
}

#other_info {
  width: 250px;
  float: right;
  padding: 15px;
  position: relative;
  top: 20px;
}

#qualifications {
  height: 600px;
}

#address p {
  padding: 0px;
}

#footer {
  width: 725px;
  height: 35px;
  margin: 0 auto;
  border-bottom: 1px solid #007de7;
  position: relative;
  top: 55px;
}

.helpful_sections {
  border: 1px dashed #007de7;
  padding: 5px;
  margin-top: 10px;
}

#linkbar_links {
  position: relative;
  top: -12px;
}

h1, h2, h3, h4, h5, h6, p {
  font-weight: normal;
}

h1 {
  font-size: 4.0em;
  color: #007de7;
}

h2 {
  color: #007de7;
  font-size: 2.8em;
}

h3 {
  color: #000;
  font-size: 1.8em;
  padding: 10px 0px 10px 0px;
}

p {
  color: #000;
  font-size: 1.3em;
  padding: 10px 10px 10px 0px;
}

ul {
  list-style-type: none;
  float: right;
  position: relative;
  left: -15px;
  top: 40px;
}

ol {
  position: relative;
  left: 20px;
  font-size: 1.3em;
  padding: 5px 10px 0px 0px;
  list-style-type: none;
}

li {
  padding: 5px 5px 5px 0px;
  border-bottom: 1px dotted #fff;
}

.list_offers {
  position: relative;
  left: 0px;
  top: 10px;
  float: none;
}

.list_offers li {
  padding: 5px;
  font-size: 1.4em;
  color: #333;
}

.li_header {
  font-weight: bolder;
}

a {
  color: #fff;
  font-size: 1.4em;
  text-decoration: none;
  white-space: nowrap;
}

a:hover {
  color: #222;
}
