/*
 * Styles for the About Us page
 */

.contentArea h1:before {
    content: url(../img/headers/about-us.png);
}

/*
.contentArea h2 {
    text-align: center;
}
*/

.contentArea .thing {
    padding: 20px 0;
    text-align: center;
    font-size: 18px;
}

.contentArea .thing:after {
    content: "";
    display: block;
    clear: both;
}

.contentArea h3 {
    font-size: 1em;
    margin-top: 75px;
}

.person {
    padding: 40px 20px;
    border-bottom: 1px solid #FFF;
}
.person:last-child {
    border: 0;
}
.person:after {
    content: "";
    display: block;
    clear: both;
}

.person img {
    float: left;
    margin: 0 30px 0 0;
}
.person:nth-of-type(even) img {
    float: right;
    margin: 0 0 0 30px;
}

.person h2 {
    margin: 0;
}
.person h3 {
    margin: 0 0 20px;
}

.person p {
    line-height: 1.8em;
}

