/* ============================================================= */
/* Main style sheet for prototype site.                               */
/* ============================================================= */

/* ========= Colors =============================================*/
/* Green:       #336600                                          */
/* Light Green: #89BB25                                          */
/* Dark Green:  #1F4A03                                          */
/* Brown:       #A6A68B                                          */
/* Light Brown: #D4D4BF                                          */
/* Dark Brown:  #5E5E45                                          */
/* Very light gray:  #EEEEEE                                     */
/* Medium gray:      #333333   body text                         */
/* Dark gray:        #666666   ToC verticals                     */
/* Medium grayish:   #94948B   ToC horizontals                   */
/* ==============================================================*/

body { 
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF; 
	color: #333333;
	padding: 0;
	margin: 0;
	text-align: center;  /* Needed for IE6/Win */
	}

/* For Netscape 4. */
p, td, ul, ol, li, dl, dt, dd {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	}
	
h1 {
	font-size: 1.3em;
	}
	
h2 {
	font-size: 1.2em;
	padding-top: 2em;
	}
	
h3 {
	font-size: 1.1em;
	padding-top: 1.5em;
/*
	border: 1px solid blue;
*/
	}
	
h1.lined {
	border-bottom: 1px solid #666666;
	}

h2.lined {
	border-bottom: 1px solid #666666;
	}

h2.grp, h3.grp {
	padding-bottom: 0;
	}

h2.top {
	margin-top: 0;
	padding-top: 0;
	}
	
h2.compact, h3.compact {
	margin-top: 1em;
	padding-top: 0;
	}
	
h2.med, h3.med {
	margin-top: 1.5em;
	padding-top: 0;
	}
	
.tight {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	}

.inl {
	display: inline;
	}
	
.caution {
	color: red;
	}

.warning {
	color: #990000;
	font-weight: bold;
	}
	
.acronym {
	font-weight: bold;
	}


/* -------------------------------------- */

#container {
    position: relative;
	margin:0 auto;
	width: 770px;
	text-align:left;
	}

/* -------------------------------------- */


/* ------------- Access key ------------ */
/* Key will only display in non-CSS browsers (mostly screen readers */
/* and PDAs) which can most use skip navigation. */
.hide {
	display: none;
	}
/* ---------------------------------------- */


/* ------------- Images ------------ */
img {
	border: none;
}

img.sectionHeader {
	margin: 0;
	padding: 0;
}

/* Images are placed in a DIV to allow easy alignment. */
/* NB: Need to change occurrences of this to imageCenter. */
div.image {
	text-align: center;
}

/* Images are placed in a DIV to allow easy alignment. */
div.imageCenter {
	text-align: center;
}
/* ---------------------------------------- */


/* ============ Navigation ========== */
#menuBar {
	padding-top: 119px;
	padding-bottom: 0;
	}

/* ------------- Main Menu -------------- */
#menu {
	margin: 0;
	padding: 0;
	clear: none;
	text-align: left;
	font-size: 11px;
	}
	
#menu h5 {
	display: none;
	}
	
#menu ul {
	padding: 0; 
	margin: 0; 
	}

#menu ul li {
	list-style: none;
	margin: 0; 
	display: inline; 
	}

#menu ul li a {
	padding: 11px 0.8em 7px; 
	margin-left: 3px; 
	text-decoration: none;
	}

#menu a:link {
	color: #FFFFFF;
	padding: 11px 0.8em 7px; 
	}
	
#menu a:visited {
	color: #FFFFFF;
	padding: 11px 0.8em 7px; 
	}

#menu a:hover {
	color: #FFFFFF;
	padding: 11px 0.8em 7px; 
	background-image: url(../i/menu_sel.gif);
	background-position:0 0;
	}

#menu a:active {
	}	

#menu a:visited#currSect {
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../i/menu_sel.gif);
	}

/* ------------- Search -------------- */

#search {
	float: right;
	padding: 0; 
	margin: 0; 
	margin-top: -25px;
	margin-right: 12px;
/* 	border: 1px solid red; */
	}
	
form#searchField {
	display: inline;
	}
	
#buttonSearch {
	margin-left: 3px;
	margin-top: 10px;
	vertical-align: -3px;
	}

/* ------------- end Search -------------- */

/* ------------- SubMenu -------------- */
.submenu {
	float: right;
	margin: 0;
	padding: 0;
	margin-top: 11px;
	margin-right: 12px;
	text-align: right;
	font-size: 11px;
	color: #5E5E45;
/* 	border: 1px solid blue; */
	}
	
.submenu h5 {
	display: none;
	}
	
.submenu ul {
/* 	padding: 15px;  */
	padding: 0;
	margin: 0; 
	}

.submenu ul li {
	list-style: none;
	margin: 0; 
	display: inline; 
	}

.submenu ul li a {
	padding: 0; 
	margin-left: 3px; 
	text-decoration: underline; /* NB: Not specified in specs, but in Photoshop file. */
	}

.submenu a:link {
	color: #5E5E45;
	}
	
.submenu a:visited {
	color: #5E5E45;
	}

.submenu a:hover {
	color: #5E5E45;
	}

.submenu a:active {
	color: #5E5E45;
	}	
/* ------------- end SubMenu -------------- */

/* ================ end Navigation ================ */


/* -------- Main page elements ---------------- */

#banner {
	margin: 0;
	padding: 0;
 	background-image: url(../i/banner_pgn.gif); 
 	background-repeat: no-repeat; 
 	background-position: top;
	background-color: white;
	border-bottom:  1px solid #D4D4BF;	
	height: 139px;   /* NB: For original height banner.*/
	}

#banner h1 {
	margin: 0;
	}
	
/* This background image is selected in header.php. */
/* NB: These elements should be renamed Header____ to differentiate from actual banner elements. */
#bannerOverview {
	background-repeat: no-repeat;
	height: 80px;
	margin: 0;
	padding: 0;
	}

#bannerOverview p {
	color: #FFFFFF;
	text-align: right;
	font-weight: bold;
	font-size: 18px;
	margin: 0;
	padding: 15px 1em 0;
	}

#bannerOverview p#motto {
	font-size: 13px;
	font-weight: normal;
	padding-top: 5px;
	}

#bannerNormal {
	background-image: url(../i/section_title.gif);
	background-repeat: no-repeat;
	height: 24px;
	margin: 0;
	padding: 0 0 20px;
/* 	padding: 0; */
/* 	border: 1px solid blue; */
	}

#bannerNormal p {
	color: #000000;
	text-align: right;
	font-weight: bold;
	font-size: 13px;
	margin: 0 8px;
	padding: 3px 1em 0;
/* 	border: 1px solid red; */
	}

/* For site map and page not found. */
#bannerNormal.full {
	padding: 0 0 10px;
	}

#titleOverview {
	background-image: url(../i/section_over.gif);
	height: 28px;
	margin: 0;
	}
	
/* NB: Unused? */
#titleSection {
	background-image: url(../i/section_title.gif);
	height: 24px;
	margin: 0;
	}

#titleSection p {
	text-align: right;
	font-weight: bold;
	margin: 0;
	padding: 5px 1em 0;
	}

/* ---------------------------------------- */


/* ---------------------------------------- */
#footer {
	text-align: right;
	border-top: 1px solid #D4D4BF;
	}

#footer ul {
	margin: 0;
	padding: 0 0 1em;
	}

#footer p {
	margin: 0;
	padding: 0 0 0.2em;
	font-size: 0.9em;
	}

#copyright {
	color: #5E5E45;
	font-size: 0.9em;
}
/* ---------------------------------------- */


/* ============ Home page content ========== */

.paraHeader {
	font-weight: bold;
	
	}
	
#news p.paraHeader 	{margin:0;
	padding:0;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	}
	
#news p.paraHeader1 	{margin:0;
	padding:0;
	margin-top:10px;
	margin-left:10px;
	}	

#feature, #news, #ed {
	padding: 0 0 5px;
	}

/* Emulating float left because IE6w wouldn't float properly. */
#feature {
	position: absolute;
	left: 0;
	width: 401px;
	}
	
#feature img {
	margin: 0;
	}
	
#feature p {
	margin: 5px;
	}
	
#newsandstuff {
/*
	margin: 0 1000px 0 369px;
*/
	margin-left: 400px;
	border-left:  1px solid #D4D4BF;
	}
	
#news {
	}
	
#news p {margin:0;
         padding:0;
	margin: 4px 0 7px 10px;
	}
	
#news img.illus {
	float: right;
	margin: 5px 0 5px 10px;
	border: 1px solid #5E5E45;
	}
	
#ed {
	}
	
#ed p {margin-bottom:0;
       padding-bottom:0;
	margin: 5px 0 7px 10px;
	}
	
#ed img.illus {
	float: right;
	margin: 5px 0 5px 10px;
	border: 1px solid #5E5E45;
	}
	
/* ---------------------------------------- */


/* ============ Content page content ========== */

#content {
	margin: 0;
	padding: 0;
	margin-left: 200px;
	width: auto;
	text-align: left;
	font-size: 11px;
	color: #333333;
/* 	border: 1px solid red; */
	}
	
#content.over {
	margin-top: 25px;
	}
	
#content.map {
	margin: 0;
/* 	border: 1px solid red; */
	}
	
#content a {
	color: #1F4A03;
}
	
h1 {
	font-size: 16px;
	margin: 0 0 1em;       /* Allows easier top alignment with ToC. */
	}
	
h2 {
	margin: 1.5em 0 0.1em;
	}
	
h3 {
	margin: 1.5em 0 0.1em;
	}
	
p.listhead {
	margin-bottom: 0.4em;
	}

ul {
	margin-top: 1em;
	}
	
ul li {
	list-style-image: url(../i/bullet_filled.gif);
	margin: 0 0 1em 0;
	}
	
ul.compact {
	margin-top: 0;
	padding-top: 0;
	}
	
ul.compact li {
	margin-bottom: 0.4em;
	}
	
ul.key {
	padding: 0;
	margin: 0;
	}
	
ul.key li {
	padding: 0;
	margin: 0;
	list-style: none;
/*
	margin-bottom: 0.4em;
*/
	}
	
ul.plain {
	padding: 0;
	margin: 0;
	}
	
ul.plain li {
	list-style: none;
	margin-bottom: 0.4em;
	}
	
ol li {
	margin: 0 0 1em 0;
	}
	
#content h1, h2, h3 {
	clear: right;
	}
	
#content img {
	border: 1px solid #333333;
	}
	
#content img.button {
	border: none;
}

#pipix {
	float: right;
	width: 250px;
/* 	margin: 0 0 25px; */
	}
	
h1#piname {
	margin: 0;
	}

h2#piname {
	margin: 0;
/* 	display: block; */
	}

#vitalsRow {
	}


#vitals {
	width: 300px;
 	margin: 0; 
/* 	border: 1px solid blue; */
	}

#vitalsEmer {
	margin: 0 0 40px 0;
	clear: both;
/* 	border: 1px solid blue; */
	}

#vitals ul {
	margin: 0;
	padding: 0;
/* 	width: 300px; */
/* 	border: 1px solid blue; */
	}

#vitals ul li {
	list-style: none;
	margin: 0.5em 0 0 0;
	}

#vitals ul#pos li {
	margin: 0.5em 0 0.5em 10px;
	}

#vitals p#title {
	font-size: 1.1em;
	font-weight: bold;
	}

h2#ressum {
/* 	text-align: left; */
/* 	border: 1px solid blue; */
/* 	margin-top: 20px; */
/* 	padding: 0; */
	}


#homecontent a {
	color: #1F4A03;
	font-weight: bold;
}
	
.bodypix {
	float: right;
	text-align: right;
	margin: 5px 0 10px 20px;
/* 	border: 1px solid red; */
	}
	
.bodypixL {
	float: left;
	text-align: right;
/*
	margin: 15px 0 15px 15px;
*/
	margin: 5px 20px 10px 0;
	}
	
div.bodypixC {
	text-align: center;
	margin: 5px 0 15px 15px;
	}
	
.rowpix {
	clear: both;
	margin: 20px 0 20px;   /* NB: not working on bottom */
	}

.rowpixLt {
	float: left;
	width: 152px;
	}

.rowpixMd {
	float: right;
	width: 152px;
	}

.rowpixRt {
	float: right;
	width: 152px;
	}
	
.firstTwo {
	float: left;
	width: 375px;
	}
	
#content p.caption {
	margin: 0.5em 0 0;
	font-size: 10px;
	text-align: left;
	}
	
p.quote {
	font-style: italic;
	margin-left: 3em;
	margin-right: 3em;
	}
	
p.histnav {
	text-align: right;
}

ul#glossaryIndex {
	list-style: none;
	margin-left: 0;
	padding: 0;
	}

ul#glossaryIndex li {
	list-style: none;
	display: inline;
	padding: 3px;
	margin-left: 0;
	}

div.term {
	font-weight: bold;
	margin-top: 10px;
	}
	
div.defn {
}

div.defn ol {
	margin: 0;
	padding: 0;
	padding-left: 2em;
/*
	border: 1px solid red;
*/
	}
	
div.defn ol li {
	margin: 0 0 0.4em 0;
	}
	
	
	
/* NB: For some reason these work with id=class rather than class, but this isn't correct usage, since there are several on a page. */
ul.address {
	list-style: none;
	}

ul.address li {
	margin: 0;
	list-style: none;
	}

ul.left {
	margin-left: 0;
	/*border: 1px solid red;*/
}

ul.left li {
	margin-left: -22px;
	/*border: 1px solid green;*/
}

/* ---------------------------------------- */


/* ---------- Sidebar ------------- */
#toc {
/* 	float: left; */
	position: absolute;
	left: 0;
	width: 148px;
	margin: 0;
	text-align: left;
	border-bottom: 2px solid #EEEEEE;
	}
	
#toc h5 {
	display: none;
	}

#toc ul {
	margin: 0;
	padding: 0;
	border-left: 1px solid #666666;
	}

#toc ul li {
	margin: 0;
	padding: 0;
	border-right: 1px solid #666666;   /* Putting this here fixes problem with arrow extending out in IE. */
	border-bottom: 1px solid #94948B;
	list-style: none;
	}

#toc ul li.currPage {
	width: 161px;
	border-right: none;
	border-bottom: none;
	}

#toc ul li#mainPage {
	border-top: 1px solid #94948B;
	}

#toc ul li#mainPage.currPage {
	border-top: none;
	}

#toc ul li a {
	color: #000000;
	background-color: #D4D4BF;
	text-decoration: none;
	display: block;
	padding: 6px 6px 0 6px;
	height: 20px;             /* NB: Hack: without this, last item has extra hangover for some reason. */
	}
	
#toc ul li.currPage a:link {
	color: #FFFFFF;
/* 	font-weight: bold; */   /* NB: Turned off for now. It exacerbates line wrapping on long titles. */
	background-color: #A6A68B;
	background-image: url(../i/toc_arrow.gif);
	background-repeat: no-repeat;
	}

#toc ul li.currPage a:visited {
	color: #FFFFFF;
/* 	font-weight: bold; */  /* NB: Turned off for now. It exacerbates line wrapping on long titles. */
	background-color: #A6A68B;
	background-image: url(../i/toc_arrow.gif);
	background-repeat: no-repeat;
	}

#toc a:hover {
	text-decoration: underline;
	}

#toc ul li#mainPage.currPage a {
	background-image: url(../i/toc_arrow_over.gif);
	background-repeat: no-repeat;
	}

	
/* These are modifications to the standard table of contents */
/* for the Overview pages, based on the current design rules. */

/* ********************* NB: not currently used ****************** */
#toc.over {
	margin-top: -28px;
	}
	
#toc.over a:link.currPage {
	color: #FFFFFF;
	background-color: #990033;
	font-weight: bold;
	}

#toc.over a:visited.currPage {
	color: #FFFFFF;
	background-color: #990033;
	font-weight: bold;
	}
/* ************************************** */


/* ---------------------------------------- */


/* This is for expanded submenus. */
/* NB: IEm5: normal disc lines up fine; gif shifts up. */

#toc ul.expanded {
	border: none;
	}

#toc ul.expanded li {
	list-style: url(../i/bullet_open.gif) disc outside;
	background-color: #FFFFFF;
	border-bottom: none;
	margin-left: 25px;
	width: 122px;
	padding-top: 4px;
	padding-bottom: 6px;
	}

#toc ul.expanded li.currPage {
	list-style: url(../i/bullet_solid.gif) disc outside;
	border-right: 1px solid #666666;
	}

#toc ul.expanded li a {
	background-color: #FFFFFF;
	color: #000000;
	margin: 0;
	height: auto;  /* Prevents wrapped items from running over next item. */
	}
	
#toc ul.expanded li a:link {
	background-image: none;    /* NB: Needed for IE6w not to display currPage gif. */
	background-color: #FFFFFF;
	color: #000000;
	margin: 0;
	padding: 0;
	}
	
#toc ul.expanded li a:visited {
	background-image: none;     /* NB: Needed for IE6w not to display currPage gif. */
	background-color: #FFFFFF;
	color: #000000;
	margin: 0;
	padding: 0;
	}
	
#toc ul.expanded li.currPage a {
	background-color: #FFFFFF;
	/*border-right: 1px solid #666666;*/   /* Putting this here fixes problem with arrow extending out in IE. */
	color: #000000;
}

/* This is for when Overview toc item has a subtoc. For IE6w.*/
#toc li#mainPage ul.expanded a:link {
	background-image: none;    /* NB: Needed for IE6w not to display currPage gif. */
	background-color: #FFFFFF;
	color: #000000;
	margin: 0;
	padding: 0;
	}

/* This is for when Overview toc item has a subtoc. For IE6w.*/
#toc li#mainPage ul.expanded a:visited {
	background-image: none;    /* NB: Needed for IE6w not to display currPage gif. */
	background-color: #FFFFFF;
	color: #000000;
	margin: 0;
	padding: 0;
	}

/* ---------------------------------------- */


/* -------- Search table results -------- */
table.results {
	margin-bottom: 1em;
	}

table.results td {
	padding: 2px 6px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	}
	
table.results td.bglabel {
	font-weight: bold;
	}
	
table.results td.bglabelRight {
	font-weight: bold;
	border-right: 1px solid #CCCCCC;
	}
	
table.results td.right {
	border-right: 1px solid #CCCCCC;
	}
	
/* This avoids a divider between first and last names. */
table.results td.nameLeft {
	border-left: none;
	}
	
table.results td.bottomRight {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	}
table.results td.key {
	border-bottom: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-left: 1px none #CCCCCC;
	}
	
table.results td.bottom {
	border: none;
	border-top: 1px solid #CCCCCC;
	}
	
/* Tables of important numbers at bottom of print version. */
table.results2 {
	border: none;
	margin-bottom: 3em;
	}

table.results2 td {
	padding: 0;
	padding-right: 14px;
	}
	
/* -------------------------------------- */


/* -------- General colored table -------- */
table.colorTab {
	margin-bottom: 1em;
	}

table.colorTab td {
	padding: 2px 6px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
/* 	border: none; */
	}
	
table.colorTab th {
	padding: 2px 6px;
	color: white;
	background-color: #336600;
	text-align: left;
/* 	border: none; */
	}
	
table.colorTab td.right {
	border-right: 1px solid #CCCCCC;
/* 	border: none; */
	}
	
table.colorTab td.bottomRight {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
/* 	border: none; */
	}

table.colorTab td.bottom {
	border: none;
	border-top: 1px solid #CCCCCC;
/* 	border: none; */
	}
	
/* -------------------------------------- */

/* ----------- Tables: other tweaks ---------------- */

td.labelHoriz {
	font-weight: bold;
	text-align: right;
	}

table.tableSem td {
	text-align: left;
	padding: 10px;
	}

table.tableSem td.lbl {
	width: 70px;
	}
	
table.tableSem span.dt {
	font-weight: bold;
	}
	
table.tableSem p {
	margin-top: 0;
	}
	
/* -------------------------------------- */



/* ---------------- Tools --------------- */

hr.cleaner {
	clear: both;
	padding: 0;
	margin: 0;
	visibility: hidden;
	}
	
hr.cleanerRt {
	clear: right;
	padding: 0;
	margin: 0;
	visibility: hidden;
	}
	
hr.cleanerLt {
	clear: left;
	padding: 0;
	margin: 0;
	visibility: hidden;
	}
	
/* ---------------------------------------- */

/* Species names. Should be at bottom to insure it happens. */
em.sp {
	/* NB: no style at this point, other than standard <em> */
	}
	
div.topSpace {
	margin-top: 20px;
	}

/* ------------- Library ------------------------- */

div.blockRt {
	float: right;
	width: 250px;
	margin: 0;
	}
	
div.blockLt {
	float: left;
	width: 250px;
	margin: 0;
	padding: 0;
	}	
	
div.ans {
	margin-left: 2em;
		}
	
	
/* Glossary   */
/* NB: Needed #content for border: none to work. */
#content div.ltr {
	font-weight: bold;
	font-size: 1.2em;
	margin: 2.5em 0 0.5em;
/* 	border: 1px solid red; */
	}
	
#content div.ltr img {
	float: right;
	margin: 0;
	border: none;
	}
	
.finfo {
	color: #999999;
}

.tableBox {
	padding: 4px;
	border: 1px solid #999999;
}

/* For posting dates of docs in intranet. */
.posted {
	font-style: italic;
	color: #999999;
}

h2.room {
	padding-top: 2em;
}

div.spacer {
	margin-top: 2em;
}

hr.spc {
	margin-top: 2em;
}

/* ------------- testing ------------------------- */
div.head {
	display: inline;

	width: 500px;
/*
	padding-right: 200px;
*/
/*
	border: 1px solid blue;
*/
	border-bottom: 1px solid blue;
	}
	
div.head h2 {
	display: inline;
	color: green;
	}
	
div.pdf {
	margin-right: 0;
	margin-left: auto;
/*
	margin-left: 300px;
*/
	width: 250px;
	display: inline;
	border: 1px solid blue;
/*
	border-top: 1px solid green;
*/
	text-align: right;
	}

/* ------------- end testing ------------------------- */

table.sectheader {
	margin-top: 3em;
	}
	
table.sectheader td.head {
	width: 450px;
	}	
	
table.sectheader td.pdf {
	text-align:right;
	}	
	
table.sectheader h2 {
	margin-top: 0;
	padding-top: 0;
	}	

/*---------- Publications -------------------*/
div.pubsrow {
	padding-top: 1em;
	padding-bottom: 1em;
	}
	
div#pubsearch {
	padding: 0.5em;
	padding-bottom: 0;
	background-color: #CCCCCC;
	margin-bottom: 0;
	}

div#advsearch {
	background-color: #CCCCCC;
	padding: 0.5em;
	margin-bottom: 2em;
	text-align: right;
	}
	
h2#pubsheader {
	margin-bottom: 1em;
	}

/*------------- end Publications --------------------*/

div.quote {
	margin-left: 2em;
	margin-right: 4em;
	}

.newsdate {
	color: #999999;
	}
	
.headerdate {
	font-size: 0.7em;
	font-weight: normal;
	color: #999999;
	}
	
table.headingLink {
}
