/* Searchlights CSS
   Master Styles
   Author: Chris Rosenthal
*****************************************************************/


/* Global reset
   http://meyerweb.com/eric/tools/css/reset/ 
*****************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
background-color: #ffffff;
}


body {
	line-height: 1;
}
ol, ul {
	margin-left: 40px;
list-style-type: square; 
   font-size:20px;

}

li {
padding-left: 20px !important;
width: 800px;
	color: #000;
font-size: 26px;
	line-height: 42px;
}

blockquote, q {
	quotes: none;
font-size: 50px;
line-height: 60px;
	color: #ffffff;
font-family: "museo-slab", museo slab,  Georgia, serif;
font-weight: normal;
width:900px;
z-index: 4;

}
blockquote:before, q:before {
	display: block;
content: "\201C";
font-size: 300px;
position: absolute;
left: -100px;
top: 0px;
color: #d4d6f8;
font-family: Georgia, serif;

}

blockquote:after, q:after {
	display: block;
content: "\201D";
font-size: 200px;
position: absolute;
right: -200px;
top: 190px;
color: #d4d6f8;
font-family: Georgia, serif;

}

blockquote cite {
color: #ffffff;
font-size: 22px;
font-style: normal !important;
display: block;
margin-top: 30px;
margin-left:500px;
width: 100%;
}
 
blockquote cite:before {
content: "\2014 \2009";
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Extended base styles (site specific)
*****************************************************************/

html { 
	overflow-y: scroll; /* always force a scrollbar in non-IE */


	}
body {
	background: transparent;

min-width:1280px;
	overflow-x: hidden;
	overflow: hidden;
	height: 52510px;
	font-size: 26px;
	line-height: 42px;
	color: #000;				font-family: Georgia, serif;
}
h1 {
	color: #666666;
padding-left: 20px !important;
	padding-right: 20px !important;
}
a, a:link,
a:active,
a:visited {
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
	color:#00afe9;
	outline: none;
	text-decoration:none;
	}
	a:hover { 
		color:#666;
		}
img { 
	display:block;
	}
a:hover img  { 
	opacity: 0.6;
	}

p {
padding-left: 20px !important;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	padding-right: 200px !important;

	}
i {
font-style: italic;
}

em {
font-style: italic;
}



/* Common shared styles
*****************************************************************/

hr {
	margin: 0;
	border: none;
	border-top: 0px solid #3b3b3b;
	border-bottom: 1px solid #cccccc;
width:1200px;
	height: 3px;
}

/* Page structure
*****************************************************************/

#wrapper {
	position: relative;
}
#branding {
	width: 100%;
	background: #fff;
	}
	#branding h1 {
		width: 940px;
		padding: 10px 15px;
		margin: 0 auto;
		text-transform: uppercase;
		font-size: 18px;
		font-weight: bold;
		}

/* Nav
*****************************************************************/

nav#primary {
	z-index: 6000;
	position: fixed;
	top: 50%;
	right: 8px;
	margin-top: -30px;
}
nav#primary li {
	position: relative;
	height: 20px;
list-style-type: none; 
width: 20px;

}
nav#primary a {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background: transparent url('../img/nav-dot.png') 4px 4px no-repeat;

}
nav#primary a:hover, nav#primary a.active {
	background: transparent url('../img/nav-dot.png') 4px -16px no-repeat;
}
nav#primary h1 {
	position: absolute;
font-size: 14px;
	right: 14px;
	top: -27px;
	display: none;
	padding: 4px 20px 4px 7px;;
	color: #fff;
	white-space: nowrap;
	background: transparent url('../img/nav-arrow.png') 100% 50% no-repeat;
	z-index: 5001;

	}
nav.next-prev {
	margin: 20px 0 0 0;
	}
	a.prev,
	a.next {
		display: block;
		width: 15px;
		height: 11px;
		text-indent: -9999px;
		}
	a.prev {
		margin: 0 auto 5px auto;
		background: transparent url('../img/scroll-arrow-up.png') 0 0 no-repeat;
		}
		a.prev:hover {
			background: transparent url('../img/scroll-arrow-up.png') 0 -11px no-repeat;
			}
	a.next {
		margin: 5px auto 0 auto;
		background: transparent url('../img/scroll-arrow-down.png') -1px 0 no-repeat;
		}
		a.next:hover {
			background: transparent url('../img/scroll-arrow-down.png') -1px -11px no-repeat;
			}

/* Parallax
*****************************************************************/

/* content */
#content {
	z-index: 999;
	position: absolute;
left: 10px;	width:1280px;
max-width:1280px;
	margin: 0 auto;
	line-height: 1.7;
	}

	#content article {

		}
		#page-number-1 ,
		#page-number-2,
		#page-number-3,
		#page-number-4,
#page-number-5,
#page-number-6,
#page-number-7
 {
			padding: 0px 40px 40px 40px;

			}
#page-number-1 {
position: absolute;
top: 0px;
width: 100% !important;

}

#page-number-2 {
position: absolute;
top: 2220px;
background: transparent !important;
width: 73% !important;
padding-top:100px;
}

#page-number-3 {
position: absolute;
top: 5900px;
background: transparent !important;
opacity:0.975;
width: 73% !important;
padding-top:100px;
padding-right:40px;

z-index: 500;
}


#page-number-4 {
position: absolute;
top: 19860px;
margin: 0 !important;
width: 73% !important;
padding-top:100px;

			}


#page-number-5 {
position: absolute;
top: 29350px;
margin: 0 !important;
width: 73% !important;
padding-top:100px;

			}
#page-number-6 {
position: absolute;
top: 40120px;
margin: 0 !important;
width: 73% !important;
padding-top:100px;

			}
#page-number-7 {
position: absolute;
top: 45550px;
margin: 0 !important;
width: 73% !important;
padding-top:100px;

			}



#content h1 {
margin: 0 0 0 0;
font-size: 60px;
font-family: "museo-slab", museo slab,  Georgia, serif;
font-weight: normal;
line-height: 65px;
}


#page-number-4  article {
background: transparent !important;

}




.fourbax{
display:block; 
float:left;
}

/* foreground */
#parallax-bg3 {
	z-index: 99;
	position: fixed;
	left: 5%; /* align left edge with center of viewport */
	top: 0;
	width: 1200px;
	margin-left: -600px; /* move left by half element's width */	}
	/* foreground images */
	#fg3-1 {
		position: absolute;
		top: 112px;
		left: 321px;
		}
	#bg3-X1 {
		position: absolute;
		top: 60px;
		left: 610px;
		}

#fg3-2 {
			z-index: 0;

position: absolute;
		top: 882px;
		left: 530px;
opacity:0.4;
		}
	#fg3-3 {
		position: absolute;
		top: 1258px;
		left: 1000px;
		}
	
	#fg3-5 {
		position: absolute;
		top: 95px;
		left: 0px;
		}
#fg3-6 {
		position: absolute;
		top: 11000px;
		left: 1340px;
z-index:9999999;
		}
#fg3-7 {
		position: absolute;
		top: 7100px;
		left: 1000px;
z-index:3;
		}
		
#fg3-8 {
		position: absolute;
		top: 5900px;
		left: 940px;
		}

#fg3-9 {
		position: absolute;
		top: 6100px;
		left: 940px;		}

#fg3-10 {
		position: absolute;
		top: 6860px;
		left: 1340px;
z-index: 1000;
		}


#fg3-11 {
		position: absolute;
		top: 4800px;
		left: 940px;
		}




/* midground images */
#parallax-bg2 {
	position: absolute;
		top: 85px;
		left: -270px;
z-index:5230;
	}
	#mg2-1 {
		position: absolute;
		top: 6362px;
		left: 1140px;
z-index:5000;

		}
	#mg2-2 {
		position: absolute;
		top: 300px;
		left: 950px;
z-index:5000;

		}
	#mg2-3 {
		position: absolute;
		top: 143px;
		left: 915px;
z-index:5000;

		}
	#mg2-4 {
		position: absolute;
		top: 26140px;
		left: 1150px;
z-index:5000;

		}
	#mg2-5 {
		position: absolute;
		top: 1700px;
		left: 430px;
width:700px;
z-index:5000;
		}
	#mg2-6 {
		position: absolute;
		top: 4200px;
		left: 1160px;
z-index:5000;
		}
	#mg2-7 {
		position: absolute;
		top: 28600px;
		left: 1160px;
z-index:5000;

		}

#mg2-8 {
		position: absolute;
		top: 10000px;
		left: 1160px;
z-index:5000;

		}


#mg2-8a {
		position: absolute;
		top: 45000px;
		left: 1240px;
z-index:5000;

		}



#mg2-9 {
		position: absolute;
		top: 44200px;
		left: 1340px;
z-index:5000;

		}
#mg2-A {
		position: absolute;
		top: 5062px;
		left: 1140px;
z-index:5000;

		}

#mg2-B {
		position: absolute;
		top: 8962px;
		left: 1140px;
z-index:5000;

		}


#mg2-C {
		position: absolute;
		top: 10600px;
		left: 1140px;
z-index:5000;

		}
#mg2-D {
		position: absolute;
		top: 16262px;
		left: 1140px;
z-index:5000;

		}

#mg2-E {
		position: absolute;
		top: 21662px;
		left: 1140px;
z-index:5000;

		}
#mg2-F {
		position: absolute;
		top: 19262px;
		left: 1140px;
z-index:5000;

		}



#mg2-G {
		position: absolute;
		top: 24062px;
		left: 1140px;
z-index:5000;

		}

#mg2-H {
		position: absolute;
		top: 44400px;
		left: 1140px;
z-index:5000;

		}

#mg2-I {
		position: absolute;
		top: 28562px;
		left: 1140px;
z-index:5000;

		}

#mg2-J {
		position: absolute;
		top: 35300px;
		left: 1140px;
z-index:5000;

		}

#mg2-K {
		position: absolute;
		top: 69000px;
		left: 1140px;
z-index:5000;

		}
#mg2-L {
		position: absolute;
		top: 71100px;
		left: 1140px;
z-index:5000;

		}

#mg2-caption1 {
		position: absolute;
		top: 6800px;
		left: 1200px;
width:250px;
z-index: -1 !important;

		}


/* background images */
#parallax-bg1 {
	z-index: 1;
	position: fixed;
	left: 5%; /* align left edge with center of viewport */
	top: 0;
	width: 1200px;
	margin-left: -600px; /* move left by half element's width */

	}
	#bg1-1 {
		position: absolute;
		top: 845px;
		left: 890px;
		}
	#bg1-2 {
		position: absolute;
		top: 130px;
		left: 720px;
width: 1200px;
		}
	#bg1-3 {
		position: absolute;
		top: 210px;
		left: 900px;
		}
	#bg1-4 {
		position: absolute;
		top: 8520px;
		left: 1440px;
		}
	#bg1-5 {
		position: absolute;

top: 1940px;
		left: 920px;
		}



#bg1-6 {
		position: absolute;

top: 2140px;
		left: 920px;		}

#bg1-7 {
		position: absolute;

top: 2340px;
		left: 920px;		}




#bg-6 {
		position: absolute;
		top: 20px !important;
	}


#parallax-bg4 {
	z-index: 12;
	position: scroll;
	right: 10%; /* align left edge with center of viewport */
	top: 900px;
	width: 100% !important;

	}

#fg4-1 {
		position: absolute;
left:0;
padding-top: 00px;
height:1900px;
	}

#fg4-4 {
		position: absolute;
left:0;
top: 00px;
z-index: -12;		}

#fg4-12 {
		position: absolute;
left:0;
top: 3800px;

		}

#fg4-14 {
		position: absolute;
left:0;
top: 1900px;
height: 400px;
		}

#fg4-15 {
		position: absolute;
left: -20px;
top: 51820px;
width:1900px;
display: block;
		}

#fg4-15a {
		position: absolute;
left: 80px;
top: 51980px;
width:1900px;
display: block;
		}

#fg4-15aa {
		position: absolute;
left: 600px;
top: 51180px;
width:1900px;
display: block;
		}

#fg4-15b {
		position: absolute;
left: 80px;
top: 52010px;
width:1900px;
display: block;
		}

#fg4-15c {
		position: absolute;
left: 80px;
top: 52040px;
width:1900px;
display: block;
		}
#fg4-15d {
		position: absolute;
left: 860px;
top: 52030px;
width:1900px;
display: block;
width:330px;
float: left;
		}



#parallax-bg5 {
	z-index: 0;
	position: scroll;
	left: 50%; /* align left edge with center of viewport */
	right: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 1200px;
	}
#bg5-A {
		display: none;
		}

#fg4-2 {
		position: absolute;
		top: 00px;
		right: 0px;
		}
#parallax-bg6 {
	z-index: 7;
	position: scroll;
	left: 50%; /* align left edge with center of viewport */
	right: 50%; /* align left edge with center of viewport */
	top: 0px;
	width: 1200px;
	}

#parallax-bg7 {
	z-index: 0;
	position: scroll;
	left: 50%; /* align left edge with center of viewport */
	right: 50%; /* align left edge with center of viewport */
	top: 0px;
	width: 1200px;
	}

#parallax-bg8 {
	z-index: 12;
	position: scroll;
	left: 50%; /* align left edge with center of viewport */
	right: 50%; /* align left edge with center of viewport */
	top: 300px;
	width: 1200px;
	}

#fg3-4 {
		position: absolute;
		top: 3820px;
		left: 515px;
width:1400px;
z-index: -99999 !important;
		}


.ls-minimal .ls-nav-prev,
.ls-minimal .ls-nav-next {
	display: none !important;
}

.sliderSpace {
padding-top: 120px !important;
}

.flagbar {

width:100%;
background: #3b3b3b; /* Show a solid color for older browsers */

	position: fixed;
z-index:99999999999999;
 -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
box-shadow: 3px 3px 3px rgba(0,0,0,0.5);

}

.flagbar img {
width 463px;
float:left;
}

.flagbar {
font-family: museo slab, museo-slab, georgia,serif;
font-size:12px;
line-height:34px;
height:35px;
}



.footbar {

float:right;
right:0px;
bottom: 0px;
margin-top: 5px;
position: fixed;
text-align: left;
width:100%;
background: #3b3b3b; /* Show a solid color for older browsers */

	position: fixed;
z-index:100000;
 -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}



.footbar {
font-family: museo slab, museo-slab, georgia,serif;
font-size:11px;
line-height:20px;
height:24px;
}


.footbar a {
margin-left: 10px;
padding-right:10px;
margin-top:-32px;
color:#ffffff;
}

.footbar a:hover {
margin-left: 10px;
color:#cccccc;
}

.footbar a:active {
margin-left: 10px;
color:#ffffff;
}


.socials {
float:right;
right:0;
top:8px;
position: fixed;
z-index:999999999999999;
}

.socials img {
padding-top:6px;
}


.navbar {

width:100%;
background: #3b3b3b; /* Show a solid color for older browsers */

	position: fixed;
z-index:999999999999;
}


.navbar {

width:900px;

	position: fixed;
z-index:999999999999;
margin-top:-font-size: 26px;
	line-height: 42px;
margin-top:-32px;
left:460px;
}


.navbar {
font-family: museo slab, museo-slab, georgia,serif;
font-size:12px;
font-weight: bold;
line-height:20px;
height:24px;
color: #999999;
}


.navbar a {
margin-left: 10px;
padding-right:10px;
margin-top:-32px;
color:#ffffff;
}

.navbar a:hover {
margin-left: 10px;
color:#cccccc;
}

.navbar a:active {
margin-left: 10px;
color:#ffffff;
}


#one-column-emphasis
{
	font-family: "Museo Sans", "Helvetica", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 800px;
	text-align: left;
	border-collapse: collapse;
}
#one-column-emphasis th
{
	font-size: 14px;
	font-weight: bold;
	padding: 12px 15px;
	color: #666;
}

#one-column-emphasis caption
{
	font-size: 22px;
	font-weight: bold;
	padding: 12px 15px;
	color: #7a7a7a;
text-align: left;
}


#one-column-emphasis td
{
	padding: 10px 15px;
	color: #666;
	border-top: 1px solid #cccccc;
}
.oce-first
{
	background: #ffffff;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
#one-column-emphasis tr:hover td
{
	color: #666;
	background: #f1f1f1;
}

#one-column-emphasis b
{
	font-weight: bold;
	color: #4444;
}



h3 {
font-family: "museo-slab", museo slab,  Georgia, serif;

font-weight: bold;
font-size: 28px;
padding-left: 20px !important;
margin-bottom: -10px;
}



h4 {
font-family: museo slab, museo-slab, georgia, serif;
font-weight: bold;
font-size: 20px;
color: #666666;
margin-left:20px;
margin-bottom: -10px;

}

h5 {
font-family: Georgia,serif;
font-weight: normal;
font-style: italic;
color: #cccccc;
font-size: 22px;

}

h6 {
font-family: Georgia,serif;
font-weight: normal;
text-transform: uppercase;
font-size: 14px;

}


.next-page {
width: 250px;
float: right;
height:150px;
padding-right: 30px;
color: #777;
background: url('img/next.png') no-repeat right center;
font-size: 22px;
text-align: right;
z-index:1;

}

.next-page h5{
margin-right: 50px;

}
.previous-page h5{
margin-left: 90px;

}

.next-page h6{
margin-right: 50px;

}
.previous-page h6{
margin-left: 90px;

}

.previous-page {
width: 250px;
float: left;
height:150px;
padding-right: 30px;
color: #777;
background: url('img/previous.png') no-repeat right center;
font-size: 22px;
z-index:1;


}


.sidequote {
quotes: none;
font-size: 24px;
line-height: 32px;
	color: #666666;
font-family: "museo-slab", museo slab,  Georgia, serif;
font-weight: normal;
z-index: 4;

width:220px;

}
.sidequote:before {
	display: block;
content: "\201C";
font-size: 300px;
position: absolute;
left: -60px;
top: 10px;
color: #cccccc;
font-family: Georgia, serif;

}

.sidequote:after {
	font-family: Georgia, serif;

display: block;
content: "\201D";
font-size: 200px;
position: relative;
float:right;
color: #cccccc;
padding-right: 4px;
margin-top:70px;
}

.sidecite {
	
font-size: 16px;
color: #666666;
font-family: "museo-slab", museo slab,  Georgia, serif;
font-weight: normal;
display: block;
margin-top: 330px;
margin-left:30px;
width: 300px;
}
 


.firstcharacter { float: left; color: #00afe9; font-size: 75px; line-height: 60px; padding-top: 4px; padding-right: 8px; padding-left: 3px; font-family: "museo-slab", museo slab,  Georgia; }

updater {
font-family: "museo-slab", museo slab,  Georgia, serif;

font-weight: bold;
font-size: 28px;
}

shaded {
background-color: #dcecfb;
padding: 3px;
}

captioner {
font-family: "museo-slab", museo slab,  Georgia, serif;

 font-size: 12px !important;
line-height:18px;
}


.llnav {

float:right;
right:0px;
bottom: 30px;
margin-top: 5px;
position: fixed;
text-align: left;
width:350px;
height: 400px;
background: #3b3b3b; /* Show a solid color for older browsers */

	position: fixed;
z-index:100000;
 -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
display: hidden;
}



.llnav {
font-family: museo slab, museo-slab, georgia,serif;
font-size:12px;
height:144px;
text-align: left;
}

.llnav li {
font-family: museo slab, museo-slab, georgia,serif;
font-size:12px;
line-height:16px;
text-align: left;
margin-bottom: -6px;
width: 220px;

list-style-type: disc;
list-style-position: inside;
text-indent: -0.65em;
list-style: none;
}



.llnav a {
margin-left: 10px;
padding-right:10px;
margin-top:-32px;
color:#ffffff;
}

.llnav a:hover {
margin-left: 10px;
color:#cccccc;
}

.llnav a:active {
margin-left: 10px;
color:#ffffff;
}

.llnav {

display: none;
}

.controller1 {
text-align: right;
}

.layercontrols {

display: block;
float: right;
position: fixed;
bottom: 40px;
right: 0px;
z-index: 9999999999999999999;
}


.layercontrols a:hover img{

opacity: 1.0 !important;
}

