/**********************************************************
************************************************css reset*/

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    line-height: 1;
    font-family: inherit;
    text-align: left;
    vertical-align: baseline; }

a img, :link img, :visited img {
    text-decoration: none;
    border: 0; }

table {
    border-collapse: collapse;
    border-spacing: 0; }


ol, ul { list-style: none; }

q:before, q:after,
blockquote:before, blockquote:after { content: ""; }

/**********************************************************
************************************************layout*/


body {
    background: url(../images/bg_body.jpg) -135px 0;
    text-align: center;
    height: 100%;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

}

#main_ct {
    width: 1000px;
    height: 95%;
    margin: 0 auto;
    margin-top: 30px;
}

#header{
    background: #ffffff;
    width: 1000px;
    height: 109px;
}

#top_ct {
    float: left;
    width: 408px;
    height: 109px;
    background: #ffffff url(../images/logo.jpg) no-repeat left;
}

#topMenu {
    width: 586px;
    float: right;
    height: 109px;
    background: #ffffff url(../images/tagline3.jpg) no-repeat right;;
}

#topMenu .myMenu {
    text-align: right;
    padding: 20px;
}

#topMenu .myMenu a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #25578f;
    background: #ffffff url(../images/icons/add.png) no-repeat left;
    padding-left: 18px;
    cursor: pointer;
}

#topMenu .myMenu a:hover {
    color: #A52A2A;
    text-decoration: underline;
}

#main_ct #mainVisual {
    clear: both;
    background: #ffffff url(../images/menInBlack.jpg) no-repeat center;
    width: 1000px;
    height: 407px;
}

#main_ct #Content{
    width: 1000px;
    height: 300px;
    background: #dcdcdc;
}

#main_ct #Content #about_ct{
    float: left;
    width: 356px;
    height: 300px;
    background: #dcdcdc;
}

#main_ct #Content #about_ct .about {
    padding: 20px;
    font-size: 16px;
    line-height: 20px;
}

#main_ct #Content #tabs {
    float:right;
    background: #dcdcdc;
    width: 620px;
    height: 300px;
    margin-right: 10px;
}

.title1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #25578f;
    line-height: 34px;
}

.tabContent {
    padding: 20px 20px 20px 20px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.tabTitle {
    font-size: 14px;
    font-weight: bold;
    background: url(../images/icons/bullet_go.png) no-repeat;
    padding-left: 18px;
    line-height: 20px;
}

.x-tabs-strip-wrap {
    background-color: #dcdcdc;
}

.x-tabs-item-body {
    background-color: #ffffff;
}
