﻿@charset "UTF-8";

html {
    /* overflow-y: scroll; */
}

html,
body {
    width: 100%;
    min-width: 300px;
    min-height: 768px;
    /*overflow-x:hidden;*/
}

#T2 {
    position: absolute;
    left: 50%;
    margin-left: -512px;
}

#T2_spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -28px;
    margin-top: -5px;
    height: 20px;
    width: 20px;
    z-index: 20000;
}

#T2_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    z-index: 1000;
    display: none;
}

#T2_box_close {
    position: fixed;
    height: 12px;
    width: 12px;
    right: 5px;
    top: 5px;
    z-index: 1001;
    cursor: pointer;
}

#T2_box_background {
    position: fixed;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,0.6);*/
    background: url("/content/images/NDA-Website-BG_130301.jpg") center top no-repeat;
    display: block !important;
    z-index: -1 !important;
}

#T2_box_content {
    position: relative;
    width: 860px;
    margin: 0 auto;
}


/* #------------------------------------# */
/* # HEAD                               # */
/* #------------------------------------# */

#T2_head {
    position: relative;
    width: 800px;
    height: 130px;
    margin: 0 auto;
}

#T2_head_background {
    position: absolute;
    width: inherit;
    height: inherit;
    background-image: url(../images/bg-white-010.png);
    background-repeat: repeat;
}

#T2_head_content {
    position: relative;
    width: inherit;
    padding-top: 44px;
}

#T2_head_navigation a {
    position: absolute;
    left: -15px;
    top: 10px;
}

#T2_head_logo {
    position: relative;
    height: 64px;
    n width:inherit;
}

#T2_head_navigation img {
    margin-right: 8px;
}

#T2_head_list {
    position: relative;
    width: 695px;
    margin: 0 0 0 105px;
}

    #T2_head_list ul {
        margin-left: -1px;
    }

        #T2_head_list ul li {
            display: inline;
            margin-left: 27px;
        }

            #T2_head_list ul li:first-child {
                margin-left: 0;
            }


/* #------------------------------------# */
/* # BODY                               # */
/* #------------------------------------# */

#T2_column {
    position: relative;
    width: 1024px;
    margin: 0 auto 26px auto;
    table-layout: fixed;
}

#T2_column_1 {
    position: relative;
    width: 112px;
    z-index: 100;
}

#T2_column_1_end {
    width: inherit;
    margin: 2px 0 0 0;
}

#T2_column_2 {
    position: relative;
    width: 800px;
    margin-left: 112px;
    background: rgb(255,255,255);
}

#T2_column_3 {
    position: relative;
    width: 112px;
    z-index: 100;
}

#T2_column_3_end {
    width: inherit;
    margin: 2px 0 0 0;
}

#T2_body_content {
    position: relative;
    width: 560px;
    min-height: 610px;
    margin: 100px 137px 25px 103px;
}

#T2_body_background {
    position: absolute;
    top: 0;
    right: 0px;
    width: 850px;
    height: 70px;
    overflow: hidden;
}

/* #------------------------------------# */
/* # NAVIGATION                         # */
/* #------------------------------------# */


#T2_navigation {
    position: absolute;
    left: 0;
    top: 0;
    width: 196px;
    margin-top: 19px;
}

#T2_navigation_head {
    position: relative;
    width: inherit;
}

#T2_navigation_head_background {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.95;
    background: rgb(120,50,40);
    background: -moz-linear-gradient(left, rgb(120,50,40) 0%, rgb(120,50,40) 20%, rgb(120,50,40) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgb(120,50,40)), color-stop(20%,rgb(120,50,40)), color-stop(100%,rgb(120,50,40)));
    background: -webkit-linear-gradient(left, rgb(120,50,40) 0%,rgb(120,50,40) 20%,rgb(120,50,40) 100%);
    background: -o-linear-gradient(left, rgb(120,50,40) 0%,rgb(120,50,40) 20%,rgb(120,50,40) 100%);
    background: -ms-linear-gradient(left, rgb(120,50,40) 0%,rgb(120,50,40) 20%,rgb(120,50,40) 100%);
    background: linear-gradient(to right, rgb(120,50,40) 0%,rgb(120,50,40) 20%,rgb(120,50,40) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#783228', endColorstr='#e6783228',GradientType=1 );
}

#T2_navigation_head_content {
    overflow: hidden;
}

.T2_navigation_head_content_line {
    height: 1px;
    margin-left: 18px;
    width: 100%;
    background: rgb(255,255,255);
    opacity: 0.15;
}

#T2_navigation_head ul {
    position: relative;
    width: inherit;
}

    #T2_navigation_head ul li {
        width: inherit;
    }

        #T2_navigation_head ul li a {
            display: block;
            width: inherit;
            padding-left: 18px;
        }

        #T2_navigation_head ul li:first-child a {
            padding-top: 5px;
        }

        #T2_navigation_head ul li:last-child a {
            padding-bottom: 5px;
        }

        #T2_navigation_head ul li a:hover {
            color: rgb(255,255,255);
            background: rgb(133,71,61);
        }

        #T2_navigation_head ul li a.activeLink {
            color: rgb(0,0,0);
            background: rgb(201,177,171);
        }

#T2_navigation_body {
    position: relative;
    width: 100%;
    margin-top: 2px;
}

#T2_navigation_body_background {
    width: inherit;
    height: 100%;
    position: absolute;
}

#T2_navigation_body_content {
    overflow: hidden;
}

#T2_navigation_body ul {
    position: relative;
}

    #T2_navigation_body ul li {
        width: inherit;
    }

        #T2_navigation_body ul li a {
            display: block;
            padding-left: 18px;
        }

        #T2_navigation_body ul li:first-child a {
            padding-top: 5px;
        }

        #T2_navigation_body ul li:last-child a {
            padding-top: 0px;
            padding-bottom: 5px;
        }

        #T2_navigation_body ul li a:hover {
            color: rgb(255,255,255);
            background: rgb(140,140,140);
        }

        #T2_navigation_body ul li a.activeLink {
            color: rgb(0,0,0);
            background: rgb(179,179,179);
        }

#T2_navigation_foot {
    width: 100%;
}

.T2_navigation_foot_element_a,
.T2_navigation_foot_element_b,
.T2_navigation_foot_element_c {
    width: inherit;
    position: relative;
    margin-top: 2px;
}

.T2_navigation_foot_element_background {
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: 100%;
}

.T2_navigation_foot_content {
    position: relative;
    width: inherit;
    z-index: 103;
    overflow: hidden;
}

    .T2_navigation_foot_content .wrap {
        padding: 6px 0 6px 0;
        margin-left: 18px;
        border-bottom: 1px solid rgba(255,255,255,0.30);
    }

    .T2_navigation_foot_content ul li:last-child .wrap {
        border-bottom: none;
    }

.T2_navigation_foot_element_a ul li a,
.T2_navigation_foot_element_b ul li a {
    display: block;
}

    .T2_navigation_foot_element_a ul li a:hover,
    .T2_navigation_foot_element_b ul li a:hover {
        color: rgb(0,0,0);
    }

    .T2_navigation_foot_element_a ul li a:hover {
        background: rgb(194,168,160);
    }

    .T2_navigation_foot_element_b ul li a:hover {
        background: rgb(173,139,129);
    }

    .T2_navigation_foot_element_a ul li a.activeLink,
    .T2_navigation_foot_element_b ul li a.activeLink {
        background: rgb(230,220,220);
    }

.T2_navigation_foot_content ul li a.activeLink .wrap {
    border-bottom: 1px solid rgb(140,0,0);
}

.T2_navigation_foot_content ul li:last-child a.activeLink .wrap {
    border-bottom: none;
}

.T2_navigation_foot_content img {
    display: block;
}

.T2_navigation_line {
    position: relative;
    height: 10px;
    width: 100%;
    margin-top: 2px;
}

#T2_navigation_foot_element_module {
    height: 83px;
    margin: 10px 0;
}

#T2_slideshow {
    position: relative;
    left: -8px;
    height: 145px;
    margin: 9px 0 10px 0;
    text-align: center;
}

    #T2_slideshow img {
        display: block;
        margin: 0 auto 3px auto;
    }

    #T2_slideshow .slideshow-text {
        margin: 0 auto;
        width: 120px;
    }


/* #------------------------------------# */
/* # SIDEBAR                            # */
/* #------------------------------------# */


#T2_sidebar {
    float: right;
    width: 230px;
}

.T2_sidebar_element {
    position: relative;
    width: 100%;
    min-height: 50px;
    margin-bottom: 2px;
}

    .T2_sidebar_element hr {
        position: relative;
        width: 100%;
    }

.T2_sidebar_background {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.95;
}

.T2_sidebar_content_a,
.T2_sidebar_content_b,
.T2_sidebar_content_c {
    position: relative;
    z-index: 105;
}

.T2_sidebar_content_a,
.T2_sidebar_content_c {
    padding: 15px 10px;
}

.T2_sidebar_content_b {
    border-left: 4px solid rgba(140,0,0,0.75);
    padding: 15px 10px 15px 7px;
}

.sidebar-link h3 {
    color: rgb(25,25,25) !important;
}


/* #------------------------------------# */
/* # FOOT                               # */
/* #------------------------------------# */
.footers {
    margin: 0px 11.5%;
}

footer.boxs {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    background: rgb(255,255,255);
}

#T2_foot_content {
    width: 1024px;
    height: 30px;
    margin: 0 auto;
    overflow: hidden;
}

#T2_foot hr {
    margin: 2px 0 5px 0;
}

#T2_block {
    width: 100%;
    height: 5px;
}

#T2_foot a.activeLink {
    color: rgb(140,0,0);
}

/* #------------------------------------# */
/* # BACKGROUND                          # */
/* #------------------------------------# */

#T2_background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 1024px;
    min-height: 768px;
}

#T2_background_pattern {
    position: absolute;
    top: 0;
    width: 100%;
    height: inherit;
    margin: 0 auto;
    background-image: url(../images/NDA-Website-BG_130301.jpg);
    background-position: center top;
    background-size: 1600px 1080px;
    background-repeat: no-repeat;
}

#T2_background_gradient {
    position: relative;
    top: 0;
    width: 100%;
    height: inherit;
    background-image: url(../images/backgrounds/NDA-Website-BG_stripe_130301.jpg);
    background-repeat: repeat-x;
}

/* #------------------------------------# */
/* # AJAX NAVIGATION          # */
/* #------------------------------------# */

.navigation-ajax {
    position: relative;
    top: -9px;
    overflow: hidden;
}

.navigation-ajax-flap {
    cursor: pointer;
}

.navigation-ajax-arrow {
    position: relative;
    left: -3px;
}

.navigation-ajax-open:hover,
.navigation-ajax-open-1:hover {
    color: rgb(140,0,0);
    cursor: pointer;
}

.navigation-ajax a.activeLink {
    color: rgb(160,160,160);
}

.navigation-ajax hr {
    margin: 0;
}

/* #------------------------------------# */
/* # PAGER                # */
/* #------------------------------------# */

.pager {
    display: inline;
    position: relative;
    left: -3px;
    margin: 6px 0 19px 0;
    font-size: 0px;
}

    .pager span.line {
        position: relative;
        display: inline-block;
        width: 1px;
        height: 12px;
    }

        .pager span.line img {
            display: inline-block;
        }

    .pager a.prev {
        padding: 1px 2px 1px 5px;
    }

    .pager a.next {
        padding: 1px 5px 1px 2px;
    }

        .pager a.prev img,
        .pager a.next img {
            position: relative;
            top: 1px;
        }

    .pager a.page,
    .pager span.space {
        display: inline-block;
        text-align: center;
        height: 16px;
        width: 24px;
    }

    .pager span.space,
    .pager span.number {
        font-size: 10px;
        line-height: 10px;
    }

    .pager span.space {
        color: rgb(128,128,128);
    }

    .pager span.number {
        color: rgb(25,25,25);
    }

    .pager a.activeLink span.number {
        color: rgb(140,0,0);
        font-weight: bold;
    }

    .pager a.activeLink span.number {
        display: block;
        width: 24px;
        height: 12px;
        line-height: 12px;
        background: rgb(245,245,245);
        background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(235,235,235,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,1)), color-stop(100%,rgba(235,235,235,1)));
        background: -webkit-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(235,235,235,1) 100%);
        background: -o-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(235,235,235,1) 100%);
        background: -ms-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(235,235,235,1) 100%);
        background: linear-gradient(to bottom, rgba(245,245,245,1) 0%,rgba(235,235,235,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ebebeb',GradientType=0 );
    }

    .pager a:hover span.number {
        color: rgb(140,0,0);
    }

/* #------------------------------------# */
/* # SITES                # */
/* #------------------------------------# */

#startsite .horizontale-right {
    position: relative;
    top: 10px;
}

#startsite_column {
    position: relative;
    height: 315px;
    margin: 9px 0;
}

#video_login {
    position: absolute;
    top: 0;
    width: 560px;
    height: 315px;
    display: none;
    z-index: 100;
}

#video_login_background {
    position: relative;
    top: 0;
    left: 0;
    widht: 100%;
    height: 100%;
    background: rgba(255,255,255,0.95);
}

#video_login_content {
    position: absolute;
    top: 0;
    width: 520px;
    padding: 20px;
}

#video_button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -18px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 80;
}

#video_button_pause,
#video_button_pause_hover,
#video_button_play_hover {
    display: none;
}

#nda_in_the_news_audio_images {
    width: 100%;
    min-height: 30px;
    padding: 5px 0;
    text-align: center;
}

    #nda_in_the_news_audio_images div.person {
        margin-left: 20px;
        display: inline-block;
    }

        #nda_in_the_news_audio_images div.person:first-child {
            margin-left: 0px;
        }

.locationmap {
    width: 560px;
    height: 315px;
    margin: 9px 0;
}

    .locationmap.span {
        display: none;
        font-size: 0
    }

/* #------------------------------------# */
/* # Japan Desk                # */
/* #------------------------------------# */

#japandesk #c1505 .titlenews .last {
    display: block !important;
}


/* #------------------------------------# */
/* # Want to work with us?              # */
/* #------------------------------------# */

.T2_sidebar_element.T2_sidebar_element_red {
}

    .T2_sidebar_element.T2_sidebar_element_red * {
        color: #FFF;
    }

    .T2_sidebar_element.T2_sidebar_element_red h3 {
        font-size: 15pt;
        font-family: Franklin Gothic TT Light,Helvetica,sans-serif;
        text-transform: inherit;
        letter-spacing: 0 !important;
    }

@-moz-document url-prefix() {
    .T2_sidebar_element.T2_sidebar_element_red h3 {
        font-weight: normal;
    }
}

.T2_sidebar_element.T2_sidebar_element_red #c1749 a {
    font-size: 13px;
}

.T2_sidebar_element.T2_sidebar_element_red a {
    font-family: Franklin Gothic TT Medium;
    font-size: 12px;
    font-weight: bold;
}

.T2_sidebar_element.T2_sidebar_element_red #c1750 p {
    font-family: Franklin Gothic TT Light,Helvetica,sans-serif;
    margin: 0;
    letter-spacing: 1px;
}

.T2_sidebar_element.T2_sidebar_element_red hr {
    width: 100%;
}

.T2_sidebar_element.T2_sidebar_element_red .bg-gradient-red-4 {
    background: -moz-linear-gradient(top, rgba(120,50,40,0.9) 10%, rgba(120,50,40,0.95) 70%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,rgba(120,50,40,0.8)), color-stop(75%,rgba(120,50,40,0.95)));
    background: -webkit-linear-gradient(top, rgba(120,50,40,0.9) 10%,rgba(120,50,40,0.95) 75%);
    background: -o-linear-gradient(top, rgba(120,50,40,0.9) 10%,rgba(120,50,40,0.95) 75%);
    background: -ms-linear-gradient(top, rgba(120,50,40,0.9) 10%,rgba(120,50,40,0.95) 75%);
    background: linear-gradient(to bottom, rgba(120,50,40,0.9) 10%,rgba(120,50,40,0.95) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#783228', endColorstr='#e6783228',GradientType=1 );
}
