/* ------------------- WEB FONT CSS ---------------------- */
@-zs-include webfonts(Droid Sans:400, 700);
/* ------------------- PRESET CSS ---------------------- */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
body {
 background-color:transparent;
 background-image:url(images/bodyBG.png);
 background-position:left top;
 background-repeat:repeat;
 background-attachment:scroll;
 background-size:auto;
 font-family:'Droid Sans', Arial, Helvetica, sans-serif;
 font-size:14px;
 color:#656565;
}
h1 {
font-family:'Droid Sans', Verdana, Geneva, sans-serif;
font-size:30px;
color:#735076;
}
h2 {
font-family:'Droid Sans', Verdana, Geneva, sans-serif;
font-size:28px;
color:#735076;
}
h3 {
font-family:'Droid Sans', Verdana, Geneva, sans-serif;
font-size:26px;
color:#735076;
}
h4 {
font-family:'Droid Sans', Verdana, Geneva, sans-serif;
font-size:24px;
color:#735076;
}
h5 {
font-family:'Droid Sans', Verdana, Geneva, sans-serif;
font-size:22px;
color:#735076;
}
h6 {
font-family:'Droid Sans', Verdana, Geneva, sans-serif;
font-size:20px;
color:#735076;
}
a {
 color:#735076;
 text-decoration:none;
}
a:hover {
 text-decoration:none;
 color:#735076;
}
p {
    line-height: 1.8;
}
a img {
    border: 0 solid
}
:focus {
    outline: none;
}
hr {
    border: 0;
    border-top: 1px solid #e2c8bb;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th {
 font-family:'Droid Sans', Arial, Helvetica, sans-serif;
 font-size:14px;
 color:#656565;
 background:#e5dcdc;
 border-width:1px;
 border-style:solid;
 border-color:#dacdcd;
 padding:8px;
    text-shadow: 1px 1px 0 #F8F0F0;
    -webkit-text-shadow: 1px 1px 0 #F8F0F0;
    -moz-text-shadow: 1px 1px 0 #F8F0F0;
    -o-text-shadow: 1px 1px 0 #F8F0F0;
}
td {
 font-family:'Droid Sans', Arial, Helvetica, sans-serif;
 font-size:14px;
 color:#656565;
 background:#f9f5f5;
 border-width:1px;
 border-style:solid;
 border-color:#dacdcd;
 padding:8px;
}
ul, ol {
    padding: 0 0 0 20px;
}
ol {
    padding: 0 0 0 23px;
}
li {
    padding: 5px 0;
}
/*--------------------------- COMMON USAGE CSS ---------------------------*/
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clearDiv {
    clear: both;
}
.themeWidth {
    width: 980px;
    margin: 0 auto;
}
/*--------------------------- SITENAME CAPTION LOGO CSS ---------------------------*/
.themeBrandingArea {
    padding: 25px 0 0;
}
.themeBrandingContainer {
    display: table;
    border: 0 solid;
    width: 100%;
}
.tableRow {
    display: table-row;
}
.tableCell {
    display: table-cell
}
.themeLogoOuterContainer {
    width: 1%;
}
.themeLogoArea {
    padding-right: 15px;
}
.themeSitenameCaptionOuterContainer {
    vertical-align: middle;
    height: 100%;
}
.themeSitenameCaptionInnerContainer {
    vertical-align: middle;
    height: 100%;
}
.themeSitenameCaptionContainer {
    vertical-align: middle;
    height: 100%;
}
.themeSitename {
    white-space: nowrap;
 font-family:'Droid Sans', Arial, Helvetica, sans-serif;
 font-size:30px;
 color:#515151;
    font-weight: bold;
    letter-spacing: -1px;
}
.themeCaption {
    white-space: nowrap;
 font-family:'Droid Sans', Arial, Helvetica, sans-serif;
 font-size:16px;
 color:#7d7d7d;
}
/*--------------------------- NAVIGATION AREA CSS ---------------------------*/
.themeNavigationContainer {
 background-image:none;
background-position:0 0;
background-repeat:repeat;
background-color:#b08bb4;
    margin-bottom: 25px;
    overflow: hidden;
}
.themeNavigationArea {
    width: 75%;
    float: left;
}
#navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#navigation li {
    display: block;
    float: left;
    cursor: pointer;
    margin: 0;
    padding: 0;
}
#navigation li a {
font-size:16px;
color:#ffffff;
font-family:'Droid Sans', Verdana, Geneva, sans-serif;
    text-decoration: none;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.21);
    -moz-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.21);
    -webkit-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.21);
    -o-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.21);
    padding: 0 25px;
    float: left;
    line-height: 3.5;
}
#navigation li a span {
    float: left;
}
#navigation li:hover a, #navigation li.active a, #navigation li.selected a {
 background-image:none;
 background-position:0 0;
 background-repeat:no-repeat;
 background-color:#9e7da1;
 color:#ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12) inset;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12) inset;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12) inset;
    -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12) inset;
}
#navigation li.navArrow a em {
    background: url(images/navArrow.png) no-repeat scroll 0 0;
    display: block;
    height: 9px;
    width: 10px;
    margin: 25px 0 0 10px;
    float: left;
}
#navigation li.selected.navArrow a em, #navigation li:hover.navArrow a em, #navigation li.active.navArrow a em {
    background: url(images/navArrow.png) no-repeat;
}
/*--------------------------- SUBMENU AREA CSS ---------------------------*/
.submenu {
 border-width:0;
 border-color:transparent;
 border-style:none;
 background-image:none;
 background-position:0 0;
 background-repeat:repeat;
 background-color:#f1ecf2;
 border-radius:0;
 -webkit-border-radius:0;
 -moz-border-radius:0;
 -o-border-radius:0;
    box-shadow: 0 4px 7px rgba(0,0,0,0.13);
    -webkit-box-shadow: 0 4px 7px rgba(0,0,0,0.13);
    -moz-box-shadow: 0 4px 7px rgba(0,0,0,0.13);
    -o-box-shadow: 0 4px 7px rgba(0,0,0,0.13);
    width: 190px;
    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;
}
.submenu li {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.submenu li a {
 font-family:'Droid Sans', Verdana, Geneva, sans-serif;
 color:#555555;
 font-size:14px;
    text-decoration: none;
    display: block;
    width: 94%;
    float: left;
    cursor: pointer;
    padding: 7px 0 7px 10px;
    padding-right: 0;
    border-bottom: 1px solid #e6e1e7;
    box-shadow: 0px 1px 0 #f6f4f7 inset;
    -webkit-box-shadow: 0px 1px 0 #f6f4f7 inset;
    -moz-box-shadow: 0px 1px 0 #f6f4f7 inset;
    -o-box-shadow: 0px 1px 0 #f6f4f7 inset;
}
.submenu li a:hover {
 color:#555555;
 background-color:#e8e3e9;
 background-image:none;
 background-position:0 0;
 background-repeat:repeat;
}
.submenu li a span {
    background: url(images/submenuStyle.png) left center no-repeat;
    width: 155px;
    float: left;
    word-wrap: break-word;
    padding-left: 10px;
    line-height: 1.5;
}
.submenu li.navArrow a em {
    background: url(images/subnavArrow.png) left center no-repeat;
    float: left;
    height: 10px;
    width: 10px;
    margin-top: 7px;
}
.submenu li:hover.navArrow a em {
    background: url(images/subnavArrow.png) left center no-repeat;
}
/*--------------------------- BANNER AREA CSS ---------------------------*/
.themeBanner {
    background: #efebea;
    padding: 10px;
    overflow: hidden;
    border: 1px solid #dbd9d8;
    margin-bottom: 30px;
}
.themeBanner img {
    float: left;
}
.themeBreadcrumb {
    padding: 0 0 30px;
}
.themeBreadcrumb p {
    word-wrap: break-word;
    font-size: 13px;
}
.themeBreadcrumb span {
    padding: 0 5px;
}
/*--------------------------- THEME CONTAINER AREA CSS ---------------------------*/
.themeContentContainer {
 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 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;
 -webkit-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;
    overflow: hidden;
}
/*--------------------------- THEME CONTENT AREA CSS ---------------------------*/
.themeContentArea {
    width: 70%;
    min-height: 400px;
    height: auto !important;
    height: 400px;
    padding-bottom: 30px;
}
/*--------------------------- THEME SIDEBAR AREA CSS ---------------------------*/
.themeSidebarArea {
    width: 30%;
}
.themeSidebarAreaInner {
 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, 1px 0px 0 0 #f4efee inset;
 -webkit-box-shadow: 0px 0px 0px 0px transparent, 1px 0px 0 0 #f4efee inset;
 -moz-box-shadow: 0px 0px 0px 0px transparent, 1px 0px 0 0 #f4efee inset;
 -o-box-shadow: 0px 0px 0px 0px transparent, 1px 0px 0 0 #f4efee inset;
 border-width: 0 0 0 1px;
 border-style:solid;
 border-color:#dbd9d8;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 font-family:'Droid Sans', Arial, Helvetica, sans-serif;
 font-size:14px;
 color:#656565;
    min-height: 300px;
    height: auto !important;
    height: 300px;
    padding: 0 0 30px 30px;
    margin-left: 30px;
}
.themeSidebarAreaInner h1 {
font-family:'Droid Sans', Verdana, Geneva, sans-serif;
font-size:30px;
color:#735076;
}
.themeSidebarAreaInner h2 {
 font-family:'Droid Sans', Verdana, Geneva, sans-serif;
 font-size:28px;
 color:#735076;
}
.themeSidebarAreaInner h3 {
 font-family:'Droid Sans', Verdana, Geneva, sans-serif;
 font-size:26px;
 color:#735076;
}
.themeSidebarAreaInner h4 {
 font-family:'Droid Sans', Verdana, Geneva, sans-serif;
 font-size:24px;
 color:#735076;
}
.themeSidebarAreaInner h5 {
 font-family:'Droid Sans', Verdana, Geneva, sans-serif;
 font-size:22px;
 color:#735076;
}
.themeSidebarAreaInner h6 {
 font-family:'Droid Sans', Verdana, Geneva, sans-serif;
 font-size:20px;
 color:#735076;
}
.themeSidebarAreaInner a {
 color:#735076;
 text-decoration:none;
}
.themeSidebarAreaInner a:hover {
 text-decoration:none;
 color:#735076;
}
.themeSidebarAreaInner form li input[type=submit], .themeSidebarAreaInner form li input[type=reset] {
font-family:'Droid Sans', Arial, Helvetica, sans-serif;
    margin-right: 5px;
padding: 10px 15px;
}
.themeSidebarAreaInner form li span input[type=text], .themeSidebarAreaInner form li span textarea, .themeSidebarAreaInner form li span select {
 font-family:'Droid Sans', Arial, Helvetica, sans-serif;
 font-size:14px;
 color:#656565;
    width: 180px;
}
.themeSidebarAreaInner form li span select {
    width: 193px;
}
.themeSidebarAreaInner th {
 font-family:'Droid Sans', Arial, Helvetica, sans-serif;
 font-size:14px;
 color:#656565;
 background:#e5dcdc;
 border-width:1px;
 border-style:solid;
 border-color:#dacdcd;
 padding:8px;
    text-shadow: 1px 1px 0 #F8F0F0;
    -webkit-text-shadow: 1px 1px 0 #F8F0F0;
    -moz-text-shadow: 1px 1px 0 #F8F0F0;
    -o-text-shadow: 1px 1px 0 #F8F0F0;
}
.themeSidebarAreaInner td {
 font-family:'Droid Sans', Arial, Helvetica, sans-serif;
 font-size:14px;
 color:#656565;
 background:#f9f5f5;
 border-width:1px;
 border-style:solid;
 border-color:#dacdcd;
 padding:8px;
}
/*--------------------------- THEME SIDEBAR AREA HIGHLIGHT BOX CSS ---------------------------*/
.themeSidebarAreaInner .zs-highlight-box {
 background-color: #bdd2d4;
 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: no-repeat;
 box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.11), 0px 0px 0px 0 transparent inset;
 -moz-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.11), 0px 0px 0px 0 transparent inset;
 -webkit-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.11), 0px 0px 0px 0 transparent inset;
 -o-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.11), 0px 0px 0px 0 transparent inset;
 border-width: 1px;
 border-style:solid;
 border-color:#efe7e8;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 padding: 10px;
 margin: 5px;
    min-height: 200px;
font-family:'Droid Sans', Arial, Helvetica, sans-serif;
 font-size:14px;
 color:#798B8D;
}
.themeSidebarAreaInner .zs-highlight-box h1 {
font-family:'Droid Sans', Verdana, Geneva, sans-serif;
font-size:30px;
color:#41767A;
}
.themeSidebarAreaInner .zs-highlight-box h2 {
font-family:'Droid Sans', Verdana, Geneva, sans-serif;
font-size:28px;
color:#41767A;
}
.themeSidebarAreaInner .zs-highlight-box h3 {
font-family:'Droid Sans', Verdana, Geneva, sans-serif;
font-size:26px;
color:#41767A;
}
.themeSidebarAreaInner .zs-highlight-box h4 {
font-family:'Droid Sans', Verdana, Geneva, sans-serif;
font-size:24px;
color:#41767A;
}
.themeSidebarAreaInner .zs-highlight-box h5 {
font-family:'Droid Sans', Verdana, Geneva, sans-serif;
font-size:22px;
color:#41767A;
}
.themeSidebarAreaInner .zs-highlight-box h6 {
font-family:'Droid Sans', Verdana, Geneva, sans-serif;
font-size:20px;
color:#41767A;
}
.themeSidebarAreaInner .zs-highlight-box a {
 color:#FC6F4C;
 text-decoration:none;
}
.themeSidebarAreaInner .zs-highlight-box a:hover {
 text-decoration:none;
 color:#FC6F4C;
}
.themeSidebarAreaInner .zs-highlight-box hr {
    border-top-color: #83B1B4;
}
.themeSidebarAreaInner .zs-highlight-box th {
 font-family:'Droid Sans', Arial, Helvetica, sans-serif;
 font-size:14px;
 color:#656565;
 background:#D3E5E7;
 border-width:1px;
 border-style:solid;
 border-color:#bdd2d4;
 padding:8px;
    text-shadow: 1px 1px 0 #F8F0F0;
    -webkit-text-shadow: 1px 1px 0 #F8F0F0;
    -moz-text-shadow: 1px 1px 0 #F8F0F0;
    -o-text-shadow: 1px 1px 0 #F8F0F0;
}
.themeSidebarAreaInner .zs-highlight-box td {
 font-family:'Droid Sans', Arial, Helvetica, sans-serif;
 font-size:14px;
 color:#656565;
 background:#f9f5f5;
 border-width:1px;
 border-style:solid;
 border-color:#dacdcd;
 padding:8px;
}
.themeSidebarAreaInner .zs-highlight-box form li span input[type=text], .themeSidebarAreaInner .zs-highlight-box form li span textarea {
    width: 145px;
}
.themeSidebarAreaInner .zs-highlight-box form li span select {
    width: 158px;
}
.themeSidebarAreaInner .zs-highlight-box form li input[type=submit], .themeSidebarAreaInner .zs-highlight-box form li input[type=reset], .themeSidebarAreaInner .zs-highlight-box button {
    margin-right: 5px;
    padding: 10px 20px;
    font-size: 16px;
}
.themeSidebarAreaInner .zs-highlight-box form .dateinvoker {
    padding: 0px;
}
.themeSidebarAreaInner .zs-highlight-box .newsletter-input-field {
    width:175px;
}
.themeSidebarAreaInner .zs-highlight-box .newsletter-layout-3 .newsletter-form {
    width: 175px;
}
.themeSidebarAreaInner .zs-tabs-accordion-content .newsletter-input-field {
    width:175px;
}
.themeSidebarAreaInner .zs-tabs-accordion-content .newsletter-layout-3 .newsletter-form {
    width: 175px;
}
/*----------------------------------- TEXT HIGHLIGHT CSS  -----------------------------------------------*/
.themeSidebarAreaInner .zs-text-light-color {
color:#B1B1B1
}
.themeSidebarAreaInner .zs-text-highlight-color {
color:#735076
}
.themeSidebarAreaInner .zs-highlight-box .zs-text-light-color {
color:#B1B1B1
}
.themeSidebarAreaInner .zs-highlight-box .zs-text-highlight-color {
color:#41767A
}
/*--------------------- THEME SIDEBAR TABS ACCORDION AREA CSS ---------------------*/
.themeSidebarAreaInner .zs-tabs ul, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul {
    list-style: none;
    float: left;
    padding: 0px;
    width: 100%;
    margin: 0;
    display: none;
    border-bottom: 1px solid #DBD9D8;
    border-left: 1px solid #DBD9D8;
}
.themeSidebarAreaInner .zs-tabs ul li, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li {
    margin: 0px;
    float: left;
    padding: 0px;
}
.themeSidebarAreaInner .zs-tabs ul li div, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li div {
    background: #F4EBE8;
    padding: 0 25px;
    color: #656565;
    position: relative;
    margin: 0 0 -1px;
    line-height: 3;
    display: block;
    cursor: pointer;
    border-right: 1px solid #DBD9D8;
    border-top: 1px solid #DBD9D8;
    border-bottom: 1px solid #DBD9D8;
}
.themeSidebarAreaInner .zs-tabs ul li:hover div, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li:hover div {
    background: #735076;
    color: #ffffff;
}
.themeSidebarAreaInner .zs-tabs ul li.selected div, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li.selected div {
    background: #F9F7F5;
    color: #735076;
    border-bottom: 1px solid #F9F7F5;
}
.themeSidebarAreaInner .zs-tabs-accordion-content, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content {
    clear: both;
    border: 1px solid #DBD9D8;
    padding: 15px;
    display: none;
    color: #656565;
    border-top: 0px;
    background: #F9F7F5;
    margin-bottom: 3px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.themeSidebarAreaInner .zs-accordion, .themeSidebarAreaInner .zs-highlight-box .zs-accordion {
    background: #F4EBE8;
    color: #656565;
    padding: 12px 10px;
    cursor: pointer;
    border: 1px solid #DBD9D8;
    margin-bottom: 2px;
    display: block;
}
.themeSidebarAreaInner .zs-accordion.selected, .themeSidebarAreaInner .zs-highlight-box .zs-accordion.selected {
    background: #735076;
    color: #FFFFFF;
    border: 0px;
    margin-bottom: 0;
}
/*---------------------------------- THEME SIDEBAR AREA HIGHLIGHT BOX TABS ACCORDION AREA CSS START ------------------------------------*/
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content {
    padding: 10px;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content h1, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content h2, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content h3, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content h4, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content h5, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content h6 {
    color: #735076;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content a, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #735076;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #e2c8bb;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content th {
    background: #e5dcdc;
    border-color: #dacdcd;
    color: #656565;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content td {
    background: #f9f5f5;
    border-color: #dacdcd;
    color: #656565;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span input[type="text"], .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select {
    background: #FFFFFF;
    border-bottom-color: #CDCDCD;
    color: #656565;
    width: 115px;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 128px;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li input[type="submit"], .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li input[type="reset"] {
    padding: 10px 13px;
}
/*--------------------------- THEME FOOTER AREA CSS ---------------------------*/
.themeFooterArea {
 background-color:#dfdad7;
 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 2px 2px 0 rgba(0, 0, 0, 0.04) inset;
 -webkit-box-shadow: 0px 0px 0 0px transparent, 0px 2px 2px 0 rgba(0, 0, 0, 0.04) inset;
 -moz-box-shadow: 0px 0px 0 0px transparent, 0px 2px 2px 0 rgba(0, 0, 0, 0.04) inset;
 -o-box-shadow: 0px 0px 0 0px transparent, 0px 2px 2px 0 rgba(0, 0, 0, 0.04) 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;
 font-family:'Droid Sans', Arial, Helvetica, sans-serif;
 font-size:14px;
 color:#656565;
    padding: 30px 0;
    min-height: 100px;
    height: auto !important;
    height: 100px;
}
.themeFooterArea h1 {
 font-family:'Droid Sans', Verdana, Geneva, sans-serif;
 font-size:30px;
 color:#735076;
}
.themeFooterArea h2 {
 font-family:'Droid Sans', Verdana, Geneva, sans-serif;
 font-size:28px;
 color:#735076;
}
.themeFooterArea h3 {
 font-family:'Droid Sans', Verdana, Geneva, sans-serif;
 font-size:26px;
 color:#735076;
}
.themeFooterArea h4 {
 font-family:'Droid Sans', Verdana, Geneva, sans-serif;
 font-size:24px;
 color:#735076;
}
.themeFooterArea h5 {
 font-family:'Droid Sans', Verdana, Geneva, sans-serif;
 font-size:22px;
 color:#735076;
}
.themeFooterArea h6 {
 font-family:'Droid Sans', Verdana, Geneva, sans-serif;
 font-size:20px;
 color:#735076;
}
.themeFooterArea a {
 color:#735076;
 text-decoration:none;
}
.themeFooterArea a:hover {
 text-decoration:none;
 color:#735076;
}
.themeFooterArea form li span input[type=text], .themeFooterArea form li span textarea, .themeFooterArea form li span select {
 font-family:'Droid Sans', Arial, Helvetica, sans-serif;
 font-size:14px;
 color:#656565;
}
.themeFooterArea form li input[type=submit], .themeFooterArea form li input[type=reset] {
font-family:'Droid Sans', Arial, Helvetica, sans-serif;
}
.themeFooterArea th {
 font-family:'Droid Sans', Arial, Helvetica, sans-serif;
 font-size:14px;
 color:#656565;
 background:#e5dcdc;
 border-width:1px;
 border-style:solid;
 border-color:#dacdcd;
 padding:8px;
    text-shadow: 1px 1px 0 #F8F0F0;
    -webkit-text-shadow: 1px 1px 0 #F8F0F0;
    -moz-text-shadow: 1px 1px 0 #F8F0F0;
    -o-text-shadow: 1px 1px 0 #F8F0F0;
}
.themeFooterArea td {
 font-family:'Droid Sans', Arial, Helvetica, sans-serif;
 font-size:14px;
 color:#656565;
 background:#f9f5f5;
 border-width:1px;
 border-style:solid;
 border-color:#dacdcd;
 padding:8px;
}
.themeFooterArea .zs-highlight-box {
 background-color: #ddc6df;
 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: no-repeat;
 box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.11), 0px 0px 0px 0 transparent inset;
 -moz-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.11), 0px 0px 0px 0 transparent inset;
 -webkit-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.11), 0px 0px 0px 0 transparent inset;
 -o-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.11), 0px 0px 0px 0 transparent inset;
 border-width: 1px;
 border-style:solid;
 border-color:#efe7e8;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 padding: 10px;
 margin: 5px;
    min-height: 200px;
font-family:'Droid Sans', Arial, Helvetica, sans-serif;
 font-size:14px;
 color:#F4F0F5;
}
.themeFooterArea .zs-highlight-box h1 {
 font-family:'Droid Sans', Verdana, Geneva, sans-serif;
 font-size:30px;
 color:#735076;
}
.themeFooterArea .zs-highlight-box h2 {
 font-family:'Droid Sans', Verdana, Geneva, sans-serif;
 font-size:28px;
 color:#735076;
}
.themeFooterArea .zs-highlight-box h3 {
 font-family:'Droid Sans', Verdana, Geneva, sans-serif;
 font-size:26px;
 color:#735076;
}
.themeFooterArea .zs-highlight-box h4 {
 font-family:'Droid Sans', Verdana, Geneva, sans-serif;
 font-size:24px;
 color:#735076;
}
.themeFooterArea .zs-highlight-box h5 {
 font-family:'Droid Sans', Verdana, Geneva, sans-serif;
 font-size:22px;
 color:#735076;
}
.themeFooterArea .zs-highlight-box h6 {
 font-family:'Droid Sans', Verdana, Geneva, sans-serif;
 font-size:20px;
 color:#735076;
}
.themeFooterArea .zs-highlight-box a {
 color:#735076;
 text-decoration:none;
}
.themeFooterArea .zs-highlight-box a:hover {
 text-decoration:none;
 color:#735076;
}
.themeFooterArea .zs-highlight-box hr {
    border-top-color: #C3A7C5;
}
.themeFooterArea .zs-highlight-box th {
 font-family:'Droid Sans', Arial, Helvetica, sans-serif;
 font-size:14px;
 color:#656565;
 background:#F4D9F7;
 border-width:1px;
 border-style:solid;
 border-color:#DFC1E2;
 padding:8px;
    text-shadow: 1px 1px 0 #F8F0F0;
    -webkit-text-shadow: 1px 1px 0 #F8F0F0;
    -moz-text-shadow: 1px 1px 0 #F8F0F0;
    -o-text-shadow: 1px 1px 0 #F8F0F0;
}
.themeFooterArea .zs-highlight-box td {
 font-family:'Droid Sans', Arial, Helvetica, sans-serif;
 font-size:14px;
 color:#656565;
 background:#f9f5f5;
 border-width:1px;
 border-style:solid;
 border-color:#dacdcd;
 padding:8px;
}
/*----------------------------------- TEXT HIGHLIGHT CSS  -----------------------------------------------*/
.themeFooterArea .zs-text-light-color {
color:#AEAEAE
}
.themeFooterArea .zs-text-highlight-color {
color:#735076
}
.themeFooterArea .zs-highlight-box .zs-text-light-color {
color:#AEAEAE
}
.themeFooterArea .zs-highlight-box .zs-text-highlight-color {
color:#735076
}
/*--------------------- THEME FOOTER TABS ACCORDION AREA CSS ---------------------*/
.themeFooterArea .zs-tabs ul, .themeFooterArea .zs-highlight-box .zs-tabs ul {
    list-style: none;
    float: left;
    padding: 0px;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #D2CCC9;
    border-left: 1px solid #D2CCC9;
}
.themeFooterArea .zs-tabs ul li, .themeFooterArea .zs-highlight-box .zs-tabs ul li {
    margin: 0px;
    float: left;
    padding: 0px;
}
.themeFooterArea .zs-tabs ul li div, .themeFooterArea .zs-highlight-box .zs-tabs ul li div {
    background: #D6D1CE;
    padding: 0 25px;
    color: #656565;
    position: relative;
    margin: 0 0 -1px;
    line-height: 3;
    display: block;
    cursor: pointer;
    border-right: 1px solid #D2CCC9;
    border-top: 1px solid #D2CCC9;
    border-bottom: 1px solid #D2CCC9;
}
.themeFooterArea .zs-tabs ul li:hover div, .themeFooterArea .zs-highlight-box .zs-tabs ul li:hover div {
    background: #735076;
    color: #ffffff;
}
.themeFooterArea .zs-tabs ul li.selected div, .themeFooterArea .zs-highlight-box .zs-tabs ul li.selected div {
    background: #F4F0EE;
    color: #735076;
    border-bottom: 1px solid #F4F0EE;
}
.themeFooterArea .zs-tabs-accordion-content, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content {
    clear: both;
    border: 1px solid #D2CCC9;
    padding: 15px;
    display: none;
    color: #656565;
    border-top: 0px;
    background: #F4F0EE;
    margin-bottom: 3px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.themeFooterArea .zs-accordion, .themeFooterArea .zs-highlight-box .zs-accordion {
    background: #D6D1CE;
    color: #656565;
    padding: 12px 10px;
    cursor: pointer;
    border: 1px solid #D2CCC9;
    margin-bottom: 2px;
    display: none;
    margin-bottom: 3px;
}
.themeFooterArea .zs-accordion.selected, .themeFooterArea .zs-highlight-box .zs-accordion.selected {
    background: #F4F0EE;
    color: #FFFFFF;
    border: 0px;
    margin-bottom: 0;
}
/*---------------------------------- THEME FOOTER AREA HIGHLIGHT BOX TABS ACCORDION AREA CSS START ------------------------------------*/
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content h1, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content h2, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content h3, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content h4, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content h5, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content h6 {
    color: #735076;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content a, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #735076;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #e2c8bb;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content th {
    background: #e5dcdc;
    border-color: #dacdcd;
    color: #656565;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content td {
    background: #f9f5f5;
    border-color: #dacdcd;
    color: #656565;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li span input[type="text"], .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li span select {
    background: #F7F7F7;
    border-bottom-color: #CDCDCD;
    color: #656565;
}
/*--------------------------- FORM AREA CSS ---------------------------*/
form ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: 0;
}
form li {
    overflow: hidden;
    padding: 5px 0;
    margin: 0;
}
form ul li label, form ul li div {
    width: auto;
    float: none;
    padding: 10px 0;
}
form li span input, form li span label {
    float: none;
    padding: 0px 5px;
    width: auto;
    margin: 7px 2px 0;
}
form li div span {
    display: block;
}
form li span input[type=text], form li span textarea, form li span select {
 font-family:'Droid Sans', Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#747474;
    width: 280px;
    background: #F4F2F1;
    border: 0px solid;
    border-bottom: 1px solid #CDCDCD;
    float: left;
    padding: 12px 5px;
    margin: 0px;
    resize: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}
form li span select {
    width: 293px;
}
form li span textarea {
    height: 100px;
    overflow: auto;
}
form .dateinvoker {
    background: url(images/datePickerIcn.png) 0 0 no-repeat;
    width: 16px;
    height: 16px;
    border: 0;
    padding: 0px;
    vertical-align: middle;
    margin-top: 10px;
    margin-left: 5px;
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}
form li input[type=submit], form li input[type=reset], button {
    background: #B08BB4;
    border: 0px solid;
    padding: 10px 30px;
    margin-right: 20px;
    color: #ffffff;
    cursor: pointer;
 font-family:'Droid Sans', Arial, Helvetica, sans-serif;
    font-size: 18px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    text-shadow: 1px 1px 0 #9e84a0;
    -moz-text-shadow: 1px 1px 0 #9e84a0;
    -webkit-text-shadow: 1px 1px 0 #9e84a0;
    -o-text-shadow: 1px 1px 0 #9e84a0;
}
form li input[type=reset] {
    background: #f1efed;
    background: -moz-linear-gradient(center top, #f7f7f6, #f1efed);
    background: -o-linear-gradient(top, #f7f7f6, #f1efed);
    background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f6), to(#f1efed));
    color: #837b78;
    border: 1px solid #d7d3d3;
    filter: none;
    padding: 10px 35px;
    text-shadow: 1px 1px 0 #ffffff;
    -moz-text-shadow: 1px 1px 0 #ffffff;
    -webkit-text-shadow: 1px 1px 0 #ffffff;
    -o-text-shadow: 1px 1px 0 #ffffff;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.36) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.36) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.36) inset;
    -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.36) inset;
}
/*--------------------------------------------------------------- THEME SEARCH BOX AREA CSS -------------------------------------------------------------------------------*/
.themeSearchBoxContainer {
    margin: 13px 0 0;
    float: right;
    height: 26px;
}
.themeSearchBox {
    width: 222px;
    height: 24px;
    position: relative;
    background: #ede7e7;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
}
.themeSearchBox input[type=text] {
    background: transparent;
    width: 175px;
    height: 24px;
    border: 0;
    outline: none;
    line-height: 24px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #b1aba4;
    padding: 0 10px
}
.themeSearchBox input[type=submit] {
    background: url(images/searchicon.png) center center no-repeat;
    width: 30px;
    height: 24px;
    position: absolute;
    top: 0px;
    right: 0px;
    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: 30px;
    left: auto;
    right: 70px;
    margin-top: 12px;
    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: 36px;
    z-index: 150;
}
.zs-slideshow-left-arrow {
    background: url(images/zs-slideshow-left-arrow.png) left top no-repeat;
    cursor: pointer;
    height: 30px;
    right: 92px;
    margin-top: -43px;
    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: 36px;
    z-index: 150;
}
.themeSlideshowOuterContainer {
    bottom: 7px;
    opacity: 0;
    position: absolute;
    transition: opacity 500ms ease 0s;
    z-index: 150;
}
.themeSlideshowInnerContainer {
    background: transparent;
    border-radius: 0;
    padding: 0px 10px 0px;
    float: right;
}
.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 10px;
    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 10px;
    width: 10px;
}
/*----------------------------------- THEME HIGHLIGHT BOX AREA CSS  -----------------------------------------------*/
.zs-highlight-box {
background-color: #d4bdbe;
 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: no-repeat;
 box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.11), 0px 0px 0px 0 transparent inset;
 -moz-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.11), 0px 0px 0px 0 transparent inset;
 -webkit-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.11), 0px 0px 0px 0 transparent inset;
 -o-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.11), 0px 0px 0px 0 transparent inset;
 border-width: 1px;
 border-style:solid;
 border-color:#efe7e8;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 padding: 10px;
 margin: 5px;
    min-height: 200px;
font-family:'Droid Sans', Arial, Helvetica, sans-serif;
 font-size:14px;
 color:#A08686;
}
.zs-highlight-box h1 {
font-family:'Droid Sans', Verdana, Geneva, sans-serif;
font-size:30px;
color:#965D5F;
}
.zs-highlight-box h2 {
font-family:'Droid Sans', Verdana, Geneva, sans-serif;
font-size:28px;
color:#965D5F;
}
.zs-highlight-box h3 {
font-family:'Droid Sans', Verdana, Geneva, sans-serif;
font-size:26px;
color:#965D5F;
}
.zs-highlight-box h4 {
font-family:'Droid Sans', Verdana, Geneva, sans-serif;
font-size:24px;
color:#965D5F;
}
.zs-highlight-box h5 {
font-family:'Droid Sans', Verdana, Geneva, sans-serif;
font-size:22px;
color:#965D5F;
}
.zs-highlight-box h6 {
font-family:'Droid Sans', Verdana, Geneva, sans-serif;
font-size:20px;
color:#965D5F;
}
.zs-highlight-box a {
 color:#965D5F;
 text-decoration:underline;
}
.zs-highlight-box a:hover {
 text-decoration:none;
 color:#965D5F;
}
.zs-highlight-box th {
 font-family:'Droid Sans', Arial, Helvetica, sans-serif;
 font-size:14px;
 color:#656565;
 background:#e5dcdc;
 border-width:1px;
 border-style:solid;
 border-color:#dacdcd;
 padding:8px;
    text-shadow: 1px 1px 0 #F8F0F0;
    -webkit-text-shadow: 1px 1px 0 #F8F0F0;
    -moz-text-shadow: 1px 1px 0 #F8F0F0;
    -o-text-shadow: 1px 1px 0 #F8F0F0;
}
.zs-highlight-box td {
 font-family:'Droid Sans', Arial, Helvetica, sans-serif;
 font-size:14px;
 color:#656565;
 background:#f9f5f5;
 border-width:1px;
 border-style:solid;
 border-color:#dacdcd;
 padding:8px;
}
.zs-highlight-box hr {
    border-top-color: #A08686;
}
.zs-highlight-box form li span input[type=text], .zs-highlight-box form li span textarea, .zs-highlight-box form li span select {
    padding: 10px 5px;
}
/*----------------------------------- TEXT HIGHLIGHT CSS  -----------------------------------------------*/
.zs-text-light-color {
color:#B1B1B1
}
.zs-text-highlight-color {
color:#735076
}
.zs-highlight-box .zs-text-light-color {
color:#B1B1B1
}
.zs-highlight-box .zs-text-highlight-color {
color:#965D5F
}
/*-------------------- THEME TABS AND ACCORDION AREA CSS START --------------------- */
.zs-tabs ul, .zs-highlight-box .zs-tabs ul {
    list-style: none;
    float: left;
    padding: 0px;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #DBD9D8;
    border-left: 1px solid #DBD9D8;
}
.zs-tabs ul li, .zs-highlight-box .zs-tabs ul li {
    margin: 0px;
    float: left;
    padding: 0px;
}
.zs-tabs ul li div, .zs-highlight-box .zs-tabs ul li div {
    background: #F4EBE8;
    padding: 0 25px;
    color: #656565;
    position: relative;
    margin: 0 0 -1px;
    line-height: 3;
    display: block;
    cursor: pointer;
    border-right: 1px solid #DBD9D8;
    border-top: 1px solid #DBD9D8;
    border-bottom: 1px solid #DBD9D8;
}
.zs-tabs ul li:hover div, .zs-highlight-box .zs-tabs ul li:hover div {
    background: #735076;
    color: #ffffff;
}
.zs-tabs ul li.selected div, .zs-highlight-box .zs-tabs ul li.selected div {
    background: #F9F7F5;
    color: #735076;
    border-bottom: 1px solid #F9F7F5;
}
.zs-tabs-accordion-content, .zs-highlight-box .zs-tabs-accordion-content {
    clear: both;
    border: 1px solid #DBD9D8;
    padding: 15px;
    display: none;
    color: #656565;
    border-top: 0px;
    background: #F9F7F5;
    margin-bottom: 3px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.zs-accordion, .zs-highlight-box .zs-accordion {
    background: #F4EBE8;
    color: #656565;
    padding: 12px 10px;
    cursor: pointer;
    border: 1px solid #DBD9D8;
    margin-bottom: 2px;
    display: none;
}
.zs-accordion.selected, .zs-highlight-box .zs-accordion.selected {
    background: #735076;
    color: #FFFFFF;
    border: 0px;
    margin-bottom: 0;
}
/*---------------------------------- THEME HIGHLIGHT BOX TABS 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: #735076;
}
.zs-highlight-box .zs-tabs-accordion-content a, .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #735076;
}
.zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #e2c8bb;
}
.zs-highlight-box .zs-tabs-accordion-content th {
    background: #e5dcdc;
    border-color: #dacdcd;
    color: #656565;
}
.zs-highlight-box .zs-tabs-accordion-content td {
    background: #f9f5f5;
    border-color: #dacdcd;
    color: #656565;
}
.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: #f4f2f1;
    border-bottom-color: #CDCDCD;
    color: #656565;
}
/***************************** START SOCIAL ICONS SPRITE *****************************/
.themeSocialIconArea {
    height: 30px;
}
.themeSocialIconContainer {
    text-align: right;
}
.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: 24px;
    height: 24px;
    display: inline-block;
    margin: 0 3px;
}
.zs-socialicon-email {
    background-position: 0 -0px;
}
.zs-socialicon-facebook {
    background-position: 0 -24px;
}
.zs-socialicon-flickr {
    background-position: 0 -48px;
}
.zs-socialicon-googleplus {
    background-position: 0 -72px;
}
.zs-socialicon-linkedin {
    background-position: 0 -96px;
}
.zs-socialicon-pinterest {
    background-position: 0 -120px;
}
.zs-socialicon-rss {
    background-position: 0 -144px;
}
.zs-socialicon-twitter {
    background-position: 0 -168px;
}
.zs-socialicon-youtube {
    background-position: 0 -192px;
}
.zs-socialicon-medium {
    background-position: 0 -216px;
}
.zs-socialicon-instagram {
    background-position: 0 -240px;
}
/*****************************   END: SOCIAL ICONS SPRITE *****************************/

.newsletter-container {
background: transparent;
    padding: 10px
}
h3.newsletter-heading {
    margin-bottom: 10px;
font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
font-size: 26px;
color: #735076;
}
.newsletter-desc {
    margin-bottom: 25px;
font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
font-size: 14px;
color: #656565;
}
.newsletter-input-field {
background: #F4F2F1;
border-width: 1px;
border-color: #CDCDCD;
color:#747474;
font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
font-size: 14px;
    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: #B08BB4;
border-width: 0;
border-color: transparent;
color:#ffffff;
font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
font-size: 14px;
    border-style: solid;
    border-radius:0px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    -o-border-radius:0px;
    cursor: pointer;
    padding: 10px;
    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;
    background:#f0ece9;
    border-bottom:1px solid #eae1e2;
}
.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:'Droid Sans', Arial, Helvetica, sans-serif;
 font-size:14px;
    text-decoration:none;
    color:#735076;
    display:block;
}
.member-signin li a:hover {
    text-decoration:none;
    color:#735076;
}
.member-signin li:first-child {
    margin-left: 0;
}
.member-signin li:last-child:after {
    color:#735076;
    content: "|";
    position: absolute;
    top: 0;
    left:-13px;
}
 