/* CSS Document for rwh web pages 9/7/12 sgj*/
.copyright {
	font-size: small;
	color: #999999;
}
.maintext {color: #C0C0C0}
.homemenu {font-size: large; color: #C0C0C0;}
.mainitalics {font-size: large; font-style: italic;}
.servicemenu {color: #CCCCCC;}

/*layer1 is the banner.  The div wraps the whole body and sets the centered alignment*/
#layer1 {  
 width: 1024px;
 margin: 0px auto;
 height:  107px;
 position: relative;
}
/*layer2 is the fossils img left of the slideshow.  Posn is relative to layer1 */
#layer2 {
  position: absolute;
  left: 0px ;
  top: 107px;
  margin:0px ; 
  width: 260px;
  }
  /*layer3 is the container for the slide show   Posn is relative to layer2 */
  #layer3 {
   width: 764px;
   margin:0px ;
   position: absolute;
   left: 260px;
   top: 108px;
  }
  /*layer4 is the container for the middle horizontal menu   Posn is relative to layer2 */
  #layer4 {
  position: absolute;
  left: 1px; 
  top: 496px;
  width: 1024px;
  height: 34px;
   z-index: 4;
  }
  /*layer5 is the container for the middle vertical menu. */
  #layer5 {
   position: absolute;
   left: 1px;
   top: 549px;
   width: 263px;
   height: 251px;
   z-index: 5;
   text-align: right;
   line-height: 150%;
  }
  /*layer5wide is the container for the text in testimonials */
  #layer5wide {
   position: absolute;
   left: 112px;
   top: 548px;
   width: 800px;
   z-index: 5;
   text-align: center;
  }
  /*layer6 is the container for the lower text blurb right of the vertical menu. */
  #layer6 {
   position: absolute;
   left: 303px;
   top: 548px;
   width: 721px;
   height: 199px;
   z-index: 6;
   text-align: left;
  }
  /*layer9 is the container for the copyright notice. */
  #layer9 {
   position: absolute;
   left: 1px;
   top: 1100px;
   width: 1024px;
   height: 52px;
   z-index: 9;
   text-align: right;
   vertical-align: bottom;
  }
