*{
	font-family: Verdana, Arial, sans-serif;
	font-size:13px;
}

body{
	margin:0px;
	padding:0px;
}
		
h1 { 
	position:absolute;
	bottom:85px;
	margin-top: 12px;
	margin-bottom:0px;
	font-size: 40px;
	text-align: center;
	padding-left:15px;
	line-height: 34px;
	font-weight: normal;
	color: #eeedec;
}
	
h2 { 
	position:absolute;
	bottom:28px;
	margin-top: 0;
	text-align: center;
	padding-left:15px;
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
	color: #dcdcda;
}
h3{
	margin:0px;
	text-align:center;
	padding:15px;
	/*background-color:#d2d2d2;*/
	/*border:1px solid #fff;*/
	width:280px;
	font-family: Georgia,serif;
	/*box-shadow:5px 0px 50px 5px #333;*/
	cursor:pointer;
}
	
h4 {
	margin-top:0px;
	background-color:#424D92;
	color:#fff;
	padding:5px;
	margin-bottom:0px;
}

h5 {
	padding:0px;
	margin-top:0px;
	margin-bottom:15px;	
}

h6{
	padding:0px;
	margin-top:0px;
	margin-bottom:5px;		
}
a {
	text-decoration: none;
	outline: none;
	color: #fff;
	font-size:inherit;
}
	
a:hover {
	text-decoration: underline;
	 opacity: 1;
}

a img{
	border:none;
}

ul {
	padding-left:25px;
	margin-top:0px;
	display:table-row;
}

li {
	list-style-type:disc;
	line-height:120%;
	margin-left:15px;
}

table{
	width:100%;
	border:none;
}

td {
	width:33%;
	overflow:hidden;
	vertical-align:top;
}

#background{
	margin-left:0px;
	opacity: 1;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
}

#pageFooter{
	width: 100%;
	height: 155px;
	padding: 0 0px;
	background: #000;
	border-top: 1px solid #fff;
	opacity: 0.8;
	position:absolute;
	bottom:0px;	
}
#pageNavigation {
	width: 100%;
	height: 65px;
	padding: 0 0px;
	position:absolute;
	top:0px;
	text-align:center;
	background: #000;
	opacity: 0.8;
	margin:0px auto;
	border-bottom:1px solid #d2d2d2;
	box-shadow:5px 0px 50px 5px #333;
}
#pageNavigationBottom{
	position:absolute;
	bottom:25px;
	padding-left:15px;
	font-size:10px;
}	

#social{
	position:fixed;
	bottom:10px;
	right:10px;
	padding-left:60px;
}
#social img
{
	cursor: pointer;
	width: 36px;
	height: 36px;
	-webkit-transition: all .3s ease-in;
   -moz-transition: all .3s ease-in;
   -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
	opacity: 0.5;
}

#social a:focus
{
	outline: none;
	box-shadow: 0px 1px 0px 0px #CCCCCC;
}


#social img:hover
{
	width: 36px;
	height: 36px;
	-moz-transform: scale(1.3);
   -webkit-transform: scale(1.3);
   -o-transform: scale(1.3);
   transform: scale(1.3);
   margin-left: 10px;
   opacity: 1;
}

#contact{
	position:absolute;
	margin-bottom:0px;
	right:15px;
	bottom:15px;
	color:#fff;
	font-size:14px;
}
.toggler{
	position: relative;
	display: inline;
	top: 18px;
	/*background-color:#000;
	opacity: 0.8;*/
}

.toggler:hover{
	opacity: 1 !important;
	color:#424D92;
	/*background-color:#75AADD;*/
}

.toggler a{
	font-size:18px;
	text-decoration:none;
}
.toggler a:hover{
	color:#fff;
	text-decoration:underline;
	/*background-color:#75AADD;*/
	box-shadow: none;	
}

.window1, .window2, .window3, .window4, .window5{
	display:none;
	width:675px;
	top:67px;
	position:relative;
	margin:0px auto;
	text-align:left;
	line-height: 120%;
	box-shadow:5px 0px 50px 5px #333;
}

.windowBody{
	background-color:#d2d2d2;
	border:1px solid #fff;
	padding:0px;
	font-size:12px;
}

.windowContent{
	padding:15px;
}

.windowContent p{
	line-height:150%;
	margin-top:0px;
}

.windowContent a + p{
	line-height:150%;
	margin-top:15px;
}

.windowClose{
	position:absolute;
	right:3px;
	top:5px;
	cursor:pointer;
}

.windowImage{
	border:1px solid #333;
	margin-right:20px;
	margin-bottom:10px;
}

.bpp {
	width:100px;
	margin-right:0px;
	border:1px solid #fff;
	position:absolute;
	top:70px;
	left:550px;
}

.buttonBar{
	text-align:right;
	width:100%;
	margin-bottom:15px;
	margin-top:30px;
}

.button{
	display: inline;
	background-color:#424D92;
    border: 1px solid #fff;
    margin-bottom: 0;
    padding: 10px;	
}