#testimonial-page {
    position:relative;
}
ul#testimonials li {
    list-style:none;
    margin-bottom:10px;
    margin-left:5px;
}
.who-where {
    font-weight:bold;
    color:#666;
}
.author {
    color:#0E4F79;
}
.location {
    color:#741;
}
.quote1 {
    float:right;
    margin:15px;
}
.quote2 {
    float:left;
    margin:15px;
}
ul#faqs {
    margin-top:20px;
}
ul#faqs li {
    list-style:none;
    margin-left:0;
    margin-bottom:15px;
}
.question {
    margin-bottom:10px;
    height:1%;
    font-weight:bold;
}
.answer {
    height:1%;
}
.question a {
    color:#116699;
}
.answer a {
    color:#333;
}
.q {
    font-size:22px;
    float:left;
    height:1%;
    width:50px;
    text-align:center;
    color:#116699;
    clear:both;
}
.a {
    height:1%;
    font-size:22px;
    float:left;
    width:50px;
    text-align:center;
    color:#6699AA;
    clear:both;
}
.return {
    text-align:right;
    font-size:.9em;
}