body
{
background:url(images/bg.png) repeat-x #ffffff;
padding:0;
margin: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#514c48;
width: 100%;
text-align: center;
}
a{
text-decoration:underline;
color:#D86200;
}
p{
text-align:justify;
line-height:19px;
padding:5px 0 5px 0;
font-size:15px;
margin:0px;
}
span{
color:#FF9900;
}
p.clear{
clear:both;
}
p.home{
clear:both;
font-size:16px;
margin:5px 0 30px 0;
line-height: 150%;
letter-spacing: 1px;
}

h1{
font-size:18px;
color:#514c48;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
padding:5px 0 5px 0;
margin:0px;
}
#main_container{
text-align: left;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
width:677px;
padding:0px;
position: relative;
display:block;
}
.top_illustration{
position:absolute;
top:0px;
height:108px;
}
#header{
width:667px;
height:100px;
margin:auto;
padding-bottom: 1px;
}
.logo{
width:400px;
padding:15px 0 0 5px;
}
#header_right_content{
width:100px;
margin:auto;
padding:0px 0 0 500px;
color:#000000;
font-size: 12px;
}


/*---------------- menu tab----------------------*/
#menu_tab{
width:677px;
height:52px;
font-family:Arial, Helvetica, sans-serif;
background:url(images/menu_bg.gif) no-repeat center;
}

ul.menu {
list-style-type:none; display:block; width:640px; 
 margin: auto; padding:15px; background:none;}


/*------------javascript dropdown menu-------------------*/
* {margin:0; padding:0; outline:0}
.nav {height:36px; color:#804040; text-shadow:1px 1px #888; z-index:1000}
.menu a {float:left; color:#000000; text-decoration:none; width:112px; height:28px; padding-top:8px}
.menu span {float:left; color:#eee; text-decoration:none; width:112px; height:28px; padding-top:8px}
.menu a:hover {color:#ef8d00; text-decoration: underline;}
.menu {list-style:none; font:16px Arial,Verdana; text-align:center; width:660px; margin:0 auto}
.menu li {position:relative; float:left; width:83px; z-index:1000}
/*------------submenu-------------------*/
.menu ul {display:none; position:absolute; font:normal 13px Arial,Verdana; top:80%; left:0; background:#f9be44; display:none; list-style:none}
.menu ul li {float:none; border-bottom:1px solid #ff8040; width:115px;}
/*------------submenu link-------------------*/
.menu ul li a, li.menuhover li a, li.menuhover li.menuhover li a {float:none; display:block; background:none; height:20px; padding-top:5px; color:#000; }
.menu ul li a:hover, li.menuhover li a:hover, li.menuhover li.menuhover li a:hover {color:#b70000; text-decoration: none;}
.menu ul li span, li.menuhover li span, li.menuhover li.menuhover li span {float:none; display:block; background:none; height:28px; padding-top:5px; color:#8080ff;}
.menu ul ul {left:90px; top:0; background:#f9cf6a; width:100px}
.menu li.submenu {text-align:center; height:28px; padding-top:5px}
.menu li.noborder {border-top:none; width:115px}
li.menuhover a {color:#ef8d00;}
li.menuhover li.menuhover a {color:#fff; }
li.menuhover span, li.menuhover li.menuhover span {color:#ffff00}
.menu li.padding {padding-right: 28px;}
.menu li.padding2 {padding-right:18px;}
.menu li.eng_noborder {border-top:none; width:115px; height:38px}
/*----------------main_content----------------*/
#main_content{
width:677px;
clear:both;
background-color:#FFFFFF;
}
#middle_banner{
width:651px;
height:5px;
margin:auto;
padding:10px 0 0 0;
}
.middle_banner_content{
padding:8px 0 0 0;
}

#left_content{
width:627px;
float:left;
height:auto;
background-color:#FFFFFF;
padding:10px 0 0 50px;
min-height: 400px;
}

#left_content p {
width:80%;
}

#header_right_content a{
   text-decoration: none;
   color: #000;
}


/*------table------*/
 table {
    border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 90%;    
}
.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;
    font-size:14px;
}

.bordered tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;    
}

.bordered th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.resources{ font-size:15px;}
.resources tr{height: 30px;}

/*----footer---------*/
#footer{
width:677px;
height:52px;
clear:both;
padding:0 0 0px 0;
text-align:center;
color:#999999;
background:url(images/menu_bg_flip.gif) no-repeat center bottom;
}
