body {
    font-family: "Apple LiGothic Medium", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    line-height: 1.125em;
    text-align: center;
    color: #3c3c3c;

    }
hr {
    height: 8px;
    margin-top: 22px;
    background: #fff url(/en/img/line.jpg) no-repeat scroll center;
    border: none;
    }
.ie6 hr, .ie7 hr { display: none; }
img { max-width: 100%; }
input { font-family: "Apple LiGothic Medium", "Microsoft JhengHei", "Microsoft YaHei", sans-serif; }
a {
    color: #1a5fa0;
    text-decoration: none;
    }
a:active {
    position: relative;
    top: 1px;
    }
a:hover {
    color: #FF9D00;
    text-decoration: underline;
    }

strong, .more { color: #1a5fa0; }
strong.error { color: red; }
.hide { display: none; }
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
.ie6 .clearfix { height: 1%; }
.ie7 .clearfix { min-height: 1px; }

.alignCenter { text-align: center; }
.floatLeft { float: left; }
.floatRight { float: right; }
img.floatLeft, img.floatRight { margin: 10px; }
.indent { margin-left: 2em; }
.rounded a {
    display: block;
    padding: 5px;
    border: 1px solid #bbb;
    background-color: #eee;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
    }
.rounded a:hover {
    background: #FBB034;
    background: -moz-linear-gradient(top, #FFDA9E, #FF9D00);
    background: -webkit-gradient(linear, center top, center bottom, from(#FFDA9E), to(#FF9D00));
    }
.more {
    font-size: 0.875em;
    float: right;
    margin-top: 10px;
    padding: 0 6px;
    color: #fff;
    background-color: #569CDA;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    }
.more:hover {
    color: #fff;
    background-color: #ffa92b;
    background: #FBB034;
    background: linear-gradient(top, #FFDA9E, #FF9D00);
    background: gradient(linear, center top, center bottom, from(#FFDA9E), to(#FF9D00));
    text-shadow: 0px -1px 0px #b87b24;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
    }
.alt_row { background-color: #DCE5ED; }

.main_content .event_list { margin: 0; }
.main_content .event_list td {
    border: none;
    padding: 10px;
    }
.main_content .event_list td.date { width: 7.5em; }

#wrapper {
    width: 100%;
    max-width: 1280px;
    min-width: 1024px;
    margin: 0 auto;
    }
#wrapper { background: url(/en/img/body_bg.jpg) top no-repeat; }
#wrapper_inner { background: url(/en/img/wrapper_bg.jpg) bottom no-repeat; }

/* header
---------------------------------------------------------- */

#header {
    position: relative;
    width: 61.25em;
    height: 4.125em;
    text-align: left;
    margin: 0 auto;
    }
#header h1 {
    position: absolute;
    left: -22px;
    width: 15.375em;
    height: 5em;
    }
.ie6 #header h1 { left: -10px; }
.ie6 #header h1 img { width: 15em; }
#header h1 a:hover { background: none; }

/* nav_top */

#nav_top {
    margin-left: 3em;
    height: 1.625em;
    line-height: 1.625em;
    background: url(/en/img/nav_top_bg.png) no-repeat;
    background: rgba(255,169,43,0.85);
    text-align: right;
    padding-right: 0.312em;
    }
.ie6 #nav_top {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='/img/nav_top_bg.png');
    }
.ie6 #nav_top a { position: relative; }
#nav_top li { display: inline; }
#nav_top li a {
    font-size: 0.75em;
    color: #563f00;
    }
#nav_top li a:hover {
    color: #fff;
    background: #e1a242;
    }

/* nav_main */

#nav_main {
    margin-left: 3em;
    height: 2.5em;
    line-height: 2.5em;
    background: url(/en/img/nav_main_bg.png) no-repeat;
    background: rgba(26,96,168,0.85);
    }
.ie6 #nav_main {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='/en/img/nav_main_bg.png');
    }
#nav_main h2, #nav_main .level2 { font-size: 0.813em; }
#nav_main h2 { font-weight: normal; }
#nav_main .level1 { margin-left: 13.5em; }
#nav_main li {
    float: left;
    position: relative;
    }
#nav_main li a {
    display: block;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    color: #fff;
    }
#nav_main li a:hover, #nav_main .hover {
    background: #01538D;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    }
#nav_main .level2 {
    z-index: 2000;
    position: absolute;
    top: 3.1em;
    left: 0;
    line-height: 1.6em;
    padding-bottom: 10px;
    background: url(/en/img/nav_main_l2_bg.png) no-repeat;
    background: rgba(1,83,141,0.85);
    display: none;

    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;
    border-radius-bottomright: 8px;

    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
    border-radius-bottomleft: 8px;

    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
    }
.ie6 #nav_main div.level2 { filter: alpha(opacity=85); }
.ie6 #nav_main .level2 ul { width: 1%; }
#nav_main .level2 li a:hover {
    color: #fff;
    background: #FF9D00;
    background: -moz-linear-gradient(top, #FFDA9E, #FF9D00);
    background: -webkit-gradient(linear, center top, center bottom, from(#FFDA9E), to(#FF9D00));
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    }

#nav_about .level2 a { width: 10.1em; }
#nav_events .level2 a { width: 7em; }
#nav_services .level2 a { width: 16em; }
#nav_investor .level2 a { width: 5.1em; }
#nav_products .level2 { width: 35.5em; }
.ie6 #nav_products .level2 { width: 36em; }
#nav_products .col {
    float: left;
    margin: 0 10px;
    width: 9em;
    }
#nav_products .col h3 {
    color: #FFA92B;
    margin-top: 20px;
    }
#nav_products .col1, #nav_products .col2 { width: 8.5em; }
#nav_products .col3 { width: 13em; }
#nav_products .col li { width: 100%; }
.ie6 #nav_products ul.col li { width: 8.8em; }
.ie6 #nav_products ul.col3 li { width: 12em; }
#nav_products .col li ul li a {
    width: 90%;
    display: block;
    }

#search_box {
    margin: .5em;
    padding: 1px 10px;
    line-height: 1.125em;
    background: #fff;
    float: right;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: right;
    }
#search_box input.text {
    border: 0;
    width: 9em;
    }
#search_box input.button {
    width: 14px;
    height: 13px;
    vertical-align: middle;
    }
#search_box:hover {
    border: 1px solid #FDBC45;
    padding: 0 9px;
    }
/* content
---------------------------------------------------------- */

#container {
    width: 61.25em;
    text-align: left;
    margin: 1.75em auto 0.5em auto;
    padding-bottom: 0.5em;
    }
#content {
    float: right;
    width: 48.125em;
    border: 1px solid #cecece;
    background: #fff;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    border-radius-topleft: 10px;
    }
.banner {
    margin-bottom: 25px;
    padding-bottom: 15px;
    background: url(/en/img/line.jpg) bottom center no-repeat;
    }
.banner h2 { margin: 5px; }
.ie6 .banner h2 img { width: 47em; }
.banner p {
    font-size: 0.75em;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 15px;
    }
.main_content {
    font-family: Verdana, Arial, Helvetica, sans-serif,"Apple LiGothic Medium", "Microsoft JhengHei", "Microsoft YaHei";
    margin-bottom: 25px;
    padding-left: 45px;
    padding-right: 45px;
    font-size: 0.785em;
    line-height: 1.57em;
    }
.main_content ul {
    margin-bottom: 20px;
    padding-left: 1.285em;
    }
.main_content ol {
    margin-bottom: 20px;
    padding-left: 2em;
    }
.main_content p a img { vertical-align: middle; }
h3.title {
    color: #1a5fa0;
    margin: 25px -30px;
    padding-left: 30px;
    font-size: 1.143em;
    background: url(/en/img/arrow_title.jpg) 0 center no-repeat;
    }
.paging {
    font-weight: bold;
    font-size: .875em;
    margin: 30px 0;
    text-align: center;
    }
.paging a, .paging strong, .paging span { margin-right: .875em; }
.paging a { color: #1a5fa0; }
.paging strong, .paging a:hover { color: #ff9d00; }
#icons {
    text-align: center;
    margin-top: 25px;
    padding-top: 15px;
    background: url(/en/img/line.jpg) top center no-repeat;
    }
#icons a:hover { background: none; }
#icons img {
    margin-left: 15px;
    margin-right: 15px;
    cursor: hand;
    cursor: pointer;
    }
ul.disc li { list-style: disc;}
ul.circle li { list-style: circle;}


/* sidebar
---------------------------------------------------------- */

#sidebar {
    float: left;
    width: 12.5em;
    border: 1px solid #cecece;
    background: #fff;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    border-radius-topright: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    border-radius-topleft: 10px;
    }
#sidebar h2 { margin: 5px; }
.ie6 #sidebar h2 img { width: 12em; }
#sidebar h3 {
    color: #1a5fa0;
    margin-top: 30px;
    padding: 10px 20px;
    background: url(/en/img/sidebar_h3_bg.jpg) no-repeat;
    }
#sidebar ul {
    margin-left: 1.857em;
    margin-right: 1.125em;
    }
#sidebar li {
    height: 1.6em;
    line-height: 1.6em;
    }

/* sidebar_nav */

#sidebar_nav { font-size: 0.875em; }
#sidebar_nav li {
    border-bottom: 1px dotted #fea02c;
    list-style-image: url(/en/img/arrow2.jpg);
    }
#sidebar_nav li a {
    color: #555;
    display: block;
    }
#sidebar_nav li a:hover, #sidebar_sub li a:hover {
    color: #fff;
    background: #FBB034;
    background: -moz-linear-gradient(top, #FFDA9E, #FF9D00);
    background: -webkit-gradient(linear, center top, center bottom, from(#FFDA9E), to(#FF9D00));
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    }
#sidebar_nav .current { list-style-image: url(/en/img/arrow3.jpg); }
#sidebar_nav .current a { color: #1a5fa0; }

/* sidebar_sub */

#sidebar_sub h3 {
    font-size: 0.875em;
    margin-top: 0;
    background: url(/en/img/sidebar_sub_h3_bg.jpg) no-repeat;
    }
#sidebar_sub ul { margin-bottom: 5px; }
#sidebar_sub li {
    height: 1em;
    line-height: 1em;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #fea02c;
    list-style-image: url(/en/img/arrow2.jpg);
    }
#sidebar_sub li.ascbs { height: 2em;}
#sidebar_sub li a {
    font-size: 0.75em;
    display: block;
    color: #555;
    }
#sidebar_contact { font-size: 0.75em; }
ul#social_links { margin: 20px; }
ul#social_links li {
    width: 36px;
    height: 36px;
    margin: 5px;
    float: left;
    }
ul#social_links.rounded a {
    width: 24px;
    height: 24px;
    }
/* footer
---------------------------------------------------------- */

#footer {
    width: 100%;
    max-width: 1280px;
    min-width: 1024px;
    margin: 0 auto;
    background: #1a5fa0;
    }
#footer_inner {
    width: 61.25em;
    height: 1.75em;
    line-height: 1.75em;
    margin: 0 auto;
    color: #fff;
    }
#footer p { font-size: 0.75em; }

#cse-search-results iframe { width: 680px !important; }
.print, .tab a span.print { display: none; }

