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

/* pushes the page to the full capacity of the viewing area */
html {
	height:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	
}
body {height:100%; margin:0; padding:0;}
/* prepares the background image to full capacity of the viewing area */
#bg {
	position:fixed;
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
	background-color:#000000;
}
/* places the content ontop of the background image */
#content {
	position:relative; 
	z-index:1;
}


.lane{
	width:700px;
	margin:auto;
	padding-top:50px;
}

h1{
	font-size:13px;
	font-weight:bold;
	color:#251a06;
	
}
p{
	margin: 6px 0 6px 0;
}

.left{
	width:125px;
	float:left;
	display:inline-block;
	*display:inline;
	*zoom:1;
}

.right{
	width:550px;
	margin-left:25px;
	float:right;
	margin-top:145px;
}
.rightRel{
	position:relative;
	margin-left:200px;
	margin-top:143px;		
}
.menu{
	background-color:#ffffff;
	padding-top:30px;
	padding-bottom:30px;
	text-align:center;
	margin-top:20px;
	background: rgba(255, 255, 255, 0.95);
	opacity: 0.95;
	zoom:1;
}
.menu ul{
	list-style:none;
	padding:4px 0px 6px 0px;
	margin:0px
}
.menu ul li{
	margin-bottom:4px;
}
.subMenu{
	display:none;
}

.subMenu ul li{
	font-size:11px;
	
}
.bodyText{
	background-color:#ffffff;
	background: rgba(255, 255, 255, 0.95);
	opacity: 0.95;
	zoom:1;
	padding:15px 20px 15px 20px;
	width:495px;
}
.footer{
	background-color:#ffffff;
	margin-top:25px;
	font-size:10px;
	background: rgba(255, 255, 255, 0.95);
	opacity: 0.95;
	padding:7px 20px 7px 20px;
	width:495px;
}
a, a:link, a:visited{
	text-decoration:none;
	color:#000000;
}
a:hover{
	color:#663399;
}
a img, img{
	border:none;
}

.bodyText a, .bodyText a:link, .bodyText a:visited{
	color:#663399;
}
.bodyText a:hover{
	color:#FF5F55;
}
.miniText{
	font-size:11px;
}
.greyCreditLine{
	font-size:11px;
	color:#808080;
}

/* Mail chimp */
#mce-success-response{
	
	color:#53B744; 
}
#mce-error-response{
	color:#DC1F2F;
}

fieldset {
	border:none;
}

#mc_embed_signup form {
}

.mc-field-group{
	margin-bottom:5px;
	clear:both;
}

#mc_embed_signup label{
	width:100px;
	text-align:right;
	display:inline-block;
	zoom:1;
}
#mc_embed_signup li label{
	width:40px;
	text-align:left;
	display:inline-block;
	zoom:1;
}
.input-group{
	display:inline;
	
	}
.input-group-label{
	display:inline;
}

.input-group ul{
	display:inline;
	padding-left: 0px;
	
}
.input-group ul li{
	list-style:none;
	display:inline;
	
}

.indicate-required{
	float:right;
	color:#2C2C2C;
}
#mc-embedded-subscribe{
	margin-top:10px;
}
/* Caption css */
div.caption{
	display:inline-block;
	zoom:1;
	vertical-align:top;
}
.caption p{
	font-size:11px;
	
}

/* Scroallable image gallery */
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width:485px;
	height:800px; /* KEY 1*/
}
.scrollable .items {
	position:absolute;
	width:20000em;
}
.items div{
	float:left;
}

/* gallery buttons */

.prevnext{
	width:486px;
	position:absolute;
	height:728px; /* KEY 1 */
	top:0;	
}

	#prevnav{
		width:50%;
		position:absolute;
		left:0;
		height:728px; /* KEY 1 */
	}
	#nextnav{
		width:50%;
		position:absolute;
		right:0;
		height:728px; /* KEY 1 */
	}
		#nextnav a strong, #prevnav a strong{
			width:243px;
			height:765px; /* KEY 1*/
			display:block;
			text-indent:-9999px;
		}



#prevnav a strong {
  background:url("../img/photonav_prev.gif") no-repeat 50% -100px;
  }
#nextnav a strong {
  background:url("../img/photonav_next.gif") no-repeat 50% -100px;
  }
html>body #prevnav a strong {
  background-image:url("../images/buttons/prev.png");
  }
html>body #nextnav a strong {
  background-image:url("../images/buttons/next.png");
  }
#prevnav a:hover strong, #nextnav a:hover strong, #prevnav a:active strong, #nextnav a:active strong {
  background-position:50% 10px;
  cursor:pointer;
  }

*/
