/* header */
html {
  min-height: 500px;
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
}

a {
  color: #693c10;
}

a:hover {
  color: #cd5903;
}

a img {
  border: 0;
}

#header {
  position: absolute;
  width: 860px;
  font-size: 20px;
  font-family: "Times New Roman",Serif;
  margin: 5px;
}

#home_a {
  text-decoration: none;
}

#home_a img {
  border: 0;
}

#nav {
  color: #693c10;
  padding-left: 20px;
  margin-bottom: 10px;
}

.nav_a {
  color: #693c10;
  text-decoration: none;
}

.nav_a:hover {
  color: #cd5903;
}

#nav .selected {
  color: #cd5903;
}

#border_top {
  position: absolute;
  height: 1px;
  border-bottom: 1px solid #c5ac94;
  width: 850px;
  bottom: 0px;
}

#logo {
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 8px;
}

/* footer */
#footer {
  width: 860px;
  height: 40px;
  overflow: visible;
  position: absolute;
  bottom: 0px;
  margin: 5px;
}

#lab_img {
  right: 0px;
  bottom: 0px;
  position: absolute;
}

#border_bottom {
  top: 0px;
  padding-left: 40px;
  height: 1px;
  background-color: #c5ac94;
  position: absolute;
}

#mission {
  z-index: 10;
  position: absolute;
  bottom: 7px;
  left: 20px;
}

/* Main document body */
#main {
  width: 860px;
  font-size: 12px;
  font-family: Verdana,Arial,Sans-Serif;
  line-height: 18px;
  color: #666666;
  margin: 110px 5px 5px 5px;
  position: absolute;
}

#content {
  padding: 5px 10px 0px 20px;
  width: 560px;
  height: 460px;
  overflow: auto;
  overflow-x: visible;
}

#content p {
  padding-bottom: 15px;
}

#sidebar {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 230px;
  margin: 0;
  padding: 10px 20px 20px 20px;
}

#sidebar li {
  list-style-type: none;
  padding-bottom: 20px;
}

h3 {
  font-size: 14px;
  font-weight: bold;
  clear: left;
}


.italics {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

.darkred {
  color: #cc0000;
}

#faq .question {
  font-weight: bold;
}

#faq .answer {
  margin-left: 20px;
  margin-bottom: 10px;
}

.divider {
  height: 1px;
  background-color: #666666;
}

.faq_a {
  color: #666666;
  text-decoration: none;
}

.faq_a:visited {
  color: #666666;
}

.faq_a:hover {
  border-bottom: 1px dotted;
}

.addr_box {
  float: left; 
  margin-right: 80px;
}

.email_addr {
  color: #0000AA;
}

.affiliate_logo {
  float: left;
  padding: 0;
  border:0;
  margin: 5px 10px 5px 10px;
}

.sponsors {
  padding-left: 20px;
  padding-bottom: 20px;
}

.sponsors li {
  list-style-type: none;
  padding-bottom: 10px;
}

.testimonial {
  clear: both;
}

.testimonial img {
  border: 1px solid #666666;
  margin-left: 20px;
  margin-right: 20px;
}

.testimonial .img_left {
  float: left;
}

.testimonial .img_right {
  float: right;
}

.testimonial .quote {
  font-size: 11px;
  line-height: 14px;
}

.testimonial .sig {
  font-style: italic;
}
#content .quote p {
  padding-bottom: 0px;
}

.indent {
  margin-left: 25px;
}

#pinnacle_img {
  border: 1px solid #000;
}

.centered {
  text-align: center;
}
