body {font-family: Times New Roman; font-size: 15px; background:#eedcc1;}

.bg2{position:relative; left:0; width:100%; background:url(../images/bg_footer.png) 0 0 repeat; opacity:0.8;}

.a1{color: #fff; text-decoration: none; text-shadow: 1px 1px rgba(0, 0, 0, 0.5);}
.a1:hover{color: #ce3800; text-decoration: underline; text-shadow: 1px 1px rgba(0, 0, 0, 0.5);}

.dropdown-menu1 > li > a {clear: both; color: #fff; display: block; font-weight: 400; line-height: 1.42857; padding: 3px 20px; white-space: nowrap;}

footer {text-align:center; padding-top:16px; position:relative}
footer a{color: #ce3800; text-decoration:underline}
footer a:hover{color:#ff3200;}
.footer{padding-top:2px; padding-bottom:6px;}

#red {color: #ad2f00;}
p, ul, li, a .big {line-height: 200%;}
h1, h2, h3, h4 .red{color: #ad2f00;}
strong {color: #ad2f00;}

#menu1 a {color: #fff; text-decoration: none; text-shadow: 1px 1px rgba(0, 0, 0, 0.5);}
#menu1 a:hover{color: #ad2f00; text-decoration: underline; text-shadow: 1px 1px rgba(0, 0, 0, 0.5);}
#navbarH {background-color: transparent; border-color: transparent;}
#navbar-toggleH{float: none; margin: 8px 15px 8px 20px; background-color: #eedcc1; border-color: #ce3800;}
#modal-contentH{*background-color: #ffe5dc; color: #333; opacity: 1}

.btn > li > a {text-align: left;}

#dropdown-menuH {background-color: #c98368; text-align: center; min-width: 100px; opacity: 0.9;}

#modal-contentH .img-responsive{margin-bottom: 30px;}

/* -------------------------- scrollbar --------------------------*/
#Demo { 
    position: relative;
    height: 100%; /* Or whatever you want (eg. 400px) */
    overflow: hidden;
  }

/* Styles specific to this particular page */
.scroll-pane,
.scroll-pane-arrows
{
	width: 100%;
	height: 200px;
	overflow: auto;
}
.horizontal-only
{
	height: auto;
	max-height: 200px;
}

/* -------------------------- background slideshow --------------------------*/
#slideshow
{
  position: absolute;
  height: 845px;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#slideshow IMG
{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  opacity: 0.0;
}
#slideshow IMG.active
{
  z-index: 10;
  opacity: 1.0;
}
#slideshow IMG.last-active
{
  z-index: 9;
}
#slideshow img
{
  /* Set rules to fill background */
  min-height: auto; /*min-width: 1024px;  Set up proportionate scaling */
  width: 100%;
  min-width: auto;
  height: 100%; /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}