@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,600);

body 
{
  	background: #FFFFFF;
  	font-family: 'Open Sans';
  	font-size: 1.3em;
  	padding: 0;
  	margin: 0;
  	z-index: -5;
}

a 
{
  	text-decoration: none;
  	color: white;
}

#nav 
{
  	text-align: center;
  	background: #EEEEEE;
  	position: fixed;
  	z-index: 1000;
  	top: 0;
  	left: 0;
  	width: 100%;
}
#nav ul
{
  	list-style: none;
}
#nav li a
{
	color: #1F4E78;
}
#nav li 
{
  	display: inline-block;
  	padding: 5px 40px;
}
#nav li:hover 
{
  	background: #1F4E78; 
}
#nav li:hover a
{
  	color: white;
}
.content 
{
  	padding-top: 80px;
}

.anchor 
{
  	display: block; 
}
.title 
{
	color: #1F4E78;
  	position: relative;
  	display: block;
  	top: -50px;
  	padding: 20px 0;
  	font-size: 1.9em;
}
.title:before
{
  	font-size: 1.5em;
}
.title:after
{
  	font-size: 1.5em;
}
.page-divider 
{
  	margin: 0 auto;
  	width: 100%;
  	min-height: 50px;
  	height: 100%; 
  	overflow: hidden;
  	background-size: cover;
}
.pgd0
{
}
.pgd1
{
}
.pgd2
{
}
#logo 
{
	padding ;
}
#fullscreen 
{
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -100;
	min-height: 100%;
	min-width: 1040px;
}
.page 
{
  	min-width: 200px;
  	padding: 50px 100px;
}
#page0 
{
	background-image: url("../images/bg.png");
	background-color: #B0B0B0;
	line-height: 1.0em;
	font-size: 1.6em;
	text-align: left;
	color: #FFFFFF;
	background-size: cover;
	background-position: center center;
	position: relative;
	top: 0;
	bottom: 0;
	z-index: -10;
}
#page0 a{color: #1F4E78;}

#page1 {background: #FFFFFF;}
#page1 a{color: #1F4EEE;}

#page2 {background: #FFFFFF;}
#page2 a{color: #1F4EEE;}

#page3 {background: #FFFFFF;}
#page3 a{color: #1F4EEE;}

footer 
{
  	background-color: #808080;
  	min-height: 200px;
  	padding: 10px 40px 40px 100px;
}

footer p 
{
  	text-align: left;
  	color: #EFEFEF;
}

.left
{
	text-align: left;
	float:      left;
	width:      500px;
}

.right
{
	text-aligh: left;
	float:      left;	
}
