/* styles for Truant project pages */



/* MAIN AREA */
/* table encompasses everything between primary nav and footer */

#maintable div.strut1 {
  width: 253px;
  height: 2px;
}
#maintable div.strut2 {
  width: 497px;
  height: 2px;
}



/* SECONDARY NAVIGATION */

.divnav2link {
  margin-bottom: 4px;
}



/* PROJECT PHOTO */

#divprojectphoto {
}



/* MAIN TEXT */

/* position relative for sake of thumbnails */
#divmaintext {
  position: relative;
  padding-right: 44px;
}
/* these encourage the text to wrap around the thumbnails */
.divwrapblock1 {
  width: 88px;
  height: 20px;
  float: right;
}
.divwrapblock2 {
  width: 88px;
  height: 64px;
  float: right;
}

#divmaintext h1 {
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  font-style: normal;
  color: #f88602;
  margin-bottom: 0px;
}
#divmaintext p.testimonial {
  font-style: italic;
}
#divmaintext p.testimonial span.author {
  font-size: 11px;
  font-style: normal;
}



/* THUMBNAILS */

#divthumbnails {
  position: absolute;
  left: 375px;
  top: 9px;
}
#divthumbnail_tl {
  position: absolute;
  left: 0px;
  top: 0px;
}
#divthumbnail_tc {
  position: absolute;
  left: 44px;
  top: 0px;
}
#divthumbnail_tr {
  position: absolute;
  left: 88px;
  top: 0px;
}
#divthumbnail_bl {
  position: absolute;
  left: 0px;
  top: 44px;
}
#divthumbnail_bc {
  position: absolute;
  left: 44px;
  top: 44px;
}
#divthumbnail_br {
  position: absolute;
  left: 88px;
  top: 44px;
}




/* LEED logo */

#imgleedlogo {
  position: absolute;
  left: -138px;
}
