body,
td,
th,
p,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
table,
hr,
div,
br,
tr,
td,
li,
ul,
ol {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    /*color: #410000;*/
    margin: 0px;
    padding: 0px;
}

html {
    overflow-y: scroll;
}

/*body {
    background: #fae2bc url(../images/bg_main.jpg) repeat-x top center;
    position: relative;
}

#body2 {
    background: #fae2bc url(../images/bg_main2.jpg) repeat-x top center;
}*/

p {
    margin-bottom: 10px;
    text-align: left;
}

a:link,
a:visited,
a:active,
a:hover {
    /*color: #410000;*/
    text-decoration: none;
}

a:hover {
    background-color: #FFFFCC;
}

img a:hover {
    background-color: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    margin: 30px 0px 10px 0px;
    text-align: left;
}

li,
ul,
ol {
    margin-top: 6px;
    text-align: left;
    margin-left: 15px;
}

h1 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
	padding:20px;
}

h2 {
    font-size: 18px;
    font-weight: bold;
}

h3 {
    font-size: 15px;
    font-weight: bold;
    margin: 0px;
}

h4 {
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    margin: 0px 0px 10px 0px;
    color: #9F0909;
}

#body_wrap {
    position: absolute;
    width: 100%;
    z-index: 0;
	background-color:#FAE2BC;
}

#logo {
    position: relative;
    top: 26px;
    /*display: inline-block;*/
    z-index: 5000;
	
}

#index_div #logo {
    /*top: -2px;*/
	position:absolute;
}

#index_info {
    width: 900px;
}

#index_div {
    position: relative;
    width: 900px;
    clear: both;
}

#index_div2 {
    position: relative;
    width: 900px;
    height: 225px;
}

#body_text {
    width: 700px;
    position: relative;
    margin-top: 20px;
	top:-90px;
}

#main_wrap {
    position: relative;
    clear: both;
}

#main {
    width: 900px;
    clear: both;
    background: url(../images/bg_body2_02.jpg) repeat-y top center;
    position: relative;
    top: -30px;
    margin-bottom: -30px;
    padding-bottom: 30px;
}

#main_text {
    position: relative;
    left: 0px;
    width: 725px;
    min-height: 455px;
   /* _height: 455px;*/
    clear: both;
    top: 10px;
    margin-bottom: 15px;
}

#main_bottom {
    width: 900px;
    height: 55px;
    background: url(../images/bg_body2_01.jpg) repeat-y bottom center;
    position: relative;
    top: -30px;
    margin-bottom: -30px;
}

#iframe {
    padding: 1px;
    margin: 5px;
    border: #5F0B0B solid 5px;
    background-color: #FAE2BC;
}

.img_right {
    padding: 1px;
    margin-bottom: 10px;
    position: relative;
    margin-left: 35px;
    float: right;
    border: #5F0B0B solid 5px;
    background-color: #FAE2BC;
}

.img_left {
    padding: 1px;
    margin-bottom: 10px;
    position: relative;
    margin-right: 30px;
    float: left;
    border: #5F0B0B solid 5px;
    background-color: #FAE2BC;
}

#button_overlay {
    position: absolute;
    width: 875px;
    height: 318px;
    top: 172px;
    left: 21px;
    z-index: 100;
    cursor: pointer;
}

#top_buttons {
    position: absolute;
    z-index: 100;
    cursor: pointer;
    left: 137px;
    top: 0px;
}

#map_2 {
    z-index: 100;
    cursor: pointer;
}

#main_bg {
    position: relative;
    z-index: 0;
}

#footer_wrap {
    background: url(../images/bg_footer.jpg) top center repeat-x;
    min-height: 100px;
    padding: 0px 0px 15px 0px;
    width: 100%;
    clear: both;
}

#header_wrap {
    /*background: url(../images/bg_footer.jpg) top center repeat-x;*/
    min-height: 100px;
    padding: 0px 0px 15px 0px;
    width: 100%;
    clear: both;
	background-color:#FF0000;
}

#header {
    width: 900px;
    text-align: center;
    position: relative;
    left: -20px;
}


#footer {
    width: 900px;
    text-align: center;
    position: relative;
    left: -20px;
}

#text_menu,
#footer_text {
    color: #BFA377;
    margin-left: 35px;
    padding-top: 6px;
    white-space: nowrap;
    width: 900px;
}

#text_menu1,
#footer_text {
    color: #BFA377;
    margin-left: 35px;
    padding-top: 6px;
    white-space: nowrap;
    width: 900px;
}

#text_menu {
    font-size: 13px;
    position: relative;
    left: -15px;
	
}
#text_menu1 {
    font-size: 13px;
    position: relative;
    left: -15px;
	background:#410000;
}


#text_menu a:link,
#text_menu a:visited,
#text_menu a:active,
#text_menu a:hover {
    color: #FFF58F;
    font-weight: bold;
    text-decoration: none;
    padding: 0px 5px 0px 5px;
}
#text_menu1 a:link,
#text_menu1 a:visited,
#text_menu1 a:active,
#text_menu1 a:hover {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    padding: 0px 5px 0px 5px;
}


#footer_text {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #AFCCFF;
    white-space: nowrap;
    margin: 10px auto -10px;
}

#footer_text p {
    color: #FAE2BC;
    text-align: center;
    font-size: 20px;
    margin: 20px 0 -20px;
}

.sd_footer {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #AFCCFF;
    white-space: nowrap;
}

.sd_footer p {
    text-align: center;
    font-size: 12px;
    color: #AFCCFF;
}

.sd_footer a:link,
.sd_footer a:visited,
.sd_footer a:active,
.sd_footer a:hover {
    color: #DFEBFF;
    font-weight: bold;
    text-decoration: none;
    padding: 0px;
}

#text_menu a:hover,
#text_menu1 a:hover,
#footer_text a:hover,
.sd_footer a:hover {
    color: #FFFFFF;
    font-weight: bold;
    background-color: #996600;
}

.small_text {
    font-size: 11px;
    font-weight: normal;
}

.table_center,
.table_center h1,
.table_center h2,
.table_center h3,
.table_center h4,
.table_center p {
    text-align: center;
    color: #FF0000;
}

input,
textarea {
    background-color: #FFF3DF;
    border: 1px solid #AF8383;
    padding: 2px;
    font-size: 14px;
    color: #410000;
    margin: 3px;
}

#trifold_button {
    position: absolute;
    top: 30px;
    right: -60px;
    z-index: 1000;
    cursor: pointer;
    height: 190px;
    width: 130px;
    padding: 11px;
}

#trifold_button:hover {
    background-color: #F0F0F0;
    border: 1px solid #AF8383;
    padding: 10px;
}

.pre_load_img {
    width: 0px;
    height: 0px;
    visibility: hidden;
}

#locations {
    transform: scale(0.90);
    position: relative;
    left: -10.5%;
    margin: -10px auto 0px;
}

.location {
    display: inline-block;
    width: 100%;
    max-width: 215px;
    margin: 5px auto 14px;
}

.location h2,
.location h3,
.location h4,
.location p,
.location small {
    text-align: center;
    margin: 0;
    padding: 0 5px;
    display: block;
    white-space: normal !important;
    width: 100%;
    box-sizing: border-box;
}

.location p a {
    color: #FAE2BC !important;
    font-weight: 400 !important;
}

.location h2 {
    color: #fdf2e2 !important;
    font-size: 14px !important;
    line-height: 22px;
    font-weight: 600;
		white-space: nowrap;
}

.location h3 {
    color: #f7bb5d !important;
    font-size: 18px !important;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: -15px;
}

.location h4 a {
    color: #fdf2e2 !important;
}

.location h4 {
    color: #fdf2e2 !important;
    font-size: 15px !important;
    line-height: 19px;
    font-weight: 400;
    margin-top: 25px;

}

.location p {
    font-size: 14px !important;
    line-height: 16px;
}

.location small {
    color: #fff3df !important;
    font-size: 10.5px;
    line-height: 14px;
    font-style: italic;
    padding-top: 4px;
    font-weight: 200;
    letter-spacing: 0.2px;
}

/* SLide show*/ 

* {box-sizing:border-box}
body {font-family: Verdana,sans-serif;margin:0}
.mySlides {display:none}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* 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);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

/*Social Medi*/

#socialMedia{

	font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    /*color: #410000;*/
    margin: 0px;
    padding: 10px;
	text-align: center;
}

#socialMedia th{

text-align:center;

}

#fb{

background-color:#3B5998;
color:white;
}

/*CSS STyles */

@import url(http://fonts.googleapis.com/css?family=Varela+Round);

html, body { background: #333 url("http://codepen.io/images/classy_fabric.png"); }

.slides {
    padding: 0;
    width: 609px;
    height: 420px;
    display: block;
    margin: 0 auto;
    position: relative;
	top:-50px;
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.slides input { display: none; }

.slide-container { display: block; }

.slide {
    top: -30px;
    opacity: 0;
    width: 709px;
    height: 420px;
    display: block;
    position: absolute;

    transform: scale(0);

    transition: all .7s ease-in-out;
}

.slide img {
    width: 800px;
    height: 420px;
	padding-right:20%;
}

.nav label {
    width: 200px;
    height: 100%;
    display: none;
    position: absolute;

	  opacity: 0;
    z-index: 9;
    cursor: pointer;

    transition: opacity .2s;

    color: #FFF;
    font-size: 56pt;
    text-align: center;
    line-height: 380px;
    font-family: "Varela Round", sans-serif;
    background-color: rgba(255, 255, 255, .3);
    text-shadow: 0px 0px 15px rgb(119, 119, 119);
}

.slide:hover + .nav label { opacity: 0.5; }

.nav label:hover { opacity: 1; }

.nav .next { right: -60px;
width: 10%;
    position: absolute;
    top: 3px; }
	
.nav .prev { left: 0;
width: 10%;
    position: absolute;
    top: 3px; }

input:checked + .slide-container  .slide {
    opacity: 1;

    transform: scale(1);

    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label { display: block;
 background-color: rgba(255, 255, 255, .1);
 }

.nav-dots {
	width: 100%;
	bottom: 9px;
	height: 11px;
	display: block;
	position: absolute;
	text-align: center;
}

.nav-dots .nav-dot {
	top: -5px;
	width: 11px;
	height: 11px;
	margin: 0 4px;
	position: relative;
	border-radius: 100%;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.6);
}

.nav-dots .nav-dot:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.8);
}

input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3,
input#img-4:checked ~ .nav-dots label#img-dot-4,
input#img-5:checked ~ .nav-dots label#img-dot-5,
input#img-6:checked ~ .nav-dots label#img-dot-6 {
	background: rgba(0, 0, 0, 0.8);
}

/* SCrolling Text*/
.example1 {
 height: 30px;	
 overflow: hidden;
 position: relative;
 top:-90px;
}
.example1 h3 {
 font-size: 1em;
 color: #410000;
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 50px;
 text-align: center;
 top: -10px;
 padding-bottom: 10%;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%);
 /* Apply animation to this element */	
 -moz-animation: example1 15s linear infinite;
 -webkit-animation: example1 15s linear infinite;
 animation: example1 15s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes example1 {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes example1 {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes example1 {
 0%   { 
 -moz-transform: translateX(100%); /* Firefox bug fix */
 -webkit-transform: translateX(100%); /* Firefox bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Firefox bug fix */
 -webkit-transform: translateX(-100%); /* Firefox bug fix */
 transform: translateX(-100%); 
 }
}



