body {
	margin: 0px;
	padding: 0px;
	background: #31a7f3 url(../img/bar_bg.png) repeat-x left top;
	font: 12px Arial, Helvetica, sans-serif;
}
#header .logo {
	margin-top: 20px;
	position:relative;
	z-index:10;
}

a img {
	border: none;
}

.container {
	margin: 0px auto;
	width: 940px;
	position: relative;
}

#header {
	position: relative;
}
#header .divider {
	background: #2594DE;
	height: 8px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#header .tagline {
	margin-bottom: 20px;
	position: relative;
	z-index: 100;
}
#header .quote {
	background: url(../img/speech_bubble.png) no-repeat;
	height: 71px;
	width: 410px;
	position: absolute;
	top: 70px;
	right: 180px;
	z-index: 666;
}
#header .quote p {
	margin: 7px 35px 5px 12px;
	font-size: 11px;
	text-align: center;
}

#header .matt {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 10;
	background: url(../img/3_top.png) no-repeat right top;
	width: 100%;
	text-align: right;
	height: 256px;
	overflow:hidden;
}

.matt img {
	position: relative;
	float:right;
}
#middle {
	background: url(../img/container_bg.png) repeat-x;
}

#content {
	height: 365px;
	position: relative;
	color: #FFF;
	padding: 20px 25px;
	z-index: 666;
	width: 890px;
	overflow: hidden;
}
#content h2 {
	text-transform: uppercase;
	color: #4FB3F3;
	font: normal 32px 'BebasRegular', Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px;
	padding: 0px;
}
.three  {
	background: url(../img/3_bottom.png) no-repeat right top;
	height: 405px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
}
#content .story {
	position: relative;
	z-index: 666;
}

#content img.preview {
	float: left;
	margin-right: 20px;
}
#content a {
	color: #4FB3F3;
}

#footer {
	color: #0A4A73;
	padding: 20px 0px 25px;
}
ul.nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}
ul.nav li {
	display: inline;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}
ul.nav li a {
	border: 1px solid #2D8DCE;
	padding: 3px 10px;
	color: #000;
	text-decoration: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
ul.nav li a:hover {
	background: #DDCFA2;
}
ul.nav li.current a {
	background: #0A4A73;
	color: #FFF;
}

div.button{
	background: url(../img/button.png) no-repeat;
	display: block;
	margin: 0px 10px 0px 0px;
	height: 33px;
	width: 129px;
	text-align: center;
	float: left;
}
#content div.button a{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 8px;
	display: block;
}

.offscreen {
	display: none;
}
#footer p a{
	color: #FFF;
}
#footer p a:hover {
	color: #0A4A73;
}
