
@charset "UTF-8";

/******************************************************************************* 

CSS for All About Frozen Ground @ NSIDC

******************************************************************************/


.colSizeReset {
	padding-bottom: 0!important;
  	margin-bottom: 0!important;
	border-bottom: 0;
	overflow: hidden;
}

.bottomBorder {
	border-bottom: 1px solid #CCCCCC;
}

.secondarySiteHomeImageContainer {
	margin-left: 0;
}

#secondarySiteHeading {
	background: #a9cab7;
	/*width: auto;
	height:auto;*/
	margin-bottom: 5px;
}

/*
#secondarySiteHeader {
	background: url(/frozenground/images/aafg_banner_teal.jpg) top left no-repeat;
}
*/

#secondarySiteHeader {
	background: #a9cab7;
	width: auto;
	height: 56px;
	/*margin-bottom: 5px;*/
	padding-left: 70px;
	float: none;
	position: relative;
}

#secondarySiteHeader img {
	position: relative;
	top: -6px;
}


#secondarySiteNavContainer {
	background: #a9cab7;
	/*border:1px solid #d9e4ee;*/
}

#secondarySiteNavContainer ul li {
	border-top: 1px solid #a9cab7;
	border-bottom: 1px solid #a9cab7;
}

#nsidcSecondaryNav a.trigger {
	border-top: 1px solid #a9cab7;
	border-bottom: 1px solid #a9cab7;
}

#nsidcSecondaryNav li ul {
	background-color: #a9cab7; /* bgcolor of submenus */
}

#nsidcSecondaryNav ul li a:hover {
	width: auto;
	background-color: #FFFFFF!important; /* bgcolor of submenu items on hover */
	color: #3680ca!important; /* bgcolor of submenu text on hover */
	z-index: 10;
}

/*
teal green
a9cab7
*/

/*
light blue
edf1f4
*/

/* 
old blue color
d9e4ee
*/

#nextTop {
	float: right;
	clear: both;
	position: relative;
	top: 60px;
	padding-right: 10px;
	margin-top: 0;
	margin-bottom: 10px;
}

#nextBottom {
	float: right;
	position: relative; 
	bottom: 0; 
	padding-right: 10px; 
	margin-top: 15px; 
	margin-bottom: 10px;
}

#prevTop {
	float: right;
	position: relative;
	top: 60px;
	padding-right: 10px;
}

#prevBottom {
	float: right;
	position: relative;
	bottom: 0;
	padding-right: 10px;
	margin-top: 15px;
	margin-bottom: 10px;
}

h1#fg {
	margin-bottom: 50px;
}
