@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------
SCREENS BY SIZE
-----------------------------------------------*/

/* Smartphones (landscape) ----------- */
	@import url(/css/tablet.css) screen and (min-width:641px) and (max-width:1024px);

/* Smartphones (portrait) ----------- */
	@import url(/css/mobile.css) screen and (max-width:640px);

/* Desktops and laptops ----------- */
	@import url(/css/desktop.css) screen and (min-width:1025px);
/*-----------------------------------------------
ALL SCREENS
-----------------------------------------------*/
a[href^=tel] {
	color: #FFF;
	text-decoration: none;
}

.clink a[href^=tel] {
	color: #000;
	text-decoration: none;
}

body, html {
	height: 100%;
	overflow: visible;
	margin:0;
	padding: 0;
	font-family: 'Libre Caslon Text', serif;
	color:#404040;
	-webkit-user-select: none;  
	-moz-user-select: none;     
	-ms-user-select: none;      
	user-select: none;     
	background:url(/img/background2.jpg) center top fixed;  
    font-size:13pt;
}
p {
    line-height:18pt;
}
html {
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}
*, *:before, *:after {
  	-webkit-box-sizing: inherit;
  	-moz-box-sizing: inherit;
  	box-sizing: inherit;
 }
.clearit {
	clear: both;
}
#menu, #menubarrier {
	background-color: #00F;
	color: #FFF;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 150px;
	z-index: 400;
}
#menubarrier {
	left: 0px;
	width: 100%;
	z-index: 450;
	background:url(/img/background2.jpg) top center;
	
}
#menu {
	background-color: #808080;
	color: #FFF;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 250px;
	z-index: 400;
	overflow:auto;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
}
#menu p {
	padding-left: 16px;
}
#wrapper {
	/*-webkit-box-shadow: 0px 0px 19px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 19px 3px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 19px 3px rgba(0,0,0,0.75);*/
	height: auto;
	margin-left: 0;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 500;
}
.slide {
	visibility: hidden;
}
#picturebox {
	width: 100%;
	overflow: hidden;
	position:relative;
}
.slide, .slidevis {
	background-position: center top;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
#menubar {
	padding-top: 4px;
}
.container {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.table {
 	width:100%;
}
.lhs,.rhs {
	float:left;	
}
.bluewall {
    background-color:rgba(32,29,59,0.75);
    padding:12px 0 24px 0;
    border-bottom:12px solid white;
}
.lhsb,.rhsb {
    float:left;
}
.rhsb p {
    color:white;
    width:100%;
    margin:12px 0 0 0;
    padding:0;
}
.pushdown {
    padding:48px 0 0;
    height:768px;
	background: #FFFFFF url(/img/background3.jpg) center top no-repeat;    
    border-bottom:4px solid white;
}
.whiteborder {
    border:5px solid white;
}
#main_image img {
    display:block;
}
.pushmargin {
    margin-top:32px;
    padding:32px;
    background-color:rgba(255,255,255,0.9);
}
.widebutt {
    display:inline-block;
    width:100%;
    padding:6px;
    color:#FFFFFF;
    background-color:#404056;
    font-weight:bold;
    text-align:center;
    border-radius:4px;
    font-size:18pt;
    text-decoration:none;
}
.butt {
    color:inherit;
}
.logos img {
    padding:24px 12px 0 0;
    width:50px;
}
.strap {
    text-align:center;
    font-size:10pt;
    color:white;
    padding:12px 0 12px 0;
}
.strap a {
    color:inherit;
}
.dshad {
    -webkit-box-shadow: 0px 0px 69px -3px rgba(0,0,0,0.48);
    -moz-box-shadow: 0px 0px 69px -3px rgba(0,0,0,0.48);
    box-shadow: 0px 0px 69px -3px rgba(0,0,0,0.48);  
}
#links {
    width:100%;
    overflow:hidden;
}