img{border:none;}
a {
/* color:#234a38; */
color:#2A5DB0;
}

.light-link {
  color:rgb(253, 245, 200);
}


body {
background:#3d8969 url('images/body_bg.jpg') repeat-x;
color:rgb(253, 245, 200);
font:14px Arial,Sans-serif;
margin:0;
}

#container {
	width:821px;
margin:0 auto;
}

#header {
	height:143px;
background:url('images/logo.png') no-repeat;
}

#header #header_flash {
	width:600px;
	height:117px;
margin-left:230px;
}

#header #nav {
	width:784px;
margin:0 auto;
overflow:hidden;
}

#header #nav span {
background:url('images/nav_tab_right.jpg') no-repeat top right;
color:#fff;
display:block;
float:left;
position:relative;
}

#header #nav span a {
	min-width:76px;
	height:26px;
background:url('images/nav_tab_left.jpg') no-repeat  top left;
color:#fff;
display:block;
text-align:center;
line-height:26px;
padding:0 18px;
text-decoration:none;
}

#header #nav span:hover {
background-position:bottom right;
}
#header #nav span:hover a {
background-position:bottom left;
}

#body {
	height:339px;
background:url('images/home_page_img.jpg');
position:relative;
}

#body #body_text {
line-height:normal;
margin:0 34px 0 385px;
padding-top:10px;
color:#000000
}

#body #body_text h1 {
font-size:24px;
font-weight:normal;
margin:0 0 0.2500em 0;
}

#body #body_text p {
margin:0 0 1em 0;
}

#body #body_text .more_link {
text-align:right;
}

.subpage #body {
	height:auto;
background:#fff url('images/subpage_body_bottom.png') bottom center no-repeat;
color:#333333;
margin:0 20px;
}

.subpage #body .subpage_top_01 {
display:block;
float:left;
}

.subpage #body .subpage_top_02 {
display:block;
float:right;
}

.subpage #body #body_text {
	width:auto;
clear:both;
margin:0;
padding:10px 10px 1px 10px;
}

.subpage #body #body_text h1 {
font:30px Impact,Sans-serif;
color:#3d8969;
}

.subpage #body #body_text h2 {
font:20px Impact,Sans-serif;
color:#3d8969;
	}

#footer {
background:#57957B url('images/footer_bg.png') no-repeat 0 18px;
margin:0 20px;
padding-top:11px;
}

#footer #footer_text {
	width:215px;
font-size:10px;
float:left;
line-height:1.2em;
margin:48px 20px 0 27px;
}

#footer #gallery {
	width:506px;
float:right;
margin:3px 13px 12px 0;
}

#footer #gallery ul li img {
margin:0 1px;
}

#footer #copyright {
background:#3d8969;
padding:10px 0;
text-align:center;
}

.clearer {
clear:both;
}

.browse {
  vertical-align: middle;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;

}

/*   https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_slideshow_gallery   */   
/* Position the image container (needed to position the left and right arrows) */
.container_slider {
	position: relative;
  }

/* Hide the images by default */
.mySlides {
display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
cursor: pointer;
position: absolute;
top: 40%;
width: auto;
padding: 16px;
margin-top: -50px;
color: white;
font-weight: bold;
font-size: 20px;
border-radius: 0 3px 3px 0;
user-select: none;
-webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
right: 0;
border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}

/* Container for image text */
.caption-container {
text-align: center;
background-color: #222;
padding: 2px 16px;
color: white;
}

.row:after {
content: "";
display: table;
clear: both;
}

/* Six columns side by side */
.column {
float: left;
width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
opacity: 0.6;
}

.active,
.demo:hover {
opacity: 1;
}

/* Royal Slider Customization */
#gallery-2 {
	width: 100%;
	background: #151515;
	-webkit-user-select: none;
	-moz-user-select: none;  
	user-select: none;
	}

/* Royal Slider Gallery-1 - disable */
#gallery-1 {
	width: 60%;
	height: 100px;
}

/* Royal Slider Small Slider */
.visibleNearby {
  width: 10%;
  background: #141414;
  color: #FFF;
  padding-top: 2px;
}
.visibleNearby img,
.visibleNearby .rsSlide {
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   will-change: transform;
   padding: 2px;
}
.visibleNearby .rsGCaption {
  font-size: 16px;
  line-height: 18px;
  padding: 12px 0 16px;
  background: #141414;
  width: 100%;
  position: static;
  float: left;
  left: auto;
  bottom: auto;
  text-align: center;
}
.visibleNearby .rsGCaption span {
  display: block;
  clear: both;
  color: #bbb;
  font-size: 5px;
  line-height: 5px;
}
.royalSlider > .rsImg {
  visibility: hidden;
  margin: 2px;
}

/* RS Scaling transforms */
.visibleNearby .rsSlide img {
  opacity: 0.45;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;

  -webkit-transform: scale(0.9);  
  -moz-transform: scale(0.9); 
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.visibleNearby .rsActiveSlide img {
  opacity: 1;
  -webkit-transform: scale(1);  
  -moz-transform: scale(1); 
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* RS Non-linear resizing on smaller screens
@media screen and (min-width: 0px) and (max-width: 900px) { 
  #gallery-1 {
    padding: 12px 0 12px;
  }
  #gallery-1 .rsOverflow,
  .royalSlider#gallery-1 {
    height: 400px !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 500px) { 
  #gallery-1 .rsOverflow,
  .royalSlider#gallery-1 {
    height: 300px !important;
  }
}
 */


/* Media Queries: Tablet Landscape */
@media screen and (max-width: 1060px) {
    #primary { width:67%; }
    #secondary { width:30%; margin-left:3%;}  
}

/* Media Queries: Tabled Portrait */
@media screen and (max-width: 768px) {
    #primary { width:100%; }
    #secondary { width:100%; margin:0; border:none; }
}