
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*
// element styles (body, image, headers, paragraph, link...)
*/

/* remove padding and margin from all elements as default in all browsers */

* {
    padding: 0;
    margin: 0;
}

a:link { color: #404040; text-decoration: none; font-weight: bold;}
a:visited { color: #404040; text-decoration: none; font-weight: bold;}
a:hover { color: #a0a0a0; text-decoration: none; font-weight: bold;}
a:active { color: #404040; text-decoration: none; font-weight: bold;}

a.underline:link { color: #404040; text-decoration: underline; }
a.underline:visited { color: #404040; text-decoration: underline; }
a.underline:hover { color: #404040; text-decoration: none; }
a.underline:active { color: #404040; text-decoration: underline; }

html, body {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

object, embed { display: block; } /* remove white space */

img { border: 0; margin: 0; padding: 0; display: block; } /* by default */

h1 { font: 18px arial, verdana, helvetica, sans-serif; color: #cc0f15; margin: 0px 0px 19px 0px; padding: 0; }
h2 { font: bold 11px arial, verdana, helvetica, sans-serif; color: #cc0f15; margin: 0px 0px 13px 0px; padding: 0; }
h3 { font: bold italic 11px arial, verdana, helvetica, sans-serif; color: #404040; margin: 0px 0px 13px 0px; padding: 0; }

p { clear: left; margin: 0; padding: 0; }

ul, li { margin: 0; padding: 0; }

table { border: 0; }
td { vertical-align: top; }

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*
// container styles (div areas)
*/

.outer_container {

    position: absolute;

    width: 100%;

    font: 11px arial, verdana, helvetica, sans-serif; color: #000000;

}

.headerbanner_container {
    position: relative;
    width: 837px;
    height: 213px;
    background-repeat: no-repeat;
    
}
.headerbanner_text {
    font: 10px;
    color: #000000;
    margin-left: 330px;
    padding-top: 55px;
}

.header_title {
    color: #b81e24;
    font-size: 14px;
    font-weight: bold;
}



.navigation_bar {

    width: 840px;
    height: 26px;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    background-repeat: no-repeat;
}

.navigation_button {

    width: auto;
    height: 26px;
    padding: 5px 16px 0px 16px;

    font: 11px arial, verdana, helvetica, sans-serif; color: #ffffff;
    font-weight: bold;

    float: left;
    /* white-space: nowrap; */
    /* display: block; */

}

.navigation_button_active {

    width: auto;
    height: 26px;
    padding: 5px 16px 0px 16px;

    font: 11px arial, verdana, helvetica, sans-serif; color: #ffffff;
    font-weight: bold;

    background-image: url(../images/common-navigation-button-active.jpg);
    background-repeat: repeat-x;
    float: left;

}

.navigation_button:hover {
    background-image: url(../images/common-navigation-button-active.jpg); background-repeat: repeat-x;
}

.to_english {
    margin-right: 40px;
    margin-top: 5px;
    font: 10px arial, verdana, helvetica, sans-serif; color: white;
    float: right;
    white-space: nowrap;
}

.content_large {

    width: 837px;
    margin: 0;
    padding: 0;

    background-image: url(../images/common-content-large-middle.gif);
    background-repeat: repeat-y;

}

.highlight_news {

    width: 237px;
    margin: 0;
    padding: 0px 20px 0px 20px;
    float: left;

}

.content_text {

    width: auto;
    margin: 0;
    padding: 0px 20px 0px 20px;

    vertical-align: top;

}

.content_right {

    width: 165px;
    margin: 0;
    padding: 0px 20px 0px 20px;

    vertical-align: top;

}

.content_left {

    width: 167px;
    margin: 0;
    padding: 0px 0px 0px 20px;

    vertical-align: top;

}

.bulletbox {

    margin: 10px 0px 10px 0px;
    padding: 10px 10px 10px 10px;

    border: dotted 1px #b0b0b0;

    vertical-align: top;

}

.tree_link { width: 156px; padding: 4px 0px 4px 0px; /* border-bottom: 1px solid #e0e0e0; */ }

.tree_link:hover { background-color: #e0e0e0; }

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*
// alignment/padding styles (div areas)
*/

.center_image {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.align_left { float: left; }
.align_right { float: right; }

.icon { margin: 0px 0px 0px 0px; padding: 0px 10px 0px 0px; /* float: left; text-align: left; */ }

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*
// custom/other styles
*/

.copyright { text-align: right; margin: 0; padding: 0; font: 11px arial, verdana, helvetica, sans-serif; color: #808080; }

.text { font: 11px arial, verdana, helvetica, sans-serif; color: #404040; } /* use span */

.image_border { padding: 2px; margin: 0; background-color: #e0e0e0; }

.bullet { margin: 0 0 0 5px; padding: 10px 0px 20px 12px; }


