@charset "UTF-8";
/* CSS Document */


body {
	background-color:#1255be;
	font-size: 15px;
	line-height: 1.5em;
	color: #cceaff;
	padding:0;
	margin:0;
 	min-width:700px;
}

h1 {
	color:#0c42ae;
	font-size:160%;
	line-height:1em;
	margin:0;
}

h2  {
	color:#ffffff;
	font-size:150%;
}

h3	{
	color:#62beff;
	font-size:120%;
	margin-top:1.5em;
}


h5  {
	font-size:75%;
	color: #ffffff;
}



a:link {

	text-decoration: none;
	color: #177bbe;
}


a:visited {
	text-decoration: none;
	color: #177bbe;

}



a:hover {
	text-decoration: none;
	color: #000000;

}

a:active {
	text-decoration: none;
	color: #177bbe;

}


#bg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:100;
	
}

#banner{
	position:absolute;
	top:3em;
	left:8%;
	width:40%;
	z-index:200;
	
}

#logo{
	position:absolute;
	top:2em;
	left:3%;
	width:10%;
	z-index:300;
	
}

#slogan{
	position:absolute;
	top: 9em;
	left:22%;
	z-index:5000;
}

#nav{
	position:absolute;
	top:2em;
	left:40%;
	width:55%;
	border:none;
	overflow:auto;
	z-index:10000;
	font-size:1.2em;
	height:2em;
	margin:0;
	min-width:500px;
	

}
#nav div {
	float:left;
}



#wrapper{
	position:absolute;
	top:20em;
	left:0;
	width:100%;
	z-index:1000;
	padding:0;
	border:0;
	margin:0;
	
}
#teaserbox-container{
	width:90%;
	margin-left:5%;
	padding:0;
	border:0;
}
#teaserbox-top{
	width:100%;
	color:#707a87;
	border:none;
	margin:0;
	padding:0;
	border:0;
}
#teaserbox-top img{
	width:100%;
	margin:0;
	border:0;
	padding:0;
}
#teaserbox-center{
	width:99.8%;
	color:#707a87;
	background-color:#ecf3fb;
	border:none;
	border-left:1px solid white;
	border-right:1px solid white;
	margin:0;
	padding:0;
}

#teaserbox-content{
	width:90%;
	background-color:#ecf3fb;
	margin:0;
	padding:0;
	margin-left:4%;

}
#teaserbox-content h1{
	margin:0;
	padding:0;
}
#teaserbox-bottom{
	width:100%;
	color:#707a87;
	padding:0;
	border:0;
	margin-bottom:3em;
}

#main{
	width:80%;
	margin-left:10%;
}

#main img{
	margin:.5em;
}

#main a{
	color:#707a87;
}
#main a:hover{
	text-decoration:underline;
}

.left{
	width:45%;
	float:left;
	margin-right:5%;
	padding:0;
	background:inherit;
}

.right{
	width:45%;
	float:right;
	background:inherit;
	padding:0;	
	
}

#footer{ 
	width:100%;
	text-align:center;
	clear:both;
	margin-top:5em;

}
#footer a{color:white;}

#upkeep{
	background-color:#0c42ae;
	width:100%;
	margin:0;
	margin-top:3em;
	border-top: 1px solid #2a82d3;
	border-bottom:none;
	border-left:none;
	border-right:none;
	position:absolute;
	padding-top:1em;
	padding-bottom:1em;
	text-align:center;

}



.noborderlink{
	text-decoration:none;
	border:none;
}

.spacer{
	margin-left:5px;
	margin-right:5px;
}
p{

text-indent:1em;

}


p.p-first{
	text-indent:none;
}

.centered{
	text-align:center;
}