/* =============STANDARD CONTENT===============*/ 
/* TO CHANGE THE TEXT SIZE OF THE CONTENT:
By default, USGS has set the font size to "small" in order to provide a consistent size for content across all pages. If you would prefer not to have a pre-defined font size for your pages, change the "font-size" attributes below to "font-size: 100%;". */
.cf { zoom: 1; } /*apply to all containers of floats*/
.cf:before,
.cf:after { content: ""; display: table; }
.cf:after { clear: both; }

#sf_tabContent{
	position:relative;
	padding:10px;
	background:#ccc;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
}
#sf_sp,#sf_ts{
	position:relative;
	background:#fff;	
}
#sf_ts{
	padding:10px 0px 40px 0px;	
}
#sf_tabs ul, #sf_tabs li{
	display:block;
	float:left;
	list-style:none;
	padding:0px;
	margin:0;
	background:#ccc;
}

#sf_tabs li{
	position:relative;
	margin: 0 6px 0 0;
	padding: 3px 7px;
	list-style:none;
	font-weight: bold;
	font-size:14px;
	background:#ccc;
}

#sf_tabs a, #sf_tabs a:hover, #sf_tabs a:visited{
	text-decoration:none;
	outline:none;
	padding:0px;
	margin:0px;
}
#sf_tabs a, #sf_tabs a:visited{
	color:#333;
	background:#ccc;
}
#sf_tabs ul li a:hover{
	color: #2C5963;
}

#sf_tabs .sf_selected{
	margin: 0 6px 0 0;
	padding: 3px 7px 10px 7px;
	background-color: #fff;
}
#sf_tabs .sf_selected a{
	color:#000;
	background-color: #fff;
}
.clearIt {    
	clear: both;	
	margin:0;	
	padding:0;	
	width:auto;
}


#sf_title {
	margin:-40px 0 0 0;
	padding:0;
	color:#ccc;
	font-size:32px;
	font-weight:900;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px #666;			
}		
			
#sf_sp ul{
	position:relative;
	margin: 0;
	padding: 0px;
}
#sf_sp li{
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	list-style:none;
	text-align:left;
	display:block; 
	margin:5px 0px; 
	padding: 10px;
				
	-moz-box-shadow: 0px 0px 4px #666;
	-webkit-box-shadow: 0px 0px 4px #666;
	box-shadow: 0px 0px 4px #666;
}
#sf_sp li h3 a{
	text-decoration:none;
	color:#2C5963;
}
#sf_sp li img{
	float:left;
	margin:0 10px 10px 0px;
}
#sf_sp li p{
	margin:2px 0 0 0;
	padding:0;
	font-size:10px; 
}
#sf_sp li h3 { margin:0; padding:0px; font: 500 15px arial, sans-serif; color: #333; letter-spacing: 0px; line-height:18px;}
#sf_sp li h3 em {font-size: 12px; margin:5px 0 0 0; padding:0px; line-height:14px; font-style:italic; color: #666;} 
			
#sf_sp .sf_post_meta_sp{
				font-size:8px;
				margin:2px 0 0 0px;
				padding:0px;
}

#slider {
	position:relative;
	margin: auto;
	background:url(/images/icons/loading.gif) no-repeat 50% 50%;
}

.nivo-controlNav {
	bottom: -25px !important;
	left: 180px;
	position: absolute;
}
/*Scott fixes for April 30th, 2013 debacle of no rotation heard around the world*/
.nivo-controlNav {
	bottom: 5px !important;
}
.nivo-caption {
	padding: 5px 0px 5px 5px !important;
	width: 99% !important;
}