@charset "UTF-8";
* {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
html {
	font-size: 125%;
}
body {
	background-color: #4D5363;
	margin: 0px;
	background-image: url(/images/branding/images/hugebackgroundsplit.gif);
	background-position: center top;
	background-repeat: repeat-y;
	font-size: 50%;
}
#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	float: left;
	width: 210px;
}
#navigation {
	float: left;
	height: 200px;
	width: 550px;
}
#subnavigation {
	float: left;
	width: 200px;
	margin-top: 40px;
	display: inline;
}
#content {
	float: left;
	width: 490px;
	margin-top: 0px;
	margin-left: 51px;
	display: inline;
}
#credits {
	width: 508px;
	float: right;
	padding-bottom: 20px;
	margin-top: 50px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thunbnailDiv {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	width: 100px;
	margin-right: 30px;
	float: left;
	margin-bottom: 30px;
	display: inline;
}
.thunbnailDiv img {
	display: block;
}
.thunbnailDivRight {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	width: 100px;
	float: left;
	margin-bottom: 30px;
	display: inline;
}
.thunbnailDivRight img {
	display: block;
}
.thumbnailRow {
	width: 490px;
	margin-bottom: 0px;
	clear: both;
}
.clear {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: 0px;
}
#mission {
	background-image: url(../images/missionaccomplished.png);
	background-repeat: no-repeat;
	height: 236px;
	width: 774px;
	position: absolute;
	z-index: 10;
	left: auto;
	top: 0px;
	right: auto;
}
