* {
	margin: 0;
	padding: 0;
}
html {
	height: 99%;
}
header, nav, section, article, aside, footer {
	display: block;
}
body {
	font-size: 12pt;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 99%;
	background-image:url('../images/background.png');   
	background-position: 50% 0%;
	color:white;
}

table{
	width:100%;
	border-style:none;
	border-width:0;
	border-collapse:collapse;
}

.clearfix:after {
  clear:both;
  content:".";
  display:block;
  height:0;
  line-height:0;
  visibility:hidden;
}

h1{
 text-align:center;
 margin:20px 20px 0px 20px;
 font-family:Verdana;
 font-size:14pt;
 font-weight:bold;
}

a {
	color: gray;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 18px
}
img {
	border: none;
}

.bold{
	font-weight:bold;
}

input {
	vertical-align: middle;
}
#wrapper {
	width: 95%;
	margin: 0 auto;
	min-height: 99%;
	height: auto !important;
	height: 99%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	background-color:gray;
}


/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 0 0 50px;
}

.bjqs-slide{
		overflow: scroll;
	}

div.content {
	max-width: 100%; /*override default*/
	width:	100%;
	float: none;
}

div.slideshow span.image-wrapper{
	position: relative;
}

div.slideshow a.advance-link{
	width: 90%; /*override default*/
	text-align: left;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	
}

.footerinline
{
	margin: 20px auto 10px auto;
  	border-style: solid;
  	border-width: 1px;
  	border-color: gray;
	background-color:black;
	padding:8px;
}

.footerNav ul{
	list-style-type: none;
}

.footerNav a{
	color:white;
	font-size: 20px;
}

nav{

}

.logo{
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	background-color:black;
	padding:15px 10px 15px 10px;
	position:relative;
	display: inline;
	float: left;
}
.block{
	border-style: solid none solid solid;
	border-width: 1px;
	border-color: gray;
	background-color:black;
	padding:10px 18px 10px 0px;
	position:relative;
	display: inline;
	left:0px;
	width:20px;
	top:25px;
	float: left;
}
.endblock{
	border-style: solid solid solid none;
	border-width: 1px;
	border-color: gray;
	background-color:black;
	padding:10px 18px 10px 0px;
	position:relative;
	display: inline;
	left:0px;
	width:1px;
	top:25px;
	float: left;
}

.pages{
	margin-top:60px;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	background: rgb(0, 0, 0); /* The Fallback */
	background: rgba(0, 0, 0, 0.5); 	
}


.full{
	margin:30px 20px 50px 50px;
}

.left{
 margin:30px 20px 50px 50px;
}

.smallleft{
 margin:30px 20px 50px 50px;
}

.right{
  margin:30px 50px 50px 25px;
}

.bigright{
  margin:30px 50px 50px 25px;
}

.uplighterstext{
	margin: 20px 50px;
}


.sliderNav ul li, .footerNav ul li
{ 
	display: inline-block;
}

.contactbox{
border-style:solid;
border-width:3;
border-color:gray;
padding:15px;
background-color:black;
}

.contentmenu{
	list-style: none;
	display: block;
}

.contentmenu li{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	/*height: 50px;
	position: relative;*/
	text-align: center;
}

.contentmenu li a img{
	height: 50px;
	border: 1px solid dimgray;
	text-align: center:
}

.contentmenu li a div{
	text-align: center;
	/*position: absolute;
	top: 5px;
	left: 5px;
	color: white;
	background-color: gray;
	opacity: 0.75;
	font-size: 0.85em;
	font-weight:bold;*/
}

.subnav {
	text-align: center;
	margin-top: 10px;
}

.subnav i {
	color:white;
	font-size: 14pt;
	padding: 0 20px;
}

.subnav i:hover{
	cursor: pointer;
}

.subnav h2{
	display: inline-block;
	font-size: 13pt;
}

.onepicleft{
	max-height: 400px;
	max-width: 400px;
}

.uplighters div.slideshow a.advance-link{
	height: 250px;
}

div.slideshow img{
	max-height: 100%;
	max-width: 100%;
}

/*overriding default styles*/
div.ddsmoothmobile{ /* main mobile menu container */
	height: 500px;
}

.mobilehidden{
	display: none;
}

@media(min-width: 1000px){
	.mobilehidden{
		display: block;
	}
	
	.footerinline > aside:first-child{
		float: left;
	}
	.footerinline > aside:last-child{
		float: right;
	}
	
	#wrapper {
		width: 1000px;
		margin: 0 auto;
		min-height: 99%;
		height: auto !important;
		height: 99%;
	}

	.bjqs-slide{
		overflow: hidden;
	}
	
	.left{
		 width:425px;
		 float:left;
	}
	
	
	.smallleft{
	 width:250px;
	 float:left;
	}
	
	.right{
	  width:425px;
	  float:right;
	}
	
	.bigright{
	  width:600px;
	  float:right;
	}
	
	div.content {
		width:	500px;
		float: right;
	}
	
	div.slideshow span.image-wrapper{
		position: absolute;
	}
	
	div.slideshow img{
		height: 100%;
		width: auto;
	}
	
	div.slideshow a.advance-link{
		width: 500px; /*override default*/
		height: 375px;
		text-align: center;
	}
	
	.onlyformobile{
		display: none;
	}

}