div.list .box .staffPhoto .staffPhotoInner {
    width: 86px;
    /* height: 66px; */
    overflow: hidden;
}
div.list .box .staffPhoto {
    float: left;
    margin-right: 15px;
    height: 74px;
    width: 92px;
    /*background: url(../images/bg_column_photo01.gif) 0px 0px no-repeat transparent;*/
    padding-top: 4px;
    padding-left: 5px;
}
#main-container h3 {
    _color: #212121;
    border-left: none;
    padding-top: 0px;
}
.post .head, div.list .box .cf {
    margin-bottom: 8px;
    FLOAT: LEFT;
    padding-bottom: 8px;
    /*background: url(../images/list_box_cf.gif) repeat-x 100% 100%;*/
    width: 100%;
}
.post, div.list .box {
    margin-bottom: 15px;
    padding: 8px 10px;
    border: 2px solid #d3d3d3;
    text-align: left;
}
div.list .box .more {
    text-align: right;
}
div.list .box .more a {
    padding-left: 16px;
    background: url(../images/common_icon10.png) no-repeat 0 50%;
}
.pageTitle {
    margin: 0 0 0px 0;
    padding: 0 0 6px 0;
    display: block;
    /*background: url(../images/common_h_line.png) left bottom;*/
    width: 100%;
    font-size: 20px;
    text-align: left;
    background-repeat: no-repeat;
    color: #000;
}
div.list .box h3 a {
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
}
.pager #wp_page_numbers li.active_page a {
    background: #ff8b03;
    border: 1px #ff8b03 solid;
    color: #fff;
}


.pager {
    position: relative;
    overflow: hidden;
    margin-top: 5px;
    /* height: 75px; */
}


.pager #wp_page_numbers {
    border: none;
    background: none;
    margin-top: 15px;
}
.pager #wp_page_numbers ul, .pager #wp_page_numbers li, .pager #wp_page_numbers a {
    background: #f7f7f7;
    padding: 0;
    margin: 0;
    border: none;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    list-style: none;
    text-transform: none;
    text-indent: 0px;
    font-variant: normal;
    text-align: left;
    /* line-height: 12px; */
    letter-spacing: 0px;
    word-spacing: 0px;
    /* font-size: 13px; */
    /* font-family: Arial; */
}
.pager #wp_page_numbers ul {
    border: none;
    background: none;
    text-align: center;
}
.pager #wp_page_numbers ul li {
    border: none;
    background: none;
    float: none;
    display: inline-block;
}
.pager #wp_page_numbers a {
    display: block;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    border: 1px #ccc solid;
    margin-right: 5px;
    font-weight: bold;
    text-align: center;
    padding: 0px 10px;
    color: #ff8b03;
}
.pager #wp_page_numbers li a:hover {
    background: #ff8b03;
    border: 1px #ff8b03 solid;
    color: #fff;
}