﻿@charset "utf-8";

html 
{
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

.imageLink
{
	border:1px solid #999;
	margin:15px 15px auto auto;
	cursor:pointer;
}

.imageLink:hover
{
	border:1px solid #099;
}
.textLink
{
	display:inline;	
	margin:5px 15px 5px 0px;
	cursor:pointer;
	text-decoration:underline;
}

.textLink:hover
{
	font-weight:bold;
}

.contentContainer
{
	position:relative;
	top: 0px;  
	left: 0px; 
	font-size: 100%;
	text-align: center;
	width:100%;
	height:100%;
	min-height:100%;
	overflow:auto;
}

.sliderHolder
{
	position:fixed;
	top: 0px;  
	left: 0px; 
	font-size: 100%;
	width:100%;
	height:100%;
	min-height:100%;
	/*background-color:#DBDEE1;*/
	/*
	position:fixed;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:1 !important;
	background-color:black;
*/
	
}

.sliderHolder
{
	overflow:hidden;
	
}

.controlButton
{
	background:url(../assets/control_bg.png) repeat-x;
	text-align:center;
}

.controlContainer
{
	background:url(../assets/control_bg.png) repeat-x;
}

.banner img, .bannerInner div
{
	display:none;	
}

.divPad 
{
   padding-top: 40px;
}

.superCaption
{
	padding:5px;	
	-webkit-text-size-adjust: none;
}

.slider
{
	background:none;
	opacity:1;
}

.overlay
{
    width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);
	color:white;
	position:absolute;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 40px;
    /*background: black;*/
    font-style: italic;
    pointer-events:none;
}

.overlay a {
          color: white;
       }

.overlayInner {
    position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.overlayHeading {
    font-size: 2em;
    padding-bottom: 10px;
    line-height: 1.2em;
}



.overlay *
{
	pointer-events:all	
}

.overlay2 {
    display: none;
}