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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#404040;
	margin:0;
	background:#1c3744;
}

h1 {
	font-size:1.6em;
	margin:0;
	padding:0;
}



.clear {
	clear:both;
}

#outerWrapper {
	width:956px;
	height:auto;
	margin:0 auto;
	position:relative;
}

#header {
	width:956px;
	height:242px;
	position:absolute;
	z-index:2;
}

#innerWrapper {
	width:956px;
	padding:0 0 0 15px;
}

#mainContent {
	width:920px;
	height:768px;
	padding:186px 0 0 6px;
	background:#ffffff;
}

#mainContent ul {
	margin:0;
	padding:0;
}

#mainContent ul li {
	display:block;
	float:left;
	list-style:none;
	
}

#firstRow {
	margin:186px 0 0 0;
}

#firstRow li {
	margin:0 3px;
}

#secondRow li, #thirdRow li {
	margin:3px 3px 0 3px;
}

#textContent {
	width:884px;
	height:auto;
	padding:20px 15px 10px 15px;
	font-size:1.2em;
}

#footer {
	width:100%;
	height:145px;
	background:#0e1b21;
}

#footerInfo {
	width:956px;
	height:125px;
	margin:0 auto;
	color:#3b7490;
	padding:20px 0 0 125px;
}

#footerNav {
	width:840px;
	height:30px;
}

#footerNav ul {
	margin:0;
	padding:0;	
}

#footerNav ul li {
	list-style:none;
	display:block;
	float:left;
	margin:0 10px 0 0;
}

#footerContact {
	width:840px;
	height:80px;
	float:left;
}

#footer a {
	color:#0074bf;
	text-decoration:none;
}

#footer a:hover {
	color:#b1cfde;	
}

#footer h2 {
	margin:0;
	padding:0;
}
