/****************************************************************

CSS Styles for the National Snow and Ice Data Center (NSIDC)

This style sheet should be applied ONLY to the Home Page and is 
supplemental to nsidc.css

********************************************************/

#wrapper {
	width: 1100px;
}
#wrapper #contentMain {
	width: 804px;
	float: left;
	background-color: #fff;
}
#wrapper #contentFeatured {
	float: left;
	width: 295px;
	border-right: 1px solid #999999;
	padding-top: 10px;
	background-color: #fff;
}
#wrapper #contentMain #news {
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#wrapper #contentMain #news h3 {
	padding-left: 0;
}
#wrapper #contentFeatured .featureElement {
	float: left;
	padding: 10px 16px 16px 20px;
	width: 260px;
}
#wrapper #contentFeatured .featureElement p, #wrapper #contentFeatured .featureElement h3, #wrapper #contentFeatured .featureElement ul, #wrapper #contentFeatured .featureElement input, #wrapper #contentFeatured .featureElement h4 {
	padding-left: 0px;
	margin: 0;
}

#wrapper #contentWrapper {
	clear: both;
	border-bottom: 1px solid #999999;
}
#footerNSIDC {
	border-top: none;
}

#contentFeatured .featureElement h3 {
	color: #316A93;
	padding-bottom: 5px;
	line-height: 18px;
	padding-right: 10px;
	padding-top: 3px;
}
#contentMain #news h2 {
	color: #316A93;
	padding-left: 0;
}
#contentMain #news p {
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	padding-top: 0px;
	margin-top: 0px;
}
#contentMain #news .newsdate {
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #A64D26;
	margin-top: 10px;
}
#contentMain #news h3 a {
	color: #595959;
	font-size: 100%;
	text-decoration: none;
}
#contentMain #news h3 a:hover {
	color: #003F6A;
	text-decoration: underline;
}

.featureElement input {
	padding: 3px;
	margin-left: 0px;
	margin-right: 5px;
}

.featureElement h4.divider {
	margin-bottom: 0px;
	padding-top: 15px;
	border-top: 1px dashed #ccc;
	margin-top: 15px;
}
.featureElement h4 {
	margin-top: 10px;
	color: #595959;
	font-size: 100%;
}

#contentFeatured .borderBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
/* REMOVE THIS STYLE TO PUT INTO PRODUCTION */
.SmallTextGray {
    font-size: 75%;
}
.featureElement.borderBottom ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 0px;
	margin-top: 0px;
}

.featureElement.borderBottom ul li {
	margin-top: 7px;
	margin-bottom: 7px;
}


#homeNoticesContainerNSIDC {
	position: relative;
}

#homeNoticesContainerNSIDC p {
	background: url(/images/home/outage-notice.png) top right no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #A64D26;
	padding: 40px 12px 20px 12px;
	margin: 0;
	font-weight: bold;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
/* 
#wrapper #bottom {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.featureElement .clear {
	padding-top: 15px;
}
.featureElement.noBorder {
	border-bottom: none;
}
.SmallTextGray1 {    font-size: 75%;
}
#news .newsStory {
	width: 33%;
	float: left;
	margin-right: 12px;
}
*/
