body, .scontainer {
    background-image: url(../team_bg.gif);
}

.list .item {
    float: left;
    width: 510px;
    background: #f2f2f2;
    margin: 0 0 20px 0;
}
.list .item-pic {
    float: left;
    width: 175px;
}
.list .item-title, .list .item-subtitle, .list .item-content {
    float: right;
    width: 305px;
    _width: 335px;
    background: #f18523;
    margin: 0;
    padding: 0 15px;
}
.list .item-title {
    padding-top: 5px;
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    _height: 25px;
}
.list .item-subtitle {
    padding-bottom: 5px;
    font-size: 11px;
    line-height: 15px;
    height: 15px;
    _height: 20px;
    color: #fff;
}
.list .item-content {
    padding: 15px;
    height: 100px;
    _height: 130px;
    background: transparent;
    overflow: hidden;
}
.list .item-content h5, .list .item-content h6 {
    margin: 0;
    font-size: 11px;
    background: url(link_icon.gif) transparent left center no-repeat;
    padding: 0 0 0 25px;
    margin-top: 5px;
    line-height: 18px;
}
.list .item-content h5 a, .list .item-content h6 a {
    text-decoration: none;
    color: #f18522;
}
.list .item-content h6 {
    background: url(twitter_icon.gif) transparent left center no-repeat;
}
.list .item-content h6 a {
    color: #1e8fb2;
}


h2.menu-title {
    font-size: 14px;
    color: #fff;
    margin: 0;
    text-align: right;
    padding: 0 30px 6px 0;
}
.submenu a {
    color: #1e2538;
}
.submenu-inline a b {
    font-size: 14px;
    color: #fff;
}
.pagination a.selected {
    background: #f18522;
}
.pagination a:hover {
    background: #1e2538;
}
