@import url(reset.css);
@import url(mainnav/layout.css);
@import url(toolsnav/layout.css);
@import url(footernav/layout.css);
@import url(subnav/layout.css);
@import url(text.css);
@import url(snippets.css);
@import url(../search/search.css);

/*
Global colours
	Blue - #00A4E5
	Grey - # 959DA2
	Green - #94C132
	Dark Green - #5F7B20

*/
html {
	overflow: hidden;
	}

body {
	text-align: center;
	background-color: #fff;
	overflow: hidden;
	}	
/* for fixed footer position */
form {
	display: block;
/*	visibility: hidden;*/
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 4;
	overflow-x: hidden;
	overflow-y: scroll;
	}


.background-image {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background-color: #60c6fe;
	display: block;
	}
.background-border {
	border-left: 10px solid #fff;
	border-right: 25px solid #fff;
	height: 100%;
	}	
.background-texture {
	background: url(../library/bg-pagetexture.png) repeat-x 0 0 transparent;
	position: absolute;
	height: 300px;
	height: 100%;
	left: 10px;
	right: 25px;
	}		
.frame-header,
.frame-nav,
.frame-content,
.frame-footer {
	width: 100%;
	position: relative;
	text-align: center;
	}
.frame-header {
	background-color: #fff;
	z-index: 4;
	}
.frame-content {
	z-index: 1;
	}
.frame-nav,
.frame-footer {
	background: url(../library/bg-navigations.png) repeat-x 0 0 #959da2;
	z-index: 100;
	}
.frame-footer {
	display: block;
	background-position: bottom;
	z-index: 90;
	position: fixed;
	bottom: 0;
	left: 0;
	}
		
.mod-mainnav {
	position: relative;
	z-index: 100;
	width: 940px;
	margin: 0 auto;
	text-align: left;
	}
.frame-nav .left,
.frame-nav .right {
	background: url(mainnav/img/bg-nav-corners.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	display: block;
	width: 20px;
	height: 35px;
	}
.frame-nav .left {
	left: 0;
	}
.frame-nav .right {
	right: 0px;
	background-position: -20px 0;
	}					
.con-header {
	position: relative;
	z-index: 1;
	width: 960px;
	height: 91px;
	margin: 0 auto;
	text-align: left;
	}		
.con-footer {
	position: relative;
	z-index: 1;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	}
.con-wrapper {
	position: relative;
	z-index: 1;
	width: 910px;
	margin: 0 auto;
	text-align: left;
	padding-top: 25px;
	}
 

h1.mod-sitelogo {padding:0;margin: 0;}
h1.mod-sitelogo img {display: block;}	


/* Timeline widget */

.con-timeline {
	width: 100%;
	background-color: #fff;
	height: 33px;
	overflow: hidden;
	position: relative;
	}

.timeline-head {
	height: 33px;
	}

.foot-shadow {
	position: absolute;
	top: -12px;
	left: 0;
	height: 12px;
	background: url(../library/foot-shadow.png) repeat-x bottom;
	width: 100%;
	border-bottom: 1px solid #333;
	}

.foot-shadow b {
	position: relative;
	top: 3px;
	height: 0;
	width: 0;
	overflow: hidden;
	display: block;
	margin: 0 auto 0;
	border-top: none;
	border-right: solid 5px transparent;
	border-bottom: solid 11px #fff;
	border-left: solid 5px transparent;
	}

.timeline-head a {
	height: 0;
	display: block;
	background: url(../library/title-interactivetimeline-shut.gif) no-repeat 50% 0;
	cursor: pointer;
	padding-top: 32px;
	overflow: hidden;
	}	
.timeline-head a:hover {
	background-position: 50% -32px;
	}

.timeline-head a.open {
	background-image: url(../library/title-interactivetimeline-open.gif);
	}	


.mod-timeline {
	width: 959px;
	margin: 0 auto;
	background: #aaa url(../library/timeline-bg.jpg) no-repeat 50% 0;
	position: relative;
	}

.mod-timeline div.corner {
	position: absolute;
	width: 8px;
	height: 8px;
	background: url(../library/timeline-corners.png) no-repeat;
	}

.mod-timeline div.tl {
	top: 0;
	left: 25px;
	background-position: bottom right;
	}
.mod-timeline div.tr {
	top: 0;
	right: 25px;
	background-position: bottom left;
	}
.mod-timeline div.bl {
	bottom: 0;
	left: 25px;
	background-position: top right;
	}
.mod-timeline div.br {
	bottom: 0;
	right: 25px;
	background-position: top left;
	}

.mod-timeline div.pointer {
	position: absolute;
	width: 0;
	height: 0;
	left: 476px;
	top: 0;
	border-top: solid 9px #fff;
	border-right: solid 4px transparent;
	border-bottom: none;
	border-left: solid 4px transparent;
	overflow: hidden;
	}


.mod-timeline .controls {
	width: 959px;
	position: relative;
	}
.mod-timeline .controls li {
	position: absolute;
	top: 0px;
/*	border: solid 1px red;*/
	}
.mod-timeline .controls li.back {
	left: 0;
	}
.mod-timeline .controls li.forward {
	right: 0;
	}
.mod-timeline .controls a {
	height: 105px;
	width: 25px;
	display: block;
	background-color: #fff;
	}
.mod-timeline .controls span {
	height: 0;
	width: 0;
	display: block;
	border-top: solid 9px #fff;
	border-bottom: solid 9px #fff;
	overflow: hidden;
	position: absolute;
	top: 43px;
	}
.mod-timeline .controls li.back span {
	border-right: solid 16px #959ca1;
	left: 0px;
	}
.mod-timeline .controls li.forward span {
	border-left: solid 16px #959ca1;
	left: 8px;
	}


.mod-timeline .controls a:link span {
	border-left-color: #959ca1;
	border-right-color: #959ca1;
	}
.mod-timeline .controls a:visited span {
	border-left-color: #959ca1;
	border-right-color: #959ca1;
	}
.mod-timeline .controls a:active span {
	border-left-color: #0ae;
	border-right-color: #0ae;
	}
.mod-timeline .controls a:hover span {
	border-left-color: #0ae;
	border-right-color: #0ae;
	}
.mod-timeline .controls a:active span {
	border-left-color: #0ae;
	border-right-color: #0ae;
	}
	
.mod-timeline .crawl {
	width: 908px;
	overflow: hidden;
	margin-left: 25px;
	position: relative;
	}

.mod-timeline ol.years {
	height: 105px;
	color: #aaa;
	}

#pop-up {
	width: 213px;
	position: absolute;
	}


.mod-timeline ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	}

.mod-timeline .quarters {
	position: absolute;
	top: 81px;
	left: 1px;
	}

.mod-timeline li.year {
	width: 205px;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	position: relative;
	height: 105px;
	background: url(../library/timeline-year-bg.gif) repeat-x -2px 0;
	}

.mod-timeline .year h3 {
	text-indent: -9999px;
	background: url(../library/years.gif) no-repeat -2px;
	height: 0;
	padding-top: 21px;
	width: 50px;
	overflow: hidden;
	line-height: 1;
	margin: 13px 0 0 8px;
	position: absolute;
	left: 0;
	top: 0;
	}

.mod-timeline .y2000 h3 {background-position: 0 0}
.mod-timeline .y2001 h3 {background-position: -50px 0 }
.mod-timeline .y2002 h3 {background-position: -100px 0}
.mod-timeline .y2003 h3 {background-position: -150px 0}
.mod-timeline .y2004 h3 {background-position: -200px 0}
.mod-timeline .y2005 h3 {background-position: -250px 0}
.mod-timeline .y2006 h3 {background-position: -300px 0}
.mod-timeline .y2007 h3 {background-position: -350px 0}
.mod-timeline .y2008 h3 {background-position: -400px 0}
.mod-timeline .y2009 h3 {background-position: -450px 0}
.mod-timeline .y2010 h3 {background-position: -500px 0}
.mod-timeline .y2011 h3 {background-position: -550px 0}
.mod-timeline .y2012 h3 {background-position: -600px 0}
.mod-timeline .y2013 h3 {background-position: -650px 0}
.mod-timeline .y2014 h3 {background-position: -700px 0}
.mod-timeline .y2015 h3 {background-position: -750px 0}
.mod-timeline .y2016 h3 {background-position: -800px 0}
.mod-timeline .y2017 h3 {background-position: -850px 0}
.mod-timeline .y2018 h3 {background-position: -900px 0}
.mod-timeline .y2019 h3 {background-position: -950px 0}
.mod-timeline .y2020 h3 {background-position: -1000px 0}
.mod-timeline .y2021 h3 {background-position: -1050px 0}
.mod-timeline .y2022 h3 {background-position: -1100px 0}
.mod-timeline .y2023 h3 {background-position: -1150px 0}
.mod-timeline .y2024 h3 {background-position: -1200px 0}
.mod-timeline .y2025 h3 {background-position: -1150px 0}
.mod-timeline .y2026 h3 {background-position: -1300px 0}
.mod-timeline .y2027 h3 {background-position: -1350px 0}
.mod-timeline .y2028 h3 {background-position: -1400px 0}
.mod-timeline .y2029 h3 {background-position: -1450px 0}

.mod-timeline li.quarter {
	width: 50px;
	margin: 0;
	padding: 0;
	height: 23px;
	position: absolute;
	top: 0;
	}

.mod-timeline li.q1 {
	left: 0;
	}
.mod-timeline li.q2 {
	left: 51px;
	}
.mod-timeline li.q3 {
	left: 102px;
	}
.mod-timeline li.q4 {
	left: 153px;
	}

.mod-timeline div.quarter {
	background: #0ae url(../library/quarter-bg.png) right;
	width: 49px;
	height: 0;
	overflow: hidden;
	padding-top: 23px;
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	}

.mod-timeline li.month {
	width: 16px;
	margin: 0;
	padding: 0;
	height: 15px;
	position: absolute;
	top: -20px;
	}

.mod-timeline li.m1,
.mod-timeline li.m4,
.mod-timeline li.m7,
.mod-timeline li.m10 {
	left: 0;
	}
.mod-timeline li.m2,
.mod-timeline li.m5,
.mod-timeline li.m8,
.mod-timeline li.m11 {
	left: 16px;
	}
.mod-timeline li.m3,
.mod-timeline li.m6,
.mod-timeline li.m9,
.mod-timeline li.m12 {
	left: 32px;
	}
	
.mod-timeline div.milestone {
	width: 0;
	height: 0;
	border-top: solid 12px #f60;
	border-right: solid 6px transparent;
	border-bottom: none;
	border-left: solid 6px transparent;
	overflow: hidden;
	position: absolute;
	left: 2px;
	cursor: pointer;
	}


.mod-timeline div.hover {
	background-color: #a0cb38;
	background-position: left;
	}
.mod-timeline li.month div.hover {
	border-top-color: #a0cb38;
	background-color: transparent;
	}
	

/* Make sure contained links can’t be tabbed */
.mod-timeline div.timeinfo * {
	display: none;
	}

#timeline-pop {
	position: absolute;
	bottom: 170px;
	width: 211px;
	left: 250px;
	background: #959;
	text-align: left;
	color: #fff;
	}

#timeline-pop .body {
	width: 179px;
	padding: 0 29px;
	margin: 0 -12px;
	background: url(../library/timeline-pop-bg.png) repeat-y;
	}

#timeline-pop .top {
	width: 237px;
	height: 24px;
	margin: -24px -12px 0;
	background: url(../library/timeline-pop-bg.png) no-repeat top right;
	}

#timeline-pop .bottom {
	width: 237px;
	height: 29px;
	margin: 0 -12px -29px;
	background: url(../library/timeline-pop-bg.png) no-repeat bottom right;
	}

#timeline-pop .event {
	border-top: solid 1px #b5babd;
	border-bottom: solid 1px #959CA1;
	position: relative;
	padding-right: 60px;
	padding-top: .75em;
	min-height: 60px;
	}

#timeline-pop .thumb {
	position: absolute;
	right: 0;
	top: 1em;
	}

#timeline-pop h4 {
	margin: 0;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.5;
	padding-bottom: .5em;
	}

#timeline-pop h5 {
	margin: 0;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0;
	}

#timeline-pop a {
	white-space: nowrap;
	color: #fff;
	}

#timeline-pop a:link {
	color: #fff;
	text-decoration: underline;
	}
#timeline-pop a:visited {
	color: #fff;
	text-decoration: underline;
	}
#timeline-pop a:focus {
	color: #fff;
	text-decoration: underline;
	}
#timeline-pop a:hover {
	color: #fff;
	text-decoration: underline;
	}
#timeline-pop a:active {
	color: #fff;
	text-decoration: underline;
	}

/* Clear child floats */
.clear:after {
	display: block;
	clear: both;
	content: ".";
	visibility: hidden;
	height: 0;
	}

/* Fast Facts */
.mod-fastfacts {
	position: absolute;
	left: 0;
	top: 356px;
	z-index: 3;
	width: 42px;
	height: 108px;
	
	}
.mod-fastfacts a {
	display: block;
	background: url(../library/tab-fastfacts.png) no-repeat 0 0;
	padding-top: 108px;
	overflow: hidden;
	width: 42px;
	height: 0;
	cursor: pointer;
	}
.mod-fastfacts a:hover {
	background-position: -42px 0;
	}	
.mod-fastfacts-content {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: url(../library/bg-fastfacts.png) repeat 0 0;
	}
	
#outer {
        display:table; 
        overflow: hidden;
        }
#outer .facts-container {
    /*top: 50%; 
    display: table-cell; 
    vertical-align: middle; */
    }
#outer .facts {
   /* top: -50%; */
    width: 910px;
    margin: 0 auto;
    padding-top: 150px;
    }					
#gallery-movie {
	width: 453px;
    height: 258px;
    overflow: hidden;
}
