body {
	background-color:#8c9ac7;
	color:#666666;
	margin:0;
	padding:0;
	font-family:'Montserrat';
	font-size:12px;
}

.fr {float:right;}

.bpad6 {padding-bottom:6px;}
.bpad10 {padding-bottom:10px;}

.clear {clear:both;}

#bodyBox {
	width:960px;
	height:707px;
	margin:auto;
	background:url('images/background_purple_2.jpg') top left no-repeat;
	position:relative;
}

#bodyBox #overlay {
	background-color:#8c9ac7;
	position:fixed;
	top:0px;
	width:960px;
	height:700px;
	z-index:2;
	opacity: 0.9; 
	filter: alpha(opacity = 90);
}

p {margin:0px;}

.whiteText {color:#fff;}
.blueText {color:#17154f;}
a, a:hover, a:visited {color:#000;}
a.introLink, a.introLink:hover, a.introLink:visited {color:#cccccc;}
.strong{font-weight:bold;}

/*********************************************************************
********************** HEADER SECTION ******************************
*********************************************************************/


#header {
	color:#fff;
	padding:24px 0 40px 0;
	margin-left:30px;
	position:absolute;
	z-index:4;
}
#header .iconLogo {
	float:left;
	width:84px;
	margin-top:2px;
	padding-right:11px
}
#header .title {
	font-size:2em;
	line-height:18px;
	padding-top:10px;
}
#header .tagline {
	font-size:18px;
	font-weight:normal;
	padding-bottom:10px;
	color:#17154f;
}
			
#header .button_holder {
	width:800px;
	border-top:1px solid #17154f;
	margin-left:96px;
}

.button_header { 
	float:right;
	margin-right:14px;
	width:110px;
	height:29px;
	border-left:1px solid #17154f;
	border-right:1px solid #17154f;
	border-bottom:1px solid #17154f;
	background-color:#6570a6;
	color:#17154f;
	font-size:11px;
}
.button_header span {
	display:block;
	margin:7px 25px;
}
.button_header.hover {
	border-left:1px solid #a2a1b9;
	border-right:1px solid #a2a1b9;
	border-bottom:1px solid #a2a1b9;
	background-color:#575b8f;
	color:#a2a1b9;
}


/*********************************************************************
********************** CONTENT SECTION ******************************
*********************************************************************/


#content {
	clear:both;
	position:absolute;
	top:130px;
	left:0;
	z-index:5;
}

#content #sectionContent {
	width:360px;
	float:left;
	margin:0 39px
}

#content #sectionContent #intro {
	background-color:rgba(0, 0, 0, 0.5);
	padding:14px;
	color:#fff;
	margin-top:83px;
	line-height:20px;
}

#content #sectionContent #intro .introHeader {
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	height:21px;
	padding-top:4px;
	margin-bottom:10px;
	text-transform:uppercase;
}

#content #sectionContent #intro .linkBox {
	text-align:right;
	width:332px;
	display:block;
}

#content #sectionContent #intro p {color:#cccccc;}

#content #sectionContent #intro .contentHR {
	margin:10px 0 4px 0 ;
	border-top:1px solid #fff;
	height:1px;
	font-size:.8em;
}


#content #sectionContent .contentBox {
	font-size:1.0em;
	color:#000
}

#content #sectionContent .contentBox p { 
	padding:0px 0px 10px 0px;
	font-family:'Verdana';
	line-height:16px;
}

#content #sectionContent .contentBox p.caption {
	color:#17154f;
	font-style:italic;
	line-height:13px;
	padding-top:0px;
	font-size:1.0em;
}

#content #sectionContent .contentBox .connectedTo {
	color:#17154f;
	//color:#ff9966;
	letter-spacing:1.5px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:.8em;
}

#content #sectionContent .contentBox .connectedBy {
	text-transform:uppercase;
	//color:#ff9966;
	color:#FFCC99;
	letter-spacing:1.5px;
	font-size:.8em;
}

#content #sectionContent .contentBox .connectedImg {
	float:right;
}

#content #sectionContent .contentBox .contentHR {
	margin:10px 0 4px 0 ;
	border-top:1px solid #17154f;
	height:1px;
}

#content #sectionContent .contentBox p.sourceLink {
	line-height:11px;
	padding-bottom:7px;
	font-size:.8em;
}

a.resourceLink, a.resourceLink:hover, a.resourceLink:visited {
	font-style:italic;
}

.closePopup { 
	cursor:pointer;
	color:#17154f;
}

#content #sectionContent .contentBox .headerBox {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	height: 21px;
	margin: 10px 0 6px 0px;
	padding: 3px 0 0 10px;
	position: relative;
	color:#17154f;
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
}

#content #sectionContent .contentBox .headerBox .arcticIcon {
	left: 4px;
	position: absolute;
	top: 2px;
}

#content #sectionContent .contentBox .headerBox .globalIcon {
	left: 4px;
	position: absolute;
	top: -4px;
}

#content #sectionArctic {
	width:260px;
	float:left;
}
#content #sectionArctic .sectionHeader {
	color:#666;
	font-size:18px;
	background:url('images/section_icon_arctic_2.png') top left no-repeat;
	height:50px;
	padding:4px 0 0 57px;
	margin-bottom:19px;
	margin-left:108px;
}

.buttonArctic { 
	float:left;
	margin-right:14px;
	margin-bottom:18px;
	width:140px;
	height:39px;
	border-top:1px solid #17154f;
	border-bottom:1px solid #17154f;
	background:url('images/section_button_arctic_back_2.jpg') top left no-repeat;
	color:#17154f;
	font-size:12px;
	text-align:center;
	font-weight:bold;
}
.buttonArctic span {
	display:block;
	margin-top:10px;
}
.buttonArctic span.twoLines {
	display:block;
	margin-top:4px;
}
.buttonArctic.related {
	border-top:1px solid #17154f;
	border-bottom:1px solid #17154f;
	background:url('images/section_button_arctic_back_hover_2.jpg') top left no-repeat;
	color:#17154f;
}
.buttonArctic.hover {
	border-top:1px solid #17154f;
	border-bottom:1px solid #17154f;
	background:url('images/section_button_arctic_back_on_2.jpg') top left no-repeat;
	color:#17154f;
}
.buttonArctic.on {
	border-top:1px solid #17154f;
	border-bottom:1px solid #17154f;
	background:url('images/section_button_arctic_back_on_2.jpg') top left no-repeat;
	color:#17154f;
}

#content #sectionGlobal {
	width:260px;
	float:right;
}
#content #sectionGlobal .sectionHeader {
	color:#666;
	font-size:18px;
	background:url('images/section_icon_global_3.png') top left no-repeat;
	height:52px;
	padding:4px 0 0 55px;
	margin-bottom:18px;
	margin-left:3px;
}

.buttonGlobal { 
	float:left;
	margin-right:14px;
	margin-bottom:18px;
	width:140px;
	height:39px;
	border-top:1px solid #17154f;
	border-bottom:1px solid #17154f;
	background:url('images/section_button_global_back_2.jpg') top left no-repeat;
	color:#17154f;
	font-size:12px;
	text-align:center;
	font-weight:bold;
}
.buttonGlobal span {
	display:block;
	margin-top:10px;
}
.buttonGlobal span.twoLines {
	display:block;
	margin-top:4px;
}
.buttonGlobal span.threeLines {
	display:block;
	margin-top:1px;
	line-height:12px;
}
.buttonGlobal.related {
	border-top:1px solid #17154f;
	border-bottom:1px solid #17154f;
	background:url('images/section_button_global_back_hover_2.jpg') top left no-repeat;
	color:#17154f;
}

.buttonGlobal.hover {
	border-top:1px solid #17154f;
	border-bottom:1px solid #17154f;
	background:url('images/section_button_global_back_on_2.jpg') top left no-repeat;
	color:#17154f;
}
.buttonGlobal.on {
	border-top:1px solid #17154f;
	border-bottom:1px solid #17154f;
	background:url('images/section_button_global_back_on_2.jpg') top left no-repeat;
	color:#17154f;
}

/*********************************************************************
********************** FOOTER SECTION ******************************
*********************************************************************/


#footer {
	clear:both;
	width:900px;
	margin-left:30px;
	position:absolute;
	bottom:0;
	z-index:2;
}

#footer #footerButtonHolder {
	border-bottom:1px solid #17154f;
	height:30px;
}

#footer #footerButtonHolder .buttonFooter { 
	float:left;
	margin-left:14px;
	width:110px;
	height:29px;
	border-left:1px solid #17154f;
	border-right:1px solid #17154f;
	border-top:1px solid #17154f;
	background-color:#6570a6;
	color:#17154f;
	font-size:11px;
}
#footer #footerButtonHolder .buttonFooter span {
	display:block;
	margin:7px 20px;
}
#footer #footerButtonHolder .buttonFooter.hover {
	border-left:1px solid #a2a1b9;
	border-right:1px solid #a2a1b9;
	border-top:1px solid #a2a1b9;
	background-color:#575b8f;
	color:#a2a1b9;
}

#footer #footerExtras .credits {
	font-size:8px;
	width:211px;
	display:block;
	padding:10px 0 0 14px;
	color:#000;
}

#footer #footerExtras .NASlogo {
	float:right;
	padding-top:6px;
}