@charset "utf-8";
/* CSS Document */

html,body,form{margin:0;padding:0;}

	.global-header {
		font-family: 'Lato', sans-serif;
		font-size: 10px;
		position: relative;
		background-color: #152456;
		text-transform: uppercase;
		overflow: hidden;
        padding-left: 50px;
        padding-right: 50px;
	}

	.global-header ul {
		display: table;
		border-spacing: 0 7px;
	}
	.global-header ul>li {
		position: relative;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		white-space: nowrap;
		padding: 0 12px;
	}
	.global-header ul>li.branding:hover {
		cursor: inherit;
		background-color: inherit;
	}
	.global-header ul>li>* {
		text-decoration: none;
	}
	.global-header ul>li:first-child {
		margin-left: 0;
	}
	.global-header ul>li.active {	
		cursor: auto;
	}
	.global-header ul>li:last-child,
	.global-header ul>li.last-child {
		padding-right: 0;
	}
	.global-header ul>li a {
		color: #809cce;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 17px;
		display: inline-block;
	}
	.global-header ul>li.active a {
		color: white;
	}
	.global-header ul>li a:hover,
	.global-header ul>li a:focus {
		color: #d3d7e7;
	}
	.global-header .branding {
		width: 100%;
		text-align: left;
		padding: 0;
	}
	.global-header .branding>span {
		font-size: 18px;
		font-weight: bold;
		padding: 10px 0;
		color: white;
	}

#container {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	border-left: 1px solid #002664;
	border-right: 1px solid #002664;
	border-bottom: 1px solid #002664;
	background-color: #e5ecf2;
}

#content {
	float: left;
	width: 798px;
	padding-top:15px;
	background-color: #ffffff;
	}

#copy { float:left; background-color: #ffffff;}

#header {
	background-color: #202D61;
	width:1000px;
	height:86px;
}

#leftNav {
	float: left;
	width: 202px;
}

#headerLeft {
	float:left;
	padding-left:10px;
	padding-top:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #d9f9fb;
}

#headerRight {
	clear:right;
	padding-top: 25px;
	padding-left: 40px;
	float:left;
	width:675px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	font-size: 2em;
}

#footer {
	clear:both;
	width:100%;
	left:0px;
	padding-bottom:10px;
	background-color: #ffffff;
}
