@charset "utf-8";
/* this style is used in three-column pages */

html { height: 100%;  } /* force footer to bottom of content */
body  { color: #000000; background-color: #ffffff;
  border-left: 1px solid #000; border-right: 1px solid #000; 
  z-index: 30; width: 800px;
  margin: 0px auto; padding: 0;
  height: 100%; /* force footer to bottom of content */
  font-family: Calibri, Verdana, "Lucida Sans", "Lucida Grande","Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
  text-align: center; /* centers container in IE 5*. Set text to left align in the #container selector */
}
p { padding: 0; margin: 0px 0px 10px 0px; }
a:link, a:visited { color: #000; text-decoration: none; }
a:hover, a:active { color: #000; text-decoration: none; cursor: hand; cursor: pointer; }
a img { border: none; }

#container { 
 position: relative; /* position: relative positions the two sidebars relative to this */
 width: 800px; margin-left: auto; margin-right: auto; /* make room for outside margins */
 background: #FFFFFF; text-align: left; /* this overrides the text-align: center on the body element. */
 height: auto !important; /* 3 lines for bottom-footer impt fixes IE that doesn't understand min ht */
 height: 100%; min-height: 100%; 
}
#container h1, #container h2 {
  text-align: center;
  font-family: Calibri, Verdana, "Lucida Sans", "Lucida Grande","Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif; }
#container h3, #container h3 a, 
#container h4, #container h4 a, 
#container h5, #container h5 a, 
#container h6, #container h6 a {
  font-family: Calibri, Verdana, "Lucida Sans", "Lucida Grande","Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
  padding: 2px 0 3px 0; margin: 0; }
#container h1, #container h2 { font-size: 24px; font-weight: bold; }
#container h3, #container h3 a { font-size: 16px; line-height: 20px; }
#container h4 { font-size: 16px; }
#container h5 { font-size: 12px; }
#container h6 { font-size: 10px; }
#container p, #container a { font-size: 12px; }
#container h3 a { margin: 0; padding: 5px 0 5px 5px; }

#header { text-align: center; margin: 0px; padding: 0px; height: 160px; }
.imgbanner { margin: 0px; padding: 0px; height: 160px; }
.bannerone { background: #000 url(images/Cascades_NE_ParkLakes_bannertext.JPG) top left no-repeat; } 
.bannertwo { background: #000 url(images/Cascades_near_alpine_lakes160.jpg) top left no-repeat; }
.bannerthree { background: #000 url(images/Methow_wildflowers_160.jpg) top left no-repeat; }
.bannerfour { background: #000 url(images/LagoPatos_Chile160.JPG) top left no-repeat; }
.bannerfive { background: #000 url(images/Sunset_from_mt_spokane_160.jpg) top left no-repeat; } 
.bannersix { background: #000 url(images/Flowers_columbia_gorge160.JPG) top left no-repeat; }
.bannerseven { background: #000 url(images/Little_slocan_lake160.JPG) top left no-repeat; }
.bannereight { background: #000 url(images/Kofa_sunset_160.JPG) top left no-repeat; }
.bannernine { background: #000 url(images/porpoisebanner-800width.JPG) top left no-repeat; }
.bannerten { background: #000 url(images/Lanin_Araucarias160.jpg) top left no-repeat; }
.bannereleven { background: #000 url(images/DesertLake_SaltFlats_800width_topbanner.jpg) top left no-repeat; }
.bannertwelve { background: #000 url(images/Web_Map_Header_b.JPG) top left no-repeat; }
.bannerthirteen { background: #000 url(images/topbanner_propoise1.JPG) top left no-repeat; }
.bannerfourteen { background: #000 url(images/topbanner_argentina_sierra_de_famatina6_160.jpg) top left no-repeat; }
.bannerfifteen { background: #000 url(images/eastsideforest160.jpg) top left no-repeat; }
.bannersixteen { background: #000 url(images/topbanner_argentina_grasses_mountains_water_birds160.jpg) top left no-repeat; }
.bannerseventeen { background: #000 url(images/topbanner_argentina_birds_wetland_troman160.jpg) top left no-repeat; }
.banner_webmap2 { background: #000 url(images/PBIwebmapsBanner2.jpg) top left no-repeat; }
#header h1 {
  margin: 0px; padding: 0px; text-align: center;
  font-family: Calibri, Verdana, "Lucida Sans", "Lucida Grande","Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
  font-size: 40px; }

#mainContent { /* -50 top to fix 3-col IE navbar margin  */
  margin: 1px 200px 30px 200px; padding: 0px 10px 0px 10px;
  background-color: #F5F7DB }
#mainContent h1, #mainContent h2 { padding: 15px 0 0 0; }
#mainContent h3 { margin: 10px 0 0 0; }
#mainContent p, #mainContent a, #mainContent li { font-size: 14px; padding: 0; }
#mainContent a { color: #00F; }
#mainContent a:hover, #mainContent a:active { color: #00F; text-decoration: none; cursor: hand; cursor: pointer; }
#mainContent h3 a:hover, #mainContent h3 a:active { color: #fff; }
#mainContent p a:hover, #mainContent p a:active { color: #00F; font-weight: bold; }

#mainContent ul { margin: 10px 0px 10px 20px; }
#mainContent table.catalog ul { margin: 0px 0px 0px 0px; }
#mainContent li { list-style-type: disc; margin-left: 15px; padding-left: 5px; }

#map_canvas { margin-top: 20px; /* For Google Maps API Mashups */
  margin-left: 10px; }

#sidebar1 {
  top: 201px; position: absolute; left: 0; width: 200px;
  background-color: #ffb74c; font-size: 14px; z-index: 0; }

#sidebar2 { position: absolute;
  top: 201px; right: 0; width: 200px; font-size: 14px; 
  background-color: #ffb74c; z-index: 0; }
  
#sidebar1 h3, #sidebar2 h3, #sidebar1 h3 a, #sidebar2 h3 a {
  padding: 5px; margin: 2px 0px 3px 10px; }
#sidebar h6, #sidebar h6 a { margin: 0; padding: 0; }
#sidebar1 p, #sidebar2 p, #sidebar1 p a, #sidebar2 p a {
  font-size: 14px; padding: 0px 5px 0px 10px; margin: 3px 0 2px 0; }
#sidebar1 a:link, #sidebar2 a:link, #sidebar1 a:visited, #sidebar2 a:visited {
  color: #000; text-decoration: none; }

#sidebar1 a:hover, #sidebar2 a:hover, #sidebar1 a:active, #sidebar2 a:active { 
  color: #000; text-decoration: none; cursor: hand; cursor: pointer; }
#sidebar1 h3 a:hover, #sidebar2 h3 a:hover, #sidebar1 h3 a:active, #sidebar2 h3 a:active { 
  color: #fff; }
#sidebar1 p a:hover, #sidebar2 p a:hover, #sidebar1 p a:active, #sidebar2 p a:active { 
  color: #000;  background-color: #fff; }

#sidebar1 ul { font-size: 14px; padding: 2px 5px 0px 15px; margin: 0px 0px 10px 10px; }
#sidebar1 li { font-size: 14px; }

#sidebar2 ul { font-size: 14px; padding: 2px 5px 0px 5px; margin: 0px 0px 10px 10px; }
#sidebar2 li { font-size: 14px; list-style-type: disc; margin-left: 15px; padding-left: 5px; }

#sidebar1 img, #sidebar2 img {
	margin: 0 0 -3px 0; /* prevent space between images rendered by IE */
	padding: 0;
	border-top-style: solid;
	border-top-width: medium;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
#sidebar1 p.fivepx, #sidebar2 p.fivepx { margin: 2px 0 0 0; padding: 0 0 3px 8px; }

#sidebar1 img.nobord, #sidebar2 img.nobord { border-style: none; }
#sidebar1 p.sidebarlines { margin: 2px 0 6px 0; }
#sidebar1 p.fivepx, #sidebar2 p.fivepx { margin: 2px 0 0 0;  }
#sidebar1 p.twelvept , #sidebar2 p.twelvept{ font-size: 12px; }

#getinvolved, #supportsci, #supportbox { padding: 8px 0 11px 13px; /* overlaps sidebar background color */
  float: none; clear: none; width: auto; margin: 0 0 -3px 0; 
  border-top-style: none; border-bottom-style: solid; border-bottom-width: 3px;
  border-top-color: #FFF; border-bottom-color: #FFF; }

#getinvolved { background-color: #ffb74c; color: #000000; }
#getinvolved h3 { margin: 0 0 0 -5px; padding: 0 0 2px 0; }
#getinvolved p { margin: 0 0 0 5px; padding: 1px 0 1px 0; } /* left margin lines up with inherited h3 margin */
#getinvolved a:link, #getinvolved a:visited { color: #000; text-decoration: none; }

#getinvolved a:hover, #getinvolved a:active { color: #000; text-decoration: none; cursor: hand; cursor: pointer; }
#getinvolved h3 a:hover, #getinvolved h3 a:active { color: #fff; }
#getinvolved p a:hover, #getinvolved p a:active { color: #000;  background-color: #fff; }

#supportsci { background-color: #ffb74c; color: #000000;}
#supportsci h3 { margin: 0 0 0 -5px; padding: 0 0 2px 0; }
#supportsci p { margin: 0 0 0 5px; padding: 1px 0 1px 0; }
#supportsci a:link, #supportsci a:visited { color: #000; text-decoration: none; }

#supportsci a:hover, #supportsci a:active { color: #000; text-decoration: none; cursor: hand; cursor: pointer; }
#supportsci h3 a:hover, #supportsci h3 a:active { color: #fff; }
#supportsci p a:hover, #supportsci p a:active { color: #000;  background-color: #fff; }

#howtohelp { background-color: #ffb74c; color: #000000;
	float: none; /* this element must precede the source order of other elements it is positioned next to */
	clear: none; /* use float none and clear none to expand this box to the extent of its container column div*/
	width: auto; /* top and bottom padding create visual space within this div  */
	margin: 0; padding: 0 0 5px 0; }
#howtohelp h3, #container h3 a { margin: 0; padding: 5px 0 5px 5px; }
#howtohelp p { margin: 0; padding: 0; }
#howtohelp a:link, #howtohelp a:visited { color: #000; text-decoration: none; }

#howtohelp a:hover, #howtohelp a:active { color: #000; text-decoration: none; cursor: hand; cursor: pointer; }
#howtohelp h3 a:hover, #howtohelp h3 a:active { color: #fff; }
#howtohelp p a:hover, #howtohelp p a:active { color: #000;  background-color: #fff; }

#howtohelp img { border-top-style: none; border-bottom-style: none; }

#facebook table { margin-top: 5px; margin-bottom: 8px; }
#facebook td { padding-right: 10px; padding-left: 10px; }

#footer { /* added entire div for bottom-footer */
	clear: both;
	position: relative;
	height: 80px;
	z-index: 10;
	margin: -80px 0 0 0;  /* controls where the bottom-footer top margin ends up xxx deleted next 3 lines */
}
#padding { padding: 0 0 45px 0; } /* bottom-footer for div inside container that unpads the -35 pixel margin */
#footer p {
 font-size: 14px; text-align: center;
 margin: 0; /* zero margins of 1st footer element to avoid margin collapse */
 padding: 10px 0 10px 0; /* pad to create space without margin collapse */
}

table.catalog {
 border-collapse: collapse;
 border-width: 0px; /* originally 1 px*/
 border: outset 0px; /* originally 1 px*/
}
table.catalog tr {
 background-color: #F5F7DB; color: #000000;
 margin: 0; border: inset 0pt; /* originally 1 pt*/
 vertical-align: top;
}
table.catalog td { padding: 0 5px 10px 5px; font-size: 14px; }
table.catalog p { 
 font-size: 14px; margin: 0; padding: 0; }
table.catalog img { border: 1px solid #000000; }

table.news { border-collapse: collapse; border-width: 0px;  border: outset 0px; /* originally 1 px*/
} 
table.news tr { background-color: #F5F7DB; color: #000000; margin: 0; border: inset 0pt; vertical-align: top; }
table.news td { margin-left: auto; margin-right: auto; padding: 0 5px 10px 5px; font-size: 14px; }
table.news p { font-size: 14px; margin: 0; padding: 0; }
table.news img { display: block; float: right; border: 1px solid #000000; }

table.profiles { border-collapse: collapse; border-width: 0px; border: outset 0px; }
table.profiles tr { padding: 5px; color: #000000; background-color: #F5F7DB; color: #000000; border: inset 0pt; }
table.profiles tr td { font-size: 14px; padding: 10px 0px 0px 5px;}
table.profiles td { background-color: #F5F7DB; }
blockquote { border : 2px solid #000;
 width: 500px; float: none; margin: 0px; padding: 10px;
 background-color: #ccc; quotes: "\201C" "\201D"; }

hr { border: 0; height: 1px; width: 100%; align="center"; color: #000; background-color: #000; }

blockquote:before { content: open-quote; font-weight: bold; }
blockquote:after { content: close-quote; font-weight: bold; }

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element 
    before the close of a container that should fully contain its child floats */
	clear:both; height:0; font-size: 1px; line-height: 0px; }

#noimgborder img { border-top-style: none; border-bottom-style: none; }

.floatimgleft {  float: left; padding: 3px 3px 0 3px; margin: 0 10px 5px 0; }
.nomargin { padding: 0px; margin: 0px; }
.pindent15 { padding-left: 15px; }
.pmargin15 { margin-left: 15px; }
.pindent15br { padding: 0px 0px 0px 15px; }
.pfourteen {font-size: 14px; } 
.hanging-indent { text-indent: -25px; padding-left: 25px; }
.textred { color: #FF0000; }
.textblue { color: #0000FF; }
