/*These CSS items are used to put icons for different filetypes within the text.*/
/*a[href $='.pdf'] {
	padding-right: 18px;
	background: transparent url(/images/icons/pdf.jpg) no-repeat center right;
}
a[href $='.doc'] {
	padding-right: 18px;
	background: transparent url(/images/icons/doc.gif) no-repeat center right;
}
a[href $='.xls'] {
	padding-right: 18px;
	background: transparent url(/images/icons/xls.gif) no-repeat center right;
}
a[href $='.ppt'] {
	padding-right: 18px;
	background: transparent url(/images/icons/ppt.gif) no-repeat center right;
}
a[href $='.wmv'] {
	padding-right: 18px;
	background: transparent url(/images/icons/wmv.gif) no-repeat center right;
}*/
/*End filetype icons section.*/

/*Print styles - These styles apply site-wide for all Newsroom pages.*/
.noprint {}
@media print {
			 #usgsccsabox, #usgsfooterbar, #usgsfootertext img {
		 		 display:none;
		 }
		 #usgstitle { margin-bottom:15px; }
		 #usgsfooter { padding-top:15px; }
		 #usgsheader, #usgsbanner, #usgstitle p, #usgsfootertext {
		 		 padding:0;
		 		 margin:0;
		 		 color:#000000;
		 		 background:#ffffff;
		 }
		 
		#topnav, #main_header, #latest_container, .noprint, td img {display:none;}
		body, td, th {font-family:"Times New Roman", Times, serif; color:#000000;}
		body *[class] {font-family:"Times New Roman", Times, serif; color:#000000;}
		a, a *[class] {text-decoration:underline; color:#000000;}
		/*these styles will print the links to the page in parens for each link*/
		#main_article_text a:link:after, #main_article_text a:visited:after {
  		content: " (" attr(href) ") ";
  		font-size: x-small;}
		/*end print style*/
}
			
/*End print styles for releases*/

/* This is the background color for building tables with border colors. */
.bg-gray1 {
	background-color: #CCCCCC;
}
.bg-white {
	background-color: #FFFFFF;
}
.bg-green1 {
	background-color: #99CC99;
}
	

.bold {
	font-weight: bold;
}
.titles-large {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000;
	font-weight: bold;
}
.subtitle {
	font-size: medium;
	color: #666;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.italics {
	font-style: italic;
}
.red-highlight {
	color: #FF0000;
}
.red-highlight-small {
	font-size: small;
	color: #FF0000;
}
#skip a, #skip a:hover, #skip a:visited  
{ 
 position:absolute; 
 left:0px; 
 top:-500px; 
 width:1px; 
 height:1px; 
 overflow:hidden;
} 

#skip a:active 
{ 
 position:static; 
 width:auto; 
 height:auto; 
} 

.subtitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	background-color: #E4E6DB;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px dashed #C4C9AF;
}
/*Styles related to the latest releases/actions box on the release pages*/
.article_options {
	background-color: #F4F4F4;
	border: 1px solid #000000;
	margin-right: 0px;
	margin-left: 3px;
}
#newsroom_content #latest_container {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}

.article_options .actions {
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
}

#latest_releases .header {
	font-weight: bold;
	background-color: #666;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin-bottom: 0px;
	color: #fff;
}
#latest_releases .content {
	padding: 2px;
}
#latest_releases .content a {
	color: #000000;
	text-decoration: none;
}
#latest_releases .content a:link, #latest_releases .content a:visited {
	text-decoration: none;
}
#latest_releases .content a:hover {
	color: #ff6600;
	text-decoration: underline;
}
#latest_releases .content a:active {
	text-decoration: none;
}
/*end styles for latest releases/actions table*/


/*News release titles - NEW*/
.release_title_new {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.release_title_new:link, .release_title_new:visited {
	text-decoration: none;
}
.release_title_new:hover  {
	color: #FF6600;
	text-decoration: underline;
}
.release_title_new:active {
	text-decoration: none;
}
/*end news release titles*/

/*News release titles - Older than 7 days*/
.release_title {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.release_title:link, .release_title:visited {
	text-decoration: none;
}
.release_title:hover  {
	color: #FF6600;
	text-decoration: underline;
}
.release_title:active {
	text-decoration: none;
}
/*end news release titles*/



.article-titles-archive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000099;
	text-decoration: none;
}
.article-titles-archive:hover  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000099;
	text-decoration: underline;
}
/* End hiding of styles */

.bg-blue1 {
	background-color: #4785B6;
}
.bg-blue2 {
	background-color: #003366;
}
.menu-topics {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #ffffff;
	background-color: #993333;
	font-style: italic;
}
.menu-options {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
.menu-categories {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
}
.li-white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.leads-titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #000099;
}
#get-news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #FFCC00;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid #FFFFFF;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-left: 1px solid #CCCCCC;
}
.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.paging_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #EEEEEE;
	/* Hide the following styles for Netscape 4x browser */
	/*/*/
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	/* End the hiding */
	text-decoration: none;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #CCCCCC;
}
.grayed-out {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
}
.input-highlight {
	border: 1px solid #006633;
	background-color: #B8C1D8;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#bgimage {
	background-image: url(/images/headers/header_graphic_banner31.jpg);
}
.search-highlight {
	background-color: #FFFF00;
}
.bg-burntred {
	background-color: #993333;
}
.bg-tan2 {
	background-color: #d4bf80;
}#indent {
	padding-left: 24px;
}
.viewmore {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}

/* ================INSTRUCTIONS=================*/ 
/* By changing the classes below, you can add your own custom styles for various areas of the header. In order for your changes to work though, you MUST include a reference in your HTML pages to both the common CSS file and custom CSS file in that order.

Instructions are provided below for customizing these classes.

/* ================BANNER=======================*/  
/* TO DISPLAY A CUSTOM BANNER IMAGE: 
If you want to display a custom banner, change the "background: url" to point to a local banner, or external, image location.

TO DISPLAY A CUSTOM BANNER COLOR (NO IMAGE): 
If you would rather display a color instead of a banner image, change the "background: url" portion to point to "" and set the background color (#006633) to whatever color you wish to display.
NOTE: You can use either hexadecimal color codes (i.e. - #006633, #063) or HTML color names (i.e. - "black"). */ 
#usgscolorband { 
	background: #416ab1 url(http://www.usgs.gov/images/headers/hazards.jpg) 178px 0px no-repeat; 
} 
/* ================SITE TITLE===================*/ 
/* TO DISPLAY A CUSTOM SITE TITLE BAR: 
The #usgstitle class is specific to the colored site title bar that lies beneath the USGS identifier. To change the color of this bar, set the "background-color" attribute below to the color you wish to display and change the "color" attribute to set the text color.
NOTE: You can use either hexadecimal color codes (i.e. - #000000) or HTML color names (i.e. - "black"). */ 
#usgstitle { 
    background-color: #416ab1; 
    color: #ffffff; 
} 
/* =============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%;". */
body {
	font-size: small;
}
th, td {
	font-size: small;
}

.bg-lightbeige {
	background-color: #CDCDB4;
}
.ajaxload {
	text-align: center;
	background-color: #FFFFFF;
	height: 100px;
	border: 1px solid #999999;
	margin: 0px;
	padding: 3px;
}

.img-border {
	border: 1px solid #000000;
}
/* CSS for the top leven navigation bar for major areas of the site. */
#topnav {
	background-color: #CCCCCC;
	padding-top: 1px;
	margin-bottom: 8px;
}
#topnav a:link, #topnav a:visited {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
	display:inline;
	background-color:#ffbd00;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 3px 4px;
}
#topnav a:hover {
	background-color:#FFE79B;
}
/* end CSS for top nav */
#main_title {
	display: none;
}
#title_text {
	margin-top: 20px;
}
#title_text #t1 {
	width: 225px;
}


#title_text #t2 {
	background-image: url(/newsroom/images/title_text_grad_gray.gif);
	background-repeat: repeat-x;
}
#title_text #t3 {
	background-image: url(/newsroom/images/title_curve.gif);
	background-repeat: no-repeat;
	width: 30px;
}
#title_text #t4 {
	background-image: url(/newsroom/images/title_grad_gray.gif);
	background-repeat: repeat-x;
	width: 300px;
	height: 26px;
}
#title_text #t5 {
	background-image: url(/newsroom/images/search_corner.gif);
	background-repeat: no-repeat;
	width: 9px;
	height: 26px;
}

#search {
	margin: 0px;
}
#title_links {
	margin-top: 25px;
	padding-left: 10px;
	text-align: right;
}
#title_links a:link, #title_links a:visited {
	color: #000000;
	font-weight: bold;
	font-size: small;
	text-decoration: none;
}
#title_links a:hover {
	color: #FF6600;
	font-weight: bold;
	font-size: small;
	text-decoration: underline;
}
#title_links a:active {
	color: #000000;
	font-weight: bold;
	font-size: small;
	text-decoration: none;
}
#search_form {
	margin: 0px;
}

#searchfield {
	font-size: small;
	margin-top: 2px;
}
#search #search {
	font-size: small;
	font-weight: bold;
}
#search_results {
	z-index: 2;
	padding: 3px;
	width: 307px;
	position: absolute;
	margin-top: 0px;
}

#search_results_listing {
	height: 350px;
	border: 1px solid #666666;
	background-color: #E6EEF7;
	overflow: auto;
	padding-bottom: 8px;
}
.search_result_item {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

.search_actions {
	float: left;
	height: 90px;
	padding-right: 2px;
}
.search_content {
	height: 90px;
	padding-left: 2px;
}


.search_results_titles {
	color: #000000;
	font-weight: bold;
}
.search_results_titles:link, .search_results_titles:visited {
	color: #000000;
	text-decoration: none;
}
.search_results_titles:hover {
	color: #FF6600;
	text-decoration: underline;
}
.search_results_titles:active {
	color: #000000;
	text-decoration: none;
}


/* Navigation Menu System */
.sdmenu {
	width: 150px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: #eee url(/newsroom/shell/nav/bottom.gif) no-repeat  right bottom;
	color: #FFF;
	margin-top: 10px;
}

.sdmenu .title, .sdmenu .titlehidden{
    display: block;
    padding: 5px 0;
    font-weight: bold;
    color: white;
    background: #FFF url(/newsroom/shell/nav/title.gif) repeat-x;
	cursor: hand;
}

.sdmenu .title {
    border-bottom: 1px solid #DDD;
}

.sdmenu .arrow {
		margin-left: 10px;
    margin-right: 7px;
}

.sdmenu .titlehidden {
    border-bottom: none;
}

.sdmenu #top {
    background: url(/newsroom/shell/nav/toptitle.gif) no-repeat;
}

.sdmenu .submenu {
    overflow: hidden;
}

.sdmenu .submenu a {
	background: #EEE;
	display: block;
	border-bottom: 1px solid #DDD;
	color: #000000;
	text-decoration: none;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.sdmenu .submenu a:hover {
    background : #999999 url(/newsroom/shell/nav/linkarrow.gif) no-repeat right center;
    color: #FFFFFF;
}
/* End Navigation Menu System */
#newsroom_content {
	margin-top: 10px;
}
h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	background-color: #B0B8C4;
	padding-left: 3px;
}
#rss_info {
	padding: 3px;
	float: right;
	width: 220px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 2px;
	border: 1px solid #999999;
	position: relative;
}
.nw a {
	font-size: x-small;
	color: #999999;
}

.bio_card {
	padding: 3px;
	min-height: 150px;
	height: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.bio_card_single {
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.bio_card img, .bio_card_single img {
	margin-right: 5px;
	border: 1px solid #999999;
}

.bio_card .name, .bio_card_single .name {
	font-weight: bold;
	font-size: medium;
	color: #5B2E00;
}
.bio_card .title, .bio_card_single .title {
	font-weight: bold;
}


#calendar .event {
	margin-top: 10px;
}

#calendar .monthtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	background-color: #EFECE9;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	padding: 3px;
	margin-top: 10px;
}
#calendar .title {
	font-weight: bold;
}
.multimedia_section {
	margin-left: 8px;
	margin-right: 8px;
	background-color: #F7F5EE;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 9px;
}
#multimedia .multimedia_section .header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	padding: 3px;
	display: block;
	background-color: #DFD8BD;
	margin-top: 0px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
}
#main_article_text img {
	border: 1px solid #000000;
}
.podcasttemplate {
	border: 1px solid #CCCCCC;
	width: 250px;
}
.podcastheader {
	font-size: medium;
	font-weight: bold;
	color: #000000;
	background-color: #BDD9C7;
	padding: 3px;
}
.podcastcontent {
	padding-bottom: 8px;
}
.podcastcontent img {
	margin: 2px;
}

#main_article_text .podcastcontent img {
	border: none;
}
.tag-plain {
	font-size: 0.9em;
	margin-right: 8px;
}
.tag-plain:hover {
	text-decoration: underline;
	background-color: #FFCCCC;
	border: 1px solid #FF6666;
	color: #000000;
}#taglist {
	border: 1px solid #CCCCCC;
	text-align: center;
	width:100%;
}
#taglist #tagtitle {
	text-align: left;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-weight: bold;
	background-color: #DDDDD2;
	margin-bottom: 5px;
}#partnerlogos {
	display: block;
	border: 1px solid #CCCCCC;
	padding-bottom: 3px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	margin-right: 200px;
}
#partnerlogos .titlebar {
	padding: 3px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #F3F3F3;
}
#partnerlogos .logos {
	padding-right: 3px;
	padding-left: 3px;
}
#info_state {
	display: block;
	float: right;
	width: 255px;
	border: 1px solid #CCCCCC;
}
#info_state #state_image {
	text-align: center;
	display: block;
}
#info_state .state_name {
	font-weight: bold;
	background-color: #D7E3D8;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
}
#info_state .state_resources {
	padding: 3px;
	margin-bottom: 14px;
}
.local_icon {
	margin-right: 5px;
	margin-left: 5px;
}
.more_info_content {
	left: -4000px;
	font-size: 0.85em;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin: 3px;
}
#news-sidebox {
	float: right;
}

#ta_parent {
	display: block;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 12px;
	margin-left: 2px;
	width: 300px;
	border: 1px solid #CCCCCC;
}
#ta_sectiontitle {
	font-size: small;
	font-weight: bold;
	color: #000000;
	display: block;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #C7DBF3;
	margin: 0px;
}
#ta_sectionlist {
	padding: 2px;
}
.ta_title {
	font-weight: bold;
	font-size: small;
}
.nat-release {
	font-size: x-small;
	font-weight: bold;
	color: #00CC00;
}
.loc-release {
	font-size: x-small;
	font-weight: bold;
	color: #FF6600;
}
.tech-release {
	font-size: x-small;
	font-weight: bold;
	color: #6666FF;
}
#loc_parent {
	display: block;
	width: 300px;
	border: 1px solid #CCCCCC;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 12px;
	margin-left: 2px;
}
#loc_sectiontitle {
	font-size: small;
	font-weight: bold;
	color: #000000;
	display: block;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #D2E2C5;
	margin: 0px;
}
#loc_sectionlist {
	padding: 2px;
}
.loc_title {
	font-weight: bold;
	font-size: small;
}
#employeenews_parent {
	display: block;
	width: 300px;
	border: 1px solid #CCCCCC;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 12px;
	margin-left: 2px;
}
#employeenews_sectiontitle {
	font-size: small;
	font-weight: bold;
	color: #000000;
	display: block;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #ececec;
	margin: 0px;
}
#employeenews_sectionlist {
	padding: 2px;
}
.employeenews_title {
	font-weight: bold;
	font-size: small;
}
.coverage {
	font-size: x-small;
	margin-left: 12px;
}
/*Added to fix an AddThis issue with a large gap appearing from the AddThis coding*/
.atclear {visibility:hidden; display:none;}

#rss-maintable tr .el-highlighted {
	width: 20%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #90BF83;
	background-color: #A9E099;
	-webkit-box-shadow: #B3B3B3 5px 5px 5px;
	-moz-box-shadow: #B3B3B3 5px 5px 5px;
	box-shadow: #B3B3B3 5px 5px 5px;
	padding: 14px;
}

#rss-maintable tr .el-standard {
	width: 20%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border:1px solid #A1A1A1;
	background-color:#D1D1D1;
	-webkit-box-shadow: #B3B3B3 5px 5px 5px;
	-moz-box-shadow: #B3B3B3 5px 5px 5px; 
	box-shadow: #B3B3B3 5px 5px 5px;
	padding: 14px;
}

#rss-maintable tr td .el-category {
	font-size: medium;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#rss-maintable .el-descriptions {
	font-size: x-small;
}
#rss-maintable .el-options img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 5px;
	margin-left: 5px;
}
#rss-maintable .el-options img {
	height: 48px;
	width: 48px;
}

.rss-additional {
	clear: both;
}
.rss-additional .el-category {
	width: 300px;
	display: block;
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	height: 60px;
	padding-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #ececec;
	font-weight: bold;
}

.rss-additional .el-descriptions {
	font-size: x-small;
	font-weight: normal;
}

.rss-additional .el-options {
	display: block;
	width: 200px;
	float: left;
	height: 60px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #ececec;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

.rss-additional .el-options img {
	height: 32px;
	width: 32px;
	margin: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sharing {
	margin: 5px;
}
#newsroom_content #main_article_text {

}

