@charset "UTF-8";

/* block-level layout */

#flashIntro {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

#background {
	position: absolute;
	top: 0px;
	bottom: 105px;
	left: 0px;
	right: 0px;
}

#pageTitle {
	position: absolute;
	left: 40px;
	top: 31px /* 83px; */
}

#pageLogo {
	position: relative;
	float: right;
	margin-right: 10px;
}

.contentNormal {
	position: absolute;
	left: 20px;
	top: 65px; /* 110px; */
	bottom: 27px; /* 44px; */
	width: 510px;
}

#homeFlash {
	position: absolute;
	left: 20px;
	bottom: 235px; /* 110px; */
	height: 250px; /* 44px; */
	width: 500px;
	overflow: hidden;
}

#homeMessage {
	position:absolute;
	left:150px;
	bottom:20px;
	height:175px;
	color:#FFF;
	line-height:20px;
	font-size:13px;
}

#homeMessage h1 {
 margin-top:14px;
}

#contentHead {
	width: 510px;
	height: 21px;
	position: absolute;
	bottom: 0px;
	left: 0;
}

.contentVideo {
	position: absolute;
	left: 20px;
	top: 65px; /* 110px; */
	bottom: 27px; /* 44px; */
	width: 550px;
	overflow: hidden;
}

#contentHeadVideo {
	width: 550px;
	height: 21px;
	position: absolute;
	bottom: 0px;
}

#contentContainer {
	position: absolute;
	left: 160px;
	top: 20px;
	bottom: 20px;
	right: 15px;
	overflow: auto;
}

#contentContainer.timeline {
	left: 153px;
}

#imageMapContainer {
	position: absolute;
	left: 156px;
	top: 12px;
	bottom: 15px;
	right: 15px;
}

#mapContainer {
	position: absolute;
	left: 16px;
	top: 18px;
	bottom: 15px;
	right: 15px;
	overflow: auto;
}

#map {
	position: relative;
	width: 476px;
	height: 285px;
}
/*
#mapCaptionText {
	position: absolute;
	left: -1000px;
}*/

.locationDescription {
	position: absolute;
	width: 200px;
	height: 106px;
	left: 11px;
	top: 220px;
	display: none;
}

#videoContainer {
	position: absolute;
	left: 22px;
	top: 24px;
	width: 399px;
	height: 224px;
	background-color: #333333;
}

#videoDescription {
	position: absolute;
	left: 433px;
	top: 35px;
	width: 105px;
	height: 230px;
}

#videoThumbnails {
	position: absolute;
	left: 23px;
	top: 267px;
	width: 503px;
	height: 116px;
	background-image: url(../graphics/bg_video_thumbnail.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#subMenu {
	padding: 20px 15px 0 15px;
	width: 105px;
	overflow: auto;
}
#logos {
	width: 140px;
	height:100px;
	margin: 25px 0 0 0;
}

#footer {
	position: absolute;
	height: 105px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

#footer .footerContent {
	width: 994px;
	margin: 0px auto;
}

#flash {
	position: absolute;
	bottom: 0px;
	height: 461px;
	left: 570px;
	width: 419px; 
	right: 0px;
}

#flashMenuElement img {
	position: relative;
	left: 12px;
}
.fixedwidth {
	color:black;
	height:auto;
	padding:1px;
	position:relative;
	width:550px;
}


/* Scroll Bar Styles */

.jScrollPaneContainer {
	overflow:hidden;
	z-index:1;
}
.jScrollPaneTrack {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../graphics/scrollbar/scrollbar-base.png) repeat-y scroll bottom left;
	cursor:pointer;
	height:100%;
	position:absolute;
	right:0;
	top:0;
}
.jScrollPaneDrag {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../graphics/scrollbar/scrollbar-handle.png) no-repeat scroll 0 0;
	cursor:pointer;
	overflow:hidden;
	position:absolute;
	
}
.jScrollPaneDragTop {
left:0;
overflow:hidden;
position:absolute;
top:0;
}
.jScrollPaneDragBottom {
bottom:0;
left:0;
overflow:hidden;
position:absolute;
}
a.jScrollArrowUp {
display:block;
height:55px;
overflow:hidden;
position:absolute;
right:0;
text-indent:-2000px;
top:0;
z-index:1;
background: transparent url(../graphics/scrollbar/scrollbar-top.png) no-repeat left top;
}
a.jScrollArrowUp:hover {
}
a.jScrollArrowDown {
bottom:0;
display:block;
height:55px;
overflow:hidden;
position:absolute;
right:0;
text-indent:-2000px;
z-index:1;
}
a.jScrollArrowDown:hover {
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
}
a.jScrollArrowUp {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/ship_up.png) no-repeat scroll 0 0;
}
a.jScrollArrowDown {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/ship_down.png) no-repeat scroll 0 0;
}
.scroll_pane {
float:left;
height: 100%;
overflow:auto;
width:500px;
}
#contentContainer {
	
	*height: 90%;

}


