﻿html
{
    overflow: -moz-scrollbars-vertical;
}
body 
{
    background-position: center 165px;
    padding: 0px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url('images/page_bg.png');
    background-repeat: no-repeat;
    color:#666666;
    font-size:small;
}
a
{
    color:#6699ff;
}
a:hover
{
    color:#999999;
    text-decoration:none;
}
h1
{
    font-size:14px;
    margin-top:0px;
}
h2
{
    color:#3b60af;
    font-size:16px;
    font-weight:bold;
    margin:0px 0px 5px 0px;
}

hr
{
    border: 0;
    color: #ced9df;
    background-color: #ced9df;
}
label
{
    color:#999999;
}
p
{
    margin:5px 0px 0px 0px;
}
.header
{
    width: 960px;
    height: 130px;
    position: relative;
}
.logo
{
    position: absolute;
    left: 20px;
    top: 25px;
}
.login
{
    width: 370px;
    height: 110px;
    top: 0px;
    right: 0px;
    position: absolute;
    background-color: #fdfefe;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-color: #e4eaf4;
    border-bottom-color: #e4eaf4;
    border-left-color: #e4eaf4;
}
.login span
{
    color:#3b60af;
    font-size:medium;
}
.login .gradient
{
    Position: absolute;
    width: 199px;
    height: 105px;
    background-image: url('images/login_gradient.png');
    background-repeat: no-repeat;
    left: -200px;
    top:0px;
}
.mainNav
{
    width:960px;
    height:30px;
    background-image:url('images/mainNav_bg.png');
    background-repeat:repeat-x;
    position:relative;
}
.mainNav ul
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    /*height: 30px;*/
    /*position:relative;*/
}
.mainNav li
{    
    height: 30px;
    text-align: center;
    border-left-style: solid;
    border-right-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-left-color: #8b9ccc;
    border-right-color: #637bbc;
    display: block;
    float: left;
}
.mainNav a
{
    height: 30px;
    padding-left: 18px;
    padding-right: 18px;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    font-size: 19px;
    padding-bottom:6px;
    /*position: relative;*/
    /*display: block;*/
    /*padding-top: 3px;*/
    background-repeat:repeat-x;
    background-image:url('images/mainNav_bg.png');
}
.mainNav a:hover
{
    background-image:url('images/mainNav_bg_over.png');
    background-repeat:repeat-x;
    color:#99bbff;
}
.mainNav .left
{
    width:5px;
    height:30px;
    background-image:url('images/mainNav_left.png');
    background-repeat:no-repeat;
    position:absolute;
    left:0px;
}
.mainNav .right
{
    width:5px;
    height:30px;
    background-image:url('images/mainNav_right.png');
    background-repeat:no-repeat;
    position:absolute;
    right:0px;
}
.content
{
    padding: 3px 20px 100px 20px;
    margin-top: 30px;
    display:inline;
}
.content h2
{
    margin-top: 10px;
}
.content p
{
    /*margin-top:10px;*/
    margin:10px 20px 10px 20px;
}
.content li
{
    background-position: left 4px;
    background-image: url('images/bullet_1.png');
    background-repeat: no-repeat;
    list-style-type: none;
    padding-left: 15px;
}
.content dl
{
    padding-left: 20px;
}
.content dt
{
    background-position: left 6px;
    background-image: url('images/bullet_1.png');
    background-repeat: no-repeat;
    list-style-type: none;
    padding-left: 15px;
    font-size: large;
}
.content dd
{
    margin-left: 15px;
    margin-bottom: 10px;
}
.subTout
{
    width:280px;
    height:300px;
    background-image:url('images/subTout_bg.png');
    background-repeat:no-repeat;
    text-align:left;
    padding:20px;
}
.subTout:hover
{
    background-image:url('images/subTout_bg_over.png');
}
.subHeader
{
    width:740px;
    height:120px;
    background-image:url('images/subPage_header_bg.jpg');
    background-repeat:no-repeat;
    position:relative;
    float:left;
}
.subHeader h1
{
    color: #333333;
    font-size: 23px;
    position: absolute;
    display: block;
    bottom: 20px;   
    text-transform:lowercase; 
}
.subHeader .subH1
{
    left: 200px;
}
.subHeader .subH2
{
    left: 30px;
}

.subNavHeader
{
    width:174px;
    height:53px;
    background-repeat:no-repeat;
    position:absolute;
    left:0px;
}
.subNavHeader span
{
    display: block;
    text-align: center;
    vertical-align: middle;
    font-size: large;
    color: #FFFFFF;
    margin-top: 15px;
}
.subNav1
{
    background-image:url('images/subNav_header_1.jpg');
    bottom:0px;
}
.subNav2
{
    background-image:url('images/subNav_header_2.jpg');
    top:0px;
}
.subNavContent
{
    width:175px;
    padding-right:10px;
    /*float:left;    */
    float:left;
    display:inline;
    margin-right:20px;
    /*margin-bottom:100%;*/
    /*background-color:#000000;*/
    /*height:100%;*/
}
.subNavContent ul
{
    padding: 0px 0px 0px 10px;
    margin: 0px;
    list-style-type: none;
}
.subNavContent li
{
    padding-left: 10px;
    padding-bottom: 10px;
    background-image: url('images/subNav_bullet.png');
    background-repeat: no-repeat;
    background-position: left 3px;
    margin: 0px;
}
.subNavContent a
{
    color: #3b60af;
    text-decoration: none;
    font-weight: bold;
}
.subNavContent a:hover
{
    color: #999999;
}
.rightSide
{
    width:220px;
    /*float:left;*/
}
.rightImage
{
    width:220px;
    height:120px;
    /*float:left;*/
}
.rightPage
{
    background-image:url('images/rightPage_bg.jpg');
    background-repeat:no-repeat;
    width:185px;
    padding:20px 25px 20px 20px;
    /*float:left;*/
}
.rightPage h2
{
    font-size: 13px;
}
.button
{
    width: 183px;
    height: 39px;
    background-image: url('images/button_bg.png');
    background-repeat: no-repeat;
    overflow: hidden;
}
.button:hover
{
    background-image: url('images/button_bg_over.png');
}
.button a
{
    padding: 10px;
    width: 100%;
    height: 100%;
    display: block;
    text-decoration:none;
    color:#3b60af;
}
.footer
{
    display:block;
    clear:both;
    width:960px;
}
.footer ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}
.footer li
{
    display:inline;
}
.footer a
{
    padding-left:5px;
    padding-right:5px;
    font-size:x-small;
}
.footer span
{
    color:#999999;
}
address
{
    display:block;
    clear:both;
    width:960px;
    font-family: Arial, Helvetica, sans-serif;
    color:#999999;
    font-style:normal;
}