/*--------------------------------- PRESET CSS --------------------------------------*/
body, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
body {
 background-image:url('/files/silver.jpeg');
 background-position:top center;
 background-repeat:no-repeat;
 background-color:#f6fafa;
 background-attachment:scroll;
 background-size:auto;
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:12px;
 color:#0E354D;
}
h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:30px;
color:#dd3600;
}
h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:28px;
color:#dd3600;
}
h3 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:26px;
color:#dd3600;
}
h4 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:24px;
color:#dd3600;
}
h5 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#dd3600;
}
h6 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#dd3600;
}
a {
 text-decoration:none;
color:#dd3600;
}
a:hover {
text-decoration:none;
color:#dd3600;
}
p {
    line-height: 1.5;
}
:focus {
    outline: none;
}
hr {
    border-top: 1px solid #dadcdd;
}
a img {
    border: 0 solid;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:12px;
 background:#EEEEEE;
 border-width:1px;
 border-style:solid;
 border-color:#e3e3e3;
 color:#637986;
 padding:6px;
}
td {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:12px;
 background:#FFFFFF;
 border-width:1px;
 border-style:solid;
 border-color:#e3e3e3;
 color:#929292;
 padding:6px;
}
ul, ol {
    padding: 0 0 0 20px;
    margin: 0;
}
ol {
    padding: 0 0 0 23px;
    margin: 0;
}
li {
    padding: 10px 0;
    margin: 0;
}
/*--------------------------------- COMMON USAGE CSS --------------------------------------*/
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clear {
    clear: both;
}
.mainDiv {
    width: 960px;
    margin: 0 auto;
}
.patternBG {
 background-image:url(images/bodybg.png);
 background-position:top center;
 background-repeat: no-repeat;
 background-color: transparent;
 background-attachment:scroll;
 background-size:auto;
    overflow: hidden;
}
/*--------------------------------- TOP AREA CSS --------------------------------------*/
.topArea {
    width: 748px;
    min-height: 145px;
}
.themeBrandingContainer {
    display: table;
    border: 0 solid;
    width: 60%;
    float: right;
}
.tableRow {
    display: table-row;
}
.tableCell {
    display: table-cell
}
.themeLogoOuterContainer {
    width: 1%;
}
.themeLogoArea {
    padding-top: 15px;
    padding-left: 20px;
}
.themeSitenameCaptionOuterContainer {
    vertical-align: middle;
    height: 100%;
}
.themeSitenameCaptionInnerContainer {
    height: 100%;
    vertical-align: middle;
}
.themeSitenameCaptionContainer {
    vertical-align: middle;
    height: 85px;
}
.themeSitename {
    white-space: nowrap;
    font-weight: normal;
 color:#244052;
    text-align: right;
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:32px;
}
/*--------------------------------- MENU AREA CSS --------------------------------------*/
.menuContainer {
    float: right;
    height: 30px;
    margin: 7px 0;
    overflow: hidden;
    padding: 0;
    width: 550px;
}
#navigation ul {
    list-style: none;
    padding: 0px;
    margin: 0;
    float: right;
}
#navigation li {
    display: block;
    float: left;
    cursor: pointer;
    padding: 0;
    margin: 0;
 background-color:transparent;
 background-image:none;
background-repeat:repeat-x;
background-position:left top;
}
#navigation li a {
    text-decoration: none;
 color:#0E354D;
    float: left;
    margin: 0 0 0 10px;
    padding: 10px;
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:16px;
    cursor: pointer;
    overflow: hidden;
}
#navigation li a span {
    float: left;
}
#navigation li:hover a, #navigation li.selected a, #navigation li.active a {
 color:#dd3600;
}
#navigation li:hover, #navigation li.selected, #navigation li.active {
 background-color:transparent;
 background-image:none;
background-repeat:repeat-x;
background-position:left top;
}
#navigation li.navArrow a em, #navigation li:hover.navArrow a em, #navigation li.active.navArrow a em, #navigation li.selected.navArrow a em {
    background: url(images/navArrow.png) no-repeat scroll 0 0;
    display: block;
    height: 9px;
    width: 7px;
    margin: 5px 0 0 13px;
    float: left
}
#navigation li:hover.navArrow a em, #navigation li.active.navArrow a em, #navigation li.selected.navArrow a em {
    background: url(images/navArrow1.png) no-repeat scroll 0 0;
}
.submenu {
 background-color:#ffffff;
background-image:none;
background-position:top left;
background-repeat:repeat;
 border-width:1px;
border-style:solid;
border-color:#bacdd8;
 border-radius:0px;
-moz-border-radius:0px;
-webkit-border-radius:0px;
-o-border-radius:0px;
    width: 198px;
    display: block;
    position: absolute;
    overflow: hidden;
    -webkit-transition: height 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    -moz-transition: height 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    -o-transition: height 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    -ms-transition: height 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    transition: height 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 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:#0E354D;
 font-size:13px;
 font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
    display: block;
    float: left;
    cursor: pointer;
    line-height: 1.5;
    padding: 7px 0;
    padding-left: 15px;
}
.submenu li:hover, .submenu li:hover a {
 color:#FFFFFF;
background-color:#dd3600;
background-image:none;
background-position:top left;
background-repeat:repeat;
}
.submenu li a span {
    width: 160px;
    float: left;
    word-wrap: break-word;
}
.submenu li.navArrow a em, .submenu li:hover.navArrow a em {
    background: url(images/subNavArrow.png) no-repeat;
    float: left;
    height: 10px;
    width: 6px;
    margin-top: 6px;
    margin-left: 6px
}
.submenu li:hover.navArrow a em {
    background: url(images/subHoverNavArrow.png) no-repeat;
}
/*--------------------------------- BANNER & CAPTION AREA CSS --------------------------------------*/
.bannerImage {
    width: 748px;
    height: 353px;
}
.caption {
    background: url(images/cpationBg.png) no-repeat right top transparent;
    height: 80px;
    left: -211px;
    position: relative;
    top: -140px;
    z-index: 0;
}
.captionInner {
    width: 748px;
    padding: 10px 0;
}
.captionInner h2 {
 color:#ffffff;
    width: 730px;
    overflow: hidden;
    word-wrap: break-word;
    text-align: right;
 font-size:24px;
 font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}
/*--------------------------------- BREADCRUMB AREA CSS --------------------------------------*/
.breadcrumb {
    margin-bottom: 15px;
    padding: 8px;
    color: #000;
    background: #E2E7EA;
}
.breadcrumb a {
    color: #dd3600;
}
.breadcrumb p {
    word-wrap: break-word;
}
.breadcrumb span {
    padding: 0 5px;
}
.breadcrumb a:hover {
    text-decoration: underline
}
/*--------------------------------- CONTENT AREA CSS --------------------------------------*/
.contentContainer {
    width: 748px;
 background-color:#ffffff;
 background-image:none;
 background-position:0 0;
 background-repeat:repeat;
 background-attachment:scroll;
 background-size:auto;
 box-shadow: 0px 0px 0px 0px transparent, 0px 0px 0px 0px transparent inset;
 -webkit-box-shadow: 0px 0px 0px 0px transparent, 0px 0px 0px 0px transparent inset;
 -moz-box-shadow: 0px 0px 0px 0px transparent, 0px 0px 0px 0px transparent inset;
 -o-box-shadow: 0px 0px 0px 0px transparent, 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-bottom: 25px;
}
.contentAreaSpace {
    min-height: 400px;
    height: auto !important;
    height: 400px;
    overflow: hidden;
}
.sideBarAreaSpace {
    min-height: 300px;
    height: auto !important;
    height: 300px;
}
.contentContainerInner {
    padding: 20px
}
.contentArea {
    width: 65%;
}
/*--------------------------------- SIDEBAR AREA CSS --------------------------------------*/
.sideBarArea {
    width: 35%;
}
.sideBarInner {
 background-color:#ffffff;
 background-image:none;
 background-position:0 0;
 background-repeat: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;
    padding: 20px;
    margin-right: 10px;
    z-index: 1;
    position: relative;
    top: -80px;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size:12px;
 color:#929292;
}
.sideBarInner h1 {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:30px;
 color:#1c2931;
}
.sideBarInner h2 {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:28px;
 color:#1c2931;
}
.sideBarInner h3 {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:26px;
 color:#1c2931;
}
.sideBarInner h4 {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:24px;
 color:#1c2931;
}
.sideBarInner h5 {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:20px;
 color:#1c2931;
}
.sideBarInner h6 {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:16px;
 color:#1c2931;
}
.sideBarInner a {
 text-decoration:none;
 color:#DD3600;
}
.sideBarInner a:hover {
 text-decoration:none;
 color:#DD3600;
}
.sideBarInner form li span input[type=text], .sideBarInner form li span textarea, .sideBarInner form li span select {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:12px;
 color:#929292;
    width: 150px;
}
.sideBarInner form li input[type=submit], .sideBarInner form li input[type=reset] {
font-family:Georgia, "Times New Roman", Times, serif
}
.sideBarInner form li span select {
    width: 163px;
}
.sideBarInner .newsletter-input-field {
    width:175px;
}
.sideBarInner .newsletter-layout-3 .newsletter-form {
    width: 175px;
}
.sideBarInner th {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:12px;
 background:#EEEEEE;
 border-width:1px;
 border-style:solid;
 border-color:#e3e3e3;
 color:#637986;
 padding:6px;
}
.sideBarInner td {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:12px;
 background:#FFFFFF;
 border-width:1px;
 border-style:solid;
 border-color:#e3e3e3;
 color:#929292;
 padding:6px;
}
.sideBarInner .zs-highlight-box {
 background-color: #b40700;
 background-image: url(images/highlightboxbg.png);
 background-image: url(images/highlightboxbg.png), -moz-linear-gradient(bottom, transparent, transparent);
 background-image: url(images/highlightboxbg.png), -webkit-linear-gradient(bottom, transparent, transparent);
 background-image: url(images/highlightboxbg.png), -o-linear-gradient(bottom, transparent, transparent);
 background-position: top left;
 background-repeat: repeat;
 box-shadow: 0px 0px 0 5px #621d07, 0px 0px 0px 0 transparent inset;
 -moz-box-shadow: 0px 0px 0 5px #621d07, 0px 0px 0px 0 transparent inset;
 -webkit-box-shadow: 0px 0px 0 5px #621d07, 0px 0px 0px 0 transparent inset;
 -o-box-shadow: 0px 0px 0 5px #621d07, 0px 0px 0px 1px transparent inset;
 border-width: 1px;
 border-style:dashed;
 border-color:#bb5d4c;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 padding: 10px;
 margin: 5px 0;
    min-height: 200px;
font-family:Georgia, "Times New Roman", Times, serif;
 font-size:12px;
 color:#FF8C88;
}
.sideBarInner .zs-highlight-box h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:30px;
color:#FFFFFF;
}
.sideBarInner .zs-highlight-box h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:28px;
color:#FFFFFF;
}
.sideBarInner .zs-highlight-box h3 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:26px;
color:#FFFFFF;
}
.sideBarInner .zs-highlight-box h4 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:24px;
color:#FFFFFF;
}
.sideBarInner .zs-highlight-box h5 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#FFFFFF;
}
.sideBarInner .zs-highlight-box h6 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#FFFFFF;
}
.sideBarInner .zs-highlight-box a {
 text-decoration:none;
color:#FDDF05;
}
.sideBarInner .zs-highlight-box a:hover {
text-decoration:none;
color:#FDDF05;
}
.sideBarInner .zs-highlight-box form li span input[type=text], .sideBarInner .zs-highlight-box form li span textarea {
    width: 130px;
}
.sideBarInner .zs-highlight-box form li span select {
    width: 143px;
}
.sideBarInner .zs-highlight-box .newsletter-input-field {
    width:155px;
}
.sideBarInner .zs-highlight-box .newsletter-layout-3 .newsletter-form {
    width: 155px;
}
.sideBarInner .zs-highlight-box th {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:12px;
 background:#D52E04;
 border-width:1px;
 border-style:solid;
 border-color:#E94841;
 color:#D4E2EB;
 padding:6px;
}
.sideBarInner .zs-highlight-box td {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:12px;
 background:#FFFFFF;
 border-width:1px;
 border-style:solid;
 border-color:#e3e3e3;
 color:#929292;
 padding:6px;
}
/*----------------------------------- TEXT HIGHLIGHT CSS -----------------------------------------------*/
.sideBarInner .zs-text-light-color {
color:#C1C1C1;
}
.sideBarInner .zs-text-highlight-color {
color:#1C2931;
}
.sideBarInner .zs-highlight-box .zs-text-light-color {
color:#C1C1C1;
}
.sideBarInner .zs-highlight-box .zs-text-highlight-color {
color:#1C2931;
}
/*--------------------- THEME SIDEBAR TABS ACCORDION AREA CSS ---------------------*/
.sideBarInner .zs-tabs ul, .sideBarInner .zs-highlight-box .zs-tabs ul {
    list-style: none;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    display: none;
    border-bottom: 1px solid #E6E6E6;
}
.sideBarInner .zs-tabs ul li, .sideBarInner .zs-highlight-box .zs-tabs ul li {
    float: left;
    margin: 0px 2px 0px 0;
    padding: 0;
}
.sideBarInner .zs-tabs ul li div, .sideBarInner .zs-highlight-box .zs-tabs ul li {
    cursor: pointer;
    position: relative;
    padding: 0 20px;
    color: #595959;
    margin: 0 0 -1px;
    line-height: 2.8;
    background: #F2F2F2;
    border-top: 2px solid transparent;
    border-bottom: 1px solid #E6E6E6;
}
.sideBarInner .zs-tabs ul li.selected div, .sideBarInner .zs-highlight-box .zs-tabs ul li.selected div {
    background: #ffffff;
    border-top: 3px solid #dd3600;
    padding-top: 0;
    color: #dd3600;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    border-bottom: 0;
}
.sideBarInner .zs-tabs-accordion-content, .sideBarInner .zs-highlight-box .zs-tabs-accordion-content {
    background: #ffffff;
    border: 1px solid #E6E6E6;
    padding: 15px;
    display: none;
    color: #929292;
    clear: both;
    border-top: 0;
    margin-bottom: 5px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.sideBarInner .zs-accordion, .sideBarInner .zs-highlight-box .zs-accordion {
    color: #595959;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 5px;
    display: block;
    background: #f8f8f8;
    border: 1px solid #E6E6E6;
}
.sideBarInner .zs-accordion.selected, .sideBarInner .zs-highlight-box .zs-accordion.selected {
    background: #dd3600;
    color: #ffffff;
    margin-bottom: 0px;
    border-color: #dd3600;
}
/*-------------------- THEME SIDEBAR AREA HIGHLIGHT BOX TABS AND ACCORDION AREA CSS START --------------------- */
.sideBarInner .zs-highlight-box .zs-tabs-accordion-content {
    padding: 10px;
}
.sideBarInner .zs-highlight-box .zs-tabs-accordion-content h1, .sideBarInner .zs-highlight-box .zs-tabs-accordion-content h2, .sideBarInner .zs-highlight-box .zs-tabs-accordion-content h3, .sideBarInner .zs-highlight-box .zs-tabs-accordion-content h4, .sideBarInner .zs-highlight-box .zs-tabs-accordion-content h5, .sideBarInner .zs-highlight-box .zs-tabs-accordion-content h6 {
    color: #dd3600;
}
.sideBarInner .zs-highlight-box .zs-tabs-accordion-content a, .sideBarInner .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #dd3600;
}
.sideBarInner .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top-color: #dadcdd;
}
.sideBarInner .zs-highlight-box .zs-tabs-accordion-content th {
    background: #eeeeee;
    border-color: #e3e3e3;
    color: #637986;
}
.sideBarInner .zs-highlight-box .zs-tabs-accordion-content td {
    background: #ffffff;
    border-color: #e3e3e3;
    color: #929292;
}
.sideBarInner .zs-highlight-box .zs-tabs-accordion-content form li span input[type="text"], .sideBarInner .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .sideBarInner .zs-highlight-box .zs-tabs-accordion-content form li span select {
    background: #ffffff;
    border: 1px solid #d0d0d0;
    color: #929292;
    width: 100px;
}
.sideBarInner .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 113px;
}
.sideBarInner .zs-highlight-box .zs-tabs-accordion-content form li input[type="Submit"], .sideBarInner .zs-highlight-box .zs-tabs-accordion-content form li input[type="reset"] {
    padding: 5px 10px;
}
.sideBarInner .zs-tabs-accordion-content .newsletter-input-field {
    width:140px;
}
.sideBarInner .zs-tabs-accordion-content .newsletter-layout-3 .newsletter-form {
    width:140px;
}

/*--------------------------------- FOOTER AREA CSS --------------------------------------*/
.footer {
 background-color:transparent;
 background-image:url(images/footerShadow.png);
 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;
 -moz-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;
 -o-box-shadow: 0px 0px 0 0px transparent, 0px 0px 0px 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;
    width: 748px;
}
.footerInner {
    margin-top: 15px;
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
    padding: 20px;
 color:#656565;
}
.footerInner h1 {
 font-family:Arial, Helvetica, sans-serif;
 font-size:30px;
 color:#DD3600;
}
.footerInner h2 {
 font-family:Arial, Helvetica, sans-serif;
 font-size:28px;
 color:#DD3600;
}
.footerInner h3 {
 font-family:Arial, Helvetica, sans-serif;
 font-size:26px;
 color:#DD3600;
}
.footerInner h4 {
 font-family:Arial, Helvetica, sans-serif;
 font-size:24px;
 color:#DD3600;
}
.footerInner h5 {
 font-family:Arial, Helvetica, sans-serif;
 font-size:20px;
 color:#DD3600;
}
.footerInner h6 {
 font-family:Arial, Helvetica, sans-serif;
 font-size:16px;
 color:#DD3600;
}
.footerInner a {
 text-decoration:none;
 color:#DD3600;
}
.footerInner a:hover {
 text-decoration:none;
 color:#DD3600;
}
.footerInner form li span input[type=text], .footerInner form li span textarea, .footerInner form li span select {
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#656565;
}
.footerInner form li input[type=submit], .footerInner form li input[type=reset] {
font-family:Arial, Helvetica, sans-serif;
}
.footerInner th {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:12px;
 background:#EEEEEE;
 border-width:1px;
 border-style:solid;
 border-color:#e3e3e3;
 color:#637986;
 padding:6px;
}
.footerInner td {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:12px;
 background:#FFFFFF;
 border-width:1px;
 border-style:solid;
 border-color:#e3e3e3;
 color:#929292;
 padding:6px;
}
.footerInner .zs-highlight-box {
 background-color: #b40700;
 background-image: url(images/highlightboxbg.png);
 background-image: url(images/highlightboxbg.png), -moz-linear-gradient(bottom, transparent, transparent);
 background-image: url(images/highlightboxbg.png), -webkit-linear-gradient(bottom, transparent, transparent);
 background-image: url(images/highlightboxbg.png), -o-linear-gradient(bottom, transparent, transparent);
 background-position: top left;
 background-repeat: repeat;
 box-shadow: 0px 0px 0 5px #621d07, 0px 0px 0px 0 transparent inset;
 -moz-box-shadow: 0px 0px 0 5px #621d07, 0px 0px 0px 0 transparent inset;
 -webkit-box-shadow: 0px 0px 0 5px #621d07, 0px 0px 0px 0 transparent inset;
 -o-box-shadow: 0px 0px 0 5px #621d07, 0px 0px 0px 1px transparent inset;
 border-width: 1px;
 border-style:dashed;
 border-color:#bb5d4c;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 padding: 10px;
 margin: 5px 0;
    min-height: 200px;
font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#FF8C88;
}
.footerInner .zs-highlight-box h1 {
 font-family:Arial, Helvetica, sans-serif;
 font-size:30px;
 color:#FFFFFF;
}
.footerInner .zs-highlight-box h2 {
 font-family:Arial, Helvetica, sans-serif;
 font-size:28px;
 color:#FFFFFF;
}
.footerInner .zs-highlight-box h3 {
 font-family:Arial, Helvetica, sans-serif;
 font-size:26px;
 color:#FFFFFF;
}
.footerInner .zs-highlight-box h4 {
 font-family:Arial, Helvetica, sans-serif;
 font-size:24px;
 color:#FFFFFF;
}
.footerInner .zs-highlight-box h5 {
 font-family:Arial, Helvetica, sans-serif;
 font-size:20px;
 color:#FFFFFF;
}
.footerInner .zs-highlight-box h6 {
 font-family:Arial, Helvetica, sans-serif;
 font-size:16px;
 color:#FFFFFF;
}
.footerInner .zs-highlight-box a {
 text-decoration:none;
 color:#FDDF05;
}
.footerInner .zs-highlight-box a:hover {
 text-decoration:none;
 color:#FDDF05;
}
.footerInner .zs-highlight-box th {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:12px;
 background:#D52E04;
 border-width:1px;
 border-style:solid;
 border-color:#E94841;
 color:#D4E2EB;
 padding:6px;
}
.footerInner .zs-highlight-box td {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:12px;
 background:#FFFFFF;
 border-width:1px;
 border-style:solid;
 border-color:#e3e3e3;
 color:#929292;
 padding:6px;
}
/*----------------------------------- TEXT HIGHLIGHT CSS -----------------------------------------------*/
.footerInner .zs-text-light-color {
color:#ADADAD;
}
.footerInner .zs-text-highlight-color {
color:#DD3600;
}
.footerInner .zs-highlight-box .zs-text-light-color {
color:#C1C1C1;
}
.footerInner .zs-highlight-box .zs-text-highlight-color {
color:#FDDF05;
}
/*------------------------ THEME TABS ACCORDION AREA CSS START ------------------------------*/
.footerInner .zs-tabs ul, .footerInner .zs-highlight-box .zs-tabs ul {
    list-style: none;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #E6E6E6;
}
.footerInner .zs-tabs ul li, .footerInner .zs-highlight-box .zs-tabs ul li {
    float: left;
    margin: 0px 2px 0px 0;
    padding: 0;
}
.footerInner .zs-tabs ul li div, .footerInner .zs-highlight-box .zs-tabs ul li div {
    cursor: pointer;
    position: relative;
    padding: 0 20px;
    color: #595959;
    margin: 0 0 -1px;
    line-height: 2.8;
    background: #F2F2F2;
    border-top: 2px solid transparent;
    border-bottom: 1px solid #E6E6E6;
}
.footerInner .zs-tabs ul li.selected div, .footerInner .zs-highlight-box .zs-tabs ul li.selected div {
    background: #ffffff;
    border-top: 3px solid #dd3600;
    padding-top: 0;
    color: #dd3600;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    border-bottom: 0;
}
.footerInner .zs-tabs-accordion-content, .footerInner .zs-highlight-box .zs-tabs-accordion-content {
    background: #ffffff;
    border: 1px solid #E6E6E6;
    padding: 15px;
    display: none;
    color: #929292;
    clear: both;
    border-top: 0;
    margin-bottom: 5px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.footerInner .zs-accordion, .footerInner .zs-highlight-box .zs-accordion {
    color: #595959;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 5px;
    display: none;
    background: #f8f8f8;
    border: 1px solid #E6E6E6;
}
.footerInner .zs-accordion.selected, .footerInner .zs-highlight-box .zs-accordion.selected {
    background: #dd3600;
    color: #ffffff;
    margin-bottom: 0px;
    border-color: #dd3600;
}
/*-------------------- THEME FOOTER HIGHLIGHT BOX TABS AND ACCORDION AREA CSS START --------------------- */
.footerInner .zs-highlight-box .zs-tabs-accordion-content h1, .footerInner .zs-highlight-box .zs-tabs-accordion-content h2, .footerInner .zs-highlight-box .zs-tabs-accordion-content h3, .footerInner .zs-highlight-box .zs-tabs-accordion-content h4, .footerInner .zs-highlight-box .zs-tabs-accordion-content h5, .footerInner .zs-highlight-box .zs-tabs-accordion-content h6 {
    color: #dd3600;
}
.footerInner .zs-highlight-box .zs-tabs-accordion-content a, .footerInner .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #dd3600;
}
.footerInner .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top-color: #dadcdd;
}
.footerInner .zs-highlight-box .zs-tabs-accordion-content th {
    background: #eeeeee;
    border-color: #e3e3e3;
    color: #637986;
}
.footerInner .zs-highlight-box .zs-tabs-accordion-content td {
    background: #ffffff;
    border-color: #e3e3e3;
    color: #929292;
}
.footerInner .zs-highlight-box .zs-tabs-accordion-content form li span input[type="text"], .footerInner .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .footerInner .zs-highlight-box .zs-tabs-accordion-content form li span select {
    background: #ffffff;
    border: 1px solid #d0d0d0;
    color: #929292;
}
/*--------------------------------- FORM AREA CSS --------------------------------------*/
form ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}
form li {
    overflow: hidden;
    padding: 10px 0 0;
    margin: 0;
}
form ul li label, form ul li div {
    float: none;
    width: auto;
    padding: 2px 0;
    font-size: 14px;
}
form ul li label {
    width: 200px;
    text-align: left;
    line-height: 1.5;
}
form li span input, form li span label {
    float: none;
    width: auto;
    margin: 3px;
    font-weight: normal;
    padding: 0;
}
form li div span {
    display: block;
}
form li span input[type=text], form li span textarea, form li span select {
    width: 200px;
    outline: none;
    background: #fff;
    border: 1px solid #d0d0d0;
    float: left;
    padding: 5px 2px;
    margin: 0px;
    resize: none;
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:12px;
 color:#0E354D;
}
form li span select {
    width: 205px;
}
form li span textarea {
    height: 100px;
    overflow: auto;
}
form .dateinvoker {
    background: url(images/datePickerIcn.png) 0 0 no-repeat;
    width: 16px;
    height: 16px;
    border: none;
    vertical-align: middle;
    margin: 5px;
    outline: none;
    padding: 0px;
}
form li input[type=Submit], form li input[type=reset], button {
    background: url(images/submitButtonBg.png) bottom left repeat-x #e33600;
    border: 1px solid #dfdfdf;
    padding: 5px 15px;
    margin-right: 5px;
    color: #fff;
    cursor: pointer;
 font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
}
form li input[type=reset] {
    background: url(images/resetButtonBg.png) top left repeat-x;
    color: #525252;
}
/*--------------------------------- THEME SEARCH BOX AREA CSS--------------------------------------*/
.searchandSocialCont {
    float: left;
    height: 100px;
}
.searchContainer {
    margin: 0 0 5px;
}
.searchbox {
    margin-top: 30px;
    width: 220px;
    height: 28px;
    position: relative;
}
.searchbox input[type=text] {
    width: 180px;
    height: 26px;
    background: #eef1f1;
    line-height: 26px;
    border-width: 1px;
    border-style: solid;
    border-color: #dde0e1 #ffffff #ffffff #dde0e1;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    color: #929292;
    outline: none;
    padding: 0 5px;
    box-shadow: 1px 1px 0 #e7eaeb inset;
    -webkit-box-shadow: 1px 1px 0 #e7eaeb inset;
    -moz-box-shadow: 1px 1px 0 #e7eaeb inset;
    -o-box-shadow: 1px 1px 0 #e7eaeb inset;
}
.searchButtonDiv {
    width: 27px;
    height: 26px;
    position: absolute;
    top: 0;
    right: 0;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #ffffff;
}
.searchbox input[type=submit] {
    width: 27px;
    height: 26px;
    background: url(images/searchicon.png) center center no-repeat;
    border: 0 solid;
    cursor: pointer;
    padding: 0;
}
/* -------------------------------------------------------------  SLIDESHOW AREA CSS ---------------------------------------------------------------------------*/
.zs-slideshow-right-arrow {
    background: url(images/zs-slideshow-right-arrow.png) left top no-repeat;
    cursor: pointer;
    height: 46px;
    left: auto;
    right: 10px;
    margin-top: 0px;
    opacity: 0;
    position: absolute;
    top: auto;
    bottom: 0px;
    transition: opacity 500ms ease 0s;
    -webkit-transition: opacity 500ms ease 0s;
    -moz-transition: opacity 500ms ease 0s;
    -o-transition: opacity 500ms ease 0s;
    width: 44px;
    z-index: 150;
}
.zs-slideshow-left-arrow {
    background: url(images/zs-slideshow-left-arrow.png) left top no-repeat;
    cursor: pointer;
    height: 46px;
    right: 54px;
    left: auto;
    margin-top: 0px;
    opacity: 0;
    position: absolute;
    top: auto;
    bottom: 0px;
    transition: opacity 500ms ease 0s;
    -webkit-transition: opacity 500ms ease 0s;
    -moz-transition: opacity 500ms ease 0s;
    -o-transition: opacity 500ms ease 0s;
    width: 44px;
    z-index: 150;
}
.themeSlideshowOuterContainer {
    top: 12px;
    opacity: 0;
    height: 25px;
    position: absolute;
    transition: opacity 500ms ease 0s;
    z-index: 150;
}
.themeSlideshowInnerContainer {
    background: transparent;
    border-radius: 0;
    padding: 0px 0px 0 12px;
    float: left;
}
.zs-slideshow-control-active {
    background: url(images/zs-slideshow-control-active.png) no-repeat left top;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 0 0 0 5px;
    width: 10px;
}
.zs-slideshow-control {
    background: url(images/zs-slideshow-control.png) no-repeat left top;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 0 0 0 5px;
    width: 10px;
}
/*-----------------------------------      THEME HIGHLIGHT BOX AREA CSS    -----------------------------------------------*/
.zs-highlight-box {
 background-color: #b40700;
 background-image: url(images/highlightboxbg.png);
 background-image: url(images/highlightboxbg.png), -moz-linear-gradient(bottom, transparent, transparent);
 background-image: url(images/highlightboxbg.png), -webkit-linear-gradient(bottom, transparent, transparent);
 background-image: url(images/highlightboxbg.png), -o-linear-gradient(bottom, transparent, transparent);
 background-position: top left;
 background-repeat: repeat;
 box-shadow: 0px 0px 0 5px #621d07, 0px 0px 0px 0 transparent inset;
 -moz-box-shadow: 0px 0px 0 5px #621d07, 0px 0px 0px 0 transparent inset;
 -webkit-box-shadow: 0px 0px 0 5px #621d07, 0px 0px 0px 0 transparent inset;
 -o-box-shadow: 0px 0px 0 5px #621d07, 0px 0px 0px 1px transparent inset;
 border-width: 1px;
 border-style:dashed;
 border-color:#bb5d4c;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 padding: 10px;
 margin: 5px 0;
    min-height: 200px;
font-family:Georgia, "Times New Roman", Times, serif;
 font-size:12px;
 color:#FF8C88;
}
.zs-highlight-box h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:30px;
color:#FFFFFF;
}
.zs-highlight-box h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:28px;
color:#FFFFFF;
}
.zs-highlight-box h3 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:26px;
color:#FFFFFF;
}
.zs-highlight-box h4 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:24px;
color:#FFFFFF;
}
.zs-highlight-box h5 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#FFFFFF;
}
.zs-highlight-box h6 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#FFFFFF;
}
.zs-highlight-box a {
 text-decoration:none;
color:#FDDF05;
}
.zs-highlight-box a:hover {
text-decoration:none;
color:#FDDF05;
}
.zs-highlight-box th {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:12px;
 background:#D52E04;
 border-width:1px;
 border-style:solid;
 border-color:#E94841;
 color:#D4E2EB;
 padding:6px;
}
.zs-highlight-box td {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:12px;
 background:#FFFFFF;
 border-width:1px;
 border-style:solid;
 border-color:#e3e3e3;
 color:#929292;
 padding:6px;
}
.zs-highlight-box form li input[type=Submit], .zs-highlight-box button {
    border-color: #AA0000;
}
.zs-highlight-box form li span input[type=text], .zs-highlight-box form li span textarea, .zs-highlight-box form li span select {
    background: #B30600;
    border-color: #DB2721;
    color: #FF8C88;
}
.zs-highlight-box hr {
    border-top-color: #E22D00;
}
.zs-highlight-box h3.newsletter-heading {
    color:#FFFFFF;
}
.zs-highlight-box .newsletter-desc {
    color:#FF8C88;
}
.zs-highlight-box .newsletter-input-field {
    background: #B30600;
    border-color: #DB2721;
    color: #FF8C88;
}
.zs-highlight-box .newsletter-form input[type="text"]::-moz-placeholder {
    color:#929292;
}
.zs-highlight-box .newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#929292;
}
.zs-highlight-box .newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#929292;
}
/*----------------------------------- TEXT HIGHLIGHT CSS -----------------------------------------------*/
.zs-text-light-color {
color:#C1C1C1;
}
.zs-text-highlight-color {
color:#DD3600;
}
.zs-highlight-box .zs-text-light-color {
color:#C1C1C1;
}
.zs-highlight-box .zs-text-highlight-color {
color:#FDDF05;
}
/*-------------------- THEME TABS AND ACCORDION AREA CSS START --------------------- */
.zs-tabs ul, .zs-highlight-box .zs-tabs ul {
    list-style: none;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #E6E6E6;
}
.zs-tabs ul li, .zs-highlight-box .zs-tabs ul li {
    float: left;
    margin: 0px 2px 0px 0;
    padding: 0;
}
.zs-tabs ul li div, .zs-highlight-box .zs-tabs ul li div {
    cursor: pointer;
    position: relative;
    padding: 0 20px;
    color: #595959;
    margin: 0 0 -1px;
    line-height: 2.8;
    background: #F2F2F2;
    border-top: 2px solid transparent;
    border-bottom: 1px solid #E6E6E6;
}
.zs-tabs ul li.selected div, .zs-highlight-box .zs-tabs ul li.selected div {
    background: #ffffff;
    border-top: 3px solid #dd3600;
    padding-top: 0;
    color: #dd3600;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    border-bottom: 0;
}
.zs-tabs-accordion-content, .zs-highlight-box .zs-tabs-accordion-content {
    background: #ffffff;
    border: 1px solid #E6E6E6;
    padding: 15px;
    display: none;
    color: #929292;
    clear: both;
    border-top: 0;
    margin-bottom: 5px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.zs-accordion, .zs-highlight-box .zs-accordion {
    color: #595959;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 5px;
    display: none;
    background: #f8f8f8;
    border: 1px solid #E6E6E6;
}
.zs-accordion.selected, .zs-highlight-box .zs-accordion.selected {
    background: #dd3600;
    color: #ffffff;
    margin-bottom: 0px;
    border-color: #dd3600;
}
/*-------------------- THEME HIGHLIGHT BOX TABS AND ACCORDION AREA CSS START --------------------- */
.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: #dd3600;
}
.zs-highlight-box .zs-tabs-accordion-content a, .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #dd3600;
}
.zs-highlight-box .zs-tabs-accordion-content hr {
    border-top-color: #dadcdd;
}
.zs-highlight-box .zs-tabs-accordion-content th {
    background: #eeeeee;
    border-color: #e3e3e3;
    color: #637986;
}
.zs-highlight-box .zs-tabs-accordion-content td {
    background: #ffffff;
    border-color: #e3e3e3;
    color: #929292;
}
.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 #d0d0d0;
    color: #929292;
}
/***************************** START SOCIAL ICONS SPRITE *****************************/
.socialiconContainer {
    margin: 10px 0 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-right: 4px;
}
.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: Georgia, "Times New Roman", Times, serif;
font-size: 26px;
color: #DD3600;
}
.newsletter-desc {
    margin-bottom: 20px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #929292;
}
.newsletter-input-field {
background: #ffffff;
border-width: 1px;
border-color: #D0D0D0;
color:#929292;
font-family: Georgia, "Times New Roman", Times, 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: #e13600;
border-width: 1px;
border-color: #ea3c06;
color:#ffffff;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
    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-layout-2 button.newsletter-button {
    display:block;
    margin:0 auto;
}
.newsletter-form input[type="text"]::-moz-placeholder {
    color:#929292;
  font-size:90%;
  line-height:normal;
}
.newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#929292;
  font-size:85%;
  line-height:normal;
}
.newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#929292;
  font-size:90%;
  line-height:normal;
}
/*----------------------------------- MEMBERSHIP PORTAL AREA CSS  -----------------------------------------------*/
.mp-container {
    height: 35px;
    background:#ecf0f1;
    box-shadow:0px -1px 3px rgba(0, 0, 0, 0.04) inset;
    -webkit-box-shadow:0px -1px 3px rgba(0, 0, 0, 0.04) inset;
    -moz-box-shadow:0px -1px 3px rgba(0, 0, 0, 0.04) inset;
    -o-box-shadow:0px -1px 3px rgba(0, 0, 0, 0.04) inset;
}
.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:Georgia, "Times New Roman", Times, serif;
     font-size:12px;
    text-decoration:none;
    color:#df3801;
    display:block;
}
.member-signin li a:hover {
    text-decoration:none;
    color:#df3801;
}
.member-signin li:first-child {
    margin-left: 0;
}
.member-signin li:last-child:before {
    color:#df3801;
    content: "|";
    position: absolute;
    top: 0;
    left:-10px;
}
 