@charset "utf-8";
/* CSS Document */
* {
    margin: 0px;
    padding: 0px;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
    background: url(../images/bg.jpg)left top repeat;
}
p {
    font-size: 13px;
    color: #333;
    line-height: 22px;
    /*text-align:justify;*/
}
.inner_content table tr td {
    background: #FFFFFF;
    height: 150px;
}
.inner_content table tr td p {
    line-height: 20px;
}
.inner_content table tr td a {
    color: #006699;
    text-decoration: none;
}
.inner_content table tr td a:hover {
    color: #990000;
}
img {
    border: none;
}
a {
    color: #FFF;
    text-decoration: none;
}
a:hover {
    color: #a1cdff;
}
.clear {
    clear: both;
}
.main {
    width: 100%;
    float: left;
    border-top: #013063 solid 8px;
}
.wrapper {
    width: 1100px;
    margin: 0 auto;
}
.header {
    width: 1100px;
    float: left;
}
.header .logo {
    width: 340px;
    float: left;
    margin: 20px 0;
}
.header .weather {
    width: 544px;
    float: right;
    margin: 30px 0;
    background-color: #0c588f;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    height: 72px;
}
.weather .weather_left {
    width: 213px;
    height: 72px;
    float: left;
    border-right: #093f67 solid 1px;
}
.weather .weather_right {
    width: 329px;
    height: 54px;
    padding-top: 18px;
    float: right;
    border-left: #126cad solid 1px;
}
.weather .weather_right .text_fild {
    width: 250px;
    float: left;
    margin-left: 10px;
    border: #003e6a solid 1px;
    height: 34px;
    padding-left: 5px;
}
.weather .weather_right .search_btn {
    width: 50px;
    float: left;
    margin-left: 3px;
    border: #003e6a solid 1px;
    height: 35px;
    background: url(../images/search-btn.jpg)left top no-repeat;
    cursor: pointer;
}
.banner {
    width: 1090px;
    float: left;
    padding: 5px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    background-color: #FFF;
    margin-bottom: 10px;
}
.banner .banner_left {
    width: 792px;
    height: 459px;
    float: left;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
}
.banner .banner_right {
    width: 268px;
    height: 439px;
    float: right;
    padding: 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border: #014475 solid 1px;
    background: #014475 url(../images/right-panel-bg.png)left -8px no-repeat
}
.banner .banner_right h1 {
    font-family: 'Poiret One', cursive;
    font-size: 28px;
    color: #FFF;
    font-weight: normal;
    text-align: center;
    line-height: 36px;
}
.banner .banner_right h1 span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    color: #FFF;
    font-weight: bold;
    text-align: left;
}
.banner .banner_right h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    color: #FFF;
    font-weight: bold;
    line-height: 45px;
    margin-top: 20px;
    background: #000;
    text-align: center;
}
.banner .banner_right p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #e7e7e7;
    text-align: justify;
    line-height: 24px;
}
.banner .banner_right .breaking {
    background: #fff;
}
.banner .banner_right .breaking p {
    color: #3e3e3e;
    padding: 5px;
}
.banner .banner_right span a {
    float: right;
    margin-top: 5px;
}
.banner .banner_right span a:hover {
    color: #c67a3c;
}
.cell_02 {
    width: 1100px;
    float: left;
    height: 90px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    margin-bottom: 10px;
    background: url(../images/cell-02-bg.jpg)left top no-repeat;
    list-style: none;
    overflow: hidden;
}
.cell_02 li {
    display: inline-block;
    height: 90px;
    float: left;
    border-left: 1px solid #4a9cd7;
    border-right: 1px solid #0a4067;
}
.cell_02 li:last-child {
    border-right: none;
}
.cell_02 li:hover {
    background: url(../images/cell-02-hover-bg.jpg) center top no-repeat;
}
.cell_02 li a {
    padding: 0px 12px 0px 75px;
    display: block;
    line-height: 90px;
    font-size: 18px;
    color: #033e68;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    float: left;
}
.cell_02 li a:hover {
    background: url(../images/cell-02-hover-bg.jpg)center top no-repeat;
    color: #75c5ff;
}
.cell_02 li a.east {
    padding-left: 75px;
    background: url(../images/east-icon.png) 5px center no-repeat;
}
.cell_02 li a.east:hover {
    background: url(../images/east-icon-hover.png) 5px center no-repeat;
}
.cell_02 li a.westicon {
    padding-left: 75px;
    background: url(../images/west-icon.png) 5px center no-repeat;
}
.cell_02 li a.westicon:hover {
    background: url(../images/west-icon-hover.png) 5px center no-repeat;
}
.cell_02 li a.marina {
    padding-left: 110px;
    background: url(../images/marina-icon.png) 5px center no-repeat;
}
.cell_02 li a.marina:hover {
    background: url(../images/marina-icon-hover.png) 5px center no-repeat;
}
.cell_02 li a.schedule {
    padding-left: 100px;
    background: url(../images/schedule-icon.png) 5px center no-repeat;
}
.cell_02 li a.schedule:hover {
    background: url(../images/schedule-icon-hover.png) 5px center no-repeat;
}
.cell_02 li a.csx {
    padding-left: 100px;
    background: url(../images/csx-icon.png) 5px center no-repeat;
}
@-moz-document url-prefix() {
    .cell_02 li a.csx {
        padding-left: 100px;
    }
}
.cell_02 li a.csx:hover {
    background: url(../images/csx-icon-hover.png) 5px center no-repeat;
}
.content {
    width: 1100px;
    float: left;
}
.content .content_left {
    width: 788px;
    float: left;
}
.content .content_left .box {
    position: relative;
    width: 250px;
    float: left;
    min-height: 290px;
    margin: 0 10px 10px 0;
    background-color: #f4f2f2;
    max-height: 180px;
    border: #ffffff solid 1px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(220, 220, 220, 1);
    -moz-box-shadow: 1px 1px 1px 0px rgba(220, 220, 220, 1);
    box-shadow: 1px 1px 1px 0px rgba(220, 220, 220, 1);
}
.content .content_left .box h3 {
    font-size: 15px;
    color: #0c588f;
    padding-left: 10px;
    line-height: 35px;
    background: url(../images/heading.jpg)left bottom repeat-x;
}
.content .content_left .box img {
    padding: 7px;
    max-height: 180px;
}
.content .content_left .box p {
    padding: 6px;
    color: #3e3e3e;
    font-size: 12px;
    line-height: 21px;
}
.more a {
    color: #00467f;
    font-weight: bold;
    padding-left: 10px;
    line-height: 30px;
}
.more a:hover {
    color: #0284e2;
}
.content .content_right {
    width: 290px;
    float: right;
}
.content .content_right .box {
    width: 290px;
    float: left;
    margin: 0 10px 10px 0;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 242, 242, 1) 20%, rgba(244, 242, 242, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(20%, rgba(244, 242, 242, 1)), color-stop(100%, rgba(244, 242, 242, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 242, 242, 1) 20%, rgba(244, 242, 242, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 242, 242, 1) 20%, rgba(244, 242, 242, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 242, 242, 1) 20%, rgba(244, 242, 242, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(244, 242, 242, 1) 20%, rgba(244, 242, 242, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f2f2', GradientType=0);
    border: #ffffff solid 1px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(220, 220, 220, 1);
    -moz-box-shadow: 1px 1px 1px 0px rgba(220, 220, 220, 1);
    box-shadow: 1px 1px 1px 0px rgba(220, 220, 220, 1);
}
.content .content_right .box h3 {
    font-size: 15px;
    color: #0c588f;
    padding-left: 10px;
    line-height: 35px;
    background: url(../images/heading.jpg)left bottom repeat-x;
}
.content .content_right .box h4 {
    font-size: 14px;
    color: #0c588f;
    padding-left: 10px;
    line-height: 20px;
    text-align: center;
}
.content .content_right .box img {
    padding: 7px;
}
.content .content_right .box p {
    padding: 6px;
    color: #3e3e3e;
    font-size: 12px;
    line-height: 21px;
}
.footer {
    width: 1080px;
    float: left;
    background-color: #0c588f;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    height: 66px;
    line-height: 66px;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 0 10px;
}
.footer .footer_left {
    float: left;
    width: 400px;
    color: #FFF;
}
.footer .footer_right {
    float: right;
    width: 400px;
    color: #FFF;
    text-align: right;
}
.inner_banner {
    width: 778px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    background-color: #FFF;
    margin-bottom: 10px;
    padding: 5px;
}
.inner_content {
    width: 788px;
    background-color: #f5f4f4;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(220, 220, 220, 1);
    -moz-box-shadow: 1px 1px 1px 0px rgba(220, 220, 220, 1);
    box-shadow: 1px 1px 1px 0px rgba(220, 220, 220, 1);
    margin-bottom: 10px;
    border: #FFF solid 1px;
}
.inner_content p {
    padding: 5px;
}

/*----------------------menu-----------------*/
.nav {
    background-color: #0c588f;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    height: 50px;
    float: left;
    width: 1100px;
    margin-bottom: 10px;
}
.nav li {
    position: relative;
    float: left;
    display: block;
    list-style: none;
    background-image: url(../images/menu-sep.jpg);
    background-position: right center;
    background-repeat: no-repeat;
}
.nav li:last-child {
    background: none;
}
.nav li a {
    font-size: 13px;
    color: #FFF;
    line-height: 50px;
    padding: 0 14px;
    font-weight: bold;
    display: block;
    transition: color, background-color 900ms;
    -moz-transition: color, background-color 900ms;
    -webkit-transition: color, background-color 900ms;
    -o-transition: color, background-color 900ms;
}
.nav li:last-child a {
    border-right: none;
}
.nav li a:hover {
    background-color: #a8daff;
    color: #0c65af;
}
.nav ul {
    position: absolute;
    top: 50px;
    z-index: 10;
    left: 0;
    opacity: 0;
    background-color: #085d9b;
    border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    -o-border-radius: 0 0 8px 8px;
    transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -webkit-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
}
.nav li:hover>ul {
    opacity: 1;
}
.nav ul li {
    height: 0;
    background-image: none !important;
    overflow: hidden;
    transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -webkit-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
}
.nav li:hover>ul li {
    height: 35px;
    overflow: visible;
    padding: 0px;
}
.nav ul li a {
    border-bottom: 1px dashed #0CF;
    width: 200px;
    line-height: 35px;
    border-right: none;
    padding-left: 5px;
}
.nav ul li:last-child a {
    border: none;
    border-radius: 0 0 8px 8px;
}
.inner_content h3 {
    font-size: 15px;
    color: #0c588f;
    padding-left: 10px;
    line-height: 35px;
    background: url(../images/heading.jpg)left bottom repeat-x;
}

/*--------------gallery-----------------*/
.gallery {
    width: 768px;
    padding: 10px;
    background-color: #f5f4f4;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(220, 220, 220, 1);
    -moz-box-shadow: 1px 1px 1px 0px rgba(220, 220, 220, 1);
    box-shadow: 1px 1px 1px 0px rgba(220, 220, 220, 1);
    margin-bottom: 10px;
    border: #FFF solid 1px;
}
.gallery h2 {
    font-size: 20px;
    color: #0c588f;
    border-bottom: #e2e1e1 solid 1px;
    line-height: 35px;
    margin-bottom: 20px;
}
.gallery_box {
    width: 172px;
    float: left;
    padding: 5px;
    min-height: 140px;
    margin: 0 8px 10px 0;
    background-color: #f4f2f2;
    border: #ffffff solid 1px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(220, 220, 220, 1);
    -moz-box-shadow: 1px 1px 1px 0px rgba(220, 220, 220, 1);
    box-shadow: 1px 1px 1px 0px rgba(220, 220, 220, 1);
}
.gallery_box h3 {
    background-color: #0C588F;
    color: #FFFFFF;
    font-size: 12px;
    height: auto;
    line-height: 18px;
    margin-top: 5px;
    padding: 5px;
}
.gallery_box h3 span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #e49702;
}
.news {
    width: 768px;
    padding: 10px;
    background-color: #f5f4f4;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(220, 220, 220, 1);
    -moz-box-shadow: 1px 1px 1px 0px rgba(220, 220, 220, 1);
    box-shadow: 1px 1px 1px 0px rgba(220, 220, 220, 1);
    margin-bottom: 10px;
    border: #FFF solid 1px;
}
.news h2 {
    font-size: 20px;
    color: #0c588f;
    border-bottom: #e2e1e1 solid 1px;
    line-height: 35px;
}
.news:last-child {
    border-bottom: none;
}
.news_box {
    width: 768px;
    float: left;
    border-bottom: #ece9e9 solid 1px;
    border-top: #fffefe solid 1px;
}
.news_box h3 {
    font-weight: bold;
    color: #0c588f;
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
}
.news_box h4 {
    font-weight: bold;
    color: #1b7cc3;
    font-size: 13px;
    line-height: 23px;
}
.news_box p {
    color: #666666;
    font-size: 13px;
    line-height: 22px;
}
.news_box .more_btn {
    text-align: right;
    margin: 10px 0;
}
.news_box .more_btn a {
    color: #0c588f;
    font-size: 13px;
    line-height: 22px;
    font-weight: bold;
}
.news_box .more_btn a:hover {
    color: #535050;
}
.text_fild {
    padding-left: 5px;
    width: 420px;
    height: 35px;
    margin: 5px 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border: #dbd8d8 solid 1px;
    background-color: #e9e6e6;
}
.text_fild2 {
    padding-left: 5px;
    width: 420px;
    font-family: Arial, Helvetica, sans-serif;
    height: 80px;
    margin: 5px 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border: #dbd8d8 solid 1px;
    background-color: #e9e6e6;
}
.form_text {
    font-size: 14px;
    color: #388c96;
    line-height: 30px;
}
.sub_btn {
    width: 100px;
    height: 32px;
    color: #FFF;
    background-color: #014476;
    line-height: 28px;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    cursor: pointer;
}
.sub_btn:hover {
    color: #FFF;
    background-color: #146fb2;
}
.star {
    color: #FF0000;
}
.login-popup {
    padding: 10px 15px 20px 20px;
    background-image: url(../images/welcome.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #FFF;
    float: left;
    position: fixed;
    top: 25%;
    left: 37%;
    z-index: 99999;
    box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    /* Firefox */
    -webkit-box-shadow: 0px 0px 20px #000;
    /* Safari, Chrome */
    border-radius: 5px;
    -moz-border-radius: 5px;
    /* Firefox */
    -webkit-border-radius: 5px;
    /* Safari, Chrome */
}
img.btn_close {
    float: right;
    margin: -21px -30px 0 0;
}
.login-popup p {
    padding-top: 10px;
    font-size: 13px;
    color: #333333;
    text-align: center;
    line-height: 20px;
}
.or {
    padding: 5px 0px;
    background-image: url(../images/or1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}
.login_entries {
    padding: 0px 5px;
    width: 298px;
    height: 37px;
    font-size: 14px;
    background: none;
    background-image: url(../images/login-box-bg.jpg);
    background-repeat: repeat-x;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.forgot {
    font-size: 14px;
    color: #2585b0;
    line-height: 30px;
}
.login_button {
    width: 308px;
    height: 40px;
    font-size: 20px;
    color: #FFF;
    line-height: 40px;
    background: none;
    background: #0C588F;
    background-repeat: repeat-x;
    border: 1px solid #196d90;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
}
.error-msg {
    line-height: 20px;
    padding: 6px 5px 6px 35px;
    border: solid 1px #E54242;
    background-color: #FDFDFD;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #D60000;
    font-size: 13px;
    text-align: left;
    background: url(../images/error.png) #FBFAAC;
    background-position: 5px center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 10px 0;
}
.success-msg {
    line-height: 20px;
    width: 365px;
    padding: 5px 5px 10px 55px;
    border: solid 1px #17BB00;
    background-color: #FDFDFD;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #108200;
    font-size: 13px;
    text-align: left;
    background: url(../images/yes.png) #E5FEE2;
    background-position: 5px center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 10px 0;
}
.meeting_box {
    width: 150px;
    height: auto;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    text-align: center;
    padding: 12px;
    float: left;
    margin: 6px;
}
.meeting_box p a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #CC3300;
}
.meeting_box p a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px !important;
    color: #003399;
}
.meeting_box h3 {
    font-weight: bold;
    font-size: 16pxpx;
    color: #006699;
}
.list_style li {
    background: url("../images/icon3.png") no-repeat scroll left 6px rgba(0, 0, 0, 0);
    color: #5D5D5D;
    font-size: 13px;
    line-height: 20px;
    margin: 5px 0;
    padding-left: 15px;
}
.list_style {
    list-style: none outside none;
    margin-left: 12px;
}
.box-mission {
    background: url("../images/right-panel-bg.png") no-repeat scroll -1px -58px #014475;
}
.box-mission h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    color: #FFF;
    font-weight: bold;
    line-height: 45px;
    margin-top: 20px;
    text-align: center;
}
.box-mission p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #fff !important;
    text-align: justify;
    line-height: 24px;
}