﻿/*************************************
                Reset
*************************************/

html {
	margin:0;
	padding:0;	
	outline:0;
	vertical-align:baseline;	
	overflow-y: scroll;
}

body {
    /*overflow-x:hidden;*/
}
ol, ul {
	list-style:none;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
* { 
    padding:0; 
    margin:0; 
}

/*************************************
        GENERAL DECLARATIONS
*************************************/

body {
	font-size:100.01%;
	font-family:Tahoma,times,serif;
	background: #fff;
}
a
{
	text-decoration:none;
	color: #979797;
}
a:hover
{
	text-decoration:none;
	color: #ffffff;
	background: #979797;
}
a:active { 
    outline:none; 
}
a:focus {
    -moz-outline-style:none;
}
.logo {
    float:left;
    width:256px;
    height:99px;
    position:absolute;
    top: 20px;
    left: 0px;
}

.logo:hover
{
    background: transparent;
}

.langEnglish {
    float:left;
    width:75px;
    height:15px;
    position:absolute;
    top: 85px;
    left: 0px;
}

.langChinese {
    float:left;
    width:52px;
    height:15px;
    position:absolute;
    top: 85px;
    left: 90px;
}

img {
    border:0px;
}

.red
{
    color: Red;
}

.default
{
    color: #333333;
}

.modalBackground
{
    background: #000000;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background: #000000;
    padding: 10px;
    text-align: center;
    position: relative;
}

.modalPopup .close
{
    width: 100%;
    text-align: right;
    padding: 0 0 10px 0;
}

.modalPopup .titleModal
{
    position: absolute;
    top: 10px;
    left: 10px;
    color: #ffffff;
    font-weight: bold;
}

/*************************************
             TYPOGRAPHY
*************************************/

body {
    font:.80em/1.6em Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    color:#333333;
}   /* IE */
h1,h2,h3,h4,h5,h6 {
    font-family:Tahoma;
    clear:both;
}
h1 { font-size: 2.0em; font-weight: lighter; }
h2 { font-size: 2.35em; font-weight: normal;}
h3 { font-size:1.1em; line-height:1.0em; font-weight: bolder; font-family:Sans-serif; letter-spacing:-0.045em; margin-bottom:7px; color:#ffffff;}
h3 a { margin-bottom:7px; color:#ffffff;}
h4 { font-size:0.9em; line-height:1.0; font-weight:normal;}
h5 { font-size:1.2em; font-weight:bolder; font-family:Helvetica, Arial, sans-serif; }
h6 { font-size:0.85em; font-weight: normal; }
p {
    margin:0px 0px 13px 0px;
}

/*************************************
             MAIN
*************************************/

#headermain {
    width: 990px;
    margin: 0 auto 15px auto;
    height: 180px;
    position: relative;
}

#headermain .ad728x90{
    width: 728px;
    height: 90px;
    position: absolute;
    top: 15px;
    right: 0;
}

#navigation 
{
    width: 970px;
    height: 40px;
    background: #d6d6d6;
    border: solid 10px #d6d6d6;
    position: absolute;
    left: 0;
    top: 120px;
}

#wrapper
{
    margin: 0 auto 15px auto;
    width: 990px;
}

#bodyContainer
{
    float: left;
    width: 950px;
    margin: 0 0 15px 0;
    padding: 10px;
    background: #ffffff;
    border: solid 10px #d6d6d6;
}

#footerWrapper
{
    clear: both;
    width: 990px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#footerWrapper .aboutInfo
{
    position: absolute;
    width: 469px;
    height: 185px;
    background: transparent url(../images/bgAbout.jpg) no-repeat 0 0;
}

#footerWrapper .titleAbout 
{
    position: absolute;
    top: 15px;
    left: 10px;
    font-weight: bold;
    color: #666666;
}

#footerWrapper .titleSitemap 
{
    position: absolute;
    top: 135px;
    left: 10px;
    font-weight: bold;
    color: #666666;
}

#footerWrapper .textAbout 
{
    position: absolute;
    top: 35px;
    left: 10px;
    width: 449px;
    height: 87px;
    overflow: hidden;
    font-size: 0.9em;
    line-height: 1.1em;
}

#footerWrapper .textSitemap 
{
    position: absolute;
    top: 155px;
    left: 10px;
    width: 449px;
    overflow: hidden;
    font-size: 0.85em;
}

#footerWrapper .textSitemap a
{
    color: #333333;
}

#footerWrapper .textSitemap a:hover
{
    color: #ffffff;
}

#footerWrapper .ad
{
    position: absolute;
    top: 0;
    left: 479px;
    width: 250px;
    height: 185px;
    background: #2a2a2a;
}

#footerWrapper .subscribe
{
    position: absolute;
    top: 0;
    left: 479px;
    width: 510px;
    height: 185px;
    background: #2a2a2a;
}

#footerWrapper .subscribe a:hover
{
    background: transparent;
}

#footerWrapper .btnSubsrcibe
{
    position: absolute;
    top: -10px;
    left: 879px;
    width: 110px;
    height: 110px;
    z-index: 1;
    background: transparent url(../images/btnSubscribe.png) no-repeat 0 0;
}

#copyrightWrapper
{
    clear: both;
    width: 990px;
    margin: 0 auto 0 auto;    
    padding: 0 0 40px 0;
}

#copyright
{
    float: left;
    width: 990px;
    margin: 205px auto 0 auto;
    position: relative;
    text-align: center;
    font-size: 0.85em;
    color: #979797;
}

#copyright a, #copyright a:hover
{
    color: #979797;
    background: transparent;
}

.pageTitle
{
    float: left;
    height: 15px;
    width: 454px;
    padding: 0px 0 10px 0px;
    z-index: 1000;
}

.pageTitleArticle
{
    position: absolute;
    left: 480px;
    height: 15px;
    padding: 0px 0 10px 0px;
    z-index: 1000;
}

.articleList
{
    float: left;
    width: 470px;
    margin: 10px 0 0 0;
}

.articleList ul.list
{
    list-style-type:square;
}

.articleList .row
{
    padding: 0 0 14px 0;
    line-height: 1.1em;
}

.articleList .row .type
{
    float: left;
    width: 100%;
    font-size: 1.4em;
    font-weight: bold;
    color: #9c9c9c;
    margin: 0 0 1px 0;
}

.articleList .row .title
{
    font-size: 1.2em;
    font-weight: bold;
    color: #333333;
}

.articleList .row .title a
{
    color: #333333;
}

.articleList .row .title a:hover
{
    color: #ffffff;
}

a.readMore
{
    color: #333333;
}

a.readMore:hover
{
    color: #333333;
    background: transparent;
}

.imgContainer .stepcarousel
{
    position: relative; /*leave this value alone*/
    border: 0;
    overflow: hidden; /*leave this value alone*/
    width: 470px; /*Width of Carousel Viewer itself*/
    height: 448px; /*Height should enough to fit largest content's height*/
    background: #ffffff;
}

.imgContainer .stepcarousel .belt
{
    position: absolute; /*leave this value alone*/
    left: 0;
    top: 0;
}

.imgContainer .stepcarousel .panel
{
    float: left; /*leave this value alone*/
    overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
    margin: 0; /*margin around each panel*/
    width: 470px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.imgContainer .stepcarousel .panel .panelContainer{
    width: 470px;
    height: 448px;
    position: relative;
    text-align:center;
    background-color: #ffffff;
}
.imgContainer .stepcarousel .panel .panelContainer .bannerImg{
    width: 410px;
    height: 448px;
}
.imgContainer .stepcarousel .panel .panelContainer .bannerTitleBox{
    width: 410px;
    height: 63px;
    position: absolute;
    bottom: 0px;
    left: 30px;
    margin: 0;
    padding: 0 0 10px 0;
    background: #000000;
    filter:alpha(opacity=50); /* IE's opacity*/
    opacity: 0.50;
}
.imgContainer .stepcarousel .panel .panelContainer .bannerTitle{
    color: #ffffff;
    line-height: 1.3em;
}

.articleTitles
{
    position: absolute;
    top: 380px;
    left: 40px;
    width: 390px;
    font-size: 1.9em;
    font-weight: bold;
    line-height: 1.1em;
    text-align: left;
}

.articleTitles a
{
    color: #ffffff;
}

.articleTitles a:hover
{
    color: #ffffff;
    background: #979797;
}

.articleTitle
{
    font-size: 1.9em;
    font-weight: bold;
    line-height: 1.1em;
}

.articleTitle a
{
    color: #ffffff;
}

.articleTitle a:hover
{
    color: #ffffff;
    background: #666666;
}

.articleFeature
{
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.1em;
}

/*************************************
             DEFAULT
*************************************/

.contentMain
{
    float: left;
    width: 100%;
    position: relative;
}

.contentMain .approved
{
    position: absolute;
    top: -20px;
    left: -20px;
    width: 118px;
    height: 123px;
    z-index: 1;
}

.contentMain .imgContainerMain
{
    float: left;
    width: 470px;
    height: 513px;
    background: #ffffff;
    margin: 0 10px 10px 0;
}

.contentMain .imgContainer
{
    float: left;
    width: 470px;
    height: 448px;
    background: #ffffff;
    margin: 0 10px 10px 0;
}

/*************************************
             SUBSCRIBE
*************************************/

.contentSubscribe
{
    float: left;
    width: 100%;
    position: relative;
}

.contentSubscribe .imgContainer
{
    float: left;
    width: 470px;
    height: 328px;
    margin: 0 10px 10px 0;
}

.contentSubscribe .form
{
    float: left;
    width: 470px;
    margin: 33px 0 0 0;
    padding: 10px 0 10px 0;
    background: #f0f0f0;
}

.contentSubscribe .form .text
{
    float: left;
    width: 135px;
    height: 28px;
    padding: 0px 10px 0px 5px;
    text-align: right;
    font-weight: bold;
}

.contentSubscribe .form .field
{
    float: right;
    width: 310px;
    height: 28px;
    padding: 0px;
}

.contentSubscribe .form .state
{
    font-size: 0.9em;
}

