/*
        Styling for html elements accross all major browsers is reset.
*/

/*KANA - additional tags removed*/
/*html, body, dl,  dt, dd, h1, h2, h3, h4, h5, h6, pre, form, blockquote, fieldset, input, iframe, table, tr, th, td, caption {*/
html, body, dl,  dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, iframe, caption {
        padding: 0;
        margin: 0;
        font-family:Arial;
}
ul.customheader {
        margin: 0 !important;
        padding: 0 !important;
    list-style: none outside none !important;
}
ol.customheader {
        margin: 0 !important;
        padding: 0 !important;
    list-style: none outside none !important;
}
li.customheader  {
        list-style: none outside none !important;

}
ul.secondary {
        margin: 0 !important;
        padding: 0 !important;
        list-style: none outside none !important;
}
h1 {
    font-size: 24px;
    line-height: 30px;
}
h2 {
    font-size: 18px;
    line-height: 22px;
}
h3 {
        font-size: 14.0333px;
        line-height: 16px;
}
h4 {
        font-size: 12px;
        line-height: 15px;
}


:focus{
        outline:0;
}
:link, :visited {
        text-decoration: none;
}
.scrollInterior ul {
    list-style: disc outside none !important;
    padding-left: 15px !important;
}
.scrollInterior ol {
    list-style: decimal outside none !important;
    padding-left: 22px !important;
}
a img, :link img, :visited img {
        border: none;
}
table {
/*Remove for KANA - if removed, must change the padding for the search field in faq.jsp*/
/*        border-collapse: collapse;
        border-spacing: 0;
*/
}
address {
        font-style: normal;
}
sup { 
/*Removed for KANA
        position: relative;
        top: -3px;
        vertical-align: top;
        font-size:90%;
*/
}

.dj_gecko  h2 sup {
    top: 6px;
     vertical-align: none;
} 

.dj_ie h2 sup, .dj_safari h2 sup {
    top: -3px;
    vertical-align: top;
}
#faq-link h2 sup{top:-6px;}
.page-intro h1 sup {
    font-size: 60%;
    line-height: 1.5em;
}
#page-intro #hdrbody ul, #page-intro #subhdrbody ul {
    margin-left: 25px; 
    list-style: disc outside none;
    padding-bottom: 10px; 
}
#page-intro #hdrbody ul  li{
    padding-left: 5px;
}
#page-intro #hdrbody ol, #page-intro #subhdrbody ol {
    margin-left: 28px; 
    list-style: decimal outside none;
    padding-bottom: 10px;
} 
#page-intro #hdrbody ul, #page-intro #hdrbody ol, #page-intro #subhdrbody ol, #page-intro #subhdrbody ul{
    font-size:11px; 
}

.callout-right-rail{
    width:234px;
    padding-bottom:185px;
}
 
/* Start Fix TinyMCE - Internal Only */
body#tinymce p {
margin-bottom: 10px;
}

body#tinymce ul {
list-style-type: disc;
padding-left: 20px;
}

body#tinymce ol {
list-style-type: decimal;
padding-left: 23px;
}

/* End Fix TinyMCE - Internal Only */
