/* PRINT STYLESHEET */


@import url('style.css');
body{
    background: none;
}

#main{
    width: 780px;
}
.header {
    height: 30px;
}

.header .header-left{
    margin: 0;
}

.header .header-right{
    margin: 0;
}

#left_content{
    display: none;
}

#right_nav{
    display: none;
}

#middle-content{
    background: none;
    border: 0;
}

.ppl_desc{
    display: block;
}
a.show_hide_ppl{
    display: none;
}
.faq_all .more{
    display: block;
}
.doc_body{
    display: block;
}
a.show_hide_doc{
    display: none;
}
.ppl_details{
    background: none;
}

.footer{
    margin-left: 22px;
}
.footer-links{
    display: none;
}


.nivo-html-caption{
    display: none;
}

element.style {
    opacity: 1;
}

.theme-default .nivo-caption {
    font-family: "ChevinStdLight",Arial;
    font-size: 36px;
    font-weight: normal;
    line-height: 1em;
    width: 240px;
}

.nivo-caption {
    color: #FFFFFF;
    left: 140px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 8;
}
.nivo-caption a{
    display: none;
}

#slider{
    display: none;
}

.news_details{
    display: block;
}
a.show_hide_news{
    display: none;
}
.news_body{
    display: block;
}