@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
-----------------------------------------------*/

body, html {
	height: 100%;
	overflow: visible;
	padding: 0;
	margin:0;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
body {
	margin-top:0;
}
.clearit {
	clear: both;
}
#menu, #menubarrier {
	background-color: #00F;
	color: #FFF;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 150px;
	z-index: 400;
}
#menubarrier {
	background-color:#a8a99e;
	left: 0px;
	width: 100%;
	z-index: 450;
}
#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;
}
.outer {
	width:100%;
	height:auto;
}
.inner {
	position: relative;
	height: auto;
}
#ml {
	float: left;
	padding-left:8px;
}
#topholder {
	position: relative;
	left: -2px;
	top: 0;
	width: 100%;
	height: auto;
}
table {
	margin:0;
	padding:0;
	border:none;
	outline:none;
}
#topbar {
	width:100%;
	text-align:center;
	height:auto;
	font-size:10pt;
	letter-spacing:2px;
	color:#404048;
	position:relative;
}
#logobox {
	width:212px;
	height:auto;
	display:inline-block;
	padding-bottom:16px;
}
#topbar p {
	text-align:left;
}
.topline {
	width:100%;
	height:auto;
	text-align:center;
}
#fortext1,#fortext2 {
	color:#D0D0D0;
	line-height:18pt;
}
#fortext2 {
	color:#42444a;
}
.headname {
	font-size:48pt;
	line-height:64pt;
	margin:0;
	padding:0 0 16px 0;
	font-family:Times, "Times New Roman", serif;
	letter-spacing:2px;
	font-weight:300;
	width:100%;
}
a {
	color:inherit;
}
#footer,#info {
	background-color:#42444a;
	color:#E0E0E0;
	height:auto;
	font-size:10pt;
	letter-spacing:1px;
	width:100%;
	text-align:center;
}
#strap {
	position:absolute;
	left:0;
	color:#FFFFFF;
	z-index:1000;
	letter-spacing:1px;
	background-color:rgba(64,64,64,0.5);
}
#botline,#topline {
	width:100%;
	text-align:center;
}
#topline {
	font-weight:300;
	padding-bottom:12px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
#botline {
	font-weight:bold;
	font-family: 'Tangerine', cursive;
}
.leftbox, .rightbox {
	color:#FFFFFF;
	font-size:12pt;
	letter-spacing:0px;
}
.leftbox {
	font-style:italic;
}
.leftbox p, .rightbox p {
	margin:0;
	padding:6px 0 0 0;
}
#bhl,#bhlb {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:20pt;
	letter-spacing:0px;
	font-weight:300;
	font-weight:bold;;
}
.floatl {
	float:left;
	padding-top:0;
	margin-top:0;
}
#lum1 {
	color:#FFFFFF;
}
#lum2 {
	color:#000000;
}
#bhl a,#bhlb a {
	text-decoration:none;
	color:#E0E0E0;
	padding:6px 0 6px 0;
	display:inline-block;
}
.inner {
	padding: 16px 0 16px 0;
}
.picholder,.picholder2 {
	float:left;
	height:auto;    
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.picholder {
	border:1px solid #808080;
	background-color:#808080;
}
.picholder2 {
	border:1px solid #404040;
	background-color:#404040;
}
.picholder img,.picholder2 img {
	display:block;
}
