.container:before,.container:after {
    display: table;
    line-height: 0;
    content: ""
}
.container:after {
    clear: both
}
    /* Header */
#header {
    position: relative;
}
#logo {
    float: left;
    width: 340px;
    padding: 20px 0;
}
#header-options {
    float: right;
    width: 600px;
}
#header-text {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    clear: right;
    text-align: right;
    padding: 10px 0;
    font-size: 15px;
    line-height: 20px;
    color: #019fb8;
    font-style: italic;
}
#header-text strong {
    font-size: 17px;
    font-style: normal;
}
#header-links {
    float: right;
    text-align: right;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
#header-links a {
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 12px;
    font-size: 11px;
}
#header-links img {
    max-width: 20px;
    height: auto;
    margin: 0 0 0 15px;
}
#top-nav {
    background: #019fb8;
}
#nav {
    background: #019fb8;
    padding: 8px 0;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
#nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0 auto;
}
#nav ul > li {
    float: left;
    text-align: center;
    border-right: 1px solid #80cfdb;
    width: 16%

}
#nav ul > li.menu-item-139 {
    border-right: none;
}
#nav ul > li a {
    color: #fff;
    display: block;
    padding: 2px 15px;
    line-height: 25px;
    font-size: 16px;
    font-family: microsoft yahei;
}
#nav .menu li .sub-menu {
    display: none;
    position: absolute;
    z-index: 2000;
    margin: 0 0 0;
    width: 200px;
    background: #005a9a;
}
#nav .menu li:hover > .sub-menu {
    display: block;
}
#nav .menu li:hover a {
    background: #005a9a;
}
.home #nav .menu .current-menu-item a {}
#nav .menu li .sub-menu li {
    border: none;
    border-bottom: 1px solid #80cfdb;
    text-align: left;
    background: #005a9a;
    float: none;
}
#nav .menu li .sub-menu li a {
    padding: 6px 15px;
}
#nav .menu li .sub-menu li a:hover {
    background: #019fb8;
}
#nav .menu li.current-menu-item a,
#nav .menu li a:hover,
.home #nav .menu .current-menu-item a:hover {
    background: #005a9a;
    text-decoration: none;
}
#nav .menu li .sub-menu li .sub-menu {
    margin: -32px 0 0 200px;
}
#top-nav.header-fixed {
    position: fixed;
    top: 0;
    z-index: 7000;
    width: 100%;
}
.container {
    width: 1000px;
    margin: 0 auto;
}
.img{
        width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
#handheldNav {
    display: none;
    position: fixed;
    z-index: 11000;
    top: 0;
    margin: 42px 0 0;
}
#handheldNavControl {
    display: none;
    width: 41px;
    height: 40px;
    background: url('img/handheldNavToggle.png') no-repeat;
    cursor: pointer;
    z-index: 6001;
    margin: 10px 0 0;
    position: fixed;
    top: 0;
    z-index: 7000;
}
#handheldNav ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
    width: 300px;
    background: #019fb8;
    border-left: 2px solid #005a9a;
}
#handheldNav li {
    padding: 0;
    margin: 0;
}
#handheldNav li a {
    color: #fff;
    display: block;
    background: #019fb8;
    padding: 8px;
    border-bottom: 1px solid #005a9a;
}
#handheldNav li a:hover {
    background: #005a9a;
    text-decoration: none;
}
#handheldNav .sub-menu {
    display: none;
}

.container {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1
}