/* NAVIGATION  COLORS:
#567C2E;  darkgreen; 
#3e5b97;   darkblue 
#D94A00;  darkorange 
#ff9900;   orange 
#6699cc;    blue 
#7EA456;  green 
*/


body{
	margin:0;
	font-family: calibri,trebuchet ms,arial,helvetica,sans-serif;
	font-size:90%;
	background-color: #999999;
	}
p,a,li,form{
	font-family:Verdana,sans-serif;
	font-size:0.85em;
	line-height: 1.8em;
	}
p{
	margin-top:1.8em;
	margin-bottom: 1.8em;
	}
a{
	font-size:0.95em;
	color:#615743;		/*medium color*/
	color:#133170;
	text-decoration:none;
	border-bottom: 1px dotted #133170;		/*medium color*/
}
a:visited{
	color:#968a73;		/*second border*/
	color:#3E5B97;
}
a:hover{
	color:#000000;
	text-decoration:none;
	border-bottom: 1px solid #000000;
}
a.noborder{
	border-bottom: 0px none #ffffff;
}
a.noborder:hover{
	border-bottom: 0px none #ffffff;
}
.smallText{
	display:block;
	font-size:100%;
	line-height:100%;
	margin-top:1em;
	margin-bottom: 1em;
}
.italicText{
	font-style:italic;
}
/* ***************** BODY WRAPPER *************** */	

#bodywrapper{
	width: 900px;
	background-color: #FFFFFF;
	margin: 30px auto 3px auto;
}

/* ***************** HEADER *************** */
div#headerBar{
	height:235px; /* 230px; */
	width:900px;
	margin:0px;
	background-color: #ffffff;
	}
div#title{
	height: 55px; 
	width:525px;
	margin:0;
	margin-top:-70px;
	margin-bottom:15px;
	margin-left:10px;
	background-image:url('../images/title_trans2_525x55.png');
	background-repeat:no-repeat;
	position:relative;
	z-index:200;
	}
	
a.a_head{
	display:block;
	width:100%;
	height:100%;
	border-style:none;
	text-decoration:none;
	}
#headerBar #title h2, #headerBar #title h4{
	color: #666666;
	font-family: calibri,trebuchet ms,arial,helvetica,sans-serif;
	margin:0 5px;
	}

#headerBar #theImage{
	height:150px;
	overflow:hidden;
}
#headerBar #theImage img{
	position:relative;
	top:0;
	width:870px;
	margin:15px 15px 5px 15px;
	height:140px;
	}


/* ***************** MAIN NAVIGATION (SUCKERFISH) *************** */
#navWrapper {
	position: relative;
	top: 2px;
	width:870px;
	margin:0 15px;
	padding: 0;
	height: 75px;
	border-bottom: 1px solid #cccccc;
	}
	
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	text-decoration: none;
	text-align:center;
	z-index:2;
}


#nav li { /*float the main list items*/
	margin: 0;
	float: left;
	display: block;
	height:26px;
	z-index:2;
	width: 90px; /* width needed or else Opera goes nuts */
	border-bottom:2px solid white;
}
#nav li a{
	font-family: calibri,trebuchet ms,arial,helvetica,sans-serif;
	font-size:12pt;
	line-height:18pt;
	letter-spacing:1px;
	color:#ffffff;
}
li#main_tab{
	background-color: #567C2E; /*darkgreen;   */
	width: 280px;
	margin-right:15px;
	text-align:center;
}
li#design_tab{
	background-color: #3e5b97;  /*darkblue */
	width: 280px;
	margin-right:15px;
}
li#project_tab{
	background-color: #D94A00; /*darkorange */
	width: 280px;
}
li#project_tab.off{
	background: #ff9900;  /*orange*/
}
li#design_tab.off{
	background: #6699cc;   /*blue*/
}
li#main_tab.off{
	background: #7EA456;   /*green*/
}

li#project_tab.off,
li#design_tab.off,
li#main_tab.off,
li#project_tab,
li#design_tab,
li#main_tab  {
	border-bottom:2px solid white;
}

li#project_tab ul li.notloggedin{
	font-family: calibri,trebuchet ms,arial,helvetica,sans-serif;
	font-size:10pt;
	letter-spacing:1px;
	color:#ffffff;
	width:750px;
	padding:0 10px;
	border-right-style:none;
}


#nav li ul {
	display: none;
}
#nav li ul { /* second-level lists */
	position: absolute;
	width: 870px;
	height:43px; /* 37px; */
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border:2px solid white;
	border-style: solid none;
}
#nav li.on ul, 
#nav li.off ul {
	margin: 0;
	padding: 0;
	z-index:2;
	}

#nav li:hover ul, #nav li.sfhover ul, #nav li.on ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li.off ul, #nav li.on ul { /*put the subnav below*/
	position: absolute;
	top: 28px;
	left: 0;
}

#nav li ul{
	width: 870px;
	/*height:38px;*/
}
li#main_tab ul{
	background: #7EA456;  /*green*/
	border-top:2px solid #567C2E; /*darkgreen;   */
}
li#design_tab ul{
	background: #6699cc;  /*blue*/
	border-top:2px solid #3e5b97;  /*darkblue */
}
li#project_tab ul{
	background: #ff9900;  /*orange*/
	border-top:2px solid #D94A00; /*darkorange */
}

li#main_tab ul,
li#design_tab ul,
li#project_tab ul{
	border-top:1px solid white;
}

#nav li ul li{
	margin:0;
	width: 94px;
	height:43px; /* 38px; */
	border-right:2px solid #ffffff;
}


#nav li ul li a{
	font-family: calibri,trebuchet ms,arial,helvetica,sans-serif;
	font-size:10pt;
	line-height:10pt;
	letter-spacing:0;
	color:#ffffff;
	border:2px solid white;
	border-style:none solid;
	margin:0;
	width: 94px;
	height:40px; /* 35px; */
	padding-top:3px;
	vertical-align:middle;
	border-style:none;
}

li#main_tab ul li a:hover,
li#main_tab ul li.on a {
	background: #567C2E; /*darkgreen;   */

}
li#design_tab ul li a:hover,
li#design_tab ul li.on a {
	background: #3e5b97;  /*darkblue */

}
li#project_tab ul li a:hover,
li#project_tab ul li.on a {
	background: #D94A00; /*darkorange */

}

#nav li.off ul li, #nav li.on ul li { 

}
#nav li a {
	display: block;
}
#nav li.on a {

	}
#nav li.on ul a, #nav li.off ul a {
	float: left; /*ie doesn't inherit the float*/
}
#nav li.on ul {
	display: block;
}
#nav li.off:hover ul, #nav li.over ul { 
  display: block;
  z-index: 6000;
}
#nav li.off a:hover, 
#nav li:hover a,
#nav li.over a {

}
#nav li.off ul a:hover,
#nav li.on ul a:hover,
#nav li.over ul a:hover{

}


/* *********** SIDEBAR ON RIGHT ********* */
div#staticWrapper_main,
div#staticWrapper_project,
div#staticWrapper_design{
	padding: 0;
	width: 250px;
	float:right;
	margin-top:10px;
	z-index:2;
	}
div#staticWrapper_design{
	}
div#staticWrapper_project{
	}	
	
div#staticBar{
	width: 240px;
	padding:0 10px 0 0;
	margin:0;
	text-align:left;
	overflow:hidden;
	font-family: calibri,trebuchet ms,arial,helvetica,sans-serif;
	}
div#staticBar p,
div#staticBar ul,
div#staticBar{
	color:#666666;
	}

#staticBar h3{
	text-align:left;
	}
#sidebarUL{
	font-weight:normal;
	font-family: calibri,trebuchet ms,arial,helvetica,sans-serif;
	font-size:90%;
	}
#sidebarUL li{
	margin-left:-10px;
	margin-bottom:5px;
	}
#sidebarUL li a{
	line-height:0.9em;
	}
div#staticBar img{
	width:175px;
	border-style:none;
	}

/* ***************** DOWNLOAD BUTTONS *************** */
.button_sprite{
	display:block;
	background-image:url('../images/sprites_download.png');
	height:72px;
	width:200px;
	margin:10px 2px;
	text-decoration:none;
	border:0;
}
#download_usgs{
	background-position: 0px 0px;
}
#download_usgs:hover{
	background-position: -200px 0px ;
}
#download_cbi{
	background-position: 0px -74px;
}
#download_cbi:hover{
	background-position: -200px -74px;
}
#download_data{
	background-position: 0px -148px;
}
#download_data:hover{
	background-position: -200px -148px;
}

/* ***************** FOOTER *************** */
div#footerBar,
#footerBar_design,
#footerBar_project{
	display:block;
	font-family: trebuchet ms,arial,helvetica,sans-serif;
	font-size:80%;
	color: #ffffff;
	width:100%;
	text-align:center;
	margin:0;
	padding:0;
	}
img#footerLogo{
/*	position: relative;
	top:2px;
	left:-5px;
	border-style:none;*/
	}
#footerBar a,
#footerBar_design a,
#footerBar_project a{
	color: #ffffff;
	border-style:none;
	text-decoration:none;
	}

/* *********** MAIN BODY ********* */

div#mainBody{
	width:600px;
	margin:15px 15px 0px 15px;
	padding-top:5px;
	}
.fullPage{
	width:800px !important;
}
h3.pageTitle{
	color: #575743; /* #615743;*/	
	color: #121212;	
	font-weight:bold;
	}
#mainBody p, #mainBody h1, #mainBody h2, #mainBody h3, #mainBody h4,
#mainBody h5, #mainBody h6, #mainBody ol, #mainBody ul{
	margin-left:15px;
	margin-right:10px;
	}
#mainBody ol li{
	margin-bottom: 20px;
	}
/* *********** IMAGEs ********* */

div#mainImage{
	text-align:center;
	padding: 2px;
	margin: 5px;
	margin-right:1.25em;
	width:300px;
	float:left;
	}
#mainImage img{
	width: 300px;
	}
div#thumbnail,
div.thumbnail{
	/*border: 1px solid #999999;*/
	text-align:center;
	padding: 6px 3px 0 3px;
	margin: 5px;
	width:154px;
	float:left;
	}
#thumbnail a,
.thumbnail a{
	border-style:none;
	}
#thumbnail img,
.thumbnail img{
	width:150px;
	border-style:none;
	margin:0;
	}
div.wBorder{
	border: 1px solid #999999;
	}

span.caption{
	font-size:0.8em;
	color:#999999;
	}


	
/******************   FAQs:  ******************/
hr{
	border:1px solid  #968a73;			/*second border*/
	border:1px solid #133170;
	border:1px solid #121212;
	border-style: none none solid none;
	margin-bottom: 2em;
	margin-top:8px;
	margin-left:20px;
	}
.question {
	font-size:0.9em;
	line-height:1.8em;
	font-weight:bold;
	color: #575743;			/*  #615743;	 medium color*/
	color:#121212;
	background-color: white;
	border-bottom: 1px solid white;
	cursor: pointer;
	cursor: hand;
	padding: 0 12px 4px 0;
	margin-top: 25px;
	margin-left:20px;
	}
.question:hover{
	text-decoration: underline;

	}
.answer{
	display: none;
	border: 1px solid #aea28c;			/*second color*/
	padding: 3px 10px;
	margin-left:20px;
	}

.all{
	color: #575743;				/*medium color*/
	color:#121212;
	display: block;
	float: right;
	font-size: 11pt;
	margin-left:20px;

	}
.qAll {
	color: #575743;
	color:#121212;
	font-size: 0.8em;
	margin-bottom: 0px;
	line-height:1em;
}
/******************   GET INVOLVED FORM:  ******************/
#toggler0,#toggler1{
	z-index:10;
	margin:0;padding:0;
}
#toggler0 a,#toggler1 a{
	padding:8px 15px 3px 15px;
	margin-bottom:0px;
	border:1px solid silver;
	border-bottom:1px solid white;
	
	font-weight:bold;
	z-index:10;
}
.toggleOff a{
	background-color:silver;
	color:#787878;
	border-bottom:1px solid silver !important;
}
.toggleOn a{
	background-color:white !important;
	color:#333333;
	border-bottom:1px solid white !important;
}
#toggler0 a:hover,#toggler1 a:hover{
	color:#000000;
}
#formDiv0,#formDiv1{
	border:1px solid silver;
	width:700px;
	margin:0;
	padding:0 0 2in 0;
	z-index:1;
}

table#getInvolved td,
table#teamLogin td{
	text-align: left;
	vertical-align:top;
	font-family:Verdana,sans-serif;
	font-size:0.85em;
	line-height: 1.8em;
	}
table#teamLogin td{
	text-align: right;
	}
table#getInvolved td.right{
	width: 10em;
	text-align: right;
	}

table#getInvolved .long{
	width: 30em;
	}
table#getInvolved .med{
	width: 15em;
	}
table#getInvolved .short{
	width: 5em;
	}

/* *********** DATA PORTAL TEMPLATE  ********* */	
table.findtable{
	font-family: calibri, trebuchet ms,arial,helvetica,sans-serif;
	font-size: 11pt;
	color:#333333;
	line-height:1.2em;
	width: 590px;
	margin-left:30px;
	border-bottom:2px solid #666666;
	padding:5px 0;
}
.findtable td{
	padding:2px;
}
/************************ TOOLBOX  ***  FIND DATA LOGIN ************************/
div#toolbox{
	display:block;
	position: absolute;
	left:600px;
	top:0;
	width:250px;
	height:30px;
	text-align:right;
	color:#615743;
	font-size:90%;
}
div#loginbox{
	float:right;
	margin:5px 20px;
	color:#567C2E;
	font-size:90%;
}

#loginbox a{
	color:#567C2E;
	padding: 1px 2px;
	text-decoration:none;
	border: 1px solid #ffffff;
	border-bottom: 1px dotted #D2C895;
}
#loginbox a:hover{
	color:#3C6214;
	cursor:pointer; cursor:hand;
	background-color: #B0D688;
	border: 1px solid #7EA456;
}

/* *********** PROJECT TEAM TEMPLATES  ********* */	
#staticWrapper_project form.teamform,
form.teamform{
	margin:0;
}

#staticWrapper_project .update,
span.update{
	display:block;
	font-size:85%;
	text-align:right;
	margin: -20px 2px 0 15px;
	color:#F59610;
	float:right;
	}
span.update{
	margin-right:5px;
	}
#staticWrapper_project .update a,
.update a{
	color:#F59610;
	border:1px solid #ffffff;
	padding:2px;
	cursor:pointer;
	}

#staticWrapper_project .update a:hover,
.update a:hover{
	background-color:#D94A00;
	color:#FFFFFF;
	border:1px solid #D94A00;
	}


#staticWrapper_main #logout a,
#staticWrapper_design #logout a,
#staticWrapper_project #logout a{
	background-color:#ffffff;
	color:#F59610;
	margin-right:-10px;
	border-style:none;
	border-bottom: 1px dotted #F59610;  /*orange*/
	}
#staticWrapper_main #logout a:hover,
#staticWrapper_design #logout a:hover,
#staticWrapper_project #logout a:hover{
	background-color:#ffffff;
	color:#BB2C00;
	margin-right:-10px;
	border-style:none;
	border-bottom: 1px solid #BB2C00; 
	}	
span.lastupdated{
	font-size:0.8em;
	color:#666666;
	display:block;
	text-align:right;
	}	

	
	
.commenttable{
	font-family: calibri, trebuchet ms,arial,helvetica,sans-serif;
	font-size:90%;
	color:#333333;
	line-height:1.2em;
	width: 590px;
	margin-left:20px;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #cccccc;
	padding:7px 3px;
	}
.even{
	background-color:#eeeeee;
}
.odd{
	background-color:#dddddd;
}
.commentby{
	text-align:right;
	}
	
.doctable{
	font-family: calibri, trebuchet ms,arial,helvetica,sans-serif;
	font-size:90%;
	color:#333333;
	line-height:1.2em;
	width: 590px;
	margin-left:20px;
	margin-bottom:10px;
	border-bottom:1px solid #cccccc;
	padding:5px 0;
}

/************************** TECH UPDATES  *************************************/

div#tech_update{
	width: 230px;
	height:190px;
	overflow:auto;
	margin-top:50px;
	border:1px solid #D6DEF5;
	font-family: calibri, trebuchet ms,arial,helvetica,sans-serif;
	font-size:90%;
	color:#333333;
	line-height:1.2em;
	}
#tech_update h3{
	background-color:#E6EEFD;
	border-bottom:1px solid #D6DEF5;
	padding:3px;
	margin:0 0 1em 0;
	}
#tech_update p{
	line-height:1.3em;
	margin: 10px 5px;
	}


span.report{
	display:block;
	position:relative;
	top:-20px;
	left:0;
	width:900px;
	font-size:80%;
	color:#ffffff;
	text-align:right;
	margin-bottom:-20px;
	}

.report a{
	color:#efefef;
	padding:1px 3px;
	border-bottom-style:none;
	}

.report a:hover{
	color:#111;
	background-color:#efefef;

	}	
	
/*****************  MAIN INDEX PAGE  ********************/

.mainIndex-table{
	margin: 15px;
	border-style:none;
	border-collapse:separate;
	border-spacing:5px;
}
.mainIndex-table td{
	font-family: Verdana,sans-serif;
	font-size: 0.85em;
	line-height: 1.8em;
}
.mainIndex-table td{
	padding:15px 10px;
}
td.tdthumbnails{
	width:180px;
	padding:0;
	margin:5px;
	vertical-align:middle;
}
.tdthumbnails a{
	display:block;
	width:180px; height:125px;
	margin: auto;
	text-decoration:none;
	border:1px solid #cccccc;
}
a#main_thumb1{
	background-image:url('../images/icons/thumbnail_1.jpg');
	background-repeat:no-repeat;
}
a#main_thumb2{
	background-image:url('../images/icons/thumbnail_2.jpg');
	background-repeat:no-repeat;
}
a#main_thumb3{
	background-image:url('../images/icons/thumbnail_3.jpg');
	background-repeat:no-repeat;
}
a#main_thumb1:hover,
a#main_thumb2:hover,
a#main_thumb3:hover{
	border:1px solid #666666;
}

/************************  ANNOUNCEMENTS *************************************/
.announcments h3,
.announcments-prj h3{
	text-align:center;
	letter-spacing:1px;
	font-variant:small-caps;
	margin:5px 0;
	width:228px;
	background-color:#3e5b97;
	color:#ffffff;
}
.announcments-prj h3{
	background-color:#D94A00;
	color:#fff;text-align:center;
}
.announcments-prj p{
	font-size:10px;
	margin:5px 2px;
	line-height:15px;
	
}
.announcement-div{
	background-image:url('../images/fade.jpg');
	background-repeat:repeat-X;
	margin:5px 0;
	padding:0;
	width:228px;
	border:1px solid #d4d4d4;
}
.announcement-div-large{
	background-image:url('../images/fade.jpg');
	background-repeat:repeat-X;
	margin:5px 15px;
	padding:0;
	width:800px;
	border:1px solid #d4d4d4;
}
.announcement-div-large p,
.announcement-div p{
	padding:0;
	margin-top:1px;
	line-height:1.5em;
}
.announcement-div img{
	width:30px !important;
	height:30px !important;;
}
.announcement-div-more{
	text-align:right;
	margin:5px 0;
	width:228px;
	font-size:8pt;
}
.announcement-div-more a {
	margin: 2px 5px;
}

