body {
    color: #707275;
}

.speech {
    background: #fafafa url("/static/images/style/clients/clients_speech_topcap.png") no-repeat;
    width: 603px;
    border-left: #f4f2f2;
    border-right: #f4f2f2;
    clear: right;
    margin: 2em 0 4em;
    font-size: 16px;
    padding-top: 1em;
}
.bubble {
    background: transparent url("/static/images/style/clients/clients_speech_grad.png") repeat-x 0 100%;
    padding-left: 1em;
    padding-right: 1em;
    color: #808285;
    font-size: 1.3em;
    padding-bottom: 1em;
}
.citation {
    width: 100%;
    float: left;
    margin-top: -1px;
    line-height: 35px;
    background: #fff url("/static/images/style/clients/clients_speech_stem.png") no-repeat 50px 0;
    padding-left: 90px;
    font-size: 0.8em;
    color: #808285;
}
.name {
    color: #3d3d3d;
    font-weight: bold;
    font-size: 1.2em;
    padding-right: .25em;
}

.main, .sidebar { margin-top: 1em; }

.main {
    width: 603px;
    float: left;
}
.sidebar {
    float: right;
    width: 281px;
    background-color: #f7f7f7;
}

.sidebar h2 {
    color: #555;
    font-weight: bold;
    font-size: 1.2em;
}

.sidebar h3 {
    color: #0c377b;
}

.sidebar li {
    list-style:url("/static/images/style/r_arrow.png") none outside;
    margin: .2em 18px;
}

.sidebar a {
    color: #3a71c7;
}

.sidebar a:hover {
    color: #0c377b;
}

.sidebar ul, .sidebar h2, .sidebar h3 {
    margin: 0 18px; /* can't be ems b/c h2, h3, and uls have different font sizes */
}

p { margin-bottom: 0; }

hr {
    width: auto;
    margin: 12px 16px;
}

#clientlogos {
    display: block;
    margin-left: -3px;
}

#imgtitle { background: transparent url("/static/images/style/titles/our_clients.png") no-repeat; }
#imgtitle a { width: 500px; }
