
@-zs-include webfonts(Open Sans:300,400,700);

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
body {
 background-image:none;
 background-color:#363d40;
 background-position:0 0;
 background-repeat:repeat;
 background-attachment:scroll;
 background-size:auto;
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#6a777c;
}
h1 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:30px;
 color:#7ea388;
}
h2 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:28px;
 color:#7ea388;
}
h3 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:26px;
 color:#7ea388;
}
h4 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:24px;
 color:#7ea388;
}
h5 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:22px;
 color:#7ea388;
}
h6 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:20px;
 color:#7ea388;
}
a {
text-decoration:none;
color:#9a6c5c;
}
a:hover {
 color:#9a6c5c;
 text-decoration:none;
}
a img {
    border: 0 solid;
}
:focus {
    outline: none;
}
hr {
    border: 0px;
    border-top: 1px solid #dddddd;
}
p {
    line-height: 1.8;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    border-color: #dbdbdb;
}
th {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#6a777c;
 background:#F5F5F5;
 border-width:1px;
 border-style:solid;
 border-color:#EBEBEB;
 padding:10px;
}
td {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#6a777c;
 background:transparent;
 border-width:1px;
 border-style:solid;
 border-color:#EFEFEF;
 padding:10px;
}
ul {
    padding: 0 0 0 20px;
    margin: 0;
}
ol {
    padding: 0 0 0 23px;
    margin: 0;
}
li {
    padding: 5px 0;
    margin: 0;
}

.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clearDiv {
    clear: both;
}
.themeWidth {
    width: 980px;
    margin: 0 auto;
}

.themeBrandingArea {
    padding: 40px 0 15px;
}
.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:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:24px;
 color:#ffffff;
}
.themeCaption {
    white-space: nowrap;
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#a9a29e;
}

.themeNavigationContainer {
    padding:0 0 15px;
    overflow: hidden;
}
.themeNavigationArea {
    width: 75%;
}
#navigation ul {
    list-style: none;
    padding: 0px;
    margin: 0;
    float: right;
}
#navigation li {
    display: block;
    float: left;
    cursor: pointer;
    margin: 0;
    padding: 0;
}
#navigation li a {
font-size:12px;
background-color:transparent;
background-image:none;
background-position:0 0;
background-repeat:no-repeat;
color:#a9a29e;
font-family:'Open Sans', Verdana, Geneva, sans-serif;
    text-decoration: none;
    padding: 5px 15px;
    float: left;
    text-transform: uppercase;
}
#navigation li:last-child a {
    padding-right: 0px;
}
#navigation li a span {
    float: left;
}
#navigation li:hover a, #navigation li.active a, #navigation li.selected a {
 background-color:transparent;
 background-image:none;
 background-position:0 0;
 background-repeat:no-repeat;
 color:#ffffff;
}
#navigation li.navArrow a em {
    background: url(images/navArrow.png) no-repeat scroll 0 0;
    display: block;
    height: 9px;
    width: 10px;
    margin: 5px 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/navArrow1.png) no-repeat;
}

.submenu {
 background-color:#363D40;
 background-image:none;
 background-position:0 0;
 background-repeat:no-repeat;
 border-width:0px;
 border-style:none;
 border-color:transparent;
 border-radius:0px;
 -webkit-border-radius:0px;
 -moz-border-radius:0px;
 -o-border-radius:0px;
    width: 205px;
    position: absolute;
    overflow: hidden;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    -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:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:12px;
 color:#c4cacd;
    text-decoration: none;
    display: block;
    width: 90%;
    border-bottom: 1px solid #2B3133;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.07) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.07) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.07) inset;
    -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.07) inset;
    float: left;
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px;
}
.submenu li:first-child a {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}
.submenu li a:hover {
 color:#ffffff;
 background-color:#2c3033;
 background-image:none;
 background-position:0 0;
 background-repeat:no-repeat;
}
.submenu li a span {
    background: url(images/submenuStyle.png) left center no-repeat;
    width: 150px;
    float: left;
    word-wrap: break-word;
    padding-left: 15px;
    line-height: 1.6;
}
.submenu li.navArrow a em {
    background: url(images/subnavArrow1.png) left top no-repeat;
    float: left;
    height: 8px;
    width: 5px;
    margin-top: 8px;
    margin-left: 9px;
}
.submenu li:hover.navArrow a em {
    background: url(images/subnavArrow.png) left top no-repeat;
}

.themeBannerArea img {
    display: block;
}
.themeBreadcrumb {
    padding-bottom: 30px;
}
.themeBreadcrumb p {
    word-wrap: break-word;
}
.themeBreadcrumb span {
    padding: 0 10px;
}

.themeContentAndSidebarContainer {
 background-color:#ffffff;
 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;
}

.themeContentArea {
    width: 65%;
}
.themeContentAreaInner {
    min-height: 400px;
    height: auto !important;
    height: 400px;
    padding: 40px;
}

.themeSidebarArea {
    width: 35%;
}
.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, 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 0 0 1px;
 border-style:solid;
 border-color:#eeeeee;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
    min-height: 300px;
    height: auto !important;
    height: 300px;
    padding: 40px;
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#6a777c;
}
.themeSidebarAreaInner h1 {
font-family:'Open Sans', Verdana, Geneva, sans-serif;
font-size:30px;
color:#7ea388;
}
.themeSidebarAreaInner h2 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:28px;
 color:#7ea388;
}
.themeSidebarAreaInner h3 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:26px;
 color:#7ea388;
}
.themeSidebarAreaInner h4 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:24px;
 color:#7ea388;
}
.themeSidebarAreaInner h5 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:22px;
 color:#7ea388;
}
.themeSidebarAreaInner h6 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:20px;
 color:#7ea388;
}
.themeSidebarAreaInner a {
 color:#9A6C5C;
 text-decoration:none;
}
.themeSidebarAreaInner a:hover {
 text-decoration:none;
 color:#9A6C5C;
}
.themeSidebarAreaInner form li input[type=submit], .themeSidebarAreaInner form li input[type=reset] {
font-family:'Open Sans', Verdana, Geneva, sans-serif;
}
.themeSidebarAreaInner form li span input[type=text], .themeSidebarAreaInner form li span textarea, .themeSidebarAreaInner form li span select {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#797979;
    width: 204px;
}
.themeSidebarAreaInner form li span select {
    width: 218px;
}
.themeSidebarAreaInner th {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#6a777c;
 background:#F5F5F5;
 border-width:1px;
 border-style:solid;
 border-color:#EBEBEB;
 padding:10px;
}
.themeSidebarAreaInner td {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#6a777c;
 background:transparent;
 border-width:1px;
 border-style:solid;
 border-color:#EFEFEF;
 padding:10px;
}

.themeSidebarAreaInner .zs-highlight-box {
 background-color: #57adc9;
 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: 3px 3px 0 0px rgba(79, 157, 183, 0.25), 0px 0px 0px 0 transparent inset;
 -moz-box-shadow: 3px 3px 0 0px rgba(79, 157, 183, 0.25), 0px 0px 0px 0 transparent inset;
 -webkit-box-shadow: 3px 3px 0 0px rgba(79, 157, 183, 0.25), 0px 0px 0px 0 transparent inset;
 -o-box-shadow: 3px 3px 0 0px rgba(79, 157, 183, 0.25), 0px 0px 0px 0 transparent inset;
 border-width: 1px;
 border-style:solid;
 border-color:#348099;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 padding: 10px;
 margin: 5px;
    min-height: 200px;
font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#255261;
}
.themeSidebarAreaInner .zs-highlight-box h1 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:30px;
 color:#FFFFFF;
}
.themeSidebarAreaInner .zs-highlight-box h2 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:28px;
 color:#FFFFFF;
}
.themeSidebarAreaInner .zs-highlight-box h3 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:26px;
 color:#FFFFFF;
}
.themeSidebarAreaInner .zs-highlight-box h4 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:24px;
 color:#FFFFFF;
}
.themeSidebarAreaInner .zs-highlight-box h5 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:22px;
 color:#FFFFFF;
}
.themeSidebarAreaInner .zs-highlight-box h6 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:20px;
 color:#FFFFFF;
}
.themeSidebarAreaInner .zs-highlight-box a {
text-decoration:none;
color:#255261;
}
.themeSidebarAreaInner .zs-highlight-box a:hover {
 color:#255261;
 text-decoration:none;
}
.themeSidebarAreaInner .zs-highlight-box hr {
    border-top: 1px solid #427C8F;
}
.themeSidebarAreaInner .zs-highlight-box th {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#2A6C81;
 background:#71BBD3;
 border-width:1px;
 border-style:solid;
 border-color:#4CA1BD;
 padding:10px;
}
.themeSidebarAreaInner .zs-highlight-box td {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#255261;
 background:transparent;
 border-width:1px;
 border-style:solid;
 border-color:#4098B4;
 padding:10px;
}
.themeSidebarAreaInner .zs-highlight-box form li span input[type=text], .themeSidebarAreaInner .zs-highlight-box form li span textarea, .themeSidebarAreaInner .zs-highlight-box form li span select {
    width: 170px;
}
.themeSidebarAreaInner .zs-highlight-box form li span select {
    width: 183px;
}

.themeSidebarAreaInner .zs-text-light-color {
color:#C4C4C4
}
.themeSidebarAreaInner .zs-text-highlight-color {
color:#7EA388
}
.themeSidebarAreaInner .zs-highlight-box .zs-text-light-color {
color:#C4C4C4
}
.themeSidebarAreaInner .zs-highlight-box .zs-text-highlight-color {
color:#FFFFFF
}

.themeFooterArea {
 background-color:#2f3538;
 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;
 -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;
 -webkit-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;
    min-height: 50px;
    height: auto !important;
    padding: 40px;
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#6A777C;
}
.themeFooterArea th {
    background: #272c2f;
    border: 1px solid #3a4044;
}
.themeFooterArea td {
    border: 1px solid #3a4044;
}
.themeFooterArea h1 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:30px;
 color:#9A9A9A;
}
.themeFooterArea h2 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:28px;
 color:#9A9A9A;
}
.themeFooterArea h3 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:26px;
 color:#9A9A9A;
}
.themeFooterArea h4 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:24px;
 color:#9A9A9A;
}
.themeFooterArea h5 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:22px;
 color:#9A9A9A;
}
.themeFooterArea h6 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:20px;
 color:#9A9A9A;
}
.themeFooterArea a {
 color:#9a6c5c;
 text-decoration:none;
}
.themeFooterArea a:hover {
 text-decoration:none;
 color:#9a6c5c;
}
.themeFooterArea form li span input[type=text], .themeFooterArea form li span textarea, .themeFooterArea form li span select {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#6A777C;
    background: #2E3236;
    border-color: #323A3E;
}
.themeFooterArea form li input[type=submit], .themeFooterArea form li input[type=reset] {
font-family:'Open Sans', Verdana, Geneva, sans-serif;
    border: 1px solid #222222;
}
.themeFooterArea hr {
    border-top-color: #6A777C;
}
.themeFooterArea th {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#6a777c;
 background:#F5F5F5;
 border-width:1px;
 border-style:solid;
 border-color:#EBEBEB;
 padding:10px;
}
.themeFooterArea td {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#6a777c;
 background:transparent;
 border-width:1px;
 border-style:solid;
 border-color:#EFEFEF;
 padding:10px;
}

.themeFooterArea .zs-highlight-box {
 background-color: #5d6d81;
 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: 3px 3px 0 0px rgba(0, 0, 0, 0.25), 0px 0px 0px 0 transparent inset;
 -moz-box-shadow: 3px 3px 0 0px rgba(0, 0, 0, 0.25), 0px 0px 0px 0 transparent inset;
 -webkit-box-shadow: 3px 3px 0 0px rgba(0, 0, 0, 0.25), 0px 0px 0px 0 transparent inset;
 -o-box-shadow: 3px 3px 0 0px rgba(0, 0, 0, 0.25), 0px 0px 0px 0 transparent inset;
 border-width: 1px;
 border-style:solid;
 border-color:#273241;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 padding: 10px;
 margin: 5px;
    min-height: 200px;
font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#8AA2B3;
}
.themeFooterArea .zs-highlight-box h1 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:30px;
 color:#FFB15E;
}
.themeFooterArea .zs-highlight-box h2 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:28px;
 color:#FFB15E;
}
.themeFooterArea .zs-highlight-box h3 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:26px;
 color:#FFB15E;
}
.themeFooterArea .zs-highlight-box h4 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:24px;
 color:#FFB15E;
}
.themeFooterArea .zs-highlight-box h5 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:22px;
 color:#FFB15E;
}
.themeFooterArea .zs-highlight-box h6 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:20px;
 color:#FFB15E;
}
.themeFooterArea .zs-highlight-box a {
 color:#FFB15E;
 text-decoration:none;
}
.themeFooterArea .zs-highlight-box a:hover {
 text-decoration:none;
 color:#FFB15E;
}
.themeFooterArea .zs-highlight-box th {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#C9D3DA;
 background:#798799;
 border-width:1px;
 border-style:solid;
 border-color:#59677A;
 padding:10px;
}
.themeFooterArea .zs-highlight-box td {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#8AA2B3;
 background:transparent;
 border-width:1px;
 border-style:solid;
 border-color:#4C596B;
 padding:10px;
}
.themeFooterArea .zs-highlight-box hr {
    border-top-color: #8AA2B3;
}
.themeFooterArea .zs-highlight-box form li span input[type=text], .themeFooterArea .zs-highlight-box form li span textarea, .themeFooterArea .zs-highlight-box form li span select {
    background: #536479;
    border-color: #5d6d81;
 color:#8AA2B3;
}

.themeFooterArea .zs-text-light-color {
color:#445055
}
.themeFooterArea .zs-text-highlight-color {
color:#7EA388
}
.themeFooterArea .zs-highlight-box .zs-text-light-color {
color:#445055
}
.themeFooterArea .zs-highlight-box .zs-text-highlight-color {
color:#7EA388
}

form ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
form li {
    overflow: hidden;
    padding: 5px 0;
    margin: 0;
}
form ul li label, form ul li div {
    width: auto;
    padding: 10px 0;
    float: none;
}
form ul li label {
    width: auto;
    font-size: 14px;
    padding: 0;
}
form li span input, form li span label {
    float: none;
    width: auto;
    padding: 0px 5px 0;
    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:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#6a777c;
    background: #F4F4F4;
    border: 1px solid #E8E8E8;
    width: 250px;
    float: left;
    padding: 12px 5px;
    margin: 0px;
    resize: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}
form li span select {
    width: 263px;
}
form li span textarea {
    height: 100px;
    overflow: auto;
}
form li span button {
    margin-left: 5px;
    cursor: pointer;
    width: 20px;
}
form .dateinvoker {
    background: url(images/datePickerIcn.png) 0 0 no-repeat;
    height: 16px;
    width: 16px;
    border: 0;
    vertical-align: middle;
    margin-top: 12px;
    margin-left: 6px;
    padding: 0px;
    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 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
    background: #FFA743;
    border: 1px solid #C57D2D;
    padding: 10px 30px;
    margin-right: 5px;
    color: #ffffff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.38);
    -moz-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.38);
    -webkit-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.38);
    -o-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.38);
    cursor: pointer;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
 #padding:5px 8px;
    font-size: 14px;
}
form li input[type=reset] {
    background: #f5f5f5;
    border: 1px solid #b0b0b0;
    color: #808080;
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -o-text-shadow: none;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}

.themeSearchBoxContainer {
    margin: 5px 0 0 25px;
    float: right;
}
.themeSearchBox {
    background: url(images/searchbg.png) bottom left repeat-x;
    width: 212px;
    height: 26px;
    position: relative;
}
.themeSearchBox input[type=text] {
    background: transparent;
    width: 155px;
    height: 26px;
    border: 0;
    outline: none;
    line-height: 26px;
    font-family: 'Open Sans', Verdana, Geneva, sans-serif;
    font-size: 13px;
    color: #A9A29E;
    padding: 0 10px;
}
.themeSearchBox input[type=submit] {
    background: url(images/searchicon.png) center center no-repeat;
    width: 29px;
    height: 24px;
    position: absolute;
    top: 0px;
    right: 0px;
    border: 0 none;
    cursor: pointer;
}

.zs-slideshow-right-arrow {
    background: url(images/zs-slideshow-right-arrow.png) left top no-repeat;
    cursor: pointer;
    height: 123px;
    left: auto;
    right: 0px;
    margin-top: -62px;
    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: 58px;
    z-index: 150;
}
.zs-slideshow-left-arrow {
    background: url(images/zs-slideshow-left-arrow.png) left top no-repeat;
    cursor: pointer;
    height: 123px;
    right: auto;
    left: 0px;
    margin-top: -62px;
    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: 58px;
    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 20px 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: 12px;
    margin: 0 0 0 8px;
    width: 12px;
}
.zs-slideshow-control {
    background: url(images/zs-slideshow-control.png) no-repeat left top;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 0 0 0 8px;
    width: 12px;
}

.zs-highlight-box {
 background-color: #ca4b81;
 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: 3px 3px 0 0px rgba(202, 75, 129, 0.25), 0px 0px 0px 0 transparent inset;
 -moz-box-shadow: 3px 3px 0 0px rgba(202, 75, 129, 0.25), 0px 0px 0px 0 transparent inset;
 -webkit-box-shadow: 3px 3px 0 0px rgba(202, 75, 129, 0.25), 0px 0px 0px 0 transparent inset;
 -o-box-shadow: 3px 3px 0 0px rgba(202, 75, 129, 0.25), 0px 0px 0px 0 transparent inset;
 border-width: 1px;
 border-style:solid;
 border-color:#9b305d;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 padding: 10px;
 margin: 5px;
    min-height: 200px;
font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#F098BD;
}
.zs-highlight-box h1 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:30px;
 color:#FFB15E;
}
.zs-highlight-box h2 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:28px;
 color:#FFB15E;
}
.zs-highlight-box h3 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:26px;
 color:#FFB15E;
}
.zs-highlight-box h4 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:24px;
 color:#FFB15E;
}
.zs-highlight-box h5 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:22px;
 color:#FFB15E;
}
.zs-highlight-box h6 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:20px;
 color:#FFB15E;
}
.zs-highlight-box a {
text-decoration:none;
color:#FFB15E;
}
.zs-highlight-box a:hover {
 color:#FFB15E;
 text-decoration:none;
}
.zs-highlight-box hr {
    border-top-color: #E27CA8;
}
.zs-highlight-box th {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#A03663;
 background:#D36D99;
 border-width:1px;
 border-style:solid;
 border-color:#ca4b81;
 padding:10px;
}
.zs-highlight-box td {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#F098BD;
 background:transparent;
 border-width:1px;
 border-style:solid;
 border-color:#B9376E;
 padding:10px;
}

.zs-text-light-color {
color:#C4C4C4
}
.zs-text-highlight-color {
color:#7EA388
}
.zs-highlight-box .zs-text-light-color {
color:#C4C4C4
}
.zs-highlight-box .zs-text-highlight-color {
color:#FFB15E
}
/***************************** START: SOCIAL ICONS SPRITE *****************************/
.themeSocialIconContainer {
    position: relative;
}
.themeSocialIconArea {
    position: absolute;
    right: -30px;
    top: 100px;
}
.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 {
    background: url('images/zs-socialicon-sprite.png') no-repeat top left;
    width: 30px;
    height: 30px;
    display: block;
}
.zs-socialicon-email {
    background-position: 0 -0px;
}
.zs-socialicon-facebook {
    background-position: 0 -30px;
}
.zs-socialicon-flickr {
    background-position: 0 -60px;
}
.zs-socialicon-googleplus {
    background-position: 0 -90px;
}
.zs-socialicon-linkedin {
    background-position: 0 -120px;
}
.zs-socialicon-pinterest {
    background-position: 0 -150px;
}
.zs-socialicon-rss {
    background-position: 0 -180px;
}
.zs-socialicon-twitter {
    background-position: 0 -210px;
}
.zs-socialicon-youtube {
    background-position: 0 -240px;
}
/*****************************   END: SOCIAL ICONS SPRITE *****************************/
