/* testimonials.css - the CSS styles for the testimonials page. */

div.testimonial {
    margin:             10px auto 3px auto;
    padding:            10px;
    text-align:         center;
    background:         transparent url('../images/quote_open.gif') no-repeat scroll left top;
    border-bottom:      1px solid #000;
}

div.first {
    border-top:         1px solid #000;
} 

div.testimonial .testimonial-quote {
    background:         transparent url('../images/quote_close.gif') no-repeat scroll right bottom;
    padding:            0 20px;
    height:             40px;
}

/* for non-IE only - min-height hack*/
html>body div.testimonial .testimonial-quote {
    height:             auto;
    min-height:         40px;
}

div.testimonial .testimonial-name {
    position:           relative;
    margin-top:         10px;
    left:               175px;
    text-align:         left;
    font-style:         italic;
    font-size:          10pt;
    width:              300px;
}
