@charset "utf-8";
/*the gloab style of the site*/
body {
    background-image: url(../image/body_outterbg.png);
    background-repeat: repeat;
    padding:0px;
    margin:0px;
    text-align:center;
    
    color:#5a5959;
    font-size:12px;
    font-family: Arial,Helvetica,sans-serif;
}

.aligncenter{
    text-align:center;
}
.alignright{
    text-align:right;
}
a{color:#3366cc;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    padding:0px;
    margin:0px;
}
h1 {color:#3366cc;
    font-size:22px;
}
h2 {
    font-size:18px;
    color:#3366cc;
    font-family: "Helvetical Tstd Bold";
}
h3 {font-size:14px;
    color:#3366cc;
}
img{
    border:none;
}
h4{
    font-size:12px;
    color:#3366cc;
}
.left{
    float:left;
}
.right{
    float:right;
}
.clear{
    clear: both;
}
.text_start {
    font-size:16px;
    color:#3366cc;
    font-family: "Helvetical Tstd Bold";
}
.pageoutter {
    margin:0 auto;
    width:100%;
    height:100%;
    background-image: url(../image/body_innerbg.png);
    background-repeat: repeat-x;
    text-align:left;
}
.page {
    width:1012px;
    margin:0 auto;
    padding-top:10px;
}
.page_top {
    height:20px;
    background-image: url(../image/page_top.png);
    display:block;
}
.page_mid {
    background-repeat: repeat-y;
    background-image: url(../image/page_mid.png);
}
.page_bottom {
    height:24px;
    background-image: url(../image/page_bottom.png);
    display: block;
    margin:0 auto;
}
.copyright {
    font-size:11px;
    color:#ffffff;
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;
    margin-bottom:10px;
    width:1000px;
    text-align:center;
    font-family: "Helvetical Tstd Roman";
}
.wapper {
    width: 1000px;
    clear: both;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}
/*end the gloab style of the site*/

/*the element of the page*/
#header {
    height: 61px;
}
#header #logo {
    float: left;
}
#header #logo img{
    border: none;
}
#header .flag {
    position:relative;
    float:right;
    right:46px;
    padding-top:18px;
}
#header .flag img {
    float:left;
    margin-right:2px;
    display:inline;
    border:none;
}
/*end 69the element of the page*/
#menu {
    margin-top:1px;
}

#menu img {
    border:none;
    vertical-align:top;
}
#menu_table {
    margin-left:0px;
    margin-right:0px;
    padding-left:0px;
    padding-right: 0px;
    border-collapse:collapse;
    border: 0px solid #eeefee;
}
#menu_table td.mi_left {
    border-top: 1px solid #eeefee;
    border-right: 1px solid #dcdddb;
    border-bottom: 1px solid #d0d2d2;
}
#menu_table td.mi_right {
    border-top: 1px solid #eeefee;
    border-bottom: 1px solid #d0d2d2;
    border-left: 1px solid #dcdddb;
    margin-right: 0px;
    padding-right: 0px;
    overflow:hidden;
}
#menu_table td.mi_mid {
    border-top: 1px solid #eeefee;
    border-right: 1px solid #dcdddb;
    border-bottom: 1px solid #d0d2d2;
    border-left: 1px solid #dcdddb;
}
#content {
    margin: 0px;
    padding:0px 6px;
}
#maintable{
    border-collapse:collapse;
}
#maintable th{
    border-right:1px solid #dedede;
    height:62px;
    vertical-align: middle;
    text-align:center;
    color:#2e2925;
    font-size:20px;
    font-weight:normal;
}
#maintable th img{
    vertical-align: middle;
    padding-right:15px;
}
#maintable th.last{
    border:none;
}
#maintable td{
    background:#e7e7e7;
    vertical-align:top;
    padding:20px;
    border-right:1px solid #ffffff;
}
#maintable td.last{
    border:none;
}

.content2_left{
    width:348px;
    float:left;
}

.content2_inner {
    background-color:#fefdfd;
    margin-left:364px;
    margin-right:40px;
    padding-top:46px;
    padding-bottom:60px;
    background-repeat: repeat-x;
    display:block;
    padding-left:10px;
    padding-right:10px;
}

.content3_inner {
    background-color:#fefdfd;
    margin-left:40px;
    margin-right:40px;
    padding-top:46px;
    padding-bottom:60px;
    background-image: url(../image/inner_bg.gif);
    background-repeat: repeat-x;
    display:block;
    padding-left:10px;
    padding-right:10px;
}
.content4_left{
    width:210px;
    float:left;
    text-align:center;
}
.content4_inner{
    background-color:#fefdfd;
    margin-left:225px;
    margin-right:40px;
    padding-top:15px;
    padding-bottom:20px;
    background-repeat: repeat-x;
    display:block;
    padding-left:10px;
    padding-right:10px;
}
.newsitem{
    padding:10px 0px;
    display:none;
}
.newstitle{
    color:#3366cc;
}
.newstitle a{
    font-size:13px;
}
.graybox{
    padding:25px 35px;
    background: #e7e7e7;
}
.content_bottom{
    margin:0px 10px;
    border-top:1px solid #e7e7e7;
    padding: 16px 35px 6px 35px;
    vertical-align: middle;
    font-size:14px;
}

.content_bottom a{
    text-decoration: none;
}

.content_bottom img{
    vertical-align: middle;
    padding:0px 5px;
    border:none;
}

.formbox{
    
}
.formbox p{
    padding: 0px;
    margin:6px auto;
}
.formbox label{
    display:block;
    color:#3a3a3a;
}

.formbox .text{
    width:270px;
    border:1px solid #cccccc;
}

.formbox textarea{
    width:270px;
    height:105px;
    border:1px solid #cccccc;
}

ul.list{
    padding-top:0px;
    margin-top:0px;
    list-style-image:url(../image/dot.png);
}
.content4_left img{
    margin:0px auto;
    text-align:center;
    float:none;
}
.prosubtitle{
    margin-top:10px;
    font-size:14px;
    font-style:italic;
    color:#464646;
    vertical-align:middle;
    margin-bottom:10px;
}
.prosubtitle img{
    float:right;
    vertical-align:middle;
    clear:right;
}

#cvlink{
    color:#3e3e3e;
    text-decoration:underline;
}
#mycv-content{
text-align:left;    
}

#mycv-content p{
    color:#5a5959;
}
