/*
<!--
	$Id: basic.css,v 1.110 2008/06/25 21:22:25 lind Exp $
-->
*/

/*This style sheet controls all of the typography and positioning *within* the main layout divs. The main layout divs have their own style sheet, layout.css.*/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	color: #333;
	background: #FFF;
	line-height: 1.2;
	font-size: 16px;
	_font-size: 100%; /*% are used so that IE's text is scalable*/
}
a:link,
a:visited,
a:hover,
a:active {
	color: #29568f;
	text-decoration: none;
}
#content a:hover,
#content a:active {
	text-decoration: underline;    
	color: #333;
}
ul {
	margin: 0 0 1em 1.5em;
	padding: 0;
	list-style: disc url(../images/bullet.gif);
}
ul ul {
	margin: 0 0 0 1.5em;
	padding: 0;
}
ul ul ul {
	margin: 0 0 0 1.5em;
	padding: 0;
}
dt {
	font-weight: bold;
	padding: 0;
	margin: 1em 2em 0 0;
}
dd {
	padding: 0;
	margin: 0 0 0 2em;
}

/**************** header styles ****************/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h1 {
	/* only used for siteName, which doesn't display when CSS is on (see next rule); really, this declaration is unnecessary, but keeping it in for now.*/ 
	font-family: Georgia,'Times New Roman',Times,serif;
	font-size: 16px;
	color: #5c8727;
}
/*this is the main header; use for pageName only*/
h2 {
	font-family: Georgia,'Times New Roman',Times,serif;
	font-size: 16px;
	color: #5c8727;
	line-height: 1;
}
/*mostly used for project title*/
h3 {
	font-family: Georgia,'Times New Roman',Times,serif;
	font-size: 14px;
	color: #ca5702;
	margin: 0 0 1em;
}
h4 {
	font-size: 100%;
	color: #ca5702;
	margin: 1.5em 0 1em;
}
h5 {
	font-size: 100%;
	font-weight: bold;
	color: #333;
	margin: 1.5em 0 0;
}
#navBar h3 {
	font-size: 14px;
	padding: 1em 0 0 .5em;
	margin: 0;
}
#navBar h4 {
	padding: .5em 0 0 1.25em;
	margin: 0;
	border-top: 1px dotted #CCC;
	color: #29568f;
}
#navBar h5 {
	padding: .5em 0 0 1.25em;
	margin: 0;
	border-top: 1px dotted #CCC;
	color: #29568f;
	font-weight: normal;
}

/***********************************************/
/* Layout divs                                 */
/***********************************************/

#masthead {
	background: #E1EDC3 url(../images/mastheadTop_03.gif) no-repeat bottom left;
	color: #29568f;
}
#content {
	font-size: 75%;
	line-height: 1.6;
}

/************* #globalNav styles ***************/
/*************** bar across top ****************/

#globalNav div {
	width: 132px;
	height: 32px;
	float: left;
	background: #D8E3E9 url(../images/mastheadBottom_03.gif) no-repeat top left;
	border-right: 2px solid #E1EDC3;
}
#globalNav {
	color: #D8E3E9;
	white-space: nowrap;
	font-size: 80%;
}
#globalNav {
	text-align: right;
}
#globalNav ul {
	float: right;
	padding: 0;
	margin: 0;
}
#globalNav ul li {
	float: left;
	list-style: none;
	padding: .25em .5em;
	font-size: 80%;
	background: #ca5702;
	border-right: 2px solid #FFF;
}
#globalNav ul li.last {
}
#globalNav a {
	color: #D8E3E9;
}
#globalNav a:hover,
#globalNav a:active {
	color: #FFF;
}

/************** #navBar styles *************/
/************ navigation menus *************/
/************** left column ****************/

#navBar {
	background-color: #D8E3E9;
	border-right: 2px solid #E1EDC3;
	border-bottom: 2px solid #E1EDC3;
}
#navBar {
	padding: 0;
	font-size: 70%;
}
#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navBar li {
	/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
	/*padding-top: .25em;*/
	border-bottom: 1px dotted #D8E3E9;
}
html>body #navBar li {
	/* fix for browsers that don't need the hack */
	border-bottom: none;
}
#navBar ul li ul li {
	padding-left: 15px;
}
#navBar a {
	padding: .35em .25em .35em 15px;
	border-bottom: 1px dotted #CCC;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family: inherit;
	width: auto;
}
#navBar ul a:link,
#navBar ul a:visited {
	display: block;
}
#navBar ul a:hover,
#navBar ul a:active {
	background: url(../images/list_04.gif) #F4F4F4 no-repeat left center;
	color: inherit;
}
#navBar a.currentLink,
#navBar a:hover.currentLink {
	background: url(../images/list_05.gif) #29568f no-repeat left center;
	color: #FFF !important; /*!important needed for IE*/
	border-top: 1px solid #D8E3E9;
	border-bottom: 1px solid #D8E3E9;
}
#navBar a:hover.currentLink {
	cursor: default;
}
#navBar h4,
#navBar h5 {
/*not sure why this is needed, but it is (vls)*/
	border: none;
}

/************* #siteInfo styles ***************/
/*********** footer info in navBar ************/

#siteInfo {
	text-align: center;
	margin: 2em 0;
	padding: 0 1em;
	font-size: 90%;
	line-height: 1.6;
}
#siteInfo img {
	margin: 1em auto;
}
#siteInfo a,
#siteInfo img {
	border: none;
}
#siteInfo address {
	font-style: normal;
}

/*********** #projectFooter styles ************/
/************* project's footer ***************/

#projectFooter {
	margin: 2em 0;
	font-size: 80%;
	color: #999;
	clear: both;
}

/********* previous/next navigation ***********/
/*************** used in admin ****************/
/************* used in view_site **************/

div.incrementNav {
	margin: 0 auto;
	width: 550px;
}
div.incrementNav span.previous,
div.incrementNav span.next,
div.incrementNav span.increments {
	float: left;
	width: 430px;
	margin: 0 0 2em;
}
div.incrementNav span.previous {
	text-align: left;
	width: 50px;
	white-space: nowrap;
	padding: 0 10px 0 0;
}
div.incrementNav span.increments {
	font-weight: normal;
	text-align: center;
}
div.incrementNav span.next {
	text-align: right;
	width: 50px;
	padding: 0 0 0 10px;
}
div.incrementNav a {
	font-size: 90%;
}

/***********************************************/
/* Table elements                              */
/***********************************************/

#content table {
	margin: 0;
	padding: 0;
	border: 1px solid #CCC;
	border-collapse: collapse;
}
#content table caption {
	display: none;
}
#content td,
#content th {
	padding: .4em .8em;
	margin: 0;
	font-size: 90%;
	line-height: 1.2;
	vertical-align: top;
	border: 1px dotted #CCC;
}
#content th {
	background-color: #E1EDC3;
	text-align: left;
	border: 1px solid #CCC;
	vertical-align: middle;
	text-transform: lowercase;
}
#content th.sorted {
	background-color: #D8E3E9;
	white-space: nowrap;
}
#content th.sorted a {
	color: #333;
}
#content table th.sorted a:hover,
#content table th.sorted a:active {
	cursor: default;
	border: none;
}
th.sorted img {
	display: inline;
	vertical-align: middle;
}
.row1,
.row1 td {
	background-color: #FFF;
	color: #333;
}
.row2,
.row2 td {
	background-color: #F4F4F4;
	color: #333;
}

/***********************************************/
/* Form elements                               */
/***********************************************/

form {
	margin: 0;
	padding: 0;
	font-size: 90%;
}
#content form td,
#content form th {
	font-size: 100%;
}
form div {
	margin: 1em 0;
}
label {
	width: 150px;
	padding: .25em 10px 0 0;
	margin: 0;
	text-align: right;
	line-height: 1.2;
	float: left;
}
form p {
	margin: 0 0 0 160px;
}
label strong,
.required {
	color: #900;
	font-weight: bold;
}

input,
select,
textarea {
	padding: 2px;
	background: #F4F4F4;
	border: 1px dotted #CCC;
	_border: 1px solid #CCC;
	vertical-align: middle;
	font: 100% Verdana,Helvetica,Arial,sans-serif;
   scrollbar-face-color:#D6D3CE;
   scrollbar-arrow-color:#999;
   scrollbar-track-color:#D6D3CE;
   scrollbar-shadow-color:#333;
   scrollbar-highlight-color:#D6D3CE;
   scrollbar-3dlight-color:#F4F4F4;
   scrollbar-darkshadow-Color:#999;
}
optgroup {
	font-style: bold;
	font-style: normal;
}
textarea {
	width: 350px;
	height: 72px;
}
/*use when you want a taller than default textarea*/
textarea.tall {
	height: 144px;
}
#adminTable textarea {
	width: 200px;
	_width: 100px; /*annoying IE!*/
}
/* IE/PC breaks with auto/% for inputs in tables; for browsers that don't have this problem*/
html>body table.form input {
	width: 95%;
}
/*spacing for special labels, buttons, checkboxes and radio buttons with IE hack*/
.otherText label,
ul.labelAfterInput,
div.labelAfterInput,
div.button input,
.required {
	margin: 0 0 0 160px;
}
div.labelAfterInput {
	margin-top: .5em;
}
.toggleView .labelAfterInput {
	margin: 0;
}
/*for buttons*/
.button input/*,
.button a*/ {
	padding: 0 .25em;
	_padding: 0;
	font-weight: bold;
	font-size: 100%;
	letter-spacing: 1px;
	_letter-spacing: 0;
	background: #D8E3E9;
	color: #29568f;
	border: 1px solid #29568f;
	text-align: center;
	text-transform: lowercase;
}
.button a {
	margin-left: 1em;
}
.button input:hover/*,
.button a:hover*/ {
	background: #F4F4F4;
	text-decoration: none;
}
/* labels for "other text" fields*/
.otherText label {
	width: auto;
	padding: 0;
	clear: none;
	float: none;
	text-align: left;
}
/* for radio buttons or checkboxes */
input.check,
input.radio {
	background: transparent;
	border: none;
}
/* for list of radio buttons or checkboxes */
.labelAfterInput li {
	list-style: none;
	list-style-image: none; /*must be explicit for IE*/
}
.labelAfterInput label,
.inlineLabelsInputs label {
	clear: none;
	float: none;
	padding: 0;
	text-align: left;
	_width: auto;
}
.inlineLabelsInputs label,
.inlineLabelsInputs input {
	margin: 0;
}

/************** forms in tables ****************/

#content table.form {
	margin: 0 0 -.5em 0;
}
div.buttonsBeforeTable input {
	margin: 0 1em 0 0;
}
div.buttonsAfterTable input {
	margin: 0 1em 0 0;
}
table.form {
	clear: both;
}
/*for "other text" input and label inside table*/
table.form td.otherText label {
	 margin: 0 0 0 1em;
	 float: none;
}
table.form td.otherText input {
	margin: 0;
	width: auto;
}
table.form th.smallText {
	width: 50px;
}
table.form th.smallText .help {
	display: block;
}
table.form td.smallText,
table.form td.delete {
	text-align: center;
}
table.form td.smallText input {
	width: 15px;
	text-align: center;
	margin: 0 auto;
}
table.form td.delete input {
	width: auto;
	margin: 0 auto;
}

/************* toggleView styles ***************/

.toggleView {
	margin: 0 0 0 160px;
}
.toggleView h4 {
	padding: .5em 15px;
	margin: 0;
	background: url(../images/list_04.gif) #FFF no-repeat left center;
	color: #29568f;
}
h4.selected {
	background: url(../images/list_arrowDown.gif) #FFF no-repeat left center;
	color: #29568f;
}
.toggleView h4:hover {
	background: #F4F4F4 url(../images/list_arrowDown.gif) no-repeat left center;
	cursor: pointer;
}
h4:hover.selected {
	background: url(../images/list_04.gif) #F4F4F4 no-repeat left center;
	color: #29568f;
}

.toggleView ul.labelAfterInput {
	margin-left: 15px;
}

/************* validation styles ***************/

.validationError,
#validationMessage {
	color: #900;
	font-weight: bold;
	font-size: 100%;
}
#validationMessage {
	margin: 1em 0;
}
#validationMessage ul {
	/*font-size: 90%;*/
	font-weight: normal;
	list-style: disc;
}

/***********************************************/
/* Images page                                 */
/***********************************************/

/***************** #gallery ********************/
/***** See popup.css for image popup styles ****/

#gallery div.floatcontainer {
	margin: 2em 0 0;
	padding: 0;
}
#gallery div img {
	margin: 0 2em 1em 0;
	padding: 0;
	border: 1px solid #666;
	float: left;
}
#gallery div p {
	margin: 0;
}
#gallery div p:first-line {
	font-weight: bold;
	font-size: 100%;
}
#gallery div hr {
	display: block;
	clear: left;
	margin: -0.66em 0;
	visibility: hidden;
}

/*http://www.csscreator.com/css-forum/ftopic3186-0-asc-0.html*/
.floatcontainer: after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.floatcontainer {
	display: inline-table;
}
/* Mark Hadley's fix for IE Mac */
/* Hides from IE Mac \*/
* html .floatcontainer {
	height: 1%;
}
.floatcontainer {
	display: block;
}
/* End Hack */ 
	
/***********************************************/
/* Summary page		                           */
/***********************************************/

.summaryColumn {
	float: right;
	width: 220px;
	margin: 0 0 2em 2em;
	padding: 1em 1em 0;
	background: #E1EDC3;
	border: 2px solid #D8E3E9;
}
.summaryColumn img {
	border: 1px solid #CCC;
}
ul#summarySuperList {
	list-style: none;
	list-style-image: none; /*must be explicit for IE*/
	margin-left: 0;
}
.summaryColumn h4 {
	margin-top: 0;
}
.summaryColumn ul,
.summaryColumn div {
	margin-bottom: 2em;
}
.summaryColumn ul {
	list-style-image: url(../images/bullet_greenBG.gif);
}
#sitesColumn form {
	margin: .5em 0 0;
	padding: 0;
}
select#sites {
	width: 145px;
}

/************** #galleryColumn *****************/
/************* for summary page ****************/

/*contains image, "view enlargement", date*/
#galleryColumn div {
	margin: 0 0 .5em;
	padding: 0;
	text-align: center;
	font-size: 90%;
	color: #666;
}
#galleryColumn img {
	margin: 0 auto;
	/*margin: 0;*/
	/*width: 220px;
	height: 147px;*/
}
/*for date*/
#galleryColumn span {
	padding: 0 0 0 .5em;
	/*left margin is less to account for space added by CF*/
	margin: 0 0 0 .25em;
	border-left: 1px solid #CCC;
}
#galleryColumn p {
	margin: -.25em 0 2em;
}

/***********************************************/
/* List of glossary, links or documents        */
/***********************************************/

#links li,
#documents li {
	list-style: none;
	list-style-image: none; /*must be explicit for IE*/
	margin: 0 0 1em -1.5em;
	padding: 0;	
}
#links p,
#documents p,
li .linksList {
	margin: 0 0 0 1em;
	padding: 0;
}
li .linksList {
	margin: 0 0 0 1.25em;
}
.linksList {
	font-size: 80%;
	color: #666;
	white-space: nowrap;
}
.linksList a {
	color: #666;
	padding: 0 0 0 .5em;
	/*left margin is less to account for space added by CF*/
	margin: 0 0 0 .25em;
	border-left: 1px solid #CCC;
	font-weight: normal;
}
.linksList a.first {
	border-left: none;
	padding: 0;
	margin: 0;
}
.glossaryComment {
	font-size: 90%;
	color: #666;
	padding: 0;
	margin: 0;
}


/***********************************************/
/* popup windows                               */
/***********************************************/

#popup {
	text-align: center;
}
#popup #content {
	margin: 0;
}
.closeWindow {
	font-size: 80%;
}

/***********************************************/
/* Bunch of other stuff                        */
/***********************************************/

ul.none li,
ol.none li {
	list-style: none;
	list-style-image: none; /*must be explicit for IE*/
}
img {
	display: block;
}
.help {
	font-size: 90%;
	font-weight: normal;
	color: #999;
}
.showOnPrint,
.hideOnPage {
	display: none;
}
.clear {
	clear: both;
}
.inline {
	display: inline;
}
.border {
	border: 1px solid #ccc;
}

/* added by ewg for reports */
.noborder {
	border: none;
}
.padbot0 {
	padding-bottom: 0px;
}
.padbot5 {
	padding-bottom: 5px;
}
.padbot8 {
	padding-bottom: 8px;
}
.marbot0 {
	margin-bottom: 0px;
}
.padleft10 {
	padding-left: 10px;
}
.marleft10 {
	margin-left: 10px!important;
}
.floatleft {
	float: left;
}
.filterbox {
	text-align: left; 
	width: 100%;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.zerowidth {
	width: 0;
}
/* end additions by ewg */

.left {
	margin: .5em 2em 1em 0;
	padding: 0;
	float: left;
	display: inline;
}
.right {
	margin: .5em 0 1em 2em;
	padding: 0;
	float: right;
	display: inline;
}
.caption {
	clear: both;
	font-style: italic;
	line-height: 1.2;
	margin: .5em 0 0;
	font-size: 90%;
}
/*wrap this around divs to center*/
div.toCenter {
	width: 100%;
}
.center {
	margin: auto auto 2em;
	text-align: center;
}
div.right,
div.left,
div.center {
	padding: 1em;
	width: 40%;
}
.detailsImage img {
	margin: 0 0 0 160px;
	_margin: 0 0 0 163px;
	border: 1px solid #CCC;
}
.nowrap {
	white-space: nowrap;
}
.hidden {
	display: none;
}
#GISinfo {
	width: 400px;
}
#GISinfo ul {
	margin: 0;
	padding: 0;
}
	
/***********************************************/
/* DEV elements                                */
/***********************************************/

table.dev {
	margin-left: 135px;
	clear: both;
}
table.dev textarea {
	width: 500px;
	height: 300px;
	font: 11px Verdana, sans-serif;
	background-color: #FFB03F;
}
