/* 
*----------------------------------------------------------
*   REGULAR PAGE
*----------------------------------------------------------
*/

.page_header{
    width: 1300px;
    margin: 10px auto;
    background: url(../images/contact_header.jpg) no-repeat;
    height: 270px;
}

.page_content{
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 10px 20px;
    background: #fff;
    color: #666;
    font-size: 13px;
    font-family: segoe ui;
    line-height: 2em;
}

.page_content p{
    color: #666;
    font-size: 13px;
    font-family: segoe ui;
    line-height: 2em;
    text-align:justify;
}


.page_content .title{
    display: block;
    border-bottom: solid 10px #f4b316;
    position: absolute;
    top: -10px;
    width: 100%;
    left: 0;
}

.page_content .title h1{
    display: inline-block;
    padding: 23px 10px;
    border-bottom: solid 10px #fff;
    position: absolute;
    background: #F4B316;
    top: -81px;
    font-family: segoe ui light;
    color: #fff;
    font-weight: 200;
    font-size: 30px;
    min-height: 72px;
    line-height: 0.5em;
}


.page_content .title h1:after{
    content: "";
    display: inline-block;
    background: url(../images/page_title_right.png) no-repeat bottom;
    width: 24px;
    height: 72px;
    position: absolute;
    right: -24px;
    top: 0;
}





