@charset "utf-8";
/* CSS Document */

/* Note: These IDs and Classes are also in /css/nsidc_secondary.css but changing
colors here for site specific definitions. noaa2.css must be called AFTER
nsidc_secondary.css the .html files for these to take effect. */

/* Main content container for site with no left nav or toolbox */
#contentContainerSecondarySitePlain {
  	width:97%;
  	float:left;
  	padding-right:0;
  	padding-left:0;
  	margin-left:0;
	margin-right:0;
}

#mainContentSecondarySiteNoToolbox {
	position: relative;
	top: -3px;
  	width: 97%;
  	/*float: left;*/
  	padding-right: 0;
	padding-left: 15px;
	padding-bottom: 0;
	overflow: visible;
}

/* Heading Styles */
#noaaSiteHeading {
	position: relative; 
	/* top: -6px; */
	background: #afd8d8;
}

#noaaHeaderLarge {
	width: 100%;
	margin-bottom: 5px;
	float: none;
	background: #afd8d8;
}

#noaaHeaderLarge img {
	margin: 3px 0 0 65px;
}


/* Left Nav Styles*/
#secondarySiteNavContainer {
  	background:#e4f1f1;
  	height: 100%;
}

#secondarySiteNavContainer ul li {
	padding: 0;
	margin: 0;
	border-top: 1px solid #e4f1f1;
	border-bottom: 1px solid #e4f1f1;
}

#nsidcSecondaryNav a.trigger {
	border-top: 1px solid #e4f1f1;
	border-bottom: 1px solid #e4f1f1;
}

#nsidcSecondaryNav a.trigger:hover {
	background: #fff;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#nsidcSecondaryNav a:visited {
	color:#003366;
}

.secondarySiteNavActiveNoSubnav {
	position: relative;
	color:#3680ca!important;
	background-color: #fff!important;
	border-top: 1px solid #CCCCCC!important;
	border-bottom: 1px solid #CCCCCC!important;
}

.noaaSiteNavHomeIcon {
	width: 97px;
	padding: 0;
	margin: 0;
	padding: 0;
	padding-bottom: 8px;
	margin: 0 20%;
	border: none;
}


/*****************************************************************************

   Image Slider Styles

******************************************************************************/
#imageSliderContainer{
	width:91%;	/* Total width of slideshow */
	background-color:#e4f1f1;
}
	
#galleryContainer{		
	height:180px;	/* Include enough room for image title, image, and caption */
	border:1px solid #CCCCCC;
	position:relative;
	overflow:hidden;
	padding:0px;
		
	/* CSS HACK */
	height: 182px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/180px;	/* Other browsers */
	height: /**/180px;
				
}

#arrow_left{
	position:absolute;
	left:0px;
	z-index:10;
	background-color: #e4f1f1;
	padding:1px;
}

#arrow_right{
	position:absolute;
	right:0px;
	z-index:10;
	background-color: #e4f1f1;
	padding:1px;		
}

#theImages{
	position:absolute;
	height:100px;
	left:20px;
	width:100000px;
} 

#theImages #slideEnd{
	float:left;
}

#theImages img{
	float:left;
	/* padding:5px; */
	padding: 0px;
	filter: alpha(opacity=75);
	opacity: 0.75;
	cursor:pointer;
	border:2px solid black;
}
	
#theImages ul{
	list-style:none;
	display:block;
	padding:0px 0px 0px 5px;
	margin: 0px;
}

#theImages li{
	float:left;
	padding:6px;
	width:170px;
}
	
#theImages h4{
	padding:0px 0px 2px 0px;
	margin:0px;
}
	
.imageCaption{
	padding:0px 0px 0px 1px;
	margin:0px;
	font-size:10px;
}

.plainLink{
	text-decoration:none;
}

.plainLink:visited{
	color:#003366;
}

.plainLink:hover{
	color:#006699;
}
