/* Content Banner */
#contentBanner {
	position: relative;
	width: 100%;
	height: 400px;
	background: url(../images/banner_btm.gif) 0 100% repeat-x;
}
#contentBanner li {
	list-style-type: none;
}
#contentSlides {
	position: relative;
	width: 940px;
	height: 317px;
	margin: 0 auto;
	overflow: hidden;
}
#contentMission {
	position: relative;
	width: 940px;
	height: 83px;
	margin: 0 auto;
	background: url(../images/mission_bg.gif) 0 0 no-repeat;
}
#contentMission img {
	border: none;
}
#contentMission .mission {
	position: absolute;
	top: 28px;
	left: 80px;
	text-transform: uppercase;
}
#contentMission .mission li {
	float: left;
	margin-right: 6px;
	font: normal 40px "league-gothic-1","league-gothic-2",sans-serif;
	color: #555;
}
#contentMission .mission li a:link, #contentMission .mission li a:visited {
	color: #555;
	text-decoration: none;
}
#contentMission .mission li a:hover, #contentMission .mission li a:active {
	color: #e51937;
	text-decoration: none;
}
#contentMission .mission li#button_selected a:link, #contentMission .mission li#button_selected a:visited {
	color: #e51937;
}
#contentMission #prev_button {
	position: absolute;
	top: 11px;
	left: 5px;
}
#contentMission #next_button {
	position: absolute;
	top: 11px;
	right: 5px;
}

/* Content Home */
#contentHome {
	position: relative;
	width: 100%;
	color: #fff;
	background: #00abec url(../images/content_home_bg.gif) 0 0 repeat-x;
}
#contentHome .section {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #fff;
}
#contentHome .section img {
	display: block;
	border: none;
}

/* Content Home - Overview */
#contentHome .overview {
	position: relative;
	width: 940px;
	margin: 0 auto;
}
#contentHome .overview img {
	margin-left: 32px;
}
#contentHome .overview .text {
	position: absolute;
	top: 60px;
	left: 430px;
	width: 348px;
}
#contentHome .stories .text {
	top: 80px;
}
#contentHome .overview .text h3 {
	font: normal 70px "league-gothic-1","league-gothic-2",sans-serif;
	text-transform: uppercase;
	line-height: 73px;
}
#contentHome .overview .text p {
	font: normal 20px "museo-slab-1","museo-slab-2",serif;
}
#contentHome .overview a.button {
	display: block;
	position: absolute;
	top: 74px;
	right: 0;
	width: 65px;
	padding-top: 56px;
	font: normal 14px "museo-slab-1","museo-slab-2",serif;
	text-align: center;
	background-position: 50% 0;
	background-repeat: no-repeat;
}
#contentHome .overview a.button:link, #contentHome .overview a.button:visited {
	color: #001133;
	text-decoration: none;
}
#contentHome .overview a.button:hover, #contentHome .overview a.button:active {
	color: #fff;
	text-decoration: none;
}
#contentHome .overview a.expand:link, #contentHome .overview a.expand:visited {
	background-image: url(../images/icon_expand.gif);
}
#contentHome .overview a.expand:hover, #contentHome .overview a.expand:active {
	background-image: url(../images/icon_expand_hover.gif);
}
#contentHome .overview a.close:link, #contentHome .overview a.close:visited {
	background-image: url(../images/icon_close.gif);
}
#contentHome .overview a.close:hover, #contentHome .overview a.close:active {
	background-image: url(../images/icon_close_hover.gif);
}
#contentHome .stories a.button {
	top: 95px;
}
#contentHome .stories a.expand:link, #contentHome .stories a.expand:visited {
	background-image: url(../images/icon_stories_expand.gif);
}
#contentHome .stories a.expand:hover, #contentHome .stories a.expand:active {
	background-image: url(../images/icon_stories_expand_hover.gif);
}
#contentHome .stories a.close:link, #contentHome .stories a.close:visited {
	background-image: url(../images/icon_stories_close.gif);
}
#contentHome .stories a.close:hover, #contentHome .stories a.close:active {
	background-image: url(../images/icon_stories_close_hover.gif);
}

/* Content Home - Details */
#contentHome .details {
	position: relative;
	width: 860px;
	margin: 0 auto;
	padding: 0 0 25px 80px;
}
#contentHome .details h4 {
	margin: 26px 0 1px;
	font: normal 28px "league-gothic-1","league-gothic-2",sans-serif;
	text-transform: uppercase;
}
#contentHome .details h4 a {
	padding-right: 25px;
}
#contentHome .details h4 a:link, #contentHome .details h4 a:visited {
	color: #001133;
	text-decoration: none;
	background: url(../images/content_home_arrow.gif) 100% 8px no-repeat;
}
#contentHome .details h4 a:hover, #contentHome .details h4 a:active {
	color: #fff;
	text-decoration: none;
	background: url(../images/content_home_arrow_red.gif) 100% 8px no-repeat;
}
#contentHome .details .column {
	float: left;
	width: 274px;
	margin-right: 19px;
	padding-bottom: 15px;
}
#contentHome .details .column img {
	margin-bottom: 13px;
}
#contentHome .details .column h4 {
	margin: 0 0 2px 15px;
	font: normal 28px "league-gothic-1","league-gothic-2",sans-serif;
	text-transform: uppercase;
	line-height: 28px;
}
#contentHome .details .column h4 a:link, #contentHome .details .column h4 a:visited {
	color: #fff;
	text-decoration: none;
}
#contentHome .details .column h4 a:hover, #contentHome .details .column h4 a:active {
	color: #fff;
	text-decoration: none;
}
#contentHome .details .column p {
	margin-left: 15px;
	font-size: 14px;
	line-height: 18px;
}
#contentHome .details .last {
	margin-right: 0;
}
#contentHome .details .clickable:hover {
	background-color: #00b9ff;
}
