html, h2 {
  font-family: Georgia, serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1; /* ensures better top-edge alignment */
}

html, body {
  margin: 0;
  padding: 0;
}

html {
  background: #ebf7c0;
}

body {
  font-size: 15px;
  line-height: 1.3;
  width: 1000px;
  margin: 0 auto 0;
  background: white;
  color: black;
  border: 1px solid #ccc;

  background-image: url(logo.png);
  background-position: 17px 13px;
  background-repeat: no-repeat;
}

#footer {
  clear: both;
  border-bottom: 4px solid #8ed51c;
  margin-right: 290px;
  position: relative;
}

#footer-ltc {
  position: absolute;
  color: #8ed51c;
  display: block;
  line-height: 1.2;
  top: -70px;
  font-size: 23px;
  left: 780px;
  width: 200px;
  padding-bottom: 5px; /* IE6 hack to avoid clipping descenders */
}

#footer-ltc span {
  display: block;
  font-size: 1.03em;
}

#contactinfo {
  margin: 10px 0 0 230px;
  padding-bottom: 50px; /* IE6  */
  font-size: 1.2em;
}

.hidden { display: none } /* used for the Matt Wood testimonial  */



h1 {
  margin: 0;
  padding: 0.5em 0 0 230px;
  font-size: 48px;
  font-family: "Times New Roman";
  /* purple text */
  color: #93246f;
  position: relative;
}

h1 span {
  font-size: 30px;
  margin-left: 40px;
  
  color: #8ed51c;
}

h2, p.green {
  font-size: 1.5em;
  margin: 0 0 0.5em;
}

h2, h3, p.green {
  color: #8ed51c;
}


p#greenbar {
  color: black;
  margin: 0;
  padding: 0.5em 1.5em 20px 0;
  border-bottom: 4px solid #8ed51c;
  margin-left: 230px;
  margin-bottom: 40px;
}


#main {
  float: left;
  margin: 0 35px 0 35px;
  width: 480px;
}

#sidebar {
  float: left;
  width: 200px;
  margin: 0 15px 0 35px;
}



#nav {
  float: left;
  width: 180px;
  list-style-type: none;
  padding: 0 0 0 15px;
  margin: 95px 0 0 0;
}

#nav li {
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e0c1e0;
}

#nav a {
  font-size: 13px;
  line-height: 1;
  display: block;
  color: black;
  text-decoration: none;
  margin: 0;
  padding: 4px 0 4px 6px;
  border-left: 4px solid white;
}

#nav a.currentpagelink {
  background: #93246f;
  color: white;
  border-left-color: #be7ca9;
}

#nav a:hover {
  background: #333;
  color: white;
  border-left-color: #333;
}


p.green {
  margin-top: 4em;
}


.fullwidth {
  width: 700px !important;
}


/* used on the testimonials page */
h6 {
  font-size: 1em;
  font-weight: bold;
  margin: 1em 0;
  padding: 0;
}

/* these are the actual quotes */
#testimonialspage p {
  font-size: 13px;
  font-style: italic;
  text-align: justify;
}

/* this makes p>b and p>strong match h6, because the wysiwyg editor is likely to generate the former */
#testimonialspage strong,
#testimonialspage b {
  font-style: normal;
  font-size: 15pxl
}
