body {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 100%;
  text-align: center;
  padding-bottom: 25px;
}
body.front {
  background: url('../images/front-page-bg.png') repeat-x center top;
}
body.interior {
  background: #326891 url('../images/interior-page-bg.png') repeat-x center top;
}
#wrapper {
  margin: 0 auto;
  text-align: left;
  width: 872px;
}
#header {
  padding: 0 4px;
}
#header-img {
  display: block;
}
#head-nav {
  background: url('../images/head-nav.png') no-repeat center top;
  overflow: auto;
}
#head-nav li {
  float: left;
}
#head-nav a {
  background: url('../images/head-nav.gif') no-repeat 0 0;
  display: block;
  height: 34px;
  overflow: hidden;
  text-indent: -5000em;
}
  #head-nav .home a {
    background-position: 0 0;
    width: 144px;
  }
  #head-nav .home a:hover {
    background-position: 0 -34px;
  }
  #head-nav .customer-service a {
    background-position: -144px 0;
    width: 199px;
  }
  #head-nav .customer-service a:hover {
    background-position: -144px -34px;
  }
  #head-nav .services a {
    background-position: -343px 0;
    width: 125px;
  }
  #head-nav .services a:hover {
    background-position: -343px -34px;
  }
  #head-nav .gallery a {
    background-position: -468px 0;
    width: 119px;
  }
  #head-nav .gallery a:hover {
    background-position: -468px -34px;
  }
  #head-nav .faqs a {
    background-position: -587px 0;
    width: 104px;
  }
  #head-nav .faqs a:hover {
    background-position: -587px -34px;
  }
  #head-nav .contact-us a {
    background-position: -691px 0;
    width: 173px;
  }
  #head-nav .contact-us a:hover {
    background-position: -691px -34px;
  }
.front #body-inner {
  background: url('../images/front-content-bg.png') no-repeat center bottom;
  height: 473px;
}
.front #content {
  color: #fff;
  font-size: 75%;
  height: 100px;
  left: 312px;
  line-height: 150%;
  overflow: hidden;
  position: relative;
  top: 50px;
  width: 540px;
}
.front #content p {
  margin: 0;
}
.interior #body {
  background: url('../images/interior-body-bg.gif') repeat-y center top;
}
#body-inner, #footer {
  padding: 0 5px;
}
.interior #body-inner {
  background: url('../images/interior-body-bottom.gif') no-repeat center bottom;
  padding-bottom: 44px;
}
.interior #content {
  background: url('../images/interior-body-shadow.gif') repeat-x center top;
  padding: 10px;
}
#c2a {
  display: block;
}
#footer {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 63%;
  line-height: 200%;
}
.front #footer {
  background: url('../images/front-footer-estimate.gif') no-repeat right top;
  color: #666;
  margin-top: 30px;
}
.interior #footer, .interior #footer a {
  color: #fff;
  text-decoration: none;
}

.interior #footer a:hover {
  color: #fff;
  text-decoration: underline;
}

#footer address {
  font-style: normal;
}
.interior #foot-nav {
  float: left;
}
.interior #copyright {
  float: left;
  margin-left: 55px;
}
.interior #footer address, .interior #design-attribution {
  text-align: right;
}

/*
 * HTML Elements
 */
  pre, code {
    font-size: 1.1em; /* Monospace fonts can be hard to read */
    font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
  }

/** headings **/
  #content h1 {
    font-size: 1.8em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 0.5em;
  }

  h2 {
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 0.667em; /* Equivalent to 1em in the page's base font: 1 / 1.5 = 0.667em */
    margin-bottom: 0.667em;
  }

  h3 {
    font-size: 1.3em;
    line-height: 1.3em;
    margin-top: 0.769em; /* Equivalent to 1em in the page's base font: 1 / 1.3 = 0.769 */
    margin-bottom: 0.769em;
  }

  h4, h5, h6 {
    font-size: 1.1em;
    line-height: 1.3em;
    margin-top: 0.909em; /* Equivalent to 1em in the page's base font: 1 / 1.1 = 0.909 */
    margin-bottom: 0.909em;
  }

/** block-level elements **/
  p, #content ul, ol, dl, pre, table, fieldset, blockquote {
    font-size: .8em;
	line-height: 1.3em;
	margin: 1em 0;
  }

	.contact_label {
    font-size: .8em;
	line-height: 1.3em;
	margin: 1em 0;
  }
  
  p.quote {
  	font-style: italic;
  	color: #326891;
  }
  
/** lists **/
  /* standardize list item indentation */
  #content ul, ol {
    margin-left: 0;
    padding-left: 2em;
  }

  #content ul          { list-style-type: disc; }
  #content ul ul       { list-style-type: circle; }
  #content ul ul ul    { list-style-type: square; }
  #content ul ul ul ul { list-style-type: circle; }
  ol                   { list-style-type: decimal; }
  ol ol                { list-style-type: lower-alpha; }
  ol ol ol             { list-style-type: decimal; }

  dd {
    margin: 0 0 0 2em;
    padding: 0;
  }

/** links **/
  /* The order of link states are based on Eric Meyer's article:
   * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
   */
  a:link {
  }

  a:visited {
  }

  a:hover, a:focus {
  }

  a:active {
  }

/** tables **/
  th, thead th, tbody th {
    text-align: center;
    padding-right: 0;
    border-bottom: none;
  }

  tbody {
    border-top: none;
  }

/** abbreviations **/
  abbr {
    border-bottom: 1px dotted #666;
    cursor: help;
    white-space: nowrap;
  }

/** images **/
  img {
    border: 0;
  }

/** horizontal rules **/
  hr {
    height: 1px;
    border: 1px solid #666;
  }

/** forms **/
  fieldset {
    margin: 1em 0;
    padding: 0.5em;
  }