@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'LeagueGothic';
    src: url('fonts/League_Gothic-webfont.eot');
    src: url('fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/League_Gothic-webfont.woff') format('woff'),
         url('fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	font-family:Helvetica, Arial, sans-serif;
	margin:0px;
	padding:0px;
	background-color:#0d3b72;
}

.header_wrapper{
	width:100%;
	background-image:url(images/header_bg.jpeg);
	background-repeat:repeat-x;
	height:110px;
	margin:0px;
	padding:0px;
}

.header{
	width:960px;
	margin:0 auto;
	overflow:hidden;
}

.header_left{
	width:500px;
	float:left;
}

.header_right{
	width:460px;
	float:left;
	padding-top:30px;
}

.lightblue_wrapper{
	width:100%;
	background-image:url(images/lightblue_bg.png);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
}

.lightblue{
	width:960px;
	margin:0 auto;
	padding-top:30px;
}

.column_left{
	width:450px;
	float:left;
	font-size:14px;
	text-shadow:#c0e5ff 0px 1px 1px;
}

.column_right{
	width:450px;
	float:left;
	padding-left:30px;
	font-size:14px;
	text-shadow:#c0e5ff 0px 1px 1px;

}

.column_wide{
	width:100%;
	font-size:20px;
	color:#3b83b3;
	text-shadow:#fff 0px 1px 0px;
}

.column-1{
	width:300px;
	margin-right:30px;
	float:left;
	margin-top:40px;
	text-shadow:#c0e5ff 0px 1px 1px;
	font-size:14px;
}

.lightblue a{
	color:#1e5391;
	text-decoration:none;
}

.lightblue a:visited{
	color:#1e5391;
	text-decoration:none;
}

.lightblue a:hover{
	text-decoration:underline;
}

.column-2{
	width:300px;
	margin-right:30px;
	float:left;
	margin-top:40px;
	text-shadow:#c0e5ff 0px 1px 1px;
	font-size:14px;
}

.column-3{
	width:300px;
	float:left;
	margin-top:40px;
	text-shadow:#c0e5ff 0px 1px 1px;
	font-size:14px;
}

.apps{
	width:100%;
	float:left;
	background-image:url(images/separator.png);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-top:30px;
	padding-bottom:30px;
}

.apps-last{
	width:100%;
	float:left;
	margin-top:30px;
	padding-bottom:30px;
}

.apps-left{
	width:420px;
	float:left;
}

.apps-right{
	width:530px;
	margin-left:10px;
	float:left;
	color:#a6c7dd;
	text-shadow:#124177 0px -1px 1px;
	font-size:14px;
}

.device_wrapper{
	width:100%;
	height:90px;
	background-image:url(images/device_bg.png);
	background-repeat:repeat-x;
	float:left;
}

.device{
	margin:0 auto;
	width:960px;
	margin-top:15px;
	margin-bottom:15px;
	font-family:LeagueGothic, Arial, Helvetica, sans-serif;
	font-size:50px;
	display:block;
	color:#a4a4a4;
	text-shadow:#fff 0px 1px 1px;
	vertical-align:middle;
	overflow:hidden;
}

.device_left{
	width:350px;
	float:left;
}

.device_right{
	width:610px;
	float:left;
}

.blue_wrapper{
	width:100%;
	background-color:#1e5392;
	float:left;
	border-bottom:#113a64 1px solid;

}

.blue{
	width:960px;
	margin:0 auto;
	color:#a6c7dd;
	text-shadow:#124177 0px -1px 1px;
	line-height:20px;
	padding-top:20px;
}

.blue_left{
	width:450px;
	float:left;
	font-size:14px;
}

.blue_right{
	width:450px;
	float:left;
	padding-left:30px;
	font-size:14px;
}

.blue_right a{
	font-size:14px;
	color:#a6c7dd;
	text-shadow:#124177 0px -1px 1px;
	text-decoration:none;
}

.blue_right a:hover{
	font-size:14px;
	color:#a6c7dd;
	text-shadow:#124177 0px -1px 1px;
	text-decoration:underline;
}


.darkblue_wrapper{
	width:100%;
	background-color:#0d3b72;
	float:left;
	border-top:#1e517a 1px solid;
}

.darkblue{
	width:960px;
	margin:0 auto;
	color:#000;
	text-shadow:#617fa3 0px 1px 1px;
	line-height:20px;
	padding-top:30px;
	padding-bottom:30px;
}

.darkblue a{
	color:#000;
	text-shadow:#617fa3 0px 1px 1px;
	text-decoration:none;
}

.darkblue a:hover{
	color:#000;
	text-shadow:#617fa3 0px 1px 1px;
}


.footer_left {
	width:600px;
	float:left;
	font-size:12px;
}
	
	
.footer_right {
	width:360px;
	float:left;
	font-size:14px;
	margin-bottom:40px;
}
	
.h1{
	padding-bottom:15px;
	background-image:url(images/separator.png);
	background-repeat:repeat-x;
	background-position:bottom;
	text-align:center;
	font-family:LeagueGothic, Arial, Helvetica, sans-serif;
	font-size:40px;
	color:#3b83b3;
	text-shadow:#fff 0px 1px 0px;
}

h1 p {
	text-align:center;
	font-family:LeagueGothic, Arial, Helvetica, sans-serif;
	font-size:40px;
	color:#3b83b3;
	text-shadow:#fff 0px 1px 0px;
	display:block;
}

.h1 span{
	color:#3b83b3;
	text-shadow:#fff 0px 1px 0px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:-20px;
}

.h2{
	font-family:LeagueGothic, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:30px;
}
.h3{
	font-family:LeagueGothic, Arial, Helvetica, sans-serif;
	font-size:40px;
	margin-bottom:30px;
	display:block;
	color:#062447;
}

.h4{
	padding-bottom:10px;
	text-align:center;
	font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#3b83b3;
	text-shadow:#c0e5ff 0px 1px 1px;
}


.h5{
	font-family:LeagueGothic, Arial, Helvetica, sans-serif;
	font-size:40px;
	margin-bottom:30px;
	display:block;
	color:#3b83b3;
	text-shadow:#fff 0px 1px 0px;
}