/* 
Author: Bivin Howell | B!VHOW Design
Client: Affordable & Affluent Affairs
Location: www.aaaffairs.com
Version: yr. 2007 no. 1
 */

/* Testimonials --------------------------- */

#testifyBox {
  position: absolute;
  top: 400px;
  left: 165px;
  }

#testifyBox2 {
  position: absolute;
  top: 475px;
  left: 10px;
  }

#testifyBox3 {
  position: absolute;
  top: 425px;
  left: 200px;
  }

#testifyBox4 {
  position: absolute;
  top: 465px;
  left: 200px;
  }

#testifyBox5 {
  position: absolute;
  top: 465px;
  left: 200px;
  }

.testify {
  width: 300px;
  background: url(../images/testify_tile.gif) repeat-y;
  }
  
.testify h2 {
  background: url(../images/testify_top.gif) left top no-repeat;
  text-indent: -9000px;
  height: 50px;
  }
  
.testify .last {
  background: url(../images/testify_bot.gif) left bottom no-repeat;
  padding-bottom: 20px;
  }
  
.testify h2, .testify p {
  padding-left: 20px;
  padding-right: 20px;
  }
  
.testify p { 
  text-align: left;
  line-height: 1.3em;
  padding: 0 20px 40px 20px;
  }  
  
  .client {
  font-size: 1.1em;
  font-weight: bold;
  font-style: italic;
  text-align: right;
  display: block;
  margin-top: 15px; 
  }    
