/*--------------------------------------------------------------------------
=General Structure
--------------------------------------------------------------------------*/
body, #jl-wrapper {
    background-color: #fff;
    font-family: Times New Roman, Times, serif;
    font-size: 12pt;
}
a, a:link, a:visited {
    color: #000;
    text-decoration: underline;
}
#header  {
    background-color:#fff;
    margin: 10px 0px;
    padding: 0px 20px;
    width: auto;
}
#jl-logo { height: auto; }
#jl-logo a, #jl-logobasic a {
    color: #000;
    font-style: normal;
    font-weight: 900;
}
#jl-logo a span, #jl-logobasic a span, #frmHeader, #nav, #calltoaction {
    background: none;
    display: none;
    height: 0px;
}
#jl-wrapper {
    margin: 10px 0px;
    padding: 0px 20px;
    width: auto;
}
ol, ul {
    list-style-type:decimal;
    margin:10px auto 0px;
}

/*--------------------------------------------------------------------------
=FAQs Structure
--------------------------------------------------------------------------*/
.faq #header .wrapper { 
    margin: 0px; 
    min-width: inherit; 
    padding-left: 0px; 
}
.faq h1, .faq #topQues li {
    clear: both;
    color: #000;
}
.faq h1, .faq .header {
    color:#000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
}
#jl-answer.faq h1 { margin-left: 0px; }
.faq p { margin: 0px 10px 0px 0px; }
.faq #btnPrint, .faq #frmFAQ { display: none; }
