* {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-size: 13px;
  color: #535;
  line-height: 140%;
}

body {
  background: #fef url(images/banner.png) top left repeat-x;
}

img {
  border: none;
}

table.body-box {
}
td.nav-box {
  background: url(images/nav-box.png) top left repeat-y;
  vertical-align: top;
  padding-top: 180px;
  height:400px;
}
td.content-box {
  margin: 20px;
  vertical-align: top;
  padding-top: 180px;
  padding-right: 40px;
}

div.nav-box{
  position: absolute;
  top: 195px;
  left:0px;
  width:250px;
}

.head-phone {
  position: absolute;
  top: 74px;
  right: 20px;
  width: 257px;
  height: 36px;
  background: url(images/phone.png) top right no-repeat;
  line-height: 0px;
}
.head-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 0px;
}
.sef-head,
.sef-text {
  text-align: center;
  font-size: 10px;
  margin: 8px 48px 0 24px;
}
.sef-head {
  font-weight: bold;
  text-decoration: underline;
  font-size: 16px;
  margin: 32px 48px 0 24px;
}
.sef-text {
  font-size: 10px;
  margin: 6px 48px 0 24px;
}

.footer-box {
  background: #d9a url(images/footer.png) top left repeat-x;
  padding: 0px 0 0 0;
  margin: 0px 0 0 0;
}
.merge {
  background: url(images/merge.png) top left no-repeat;
  line-height: 70px;
  margin: 0px 0 0 0;
}
.copyright {
  text-align: center;
  font-size: 10px;
  margin-top: -25px;
  padding-bottom: 12px;
}

.brclear { /* Use a break with this class to clear float containers */
  clear:both;
  height:0;
  font-size: 1px;
  line-height: 0;
}

hr {
  border: 1px solid;
  border-color: #fdf #845 #845 #fdf;
  padding: 0;
  margin-top: 18px;
  margin-right: 48px;
  margin-bottom: 18px;
  margin-left: 24px;
}

.phone {
  font-size: 28px;
  text-align: center;
}

.question {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  text-decoration: underline;
}

ul li {
  list-style-image: url(images/bullet.gif)
}

blockquote {
  float: right;
  width: 200px;
  padding: 0;
  margin: 20px 0 20px 20px;
  position: relative;
}

p.quoteBody {
  padding: 40px 20px 45px 20px;
  margin: 0;
}

.google-box {
  float:right;
  text-align:center;
  margin: 0 0 18px 18px;
  padding: 18px;
  background-color:#ede;
  border:solid 1px #cbc
}

strong {
  font-weight: bold;
  text-decoration: underline;
}

td {
  padding: 6px;
}