/* cmsms stylesheet: Gallery modified: Tuesday, July 14, 2026 3:10:53 PM */
.gallery .img {
	height: 220px;
	width: 200px;
	float: left;
	margin: 10px;
padding: 6px;
background-color: #fff;
	text-align: center;
}

.gallery .img a {
	display: inline-block;
	border: 2px solid #fff;
	padding: 1px;
}

.gallery .img a:hover {
	border-color: #ddd;
}

.gallery img {
	border: none;
}

.gallery .pagenavigation {
	height: 50px;
}

.gallery .prevpage a, .gallery .prevpage em {
	display: block;
	width: 50px;
	height: 39px;
	float: left;
	margin: 0;
	text-indent: -1000px;
	background: url(../../images/previous.png) transparent no-repeat 0 0;
	overflow: hidden;
}

.gallery .nextpage a, .gallery .nextpage em {
	display: block;
	width: 50px;
	height: 39px;
	float: left;
	margin: 0 6px 0 0;
	text-indent: -1000px;
	background: url(../../images/next.png) transparent no-repeat 0 0;
	overflow: hidden;
}

.gallery .parentlink a {
	display: block;
	width: 50px;
	height: 39px;
	float: left;
	text-indent: -1000px;
	background: url(../../images/uppage.png) transparent no-repeat 0 0;
	overflow: hidden;
}

.gallery .pagenavigation a:hover {
	background-position: 0 -40px;
}

.gallery .prevpage em, .gallery .nextpage em {
	background-position: 0 -80px;
}

.gallery .pagelinks {
	float: right;
	border-right: 2px solid #666;
}

.gallery .pagelinks a, .gallery .pagelinks em {
	margin-top: 6px;
	padding: 0 6px;
	border-left: 2px solid #666;
	text-align: center;
	font: bold 11px verdana; color: #666;
}

.gallery .pagelinks em {
	color: #000;
}

.galleryclear {
	clear: both;
}


/* LIGHTBOX  -  version 2.8.2 */

/* Preload images */
body:after {
  content: url(../lightbox/images/close.png) url(../lightbox/images/loading.gif) url(../lightbox/images/prev.png) url(../lightbox/images/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../lightbox/images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../lightbox/images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../lightbox/images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../lightbox/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* cmsms stylesheet: Nav modified: Tuesday, July 14, 2026 2:44:56 PM */
.title-bar {
    background: #313131;
    padding: 5px 10px;
}

.top-bar {
    background: #313131;
    padding: 0px;
    margin: 0px;
    display: inline-block;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
.top-bar {
    width: 100%;
}
}

.top-bar ul {
    background: #313131;
    padding: 0px;
    margin: 0px;
}

.top-bar ul li {
    background: #313131;
    padding: 7px 0px 8px 0px;
}

.top-bar ul li a {
    color: #fff;
    background: #313131;
}

.top-bar ul li:hover {
    color: rgb(231,213,190);
    background: #313131;
}

.top-bar ul li.navactive {
    color: rgb(231,213,190);
    background: #313131;
}

.top-bar ul li ul li:hover {
    color: rgb(231,213,190);
    background: #313131;
}

.top-bar ul li ul li.navactive {
    color: rgb(231,213,190);
    background: #313131;
}

.top-bar ul li a:hover {
    text-decoration: none;
    color: rgb(231,213,190);
    background: #313131;
}

.menu-text {
    color: #fff;
}

@media only screen and (max-width: 40em) {
    .menu-text {
        display: none !important;
    }
}

@media only screen and (min-width: 40em) {
    .menu:last-child {
/*        border-left: 1px solid rgb(234,217,170); */
    }
    .menu:first-child {
        border-left: none;
    }
    .menu li:not(:last-child) {
/*        border-right: 1px solid rgb(234,217,170); */
    }
}

.dropdown.menu .submenu {
    border: none;
position: absolute;
    z-index: 999;
}

.dropdown.menu .is-dropdown-submenu-parent.is-right-arrow > a::after {
    border-color: #fff transparent transparent;
}

.is-drilldown-submenu-parent > a::after {
    border-color: transparent transparent transparent #fff;
}

.js-drilldown-back::before {
    border-color: transparent #fff transparent transparent;
}

.menu {
text-align: left;
}

nav.top-bar {
background: #313131;
}
/* cmsms stylesheet: Main modified: Tuesday, July 14, 2026 3:23:01 PM */
body {
    background-color: rgb(235,235,235);
    font-size: 18px;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

/* Small only */
@media screen and (max-width: 39.9375em) {}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

.MainHeader {
    text-align: center;
}

.HeaderLeft {
    text-align: center;
}

.LogoShell {
    text-align: center;
}

.TheLogo {
    margin: 45px auto;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .TheLogo {
    margin: 20px auto;
}
}

.HeaderRight {
    text-align: center;
}


.TheNav {
    color: #fff;
    background-color: #313131;
    text-align: center;
    line-height: 0;
    position: relative;
    z-index: 9999;
    font-size: 18px;
    padding-top: 15px;
}

.Slider {
    background-color: rgb(97,100,86);
    text-align: center;
}

.TopContent {
    background-color: rgb(227,226,222);
    color: #fff;
    text-align: left;
    padding: 35px 50px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .TopContent {
    padding: 15px 15px;
}
}

.MidContent {
    background-color: rgb(191,178,161);
    color: #000;
    text-align: left;
    padding: 45px 50px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .MidContent {
    padding: 15px 15px;
}
}

.MidAdBox1 {
    background-color: #fff;
    border: 1px solid #999;
}

.MidAd1 {
    
}

.MidAdBox2 {
    background-color: #3d3d3d;
    border: 1px solid #999;
}

.MidAd2 {
    
}

.MidAdBox3 {
    background-color: #c8c8c8;
    border: 1px solid #999;
}

.MidAd3 {
    
}

.MidAdBox4 {
    background-color: #fff;
    border: 1px solid #999;
}

.MidAd4 {
    
}

.MidLefBox {
    
}

.MidRighBox {
    
}

.BottomContent {
    background-color: rgb(235,235,235);
    text-align: left;
    padding: 35px 50px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .BottomContent {
    padding: 15px 15px;
}
}

.BottomContent img {
    padding: 10px 30px;
}

.SubBottomContent {
    
}

.footerSlider {
    
}

.Footer {
    background-color: rgb(97,100,86);
    font-size: 22px;
    color: #fff;
    padding: 25px 0;
}

.FootTexts {
    text-align: left;
    color: #fff;
    font-size: 22px;
  }

.Copyr {
    text-align: right;
    padding-top: 30px;
    font-size: 14px;
    color: #fff;
}

/* RANDOMNESS */

A:link {text-decoration: none; color: rgb(231,213,190);}
A:visited {text-decoration: none; color: rgb(231,213,190);}
A:active {text-decoration: none; color: rgb(231,213,190);}
A:hover {text-decoration: underline; color: rgb(231,213,190);}

.MidContent A:link {text-decoration: none; color: rgb(88,126,127);}
.MidContent A:visited {text-decoration: none; color: rgb(88,126,127);}
.MidContent A:active {text-decoration: none; color: rgb(88,126,127);}
.MidContent A:hover {text-decoration: underline; color: rgb(88,126,127);}

.transparent {
    filter: alpha(opacity=100); /* internet explorer */
    opacity: 1;           /* fx, safari, opera, chrome */
}

.transparent:hover {
    filter: alpha(opacity=90); /* internet explorer */
    opacity: 0.9;           /* fx, safari, opera, chrome */
}

h1 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 40px;
    color: #000;
    padding: 10px 0;
    margin: 10px 0;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 35px;
    color: #000;
    padding: 10px 0;
    margin: 10px 0;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 25px;
    color: #000;
    padding: 10px 0;
    margin: 10px 0;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

h4 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 45px;
    color: #000;
    padding: 10px 0;
    margin: 10px 0;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

h5 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 35px;
    color: #000;
    padding: 10px 0;
    margin: 10px 0;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

h6 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 25px;
    color: #000;
    padding: 10px 0;
    margin: 10px 0;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
