
/* 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 !important; 
   font-size:20px;

}

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

}

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: 0px;
top: 140px;
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: 22740px;
	line-height: 1.5;
	color: #000;
	font-size: 18px;
				font-family: Georgia, serif;
}
h1 {
	color: #666666;
padding-left: 20px !important;
	padding-right: 20px !important;
width:900px;
}
h2 {
	color: #666666;
padding-left: 20px !important;
	padding-right: 20px !important;
width:900px;
}



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: 5;
	position: fixed;
	top: 50%;
	right: 8px;
	margin-top: -30px;
}
nav#primary li {
	position: relative;
	height: 20px;
width:20px !important;
list-style-type: none; 

}
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;
max-width: 400px;
min-width: 150px !important;
	}
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: 4;
	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 {
			padding: 0px 40px 40px 40px;

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

}

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

}

#page-number-3 {
position: absolute;
top: 2900px;
width: 83% !important;
padding-top:100px;

}


#page-number-4 {
position: absolute;
top: 17700px;
margin: 0 !important;
width: 83% !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;
}
#content h2 {
margin: 0 0 0 0;
font-size: 50px;
font-family: "museo-slab", museo slab,  Georgia, serif;
font-weight: normal;
line-height: 55px;
}


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

}
.directories {
float: left;
margin-right: 8px;
margin-top: -5px;
}




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

/* foreground */
#parallax-bg3 {
	z-index: 700;
	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;
z-index: 700 !important;

		}

#bg3-X1 {
		position: absolute;
		top: 60px;
		left: 610px;
		}


	#fg3-2 {
			z-index: 0;

position: absolute;
		top: 812px;
		left: 1440px;
		}
	#fg3-3 {
		position: absolute;
		top: 900px;
		left: 1440px;
z-index: 700 !important;

		}

	#fg3-4 {
		position: absolute;
		top: 5150px;
		left: 1440px;
z-index: 700 !important;

		}
	#fg3-5 {
		position: absolute;
		top: 85px;
		left: 355px;
z-index: 700 !important;

		}
#fg3-6 {
		position: absolute;
		top: 8000px;
		left: 1440px;
z-index: 700 !important;

		}
#fg3-7 {
		position: absolute;
		top: 7400px;
		left: 1490px;
z-index: 700 !important;
		}

#fg3-A {
		position: absolute;
		top: 1500px;
		left: 1440px;
z-index: 700 !important;

		}

#fg3-B {
		position: absolute;
		top: 3000px;
		left: 1440px;
z-index: 700 !important;

		}

#fg3-C {
		position: absolute;
		top: 3458px;
		left: 1440px;
z-index: 700 !important;

		}

#fg3-D {
		position: absolute;
		top: 5600px;
		left: 1440px;
z-index: 700 !important;

		}
#fg3-E {
		position: absolute;
		top: 5940px;
		left: 1440px;
z-index: 700 !important;

		}

#fg3-F {
		position: absolute;
		top: 6258px;
		left: 1440px;
z-index: 700 !important;

		}

#fg3-G {
		position: absolute;
		top: 9258px;
		left: 1440px;
z-index: 700 !important;

		}

#fg3-H {
		position: absolute;
		top: 10258px;
		left: 1440px;
z-index: 500000000;
		}

#fg3-I {
		position: absolute;
		top: 14058px;
		left: 1440px;
z-index: 500000000;

		}
#fg3-J {
		position: absolute;
		top: 14020px;
		left: 1440px;
z-index: 500000000;
		}

#fg3-Ja {
		position: absolute;
		top: 13580px;
		left: 1300px;
width: 200px;
z-index: 500000000;
		}





		
/* midground images */
#parallax-bg2 {
	position: absolute;
		top: 85px;
		left: -270px;
z-index: 700 !important;

	}
	#mg2-1 {
		position: absolute;
		top: 162px;
		left: 200px;
z-index: 700 !important;

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

		}
	#mg2-3 {
		position: absolute;
		top: 143px;
		left: -15px;
z-index: 700 !important;

		}
	#mg2-4 {
		position: absolute;
		top: 740px;
		left: 250px;
		}
	#mg2-5 {
		position: absolute;
		top: 1140px;
		left: 530px;
width: 800px;
z-index: 2;
		}
	#mg2-6 {
		position: absolute;
		top: 1800px;
		left: 1190px;
z-index:22222;
display: block;
		}

#mg2-6aa {
		position: absolute;
		top: 3600px;
		left: 1190px;
z-index:22222;
display: block;
		}

#mg2-A {
		position: absolute;
		top: 3400px;
		left: 1250px;
z-index: 700 !important;

		}


#mg2-B {
		position: absolute;
		top: 3650px;
		left: 1250px;
z-index: 700 !important;

		}
#mg2-C {
		position: absolute;
		top: 3900px;
		left: 1250px;
z-index: 700 !important;

		}

#mg2-D {
		position: absolute;
		top: 4150px;
		left: 1250px;
		}
#mg2-E {
		position: absolute;
		top: 4350px;
		left: 1220px;
z-index: 700 !important;

		}

#mg2-F {
		position: absolute;
		top: 5450px;
		left: 1220px;
z-index: 700 !important;

		}

#mg2-G {
		position: absolute;
		top: 5750px;
		left: 1220px;
z-index: 700 !important;

		}

#mg2-H {
		position: absolute;
		top: 13750px;
		left: 1220px;
z-index: 700 !important;

		}

#mg2-I {
		position: absolute;
		top: 13400px;
		left: 1220px;
z-index: 700 !important;

		}

#mg2-I1a {
		position: absolute;
		top: 14100px;
		left: 1220px;
z-index: 700 !important;

		}

#mg2-J {
		position: absolute;
		top: 15300px;
		left: 1220px;
z-index: 700 !important;

		}


#mg2-K {
		position: absolute;
		top: 16400px;
		left: 1220px;
z-index: 700 !important;

		}


#mg2-L {
		position: absolute;
		top: 18400px;
		left: 1220px;
z-index: 700 !important;

		}


#mg2-M {
		position: absolute;
		top: 19000px;
		left: 1220px;

z-index:22222;
		}

#mg2-N {
		position: absolute;
		top: 17200px;
		left: 1220px;
z-index:22222;
		}

#mg2-O {
		position: absolute;
		top: 22200px;
		left: 1220px;
z-index:22222;
		}

#mg2-P {
		position: absolute;
		top: 22600px;
		left: 1220px;
z-index:22222;
		}


#mg2-Q {
		position: absolute;
		top: 25700px;
		left: 1220px;
z-index:22222;
		}



#mg2-R {
		position: absolute;
		top: 29600px;
		left: 1220px;
z-index:22222;
		}


#mg2-S {
		position: absolute;
		top: 29620px;
		left: 1220px;
z-index:22222;
		}


#mg2-T {
		position: absolute;
		top: 31600px;
		left: 1220px;
z-index:22222;
		}

#mg2-U {
		position: absolute;
		top: 3700px;
		left: 1220px;
z-index:22222;
width:400px;
		}


	#mg2-7 {
		position: absolute;
		top: 2000px;
		left: 990px;
z-index: 700 !important;

		}

#mg2-8 {
		position: absolute;
		top: 23300px;
		left: 1260px;
z-index: 700 !important;

}

#mg2-caption1 {
		position: absolute;
		top: 18900px;
		left: 1260px;
width:250px;
z-index: 700 !important;
background-color: #ffffff;
padding: 20px;

		}


/* 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: 110px;
		left: 720px;
width: 1200px;
		}
	#bg1-3 {
		position: absolute;
		top: 60px;
		left: -200px;
		}
	
	#bg1-5 {
		position: absolute;

top: 2700px;
		left: 920px;
		}



#bg1-6 {
		position: absolute;

top: 6000px;
		left: -200px;
		}




#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;
width:1900px;
height:1630px;
		}

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

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

		}

#fg4-14 {
		position: absolute;
left:-20px;
top: 1380px;
height:240px;

		}

#fg4-15 {
		position: absolute;
left: -55px;
top: 22110px;
width:1900px;
		}

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


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

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

#fg4-15c {
		position: absolute;
left: 80px;
top: 22360px;
width:1900px;
display: block;
		}
#fg4-15d {
		position: absolute;
left: 860px;
top: 22350px;
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;
	}

#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: -1;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 1200px;
	margin-left: -600px; /* move left by half element's width */	}
#bg7-news {
		position: absolute;

top: 19950px;
left: -20px;
z-index:-1;
}


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


.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);

}

body#p1 a#p1,
body#p2 a#p2,
body#p3 a#p3,
body#p4 a#p4,
body#p5 a#p5,
body#p6 a#p6,
body#p7 a#p7,
body#p8 a#p8 {
background-color: #00afe9;
color: #000000;
padding: 4px;
text-decoration:underline;
}

.flagbar {
font-family: museo slab, museo-slab, georgia,serif;
font-size:12px;
line-height:40px;
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:900px;

	position: fixed;
z-index:999999999999;
margin-top:-18px;
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;
}


#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: -23px;
}
h4 {
font-family: museo sans, sans-serif;
font-weight: bold;
font-size: 22px;

}
h4 {
font-family: museo sans, sans-serif;
font-weight: bold;
font-size: 22px;

}

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: 95px;

}

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

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

}

.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;
}
.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;
}
#paperlabel {
		position: absolute;
		top: 1610px;
		left: 00px;
z-index:-2;
		}
.layercontrols {

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




.layercontrols ul{
    list-style: none !important;
    width:205px;
    height:20px;
    position:absolute;
    top:50%;
    left:50%;
    margin:-13px 0 0 -42px;
}

.layercontrols ul li{
    float:left;
    line-height:33px;
width:20px;
    font-size: 9px;
    padding:2px 1px 0 3px!important; 
    
    background: #e90000;
       text-shadow:0 1px 0 #FFF;
    border-left:0px solid #D5D5D5;
    border-top: 0px solid #D5D5D5;
    border-bottom: 0px solid #D5D5D5;
}

.layercontrols ul li:first-child{
    -webkit-border-radius:55px 0 0 55px;
}
.layercontrols ul li:last-child{
    -webkit-border-radius:0 55px 55px 0;
}

.layercontrols ul li a{
    display: block;
  padding: 5px 5px;
padding-right: 3px;
margin-left: -2px;
text-decoration: none;
    font-family:Helvetica, Arial;
    text-transform:uppercase;
    color:#ffffff;
}

.layercontrols .on{
    background: #000000;
        text-shadow:0 -1px 0 #444, 0 0 7px #9AE658;
    border-right: 0px solid #444;
    border-top: 0px solid #444;
    border-bottom: 0px solid #444;
}

.layercontrols ul li:not(.on):active{
    background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddd), to(#f1f1f1));
}


.layercontrols ul li.on a{
    color:#ffffff;
    cursor: default;
}


@-moz-document url-prefix()  {

body {
	background: transparent;

min-width:1280px;

	overflow-x: hidden;
	overflow: hidden;
	height: 22570px;
	line-height: 1.5;
	color: #000;
	font-size: 18px;
				font-family: Georgia, serif;
}

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

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

}

#page-number-3 {
position: absolute;
top: 2900px;
width: 83% !important;
padding-top:100px;

}


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

			}


#fg4-15 {
		position: absolute;
left: -55px;
top: 22120px;
width:1900px;
		}


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


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

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

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

#fg3-Ja {
    position: absolute;
    top: 14000px;
    left: 1320px;
    width: 200px;
    z-index: 500000000;
}

#fg3-J {
    position: absolute;
    top: 14420px;
    left: 1440px;
    z-index: 500000000;
}

#mg2-S {
    position: absolute;
    top: 30120px;
    left: 1440px;
    z-index: 22222;
}

#mg2-S {
    position: absolute;
    top: 30120px;
    left: 1220px;
    z-index: 22222;
}


#bg7-news {
		position: absolute;

top: 20250px;
left: -20px;
z-index:-1;
}


}

