/****************************************************************

CSS Styles for the National Snow and Ice Data Center (NSIDC)

file thoroughly cleaned up & organized 2/19/08


****************************************************************/


/********************


Global styles


********************/

@font-face {
    font-family: "Interval";
    src: url("/web-fonts/interval_regular_condensed-webfont.eot");
}
@font-face {
    font-family: "Interval";
    font-style: normal;
    font-weight: normal;
    src: url("//:") format("no404"), url("/web-fonts/interval_regular_condensed-webfont.woff") format("woff"), url("/web-fonts/interval_regular_condensed.otf") format("opentype"), url("/web-fonts/interval_regular_condensed-webfont.ttf") format("truetype"), url("/web-fonts/interval_regular_condensed-webfont.svg#webfontsez1K5ko") format("svg");
}

html {
	width: 100%;
	background: #fff url(/images/bkg/bkg1.jpg) center center fixed no-repeat;
	-moz-background-size: cover;
	background-size: cover;
}

body {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.8125em;
	color: #333333;
	margin: 0 auto;
	text-align: left;
	width: 1100px;
	background: #fff;
}
/* manages padding for pages where the wrapper div is not in the html */
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
dl, dt, dd, ol, ul {
	padding: 0 20px;
	outline: none;
}
/* removes left and right padding when text is in a table */
table h1, table h2, table h3, table h4, table h5, table h6, table p, table blockquote, table pre {
	padding-left: 0;
	padding-right: 0;
}


a, img {
	outline: 0;
}

body table {
	margin: 0 20px 6px 20px;
	max-width: 1060px !important;
} 
body table td table {
	margin: 0;
}


a { color: #003366; }
a:visited { color: #666666; }
a:hover { color: #006699; }
a:active { color: #003399; }

p {
	margin: 5px 0 12px 0;
	line-height: 1.5;
}

/* these are old, but still widely used - 
Indents shared by embedded 	 style guide.
There was a "Do not edit" designation given to these
tags as of 2003, but this may no longer be the case.
These should be investigated if a new style sheet is
created. 

.I1, table.I1 { margin-left:2%; }
.I2, table.I2 { margin-left:4%; }
.I3, table.I3 { margin-left:6%; }
.I4, table.I4 { margin-left:8%; }
.I5, table.I5 { margin-left:10%; }
.I6, table.I6 { margin-left:12%; }
*/
table.I1,table.I2, table.I3, table.I4, table.I5, table.I6 { margin-left:20px; margin-right: 20px; }

h1 {
	font-family: Interval, "Arial Narrow", Arial, sans-serif;
	font-size: 2em;
	font-weight: normal;
	color: #003366;
	padding-top: 10px;
	margin-bottom: 0px;
}

h2 {
	font-family: Interval, "Arial Narrow", Arial, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	color: #003366;
	line-height: 1;
	padding-top: 6px;
	padding-bottom: 3px;
	margin: 0 0 8px 0;
}

h3 {
	font-family: Interval, "Arial Narrow", Arial, sans-serif;
	font-size: 1.5em;
	font-weight: normal;  
	color: #3e1865;
	line-height: 1.2;
	padding-top: 6px;
	padding-bottom: 3px;
	margin: 0px;
}


h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #486C87;
	line-height: normal;
	padding-top:  6px 0 3px 0;
	padding-bottom: 3px;
	margin: 12px 0 0 0px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #003366;
	line-height: normal;
	padding-top: 6px;
	padding-bottom: 3px;
	margin: 0px;
}
h6 {
	font-family: Interval, "Arial Narrow", Arial, sans-serif;
	font-size: .88em;
	font-weight: 700;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	line-height: normal;
	padding-top: 6px;
	padding-bottom: 3px;

}
ul, ol {
	margin-left: 25px;
	margin-top: 0px;
	line-height: 1.5em;
}
li {
	margin-bottom: 8px;
}


.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.center {
	text-align: center;
}

/*
clearfix
used to self clear floats
*/

.clearGroup:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.hide {
	display: none;
}

.show {
	display: block;
}

/* replicating body styles for future when we can get rid of body width control */
#wrapper {
	width: 1100px;
	margin: 0 auto;
}

/*******************************


Font styles 


*******************************/

.datafont {
	font-family: "Courier New", Courier, mono;
}
.smallgraybold {	font-size: .8em;
	color: #666666;
	font-weight: bold;
}
.SmallText {	font-size: .8em;
	color: #333333;
}
.SmallTextGray {	font-size: .8em;
	color: #666666;
	line-height:1.2em;
}
/*
Headgreen - accent heading style used for data search heading on home
and headings of interest.
*/
.headgreen {
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 6px;
	color: #83AE00;
}

.SmallSansSerif { 
	font-size:	.8em; }



/********************

Captions & Credits 

********************/

/* style for image credits */
.imageCredit {
	color: #999999;
	font-style: italic;
	font-size: .75em;
}

/*********************************************


Secondary page styles


*********************************************/

.bannerLinksNSIDC {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	color: #FFFFFF;
	line-height: normal;
	padding: 2px 0 4px 2px;
	margin: 0px 4px 0px 0px;
	text-decoration: underline;
}

#logoContainerNSIDC {
	padding: 1px 0 2px 0;
	height: 0;
	white-space: none;
}

.homeIconLink {
	position: relative;
	padding: 0;
	margin: 0;
	height: 65px;
	white-space: none;
	z-index: 10;
}
.secondaryNavLinkNSIDC {
	color: #FFFFFF;
	z-index: 100;
}

.secondaryNavLinkNSIDC:visited {
	color: #CCCCCC;
	z-index: 100;
}

#toolboxContainer {
	margin: 0 0 0 20px;
}

.toolboxHeading {
	background: url(/images/global/toolbox_heading_bg.jpg) top left no-repeat;
	width: 100%;
}

.callouthead {
	font-weight: bold;
	color: #003366;
	margin: 0;
}


.helptext {
	font-family: Arial, Helvetica, sans-serif;	font-size: .8em;
	color: #666666;
}


/*****************************************

Styles specific to Secondary level sites

*****************************************/

.secondarySiteHomeImageContainerNSIDC {
	position: relative;
	float: right;
	padding: 0 0 35px 0;
	margin: 0 0 10px 15px;
	border: 1px solid #CCCCCC;
}

img.secondarySiteHomeImageNSIDC {
	border-bottom: 1px solid #CCCCC;
}


.secondaryContentContainerNSIDC {
	padding: 0 20px;
	margin: 10px 0;
}

.secondaryContentContainerNSIDC h2 {
	padding: 0 0 10px 0;
}

.secondaryContentContainerNSIDC p, .secondaryContentContainerNSIDC ul {
	line-height: 1.5;
}

.secondaryPageTitle {
	font-size: 1.8em;
	color: #003366;
	padding: 0 0 10px 0;
	margin: 0;
}

.secondaryContentContainerNSIDC h4 {
	padding: 0 0 5px 7px;
	margin: 0;
}

.secondaryContentContainerNSIDC h5 {
	padding: 0 0 5px 12px;
	margin: 0;
}

.secondaryPageSubnavTitle {
	font-size: 1.1em;
	font-weight: bold;
	color: #003366;
	line-height: normal;
	padding: 0 0 5px 5px;
	margin: 0px;
}



/****************************************

Secondary Navigation - left nav styles 

****************************************/

.secondaryNavList {
	list-style-type: none;
	padding: 0;
	margin: 0;
}


.secondaryNavContainerNSIDC {
	padding: 0 10px 0 20px;
}

.secondaryNavContainerNSIDC a {
	color: #330066;
	text-decoration: none;
}

.secondaryNavContainerNSIDC a:hover {
	color: #D53135;
	text-decoration: underline;
}

.secondaryNavContainerNSIDC a:visited {
	color: #330066;
}

.secondaryNavContainerNSIDC a:active {
	color: #000;
	text-decoration: none;
}

.secondaryNavList {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

	
/* 
Nav styles - Do not edit. These styles are used in the primary navigation
as well as the secondary navigation links. Nav1-3 can be used in the vertical left
navigation of data center pages. Nav4 can be used horizontally for sub-project
navigation. 
*/

/* these styles are NOT used in the main navigation! */

.nav1 {
	font-size: .9em;
	font-weight: bold;
	color: #003366;
	line-height: normal;
	padding: 5px 0;
	margin: 0px 4px 0px 0px;
	text-decoration: none;
}

/* this class is for the top-most nav menu item in left subnavs ONLY if there is an icon above it */
.nav1Top {
	font-size: .9em;
	font-weight: bold;
	color: #003366;
	line-height: normal;
	padding: 0 0 5px 0;
	margin: 10px 4px 0px 0px;
	text-decoration: none;
}

.nav2 {
	font-size: .9em;
	font-weight: normal;
	color: #003366;
	line-height: normal;
	padding: 2px 0;
	margin: 0px 4px 0px 12px;
}

/* this class is for the last menu item in the second level of left subnavs, if it is followed by another subnav item */
.nav2Last {
	font-size: .9em;
	font-weight: normal;
	color: #003366;
	line-height: normal; 
	padding: 2px 0 5px 0;
	margin: 0px 4px 0px 12px;
}

.nav3 {
	font-size: .9em;
	font-weight: normal;
	color: #003366;
	line-height: normal;
	padding-top: 0px;
	padding-bottom: 3px;
	margin: 0px 4px 0px 20px;
	padding-right: 0px;
}

.nav4 {
	font-size: .9em;
	font-weight: normal;
	color: #003366;
	line-height: normal;
	padding-top: 0px;
	padding-bottom: 3px;
	margin: 0px 8px 0px 0px;
	padding-right: 0px;
}

.activeNav1 {
	font-size: .9em;
	font-weight: bold;
	color:#3680ca;
	line-height: normal;
	padding: 5px 0;
	margin: 0px 4px 0px 0px;
}

.activeNav1 a {
	text-decoration: none;
}

.activeNav1 a:visited {
	color: #3680CA;
}

.activeNav1 a:hover {
	color: #D53135;
	text-decoration: underline;
}

.activeNav1Top {
	font-size: .9em;
	font-weight: bold;
	color:#3680ca;
	line-height: normal;
	padding: 10px 0 5px 0;
	margin: 0px 4px 0px 0px;
	text-decoration: none;
}

.activeNav1Top a:visited {
	color: #3680CA;
}

.activeNav1Top a:hover {
	color: #D53135;
	text-decoration: underline;
}
	
.activeNav2 {font-size: 82%;
	font-weight: normal;
	color:#3680ca;
	line-height: normal;
	padding: 2px 0;
	margin: 0px 4px 0px 12px;
	text-decoration: none;
}


.activeNav2 a {
	font-size: .9em;
	font-weight: normal;
	color:#3680ca;
	line-height: normal;
	padding: 2px 0;
	margin: 0 4px 0 0;
	text-decoration: none;
}

.activeNav2 a:hover {
	color: #D53135;
	text-decoration: underline;
}
.activeNav2 a:visited {
	color: #3680CA;
}



.activeNav2Last {
	font-size: .9em;
	font-weight: normal;
	color:#3680ca;
	line-height: normal;
	padding: 2px 0 5px 0;
	margin: 0px 4px 0px 12px;
}


.activeNav2Last a {
	text-decoration: none;
}

.activeNav2Last a:visited {
	color: #3680CA;
}

.activeNav2Last a:hover {
	color: #D53135;
}


/********************************

Secondary Headings

********************************/


.secondaryHeadingContainer {
	position: relative;
	padding: 0;
	margin: 0 0 15px 0; 
	white-space: none;
}
body table.secondaryHeadingContainer {
	margin: 0 0 15px 0;
	max-width: 1100px !important;
}
.secondaryHeadingRight {
	background: #9FB3CA;
	height: 56px;
	padding: 0 0 0 75px;
}

.secondaryHeadingLeft {
	width: 151px;
	height: 56px;
	background: #4981A6;
}

.secondaryHeadingDivider {
	width: 2px;
	background: #FFFFFF;
}

.secondaryHeadingLink {
	text-align: center;
	vertical-align: middle;
}

.secondaryHeadingLink a {
	font-size: .8em;
	color: #FFFFFF;
	text-decoration: none;
}

.secondaryHeadingLink a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}



.secondaryQuoteContainer {
	padding: 0;
	margin: 0;
	border-left: 1px solid #CCCCCC;
}

.secondaryQuote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	padding: .5em 1em 0 1em;
	margin: 0;
}

.quoteCredit { font-family: Arial, Helvetica, sans-serif; font-size: 1em; color: #666666; }



/******************************************

Secondary Content styles

******************************************/

.mainContentContainerNSIDC {
	position: relative;  
}

.secondaryContentContainerNSIDC {
	position: relative; 
}

.contentMainLeft {
	width: 80%;
	border-right: 0;
	padding-right: 10px;
}

.contentMainLeft > p {
	margin: 0 10px 0 0;
}

/************************************************

secondary heading styles for specific sub-sites

************************************************/

/* Glacier Photo heading */

#glacierPhotoHeading {
	border-bottom: 1px solid #CCCCCC; /* bottom border for secondary heading container */
}	
#daacHeader {
    background: none repeat scroll 0 0 transparent;
    height: 20px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}



/***********************

secondary site toolbox

***********************/

.secondaryToolboxContent p, .secondaryToolboxContent h4, .secondaryToolboxContent ul  {
	padding: 0 10px;
	margin: 0 0 10px 0;
}
.secondaryToolboxContent h4 {
	margin-bottom: 0;
	margin-top: 10px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}


.secondaryToolboxTitle, .secondaryToolboxContainer h3 {
	color: #502680;
	padding: 2px 0 0 10px;
	margin: 0;
}

.toolboxContent {
	padding: 5px 0;
	border: 1px solid #CCCCCC;
}

.rssImage {
	padding: 0 0 0 12px;
}



.secondaryToolboxContainerNSIDC {
	border: 1px solid #CCCCCC; 
	padding: 10px;
	margin: 0 0 10px 0;
}

.secondaryToolboxContainer {
	border: 1px solid #CCCCCC; 
	padding: 0;
	margin: 0;
}

#catalogBrowseTitle {
	margin-top: 7px;
}


/****************

Footer styles 

****************/


/* footer container */
#footerNSIDC {
	position: relative;
	top: 0;
	margin-top: 10px;
	min-width: 756px;
	padding-top: 10px;
	border-top: 1px solid #999999;
	clear: both;
	width: 100%;
	text-align: center;
}
#homeFooter #footerNSIDC {
	border-top: none;
}
#footerNSIDC p {
	padding:0;
	margin:3px;
}
#footerNSIDC div.footerElement, #homeFooter #footerNSIDC div.footerElement {
	min-height: 35px;
	padding:0;
	margin-left: auto;
	margin-right: auto;
}
div.footerElement img {
	margin: 8px 0;
}

div#footerNSIDC img {
	vertical-align:middle;
	margin-top: 15px;
	}
#footerNSIDC .footerTitleTextNSIDC {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: #fff;
	padding-top: 15px;
}

#sponsorsContainerNSIDC {
	margin: 0;
	padding: 0 .8em;
}




/********

Forms

********/
INPUT { 	
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #333333;
	padding: 0px 0px 0px 4px;
}

.selectDefault {
	color: #333333;
	font-style: italic;
	font-size: .85em;
}


/***********************************

Press Release pages 

***********************************/

div.inlineImageRight {
	position: relative;
	width: 40%;
	float: right;
	padding: 5px 10px;
	display: block;
}

div.inlineImageLeft {
	position: relative;
	width: 40%;
	float: left;
	padding: 5px 10px;
	display: block;
}

#figureText {
	display: block;
}

.pressReleaseTitle {
	font-size: 1.2em;
	font-weight: bold;
	color: #003366;
}

.pressReleaseByline {
	font-size: .9em;
	font-weight: bold;
	color: #003366;
}

.pressReleaseDate {
	font-size: .9em;
	font-weight: bold;
	color: #003366;
}


/************************************************

Photo Gallery

styles for home page slideshow pop-up pages

************************************************/


.slideImage { 
	border: 1px solid #CCCCCC;
}

.slideshowCaption { /* keep */
	font-size: 85%;
}

.homeSlidesGalleryContainer { /* keep */
	 /* border: 1px solid #CCCCCC; */
	 width: 508px;
	 padding: 5px 16px 0 0;
	 text-align: left;
	 position: relative;
	 top: 5px;
	 left: 8px;
	 /*left: 0;*/
}

.homeSlidesGalleryControls { /* keep */
	padding: 0 8px 0 0;
}

.homeSlidesGalleryImageContainer { /* keep */
	padding: 0 0 3px 0;
}

.homeSlidesGalleryCaptionContainer { /* keep */
	padding: 10px 0 5px 2px;
	/*padding: 20px 0 5px 2px;*/
	/*margin: 10px 0;*/
}


.pagetitle {
    border-bottom: 1px solid #999999;
    color: #003366;
    margin: 0 0 15px;
    padding: 10px 10px 5px 20px;
	font-size: 2em;
	font-family:Interval, "Arial Narrow", Arial, sans-serif;
	line-height: 1.3;
}

.pagetitle a {
	text-decoration: none;
}

.pagetitle a:visited {
	color: #003366;
}

.pagetitle a:hover {
	color: #006699;
}
.borderGray {
	border: 1px solid #cccccc;
}

/*****************************

simple float for <p> or <div>

*****************************/


.topAnchor {
	font-size: small
}
.floatLeft {
	position: relative;
	float: left;
	margin-right: 10px;
}

.floatRight {
	position: relative;
	float: right;
	margin-left: 10px;
}

.oneHundredPercent {
	width: 100%;
}

/******************************

Bio Template Styles

******************************/
#bioNavOuterContainer {
	float: right; 
	padding: 0 0 10px 0; 
	border: 0;
	margin: 0 0 10px 7px;
}

#bioNavContainer {
	padding: 12px 10px 0 10px; 
	border: 1px solid #CCCCCC;
	clear: both;
	margin-top: 10px;
}

#bioImageContainer {
	padding-top: 0;
}

.bioNav {
	font-size: 0.9em;
	padding: 0 10px;
}

.scientistGeneralInfo {
	padding: 0 20px;
	margin: 0;
}

.biblioInfo {
	margin-left: 30px;
	text-indent:-30px;
}


/******************************

Styles for Notices

used for downtime notices

******************************/


/* styles to control display of notices on the Advamced Search page */
#dataNoticesContainer {
	position: relative;
	top: 0;
	left: 0;
	width: 98%;
}

#dataNoticesContainer p {
	font-family: Arial, Helvetica, sans-serif;
	color: #990033;
	padding: 7px 0 0 10px;
	margin: 0;
	font-weight: bold;
}

#ecsNoticesContainer {
	position: relative;
	top: 0;
	left: 0;
	width: 98%;

}

#ecsNoticesContainer p {
	font-family: Arial, Helvetica, sans-serif;
	color: #990033;
	padding: 7px 0 0 10px;
	margin: 0;
	font-weight: bold;
}

/***********************************

style for development server tag

DO NOT REMOVE

***********************************/

.newiceTag {
	position: relative;
	padding: 3px 10px 0 0;
	margin: 0;
	overflow: hidden;
	float: right;
	white-space: nowrap;
	z-index: 0;
}
.newiceTag .SmallTextGray {
	font-size: .7em;
}
.devTagContainer {
	border-bottom: 1px solid #000;
	height: 55px;
	width: 55px;
}

/***********************************

OLD UNEDITED NSIDC styles

DO NOT REMOVE - still widely used

***********************************/


.FigureCaption
	{
	font-size:85%;
	font-family: arial, helvetica, sans-serif;
	line-height:100%;
	margin-left:50px;
	margin-right:50px;
	}
	
/*NSIDCNoteTOC - used in the publications/notes section.
While we no longer post NOTES as HTML (a PDF is posted)
there are years of archive NOTES as HTML */
.NSIDCNotesTOC
	{
	background-color:#D4E8EB;
	border-color:#0f4d6d;
	font-size:90%;
	font-family:arial, helvetica, sans-serif;
	line-height:100%;
	margin-top:9px;
	margin-bottom:6px;
	margin-left:12px;
	padding: 3px 9px 3px 9px;
	}



/*****************************

Global styles

******************************/

.topLink { /* for links at the top of  guide doc pages */
	position: relative;
	top: -25px;
	margin: 0 10px;
}
a img {
	border: none;
	outline: none;
}
.caption {
	font-size: .8em;
}


.topGrayBorder {
	border-top: 1px solid #ccc;
}
h3.topGrayBorder {
	border-top: 1px solid #ccc;
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
}
table.cssTable {
	margin: 20px 0 0 0;
	width: 100%;
	clear: left;
}
table.cssTable {
	margin-top: 20px;
}
table.cssTable td {
	border-right: 1px solid #c9dce7;
	border-bottom: 1px solid #9fb3cb;
	padding: 3px;
	text-align:center;
}
table.cssTable td {
	text-align: left;
}
table.cssTable td:first-child {
	border-left: 1px solid #c9dce7;
}
table.cssTable td.noBorder {
	border-left: none;
}
table.cssTable th {
	background-color: #c9dce7;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 3px;
	text-align: center;
}
.width50 {width: 48%; margin-right: 2%}
.width33 {width: 31%; margin-right: 2%}
.width40 {width: 38%; margin-right: 2%}
.width25 {width: 23%; margin-right: 2%}

.marginTop10px {
	margin-top: 10px;
}
.marginBottom10px {
	margin-bottom: 10px;
}
.photo-box, .photo-box-left, .photo-box-center {
	width: 200px;
	margin-top: 10px;
	padding: 2px;
	border: 1px solid #c9dce7;
	float: right;
	margin-left: 15px;
	margin-bottom: 12px;
}	
.photo-box-left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
}
.photo-box-center {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

/********************************

News Page Styles

*********************************/

#newsPageNav {
	overflow: hidden; /* To clear float */
	margin-top: 15px;
	margin-bottom: 20px;
}

#newsPageNav ul {
	padding: 0px;
	float: left;
	margin: 0px;
}

#newsPageNav li {
	font-weight: bold;
	float: left; /* To display list inline */
	list-style: none;
}

#newsPageRss {
	float: right;
}

.rssImage {
	vertical-align: middle;
}

/*
Newsdate - used dates associated with NSIDC-produced news postings, but not for "NSIDC in the News" or "Cryosphere in the News" items.
*/
.newsdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: #555faa;
	padding-top: 5px;
	padding-bottom: 0px;
	margin: 0px;
}

.featureElement.borderBottom ul li {
	margin-top: 7px;
	margin-bottom: 7px;
}
#contentMain #outage {
	float: right;
	width: 220px;
	margin-left: 30px;
}
.border-left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
}



#contentWrapper #content {
	margin-top: 20px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 20px;
	float: left;
	width: 585px;
}
#contentWrapper h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
	line-height: 1;
	border-bottom: none;
	font-size: 1.8em;
}
#contentWrapper #toolboxContainer {
	float: left;
	width: 190px;
	border: 1px solid #c9dce7;
	margin-top: 25px;
}
#contentWrapper #content.content-wide {
	width: 790px;
}
#contentWrapper #content.content-no-nav {
	margin-left: 25px;
	width: 835px;
}

.secondaryToolboxHeading {
	background:#e9e9e9;
	border-top: 1px solid #c9dce7;
	color: #339;
	margin: 0 0 10px 0;
	font-family: Interval, "Arial Narrow", Arial, sans-serif;
	font-size: 1.2em;
	padding: 0 10px;
	border-bottom: 1px solid #c9dce7;
}
.secondaryToolboxHeading h3 {
	font-size: 1.2em;
	padding: 4px 0;
	color: #502680;
}
.secondaryToolboxTitle {
	font-family: Interval, "Arial Narrow", Arial, sans-serif;
	font-size: 1.2em;
	padding: 4px 10px;
	color: #502680;
	font-weight: normal;
	margin: 0;
}
.secondaryToolboxHeading .secondaryToolboxTitle strong {
	font-weight: normal;
}
.secondaryToolboxContent table {
	margin: 0 10px;
}
secondaryToolboxContainer h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #502680;
	padding: 2px 0 0 10px;
	margin: 0;
}
#contentWrapper {
	background: #fff;
	border-right-style: none;
	border-left-style: none;
	margin-top: 0;
	float: left;
	-moz-box-shadow: 0px 5px 5px #0f264c;
	-webkit-box-shadow: 0px 5px 5px #0f264c;
	box-shadow: 0px 5px 5px #0f264c;
	width: 1100px;
}
#contentWrapper #content h2 {
	margin-left: 0px;
}
/********************************
SAGE STYLES
*********************************/

body.tundra div#sageWrapper {
background: #fff;
}
/* UNUSED TO REMOVE 
#homeTextNSIDC {
	position: absolute;
	top: 140px;
	left: 4em;
	width: 42%;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 115%;
}


.toolboxNewsdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #990033;
	padding: 5px 0 0 5px; 
	margin: 0px;
}


#featurebanner {
	font-size: 105%;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0 4px;
	margin: 0;
	border-top: 1px solid #000;
	background: url(/images/home/featuresBackgroundNSIDC.gif) top left no-repeat;
	height: 28px;
}


#homeNewsContainerNSIDC {
	border-left: 1px solid #000;
	margin: 0;
	padding: 0;
}

#quickSearchPaddingOffset {
	padding: 4px 0 0 1px;
}

#inputOffsetLeft {
	margin: 0;
}

#offsetLeft {
	padding: 0 0 0 1px;
}

#homeQuickSearchContainerNSIDC {
	padding: 10px 0 0 4px;
}

#homeMainContentContainerNSIDC {
	padding: 10px 15px 0 15px;
}

#advancedSearchLinkContainer {
	padding: 0 0 0 8px;
}

/replaces .nav1 for font of cardinal directions in quick searches /

.quickSearchCardinalDirectionNSIDC {font-size: 85%;
	font-weight: bold;
	color: #003366;
	line-height: normal;
	padding: 2px 0 4px 0;
	margin: 0px 4px 0px 0px;
	text-decoration: none;
}
.toolboxLink {font-size: 85%;
	font-weight: bold;
	color: #003366;
	padding: 5px 12px 0px 12px!important;
	margin: 0;
	text-decoration: none;
}

.toolboxLink:hover {
	text-decoration: underline;
	color: #307CD2;
}

.toolboxText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .88em;
	font-weight: normal;
	color: #000000;
	padding: 5px 12px 3px 12px!important;
	margin: 0;
}

.toolboxFormHeading {font-weight: bold;
	font-size: .9em;
	color: #000;
	padding: 5px 5px 5px 12px;
}
.selectDefault {
	color: #333333;
	font-style: italic;
	font-size: .85em;
}
.topLink { / for links at the top of  guide doc pages /
	position: relative;
	top: -25px;
	margin: 0 10px;
}

.tmb {
	margin-right: 10px;
}
/

.display_none is a development prototype class 
used to turn off display of elements using the 
display: none declaration in /css/nsidc.css

05.19.10 ST

/

.display_none {
	display: none;
}

.display_block {
	display: block;
}

/

styles for Re-Captcha

/

.recaptchatable .recaptcha_image_cell,#recaptcha_table {
   background-color:#FFFFFF !important; 
 }
 
 #recaptcha_table {
   border-color: #CCCCCC !important;
 }
 
 #recaptcha_response_field {
   border-color: #CCCCCC !important; 
   background-color:#FFFFFF !important;
 }
/ replaces .nav1 for banner links to Education Center and Photo Gallery /

.bannerLinksNSIDC {font-size: 85%;
	font-weight: bold;
	color: #FFFFFF;
	line-height: normal;
	padding: 2px 0 4px 2px;
	margin: 0px 4px 0px 0px;
	text-decoration: underline;
}

#homeSlideshowLeftNSIDC {
	background: url(/images/home/homeSlideshowLeftNSIDC.gif) top left repeat-x;
	height: 286px;
	padding: 0;
	margin: 0;
	display: block;
}

#homeHeaderRightBackgroundNSIDCNew {
	background: url(/images/home/topRight1.jpg) 0 1px repeat-x;
	z-index: 1;
}
#logoContainerNSIDC {
	padding: 1px 0 2px 0;
	height: 0;
	white-space: none;
}

.homeIconLink {
	position: relative;
	padding: 0;
	margin: 0;
	height: 65px;
	white-space: none;
	z-index: 10;
}
/

toolbox IDs

/

#seealso {
	color: #502680; 
}

#resources {
	color: #502680;
}

#contacts {
	color: #502680;
}
/

new class to offset padding on newly styled 

<p> tags when combined with old I1 class

/

.paragraphOffsetLeft {
	margin: 0 0 0 -2%;
}
/

new class to fix position

of All About Banners

/

.allAboutSiteHeading {
	position: relative;
}

/

fix for position

of Data subsite banners

/

.dataSiteHeading {
	position: relative; 
}
.reset {
	padding: 0;
	margin: 0;
	border: 0;
}
.ipynav {
	font-size: 12px;
	font-weight: bold;
	color: #0c225f;
	margin: 0px;
	padding: 0px;
}
/ old, not used anywhere on live site /
.toolboxhead {font-size: 95%;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 6px 4px 4px 4px;
	margin: 17px 0 4px 0;
}
/
Seealso, related, news, toolboxother:
used for headings in the toolbox areas of all pages.
/
.seealso {font-size: 105%;
	font-weight: bold;
	color: #006699;
	padding: 6px 4px 4px 4px;
	margin: 17px 0 4px 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #006699;
}

.relatedresources {font-size: 105%;
	font-weight: bold;
	color: #85B000;
	padding: 6px 4px 4px 4px;
	margin: 17px 0 4px 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #85B000;
}

.news {
	font-size: 105%;
	font-weight: bold;
	color: #6482A2;
	padding: 6px 4px 4px 4px;
	margin: 17px 0 4px 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6482A2;
}

.toolboxother {font-size: 105%;
	font-weight: bold;
	color: #333366;
	padding: 6px 4px 4px 4px;
	margin: 17px 0 4px 0;
	border-left: 1px solid #333366;
}
Callout - used for text wi1px toolbox areas.
Be consistent with your use of the <p> tag and these styles.
/
.callouttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .88em;
	font-weight: normal;
	color: #003366;
	padding: 2px 4px 0 5px;
	margin: 0;
}

#siteSearchContainerNSIDCNew {
	position:relative;
}

#siteSearchContainerNSIDCNew form {position:absolute;;top:0;right:0;padding: 12px 16px 0 0;}

/ this style is experimntal /
.tertiaryTitle {font-size: 90%;
	font-weight: bold;
	color: #003366;
	line-height: normal;
	padding-top: 0;
	padding-bottom: 3px;
	padding-left: 0;
	margin: 0px;
}
/ secondary heading styles below are not currently in use except for AGDC and Glacier Photo site 2/25/08 ST / 	
.secondaryHeadingTitleContainer {
	background: #e5e5e5;
	padding: 0;
	margin: 0;
}
	
.secondaryHeadingTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #003366;
	padding: 15px 0 0 20px;
}
/ Arctic Sea Ice News /

#arcticSeaIceNewsContentContainer {
	position: relative;
}

.toolboxContent {
	padding: 10px 5px 10px 10px;
}


.secondaryToolboxHeading {
	background: url(/images/global/toolbox_heading_bg.jpg) top left no-repeat; 
	height: 30px;
	padding: 0;
	margin: 5px;
	border-top: 1px solid #CCCCCC;
}

.NavLinksNSIDC { font-family:Arial,Helvetica,sans-serif; font-size:8pt; color:#ffffff; text-decoration:none; }
a.NavLinksNSIDC { font-family:Arial,Helvetica,sans-serif; font-size:8pt; color:#ffffff;	text-decoration:none; }
a.NavLinksNSIDC:visited	{ font-family:Arial, Helvetica,sans-serif; font-size:8pt; color:#ddffdf; text-decoration:none; }
a.NavLinksNSIDC:active { font-family:Arial,Helvetica,sans-serif; font-size:8pt; color:#cccc99; text-decoration:underline; }
a.NavLinksNSIDC:hover { font-family:Arial,Helvetica,sans-serif; font-size:8pt; color: #cccc99; text-decoration:underline; }

/ from seaice_old.css, still used at the moment, do not remove. 4.06.07 ST. /
.second_nav {font-size: 8pt;
	font-weight: bold;
}



/

styles for NASA banner logo

/

.nasaLogo {
	text-align:right; 
	padding: 0 5px 0 0; 
	margin-bottom: -42px; 
	position: relative; 
	top: -46px;
}

#secondary {
	position: relative;
	top: -50px;
}

#mist {
	position: relative; 
	top: -50px;
}
*/
/* STYLES TO REMOVE?

.homeFeatureBorderNSIDC {
	border-right: 1px solid #000;
}

#homeFooterNSIDC {
	clear: both;
	position: relative;
	margin: 0;
	padding: 10px 0 0 10px;
}
.homeHeadings {font-weight: bold; 
	color: #349134; 
	padding: 6px;
} 

#homeBodyBorderNSIDC {
	border: 0;
	border-top: 0;
}

#homeToolboxNSIDC {
	padding: 0 0 0 10px;
}


img.homeSponsorLogoNSIDC {
	width: 90%;
}


span.homeLinkVertSpacer {
	line-height: .5em;
}

#homeDataBannerNSIDC {
	position: relative;
	top: 0;font-size: 105%;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0 4px;
	margin: 0;
	border-top: 1px solid #000;
	background: url(/images/home/featuresBackgroundNSIDC.gif) top left no-repeat;
	height: 28px;
}


#homeNewsBannerNSIDC {font-size: 105%;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0 4px;
	margin: 0;
	background: url(/images/home/newsBackgroundNSIDC.gif) top left no-repeat;
	height: 27px;
}

*/

