/*--------------- PRESET CSS ------------------*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

body {
    /* background-image:url(images/mainbg.jpg); */
    background-position: left top;
    background-repeat: repeat;
    background-color: transparent;
    background-attachment: scroll;
    background-size: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #747474;
    
}

@media screen and (min-width: 320px) {
    html {
        font-size: 85.33333px !important;
    }
}

@media screen and (min-width: 375px) {
    html {
        font-size: 100px !important;
    }
}

@media screen and (min-width: 414px) {
    html {
        font-size: 110.4px !important;
    }
}

@media screen and (min-width: 412px) {
    html {
        font-size: 109.86667px !important;
    }
}

@media screen and (min-width: 460px) {
    html {
        font-size: 122.66667px !important;
    }
}

@media screen and (min-width: 360px) {
    html {
        font-size: 96px !important;
    }
}

@media screen and (min-width: 768px) {
    html {
        font-size: 204.8px !important;
    }
}

@media screen and (min-width: 384px) {
    html {
        font-size: 102.4px !important;
    }
}

@media screen and (min-width: 412px) {
    html {
        font-size: 109.86667px !important;
    }
}

@media screen and (min-width: 640px) {
    html {
        font-size: 170.66667px !important;
    }
}

h1 {
    padding-bottom: 15px;
    background: url(images/redLine.jpg) left bottom no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #333333;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    color: #333333;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #333333;
}

h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #333333;
}

h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #333333;
}

h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333333;
}

a {
    text-decoration: none;
    color: #19acff;
}

a:hover {
    text-decoration: none;
    color: #19acff;
}

a img {
    border: 0 solid;
}

:focus {
    outline: 0;
}

p {
    line-height: 1.5;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #f0f0f0;
    border-width: 1px;`
    border-style: solid;
    border-color: #dbdbdb;
    color: #959595;
    padding: 6px;
}

td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #f8f8f8;
    border-width: 1px;
    border-style: solid;
    border-color: #dbdbdb;
    color: #747474;
    padding: 6px;
}
.paper_tb {
    margin-top:10px;
    width:100%;
}
.paper_tb td{
    padding:20px;
    text-align:left;
    font-size:16px;
    line-height:26px;
}
.reg_tb{
    margin-top:10px;
    width:100%;
}
.reg_tb td{
    padding:20px;
    text-align:center;
}
.reg_tb th{
    text-align:center;
}
.custom_tb{
    margin-top:10px;
    width:100%;
}
.custom_tb td{
    padding:20px;
}
/**********下面的部分勿删！！！************/
.custom_tb {
    width: 80%;
    margin: 10px auto;
    border: 0px solid #ccc;
    border-radius: 16px;
    box-shadow: 0 1px 1px #ccc;
        
}
.custom_tb tr:hover {
    background-color: #fbf8e9;
    transition: all 0.1s ease-in-out;
}
.custom_tb th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    background-color: #5ac8d8;
    color: #000000;
    font-size: 16px;
}
.custom_tb td {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}
.custom_tb td:first-child, .custom_tb th:first-child {
    border-left: none;
}
.custom_tb tr:first-child td {
    border-top: none;
}
.custom_tb tr:last-child td {
    border-bottom: none;
}
.custom_tb th:first-child {
    border-top: none;
}
.custom_tb td:last-child {
    border-right: none;
    width: 60%;
}
.custom_tb tr:first-child th:first-child {
    border-radius: 10px 10px 0 0;
}
.custom_tb tr:first-child td:first-child {
    border-radius: 10px 0 0 0;
}
.custom_tb tr:first-child td:last-child {
    border-radius: 0 10px 0 0;
}
.custom_tb tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
}
.custom_tb tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
}


.custom_tb1{
    margin-top:10px;
    width:100%;
}
.custom_tb1 td{
    padding:20px;
}
/**********下面的部分勿删！！！************/
.custom_tb1 {
    width: 100%;
    margin: 10px auto;
    border: 0px solid #ccc;
    border-radius: 16px;
    box-shadow: 0 1px 1px #ccc;
        
}
.custom_tb1 tr:hover {
    background-color: #fbf8e9;
    transition: all 0.1s ease-in-out;
}
.custom_tb1 th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    background-color: #5ac8d8;
    color: #000000;
    font-size: 16px;
}
.custom_tb1 td {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}
.custom_tb1 td:first-child, .custom_tb1 th:first-child {
    border-left: none;
}
.custom_tb1 tr:first-child td {
    border-top: none;
}
.custom_tb1 tr:last-child td {
    border-bottom: none;
}
.custom_tb1 th:first-child {
    border-top: none;
}
.custom_tb1 td:last-child {
    border-right: none;
    width: 60%;
}
.custom_tb1 tr:first-child th:first-child {
    border-radius: 10px 10px 0 0;
}
.custom_tb1 tr:first-child td:first-child {
    border-radius: 10px 0 0 0;
}
.custom_tb1 tr:first-child td:last-child {
    border-radius: 0 10px 0 0;
}
.custom_tb1 tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
}
.custom_tb1 tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
}
/*******************************/
hr {
    border-top: 1px solid #d2d2d2
}
ul,
ol {
    margin: 0;
    padding: 8px 0 8px 20px;
}

ol {
    margin: 0;
    padding: 0 0 0 23px;
}

li {
    margin: 0;
    padding: 3px 2px;
}


/*---------------------- GENERAL -------------------------*/

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clearDiv {
    clear: both;
}

.page-width {
    width: 1400px;
    margin: 0 auto;
}

.page-holder {
    background-color: #fff;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: auto;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1), 0px 0px 0px 0px transparent inset;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1), 0px 0px 0px 0px transparent inset;
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1), 0px 0px 0px 0px transparent inset;
    -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1), 0px 0px 0px 0px transparent inset;
    border-width: 0;
    border-style: none;
    border-color: transparent;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    padding: 25px;
}


/*---------------------------------------- HEADER AREA -----------------------------------------------*/

.themeBrandingArea {
    margin: 0 0 30px;
}

.themeBrandingContainer {
    display: table;
    border: 0 solid;
    width: 100%;
}

.tableRow {
    display: table-row;
}

.tableCell {
    display: table-cell
}

.themeLogoOuterContainer {
    width: 1%;
}

.themeLogoArea {
    padding-right: 20px;
}

.themeSitenameCaptionOuterContainer {
    vertical-align: middle;
    height: 100%
}

.themeSitenameCaptionInnerContainer {
    height: 100%;
    padding: 0
}

.themeSitenameCaptionContainer {
    vertical-align: middle;
    height: 100%;
}

.themeSitename {
    white-space: nowrap;
    font-family: Arial, Helvetica, sans-serif;
    color: #1C469A;
    font-size: 32px;
}

.themeCaption {
    white-space: nowrap;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 17px;
    text-align: right;
}

.am-cf:after,
.am-cf:before {
    content: " ";
    display: table
}

.am-cf:after {
    clear: both
}


/*-------------------------------- LEFT AREA --------------------------------*/

.leftArea {
    width: 240px;
    margin-right: 32px;
    min-height: 5px;
    height: auto !important;
    height: 5px;
}


/*-------------------------------- NAVIGATION AREA CSS --------------------------------*/

.menuArea {
    min-height: 320px;
    height: auto !important;
    height: 320px;
    margin-bottom: 38px;
}

#navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1px;
    line-height: 0;
}

#navigation li {
    padding: 0;
    margin: 0;
    height: 51px;
    /* overflow: hidden; */
    /* background-color:transparent; */
    background-image: none;
    background-repeat: repeat-x;
    background-position: left top;
    border-bottom: 1px dotted #c2c2c2;
    transition: .6s;
    padding-left: 15px;
    position: relative;
}

#navigation li:hover {
    padding: 0;
    margin: 0;
    /* overflow: hidden; */
    background-position: left top;
    background: url(./images/adIco.png) no-repeat 220px center #40b5d3;
    color: #fff;
    padding-left:45px;
}

#navigation li:hover span {
    color: #fff;
}

#navigation li.selected {
    padding: 0;
    margin: 0;
    /* overflow: hidden; */
    background-position: left top;
    background: url(./images/adIco.png) no-repeat 220px center #40b5d3;
    color: #fff;
    padding-left: 45px;
}

#navigation li.selected span {
    color: #fff;
}

#navigation li a {
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 14px;
    display: block;
    line-height: 2;
    float: left;
    text-decoration: none;
    cursor: pointer;
}

#navigation li a:hover,
#navigation li.selected a,
#navigation li.active a {
    color: #666666;
    background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
    background-position: top left;
}

#navigation li.selected a,
#navigation li.selected.active a {
    font-weight: bold;
}

#navigation li a span {
    float: left;
    padding: 9px 0;
    word-wrap: break-word;
    text-align: right;
    font-size: 16px;
}

#navigation li a em,
#navigation li:hover a em,
#navigation li.navArrow a em,
#navigation li.selected.navArrow a em {
    background: transparent url(images/Norm-navArrow.png) no-repeat scroll center left;
    float: left;
    height: 9px;
    width: 12px;
    margin-left: 20px;
    margin-top: 18px;
}

#navigation li:hover a em,
#navigation li.active a em {
    background: transparent url(images/Hover-navArrow.png) no-repeat scroll center left;
}

#navigation li.selected a em,
#navigation li.selected.navArrow a em {
    background: transparent url(images/Slctd-navArrow.png) no-repeat scroll center left;
}

.submenu {
    background-color: #f2f2f2;
    background-image: none;
    background-position: top left;
    background-repeat: repeat;
    border-width: 3px;
    border-style: solid;
    border-color: #289844;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    font-family: Arial, Helvetica, sans-serif;
    width: 205px;
    position: absolute;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-transition: width 0.5s ease 0s;
    -moz-transition: width 0.5s ease 0s;
    -o-transition: width 0.5s ease 0s;
    -ms-transition: width 0.5s ease 0s;
    transition: width 0.5s ease 0s;
}

.submenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1px;
    line-height: 0;
}

.submenu li {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.submenu li a {
    color: #1f95d2;
    font-size: 12px;
    text-decoration: none;
    display: block;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    line-height: 1.6;
    float: left;
    padding: 7px 0;
    cursor: pointer;
}

.submenu li a:hover {
    color: #000000;
    background-color: #fff;
    background-image: none;
    background-position: top left;
    background-repeat: repeat;
}

.submenu li a span {
    width: 170px;
    float: left;
    word-wrap: break-word;
    padding-left: 10px;
}

.submenu li.navArrow a em,
.submenu li:hover.navArrow a em {
    background: url(images/Norm-navArrow.png) left top no-repeat;
    float: left;
    height: 16px;
    width: 10px;
    margin-top: 4px;
    margin-left: 9px;
}

.submenu li:hover.navArrow a em {
    background: url(images/Hover-navArrow.png) left top no-repeat;
}


/*-------------------------------- SIDEBAR AREA --------------------------------*/

.sidebar {
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: auto;
    box-shadow: 0px 0px 0px 0px transparent, 0px 0px 0 0 transparent inset;
    -webkit-box-shadow: 0px 0px 0px 0px transparent, 0px 0px 0 0 transparent inset;
    -moz-box-shadow: 0px 0px 0px 0px transparent, 0px 0px 0 0 transparent inset;
    -o-box-shadow: 0px 0px 0px 0px transparent, 0px 0px 0 0 transparent inset;
    border-width: 0;
    border-style: none;
    border-color: transparent;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    min-height: 300px;
    height: auto !important;
    height: 300px;
    margin-bottom: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #747474;
}

.sidebar h1 {
    padding-bottom: 15px;
    ackground: url(images/greenLine.png) left bottom no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #333333;
}

.sidebar h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    color: #333333;
}

.sidebar h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #333333;
}

.sidebar h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #333333;
}

.sidebar h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #333333;
}

.sidebar h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333333;
}

.sidebar a {
    color: #19acff;
    text-decoration: none;
}

.sidebar a:hover {
    text-decoration: none;
    color: #19acff;
}

.sidebar form li input[type=submit],
.sidebar form li input[type=reset] {
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px 15px;
}

.sidebar form li span input[type=text],
.sidebar form li span textarea,
.sidebar form li span select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #747474;
    width: 145px;
    padding: 7px;
}

.sidebar form ul {
    background: none;
    border: 0;
    padding: 0;
}

.sidebar form li {
    padding: 5px 0 0;
}

.sidebar form ul li label,
.sidebar form ul li div {
    padding: 5px 0;
    float: none;
}

.sidebar form li span select {
    width: 158px;
}

.sidebar .newsletter-input-field {
    width: 175px;
}

.sidebar .newsletter-layout-3 .newsletter-form {
    width: 175px;
}

.sidebar th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #f0f0f0;
    border-width: 1px;
    border-style: solid;
    border-color: #dbdbdb;
    color: #959595;
    padding: 6px;
}

.sidebar td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #f8f8f8;
    border-width: 1px;
    border-style: solid;
    border-color: #dbdbdb;
    color: #747474;
    padding: 6px;
}

.sidebar .zs-highlight-box {
    background-color: #da4a57;
    background-image: none;
    background-image: none, -moz-linear-gradient(bottom, transparent, transparent);
    background-image: none, -webkit-linear-gradient(bottom, transparent, transparent);
    background-image: none, -o-linear-gradient(bottom, transparent, transparent);
    background-position: top left;
    background-repeat: repeat;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.20), 0px 0px 0px 5px #FFFFFF inset;
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.20), 0px 0px 0px 5px #FFFFFF inset;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.20), 0px 0px 0px 5px #FFFFFF inset;
    -o-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.20), 0px 0px 0px 5px #FFFFFF inset;
    border-width: 0;
    border-style: none;
    border-color: transparent;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    padding: 10px;
    margin: 5px;
    min-height: 200px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #721E26;
}

.sidebar .zs-highlight-box h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #FFFFFF;
}

.sidebar .zs-highlight-box h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    color: #FFFFFF;
}

.sidebar .zs-highlight-box h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #FFFFFF;
}

.sidebar .zs-highlight-box h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #FFFFFF;
}

.sidebar .zs-highlight-box h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #FFFFFF;
}

.sidebar .zs-highlight-box h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
}

.sidebar .zs-highlight-box a {
    text-decoration: none;
    color: #00DDB1;
}

.sidebar .zs-highlight-box a:hover {
    text-decoration: none;
    color: #00DDB1;
}

.sidebar .zs-highlight-box form li span input[type=text],
.sidebar .zs-highlight-box form li span textarea,
.sidebar .zs-highlight-box form li span select {
    background: #FFA8B0;
    border: 1px solid #E9515F;
    color: #721E26;
    width: 115px;
}

.sidebar .zs-highlight-box form li span select {
    width: 128px;
}

.sidebar .zs-highlight-box form li input[type=submit],
.sidebar .zs-highlight-box form li input[type=reset] {
    padding: 8px 15px;
}

.sidebar .zs-highlight-box hr {
    border-top-color: #BE424D;
}

.sidebar .zs-highlight-box form li input[type=reset] {
    color: #ffffff;
}

.sidebar .zs-highlight-box .newsletter-input-field {
    width: 145px;
}

.sidebar .zs-highlight-box .newsletter-layout-3 .newsletter-form {
    width: 145px;
}

.sidebar .zs-tabs-accordion-content .newsletter-input-field {
    width: 145px;
}

.sidebar .zs-tabs-accordion-content .newsletter-layout-3 .newsletter-form {
    width: 145px;
}

.sidebar .zs-highlight-box th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #CA3240;
    border-width: 1px;
    border-style: solid;
    border-color: #C22C3A;
    color: #EBEBEB;
    padding: 6px;
}

.sidebar .zs-highlight-box td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #f8f8f8;
    border-width: 1px;
    border-style: solid;
    border-color: #EBEBEB;
    color: #747474;
    padding: 6px;
}

.sidebar .zs-highlight-box .newsletter-desc {
    color: #721E26;
}


/*-----------------------------------    TEXT HIGHLIGHT CSS    -----------------------------------------------*/

.sidebar .zs-text-light-color {
    color: #B5B5B5;
}

.sidebar .zs-text-highlight-color {
    color: #333333;
}

.sidebar .zs-highlight-box .zs-text-light-color {
    color: #B5B5B5;
}

.sidebar .zs-highlight-box .zs-text-highlight-color {
    color: #91FF54;
}


/*--------------------- THEME SIDEBAR TABS ACCORDION AREA CSS ---------------------*/

.sidebar .zs-tabs ul,
.sidebar .zs-highlight-box .zs-tabs ul {
    list-style: none;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding: 0;
    margin: 0;
    display: none;
}

.sidebar .zs-tabs li,
.sidebar .zs-highlight-box .zs-tabs ul li {
    padding: 0;
    margin: 0 5px 0 0;
    float: left;
}

.sidebar .zs-tabs ul li div,
.sidebar .zs-highlight-box .zs-tabs ul li div {
    float: left;
    position: relative;
    margin: 0 0 -1px;
    display: block;
    cursor: pointer;
    background: #E6E6E6;
    padding: 0 25px;
    overflow: hidden;
    color: #7a7a7a;
    line-height: 3;
    border: 1px solid #DDDDDD;
}

.sidebar .zs-tabs ul li.selected div,
.sidebar .zs-highlight-box .zs-tabs ul li.selected div {
    background: #ffffff;
    color: #da4a57;
    border-bottom: 1px solid #ffffff;
}

.sidebar .zs-tabs-accordion-content,
.sidebar .zs-highlight-box .zs-tabs-accordion-content {
    background: #ffffff;
    border: 1px solid #dddddd;
    border-top: 0px;
    padding: 15px;
    clear: both;
    color: #8d8d8d;
    margin-bottom: 5px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}

.sidebar .zs-accordion,
.sidebar .zs-highlight-box .zs-accordion {
    color: #7a7a7a;
    padding: 10px;
    cursor: pointer;
    display: block;
    background: #E6E6E6;
    position: relative;
    border: 1px solid #DDDDDD;
    margin-bottom: 5px;
}

.sidebar .zs-accordion.selected,
.sidebar .zs-highlight-box .zs-accordion.selected {
    margin-bottom: 0px;
    color: #da4a57;
    background: #ffffff;
    border-color: #e5e5e5;
}


/*-------------------- THEME SIDEBAR AREA HIGHLIGHT BOX TABS AND ACCORDION AREA CSS START --------------------- */

.sidebar .zs-highlight-box .zs-tabs-accordion-content {
    color: #8d8d8d;
    padding: 10px;
}

.sidebar .zs-highlight-box .zs-tabs-accordion-content form ul {
    border-color: #d2d2d2;
}

.sidebar .zs-highlight-box .zs-tabs-accordion-content h1,
.sidebar .zs-highlight-box .zs-tabs-accordion-content h2,
.sidebar .zs-highlight-box .zs-tabs-accordion-content h3,
.sidebar .zs-highlight-box .zs-tabs-accordion-content h4,
.sidebar .zs-highlight-box .zs-tabs-accordion-content h5,
.sidebar .zs-highlight-box .zs-tabs-accordion-content h6 {
    color: #333333;
}

.sidebar .zs-highlight-box .zs-tabs-accordion-content a,
.sidebar .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #19acff;
}

.sidebar .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top-color: #d2d2d2;
}

.sidebar .zs-highlight-box .zs-tabs-accordion-content th {
    background: #f0f0f0;
    border-color: #dbdbdb;
    color: #636363;
}

.sidebar .zs-highlight-box .zs-tabs-accordion-content td {
    background: #ffffff;
    border-color: #e3dfcb;
    color: #959595;
}

.sidebar .zs-highlight-box .zs-tabs-accordion-content form li span input[type="text"],
.sidebar .zs-highlight-box .zs-tabs-accordion-content form li span textarea,
.sidebar .zs-highlight-box .zs-tabs-accordion-content form li span select {
    background: #ffffff;
    border: 1px solid #d7d7d7;
    color: #8d8d8d;
    width: 85px;
}

.sidebar .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 98px;
}

.sidebar .zs-highlight-box .zs-tabs-accordion-content form li input[type="submit"],
.sidebar .zs-highlight-box .zs-tabs-accordion-content form li input[type="reset"] {
    padding: 8px 10px;
}

.sidebar .zs-highlight-box .zs-tabs-accordion-content form li input[type="reset"] {
    color: #19acff;
}


/*-------------------------------- RIGHT AREA --------------------------------*/

.rightArea {
    /* width: 688px; */
    width:76%;
}

.banner {
    margin-bottom: 35px;
}

.contentArea {
    margin-bottom: 50px;
    min-height: 400px;
    height: auto !important;
    height: 400px;
}

.breadcrumb {
    padding: 0 0 25px;
    overflow: hidden;
}

.breadcrumb p {
    word-wrap: break-word;
}

.breadcrumb span {
    padding: 0 10px;
    color: #C1C1C1;
    font-size: 16px;
}


/*-------------------------------- FOOTER AREA --------------------------------*/

.footerArea {
    min-height: 100px;
    height: auto !important;
    height: 100px;
    overflow: hidden;
}

.footer {
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: auto;
    box-shadow: 0px 0px 0 0px transparent, 0px 0px 0px 0 transparent inset;
    -webkit-box-shadow: 0px 0px 0 0px transparent, 0px 0px 0px 0 transparent inset;
    -moz-box-shadow: 0px 0px 0 0px transparent, 0px 0px 0px 0 transparent inset;
    -o-box-shadow: 0px 0px 0 0px transparent, 0px 0px 0px 0 transparent inset;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #c2c2c2;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    padding: 25px 0;
    width: 728px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #747474;
}

.footer h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #333333;
}

.footer h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    color: #333333;
}

.footer h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #333333;
}

.footer h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #333333;
}

.footer h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #333333;
}

.footer h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333333;
}

.footer a {
    color: #19acff;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: none;
    color: #19acff;
}

.footer form li span input[type=text],
.footer form li span textarea,
.footer form li span select {
    font-family: Arial, Helvetica, sans-serif;
    color: #747474;
    font-size: 12px;
}

.footer form li input[type=submit],
.footer form li input[type=reset],
button {
    font-family: Arial, Helvetica, sans-serif;
}

.footer th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #f0f0f0;
    border-width: 1px;
    border-style: solid;
    border-color: #dbdbdb;
    color: #959595;
    padding: 6px;
}

.footer td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #f8f8f8;
    border-width: 1px;
    border-style: solid;
    border-color: #dbdbdb;
    color: #747474;
    padding: 6px;
}

.footer .zs-highlight-box {
    background-color: #7dda4a;
    background-image: none;
    background-image: none, -moz-linear-gradient(bottom, transparent, transparent);
    background-image: none, -webkit-linear-gradient(bottom, transparent, transparent);
    background-image: none, -o-linear-gradient(bottom, transparent, transparent);
    background-position: top left;
    background-repeat: repeat;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.20), 0px 0px 0px 5px #FFFFFF inset;
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.20), 0px 0px 0px 5px #FFFFFF inset;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.20), 0px 0px 0px 5px #FFFFFF inset;
    -o-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.20), 0px 0px 0px 5px #FFFFFF inset;
    border-width: 0;
    border-style: none;
    border-color: transparent;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    padding: 10px;
    margin: 5px;
    min-height: 200px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #4E7727;
}

.footer .zs-highlight-box h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #FF4A4A;
}

.footer .zs-highlight-box h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    color: #FF4A4A;
}

.footer .zs-highlight-box h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #FF4A4A;
}

.footer .zs-highlight-box h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #FF4A4A;
}

.footer .zs-highlight-box h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #FF4A4A;
}

.footer .zs-highlight-box h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #FF4A4A;
}

.footer .zs-highlight-box a {
    text-decoration: none;
    color: #FFFF88;
}

.footer .zs-highlight-box a:hover {
    text-decoration: none;
    color: #FFFF88;
}

.footer .zs-highlight-box hr {
    border-top-color: #7BBE00;
}

.footer .zs-highlight-box th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #6BCC36;
    border-width: 1px;
    border-style: solid;
    border-color: #78E43D;
    color: #ADFF99;
    padding: 6px;
}

.footer .zs-highlight-box td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #f8f8f8;
    border-width: 1px;
    border-style: solid;
    border-color: #EBEBEB;
    color: #747474;
    padding: 6px;
}

.footer .zs-highlight-box form ul {
    border-color: #7dda4a;
}

.footer .zs-highlight-box h3.newsletter-heading {
    color: #FF4A4A;
}

.footer .zs-highlight-box .newsletter-desc {
    color: #4E7727;
}


/*-----------------------------------    TEXT HIGHLIGHT CSS    -----------------------------------------------*/

.footer .zs-text-light-color {
    color: #B5B5B5;
}

.footer .zs-text-highlight-color {
    color: #333333;
}

.footer .zs-highlight-box .zs-text-light-color {
    color: #B5B5B5;
}

.footer .zs-highlight-box .zs-text-highlight-color {
    color: #FF4A4A;
}


/*------------------------ THEME TABS ACCORDION AREA CSS START ------------------------------*/

.footer .zs-tabs ul,
.footer .zs-highlight-box .zs-tabs ul {
    list-style: none;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding: 0;
    margin: 0;
}

.footer .zs-tabs li,
.footer .zs-highlight-box .zs-tabs ul li {
    padding: 0;
    margin: 0 5px 0 0;
    float: left;
}

.footer .zs-tabs ul li div,
.footer .zs-highlight-box .zs-tabs ul li div {
    float: left;
    position: relative;
    margin: 0 0 -1px;
    display: block;
    cursor: pointer;
    background: #E6E6E6;
    padding: 0 25px;
    overflow: hidden;
    color: #7a7a7a;
    line-height: 3;
    border: 1px solid #DDDDDD;
}

.footer .zs-tabs ul li.selected div,
.footer .zs-highlight-box .zs-tabs ul li.selected div {
    background: #ffffff;
    color: #da4a57;
    border-bottom: 1px solid #ffffff;
}

.footer .zs-tabs-accordion-content,
.footer .zs-highlight-box .zs-tabs-accordion-content {
    background: #ffffff;
    border: 1px solid #dddddd;
    border-top: 0px;
    padding: 15px;
    clear: both;
    color: #8d8d8d;
    margin-bottom: 5px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}

.footer .zs-accordion,
.footer .zs-highlight-box .zs-accordion {
    color: #7a7a7a;
    padding: 10px;
    cursor: pointer;
    display: none;
    background: #E6E6E6;
    position: relative;
    border: 1px solid #DDDDDD;
    margin-bottom: 5px;
}

.footer .zs-accordion.selected,
.footer .zs-highlight-box .zs-accordion.selected {
    margin-bottom: 0px;
    color: #da4a57;
    background: #ffffff;
    border-color: #e5e5e5;
}


/*-------------------- THEME FOOTER AREA HIGHLIGHT BOX TABS AND ACCORDION AREA CSS START --------------------- */

.footer .zs-highlight-box .zs-tabs-accordion-content {
    color: #8d8d8d;
}

.footer .zs-highlight-box .zs-tabs-accordion-content form ul {
    border-color: #d2d2d2;
}

.footer .zs-highlight-box .zs-tabs-accordion-content h1,
.footer .zs-highlight-box .zs-tabs-accordion-content h2,
.footer .zs-highlight-box .zs-tabs-accordion-content h3,
.footer .zs-highlight-box .zs-tabs-accordion-content h4,
.footer .zs-highlight-box .zs-tabs-accordion-content h5,
.footer .zs-highlight-box .zs-tabs-accordion-content h6 {
    color: #333333;
}

.footer .zs-highlight-box .zs-tabs-accordion-content a,
.footer .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #19acff;
}

.footer .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top-color: #d2d2d2;
}

.footer .zs-highlight-box .zs-tabs-accordion-content th {
    background: #f0f0f0;
    border-color: #dbdbdb;
    color: #636363;
}

.footer .zs-highlight-box .zs-tabs-accordion-content td {
    background: #ffffff;
    border-color: #e3dfcb;
    color: #959595;
}

.footer .zs-highlight-box .zs-tabs-accordion-content form li span input[type="text"],
.footer .zs-highlight-box .zs-tabs-accordion-content form li span textarea,
.footer .zs-highlight-box .zs-tabs-accordion-content form li span select {
    background: #ffffff;
    border: 1px solid #d7d7d7;
    color: #8d8d8d;
}


/*FORM AREA*/

form ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fafafa;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #e3e3e3;
}

form li {
    overflow: hidden;
    padding: 10px 0 0;
    margin: 0;
}

form ul li label,
form ul li div {
    width: auto;
    float: left;
    padding: 8px 0 0;
}

form ul li label {
    width: 205px;
}

form li span input,
form li span label {
    float: none;
    width: auto;
    margin: 4px;
    padding: 3px 8px 0;
}

form li div span {
    display: block;
}

form li span input[type=text],
form li span textarea,
form li span select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #747474;
    width: 225px;
    background: #fff;
    border: 1px solid #d7d7d7;
    float: left;
    padding: 10px;
    margin: 0px;
    resize: none;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: inset 1px 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 1px 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 2px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: inset 1px 2px 5px rgba(0, 0, 0, 0.1);
}

form li span select {
    width: 246px;
}

form li span textarea {
    height: 100px;
    overflow: auto;
}

form li span button {
    margin-left: 5px;
    cursor: pointer;
}

form .dateinvoker {
    background: url(images/datePickerIcn.png) 0 0 no-repeat;
    height: 20px;
    border: none;
    vertical-align: middle;
    margin-top: 5px;
    margin-left: 5px;
    outline: none;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    padding: 0px;
}

form li input[type=submit],
form li input[type=reset],
button {
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #202020;
    background: #343434;
    padding: 8px 20px;
    margin-right: 5px;
    color: #fff;
    cursor: pointer;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 10px 15px #4B4B4B inset;
    -webkit-box-shadow: 0 10px 15px #4B4B4B inset;
    -moz-box-shadow: 0 10px 10px #4B4B4B inset;
    -o-box-shadow: 0 10px 10px #4B4B4B inset;
}

form li input[type=reset] {
    color: #1f95d2;
    text-decoration: underline;
    border: 0;
    background: transparent;
    box-shadow: none;
}


/*--------------------------- THEME SEARCH BOX AREA CSS ---------------------------*/

.searchContainer {
    margin: 22px auto 15px;
}

.searchbox {
    width: 195px;
    height: 24px;
    position: relative;
    background: #ffffff;
    border: 1px solid #e9e9e9;
}

.searchbox input[type=text] {
    background: transparent;
    width: 160px;
    height: 24px;
    border: 0;
    outline: none;
    line-height: 24px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #747474;
    padding: 0 5px;
}

.searchbox input[type=submit] {
    background: url(images/searchicon.png) center center no-repeat #e9e9e9;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0 none;
    cursor: pointer;
}


/* -------------------------------------------------------------  SLIDESHOW AREA CSS ---------------------------------------------------------------------------*/

.zs-slideshow-right-arrow {
    background: url(images/zs-slideshow-right-arrow.png) left top no-repeat;
    cursor: pointer;
    height: 38px;
    left: auto;
    right: 0px;
    margin-top: -19px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: opacity 500ms ease 0s;
    -webkit-transition: opacity 500ms ease 0s;
    -moz-transition: opacity 500ms ease 0s;
    -o-transition: opacity 500ms ease 0s;
    width: 31px;
    z-index: 150;
}

.zs-slideshow-left-arrow {
    background: url(images/zs-slideshow-left-arrow.png) left top no-repeat;
    cursor: pointer;
    height: 38px;
    right: auto;
    left: 0px;
    margin-top: -19px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: opacity 500ms ease 0s;
    -webkit-transition: opacity 500ms ease 0s;
    -moz-transition: opacity 500ms ease 0s;
    -o-transition: opacity 500ms ease 0s;
    width: 31px;
    z-index: 150;
}

.themeSlideshowOuterContainer {
    top: 7px;
    opacity: 0;
    position: absolute;
    transition: opacity 500ms ease 0s;
    z-index: 150;
    height: 25px;
}

.themeSlideshowInnerContainer {
    background: transparent;
    border-radius: 0;
    padding: 0px 10px 0 0;
    float: right;
}

.zs-slideshow-control-active {
    background: url(images/zs-slideshow-control-active.png) no-repeat left top;
    cursor: pointer;
    display: inline-block;
    height: 9px;
    margin: 0 0 0 7px;
    width: 9px;
}

.zs-slideshow-control {
    background: url(images/zs-slideshow-control.png) no-repeat left top;
    cursor: pointer;
    display: inline-block;
    height: 9px;
    margin: 0 0 0 7px;
    width: 9px;
}


/*-----------------------------------      THEME HIGHLIGHT BOX AREA CSS    -----------------------------------------------*/

.zs-highlight-box {
    background-color: #1f95d2;
    background-image: none;
    background-image: none, -moz-linear-gradient(bottom, transparent, transparent);
    background-image: none, -webkit-linear-gradient(bottom, transparent, transparent);
    background-image: none, -o-linear-gradient(bottom, transparent, transparent);
    background-position: top left;
    background-repeat: repeat;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.20), 0px 0px 0px 5px #FFFFFF inset;
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.20), 0px 0px 0px 5px #FFFFFF inset;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.20), 0px 0px 0px 5px #FFFFFF inset;
    -o-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.20), 0px 0px 0px 5px #FFFFFF inset;
    border-width: 0;
    border-style: none;
    border-color: transparent;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    padding: 10px;
    margin: 5px;
    min-height: 200px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #004A70;
}

.zs-highlight-box h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #FFFFFF;
}

.zs-highlight-box h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    color: #FFFFFF;
}

.zs-highlight-box h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #FFFFFF;
}

.zs-highlight-box h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #FFFFFF;
}

.zs-highlight-box h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #FFFFFF;
}

.zs-highlight-box h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
}

.zs-highlight-box a {
    text-decoration: none;
    color: #CAE600;
}

.zs-highlight-box a:hover {
    text-decoration: none;
    color: #CAE600;
}

.zs-highlight-box th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #2AAEF3;
    border-width: 1px;
    border-style: solid;
    border-color: #3ABCFF;
    color: #D3F0FF;
    padding: 6px;
}

.zs-highlight-box td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #f8f8f8;
    border-width: 1px;
    border-style: solid;
    border-color: #EBEBEB;
    color: #747474;
    padding: 6px;
}

.zs-highlight-box form ul {
    border-color: #0094E0;
}

.zs-highlight-box h3.newsletter-heading {
    color: #FFFFFF;
}

.zs-highlight-box .newsletter-desc {
    color: #004A70;
}


/*-----------------------------------    TEXT HIGHLIGHT CSS    -----------------------------------------------*/

.zs-text-light-color {
    color: #B5B5B5;
}

.zs-text-highlight-color {
    color: #333333;
}

.zs-highlight-box .zs-text-light-color {
    color: #B5B5B5;
}

.zs-highlight-box .zs-text-highlight-color {
    color: #CAE600;
}


/*-------------------- THEME TABS AND ACCORDION AREA CSS START --------------------- */

.zs-tabs ul,
.zs-highlight-box .zs-tabs ul {
    list-style: none;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding: 0;
    margin: 0;
}

.zs-tabs li,
.zs-highlight-box .zs-tabs ul li {
    padding: 0;
    margin: 0 5px 0 0;
    float: left;
}

.zs-tabs ul li div,
.zs-highlight-box .zs-tabs ul li div {
    float: left;
    position: relative;
    margin: 0 0 -1px;
    display: block;
    cursor: pointer;
    background: #E6E6E6;
    padding: 0 25px;
    overflow: hidden;
    color: #7a7a7a;
    line-height: 3;
    border: 1px solid #DDDDDD;
}

.zs-tabs ul li.selected div,
.zs-highlight-box .zs-tabs ul li.selected div {
    background: #ffffff;
    color: #da4a57;
    border-bottom: 1px solid #ffffff;
}

.zs-tabs-accordion-content,
.zs-highlight-box .zs-tabs-accordion-content {
    background: #ffffff;
    border: 1px solid #dddddd;
    border-top: 0px;
    padding: 15px;
    clear: both;
    color: #8d8d8d;
    margin-bottom: 5px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}

.zs-accordion,
.zs-highlight-box .zs-accordion {
    color: #7a7a7a;
    padding: 10px;
    cursor: pointer;
    display: none;
    background: #E6E6E6;
    position: relative;
    border: 1px solid #DDDDDD;
    margin-bottom: 5px;
}

.zs-accordion.selected,
.zs-highlight-box .zs-accordion.selected {
    margin-bottom: 0px;
    color: #da4a57;
    background: #ffffff;
    border-color: #e5e5e5;
}


/*-------------------- THEME HIGHLIGHT BOX TABS AND ACCORDION AREA CSS START --------------------- */

.zs-highlight-box .zs-tabs-accordion-content {
    color: #8d8d8d;
}

.zs-highlight-box .zs-tabs-accordion-content form ul {
    border-color: #d2d2d2;
}

.zs-highlight-box .zs-tabs-accordion-content h1,
.zs-highlight-box .zs-tabs-accordion-content h2,
.zs-highlight-box .zs-tabs-accordion-content h3,
.zs-highlight-box .zs-tabs-accordion-content h4,
.zs-highlight-box .zs-tabs-accordion-content h5,
.zs-highlight-box .zs-tabs-accordion-content h6 {
    color: #333333;
}

.zs-highlight-box .zs-tabs-accordion-content a,
.zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #19acff;
}

.zs-highlight-box .zs-tabs-accordion-content hr {
    border-top-color: #d2d2d2;
}

.zs-highlight-box .zs-tabs-accordion-content th {
    background: #f0f0f0;
    border-color: #dbdbdb;
    color: #636363;
}

.zs-highlight-box .zs-tabs-accordion-content td {
    background: #ffffff;
    border-color: #e3dfcb;
    color: #959595;
}

.zs-highlight-box .zs-tabs-accordion-content form li span input[type="text"],
.zs-highlight-box .zs-tabs-accordion-content form li span textarea,
.zs-highlight-box .zs-tabs-accordion-content form li span select {
    background: #ffffff;
    border: 1px solid #d7d7d7;
    color: #8d8d8d;
}


/***************************** START SOCIAL ICONS SPRITE *****************************/

.socialiconContainer {
    text-align: center;
    margin: 10px 0;
}

.zs-socialicon-email,
.zs-socialicon-facebook,
.zs-socialicon-flickr,
.zs-socialicon-googleplus,
.zs-socialicon-linkedin,
.zs-socialicon-pinterest,
.zs-socialicon-rss,
.zs-socialicon-twitter,
.zs-socialicon-youtube,
.zs-socialicon-medium,
.zs-socialicon-instagram {
    background: url('images/zs-socialicon-sprite.png') no-repeat top left;
    width: 22px;
    height: 22px;
    display: inline-block;
    margin: 0 3px;
}

.zs-socialicon-email {
    background-position: 0 -0px;
}

.zs-socialicon-facebook {
    background-position: 0 -22px;
}

.zs-socialicon-flickr {
    background-position: 0 -44px;
}

.zs-socialicon-googleplus {
    background-position: 0 -66px;
}

.zs-socialicon-linkedin {
    background-position: 0 -88px;
}

.zs-socialicon-pinterest {
    background-position: 0 -110px;
}

.zs-socialicon-rss {
    background-position: 0 -132px;
}

.zs-socialicon-twitter {
    background-position: 0 -154px;
}

.zs-socialicon-youtube {
    background-position: 0 -176px;
}

.zs-socialicon-medium {
    background-position: 0 -198px;
}

.zs-socialicon-instagram {
    background-position: 0 -220px;
}


/*****************************   END: SOCIAL ICONS SPRITE *****************************/

.newsletter-container {
    background: transparent;
    padding: 10px
}

h3.newsletter-heading {
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #333333;
}

.newsletter-desc {
    margin-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #747474;
}

.newsletter-input-field {
    background: #ffffff;
    border-width: 1px;
    border-color: #D7D7D7;
    color: #747474;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-style: solid;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-right: 5px;
    width: 200px;
    padding: 10px;
    box-sizing: border-box;
    vertical-align: top;
}

button.newsletter-button {
    background: #343434;
    border-width: 1px;
    border-color: #343434;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-style: solid;
    cursor: pointer;
    padding: 9px;
    font-weight: 400;
    box-sizing: border-box;
    margin-right: 0;
}

.newsletter-layout-1 .newsletter-form,
.newsletter-layout-2 .newsletter-form {
    margin: 0 auto;
    text-align: center;
}

.newsletter-layout-3 .newsletter-form {
    width: 200px;
    margin: 0 auto;
    text-align: right;
}

.newsletter-layout-3 button {
    text-align: right;
}

.newsletter-form input[type="text"]::-moz-placeholder {
    color: #747474;
    font-size: 90%;
    line-height: normal;
}

.newsletter-form input[type="text"]::-webkit-input-placeholder {
    color: #747474;
    font-size: 85%;
    line-height: normal;
}

.newsletter-form input[type="text"]:-ms-input-placeholder {
    color: #747474;
    font-size: 90%;
    line-height: normal;
}


/*----------------------------------- MEMBERSHIP PORTAL AREA CSS  -----------------------------------------------*/

.mp-container {
    height: 35px;
    position: relative;
    top: -15px;
}

.member-signin {
    float: right;
}

.member-signin>ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.member-signin li {
    display: inline-block;
    line-height: 35px;
    margin-left: 20px;
    padding: 0;
    position: relative;
}

.member-signin li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #dd3b48;
    display: block;
}

.member-signin li a:hover {
    text-decoration: none;
    color: #dd3b48;
}

.member-signin li:first-child {
    margin-left: 0;
}

.member-signin li:last-child:before {
    color: #dd3b48;
    content: "|";
    position: absolute;
    top: 0;
    left: -10px;
}

.content_child {
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: justify;
    line-height: 2em;
    text-indent: 2em;
    font-size: 14px;
    color: #666666
}
`
.intro img {
    width: 100%;
}



.table-box {
    margin-top: 10px;
}

.table-box table {
    width: 100%;
}

.table-box table tr td {
    font-size: 14px;
    padding: 20px;
}

.zpcontent-wrapper p {
    padding-left: 40px;
    margin-bottom:15px
}

.mainpage-text p {
    padding-left: 1px;
}

li.drop {
    position: relative
}

div.menu {
    display: none;
    width: 240px;
    position: absolute;
    left: 240px;
}

#navigation li:hover>div.menu {
    display: block;
    color: #333333;
}

div.menu p {
    width: 240px;
    height: 51px;
    background: #fff;
    color: #333333;
    padding-left: 15px;
    border-bottom: 1px dotted #c2c2c2;
    transition: .6s;
}

.menu p:hover {
    background: #40b5d3;
}

#navigation li.selected div.menu span {
    color: #333333;
    font-weight: normal;
}

#navigation li.selected:hover div.menu span {
    color: #fff;
}

#navigation li div.menu span {
    color: #333333;
    font-weight: normal;
}

#navigation li:hover div.menu span {
    color: #333333;
}

#navigation li.selected:hover div.menu span {
    color: #333333;
}

#nav-top a {
    width: 100%;
}

#navigation li div.menu p:hover span {
    color: #fff;
}
.footer-item {
    width:50%;
    display: inline-block;
    float: left;
}
.footer-item h4{
    padding-left:40px;
    margin-bottom:20px;
}
.content-people{
    color:#DC6868;
}
.footer-email{
    color:#0073BF;
}
.need_show{
    display: none;
}
.intro{
    text-align: center;
}
.footer-right {
    width: 76%;
    padding-left: 230px;
}
.firendly-link{
    margin-top:70px;
    padding-left:20px;
}
.firendly-link h4{
    margin-bottom:30px;
}
.firendly-link  p{
    margin-bottom:10px;
}
.menu-button{
    position: fixed;
    top:50px;
    left: 0;
    z-index:99;
    display: none;
}
.menu-button img{
    width:20px;
    height: 20px;
}
.intro img{
    width:100%;
}
.second-menu{
    display: none;
}

@media screen and (max-width:768px) {
    .Tutorial{
        display: none
    }
    .leftArea {
        width: 100%;
        margin-right: 3px;
        min-height: 5px;
        height: auto !important;
        height: 5px;
    }
    .menuArea{
        padding-left:10px;
    }
    .rightArea {
        width: 100%;
        padding-right: 10px;
    }
    .page-width {
        width: 100%;
    }
    #navigation li.selected {
        padding-left: 0px;
    }
    #navigation li {
        padding-left: 0px;
    }
    #navigation li:hover {
        padding-left: 0px;
    }
    .themeBrandingArea {
        padding-top: 15px;
    }
    .page-holder {
        padding: 0;
    }
    .footer.floatRight {
        width: 100%;
    }
    #navigation li a span {
        font-size: 10px;
    }
    #navigation li a {
        line-height: 32px;
    }
    .rightArea {
        width: 59%;
        padding-right: 10px;
    }
    .footer.floatRight {
        width: 100%;
    }
    #navigation li:hover>div.menu {
        display: none;
    }
    .need_show{
        display: block;
    }
    .footer-right {
        padding-left: 90px;
    }
    .second-menu{
        display: block;
    }
    #committee{
        display: none;
    }
    #LocalInformation{
        display: none;
    }
}
@media screen and (max-width:768px){
    .rightArea{
        width:100%;
        padding:0;
    }
    .contentArea{
        padding-left:10px;
        padding-right:10px;
    }
    #navigation li.selected{
        background: no-repeat 220px center #40b5d3;
    }
    #navigation li:hover {
        background: no-repeat 220px center #40b5d3;
    }
    #nav-top li a span{
        margin-left:10px;
    }
    .themeSitename{
        text-align:center;
    }
}
