`@charset "utf-8";

/* this style is used in adventures.html, news.html, and some video 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 {
 color: #0033FF;
 text-decoration: none;
}
a:visited {
 color: #0033FF;
 text-decoration: none;
}
a:hover { /*this effect is not shown in NN4.xx*/
 color: #0033FF;
 text-decoration: underline;
}
a:active {/*colour in NN4.xx is red*/
 color: #0033FF;
 background: #FFFFFF;
 text-decoration: none;
}
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: #F5F7DB;
 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; }
#container h4 { font-size: 16px; }
#container h5 { font-size: 12px; }
#container h6 { font-size: 10px; }
#container p, #container a { font-size: 12px; }

#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/Puget_sound_sunset-from_cypress_island_160.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; }
#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 2px 0px 2px; 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: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; }

#leftcontent {
  float: left; margin: 0px 15px 5px 0px; padding-top: 8px;
  top: 201px; left: 0; width: 200px; background-color: #C0BC92; z-index: 0; }
#leftcontent h3, #leftcontent h3 a { font-size: 16px; line-height: 20px; 
padding: 5px; margin: 8px 0px 3px 10px; }
#leftcontent h4, #leftcontent h4 a { font-size: 16px; line-height: 20px; 
padding: 5px; margin: 8px 5px 8px 10px; }
#leftcontent h6, #leftcontent h6 a { font-size: 4px; line-height: 4px; margin: 0; padding: 0; }
#leftcontent p { padding: 0px 5px 0px 10px; margin: 3px 0 2px 0; }
#leftcontent a:link, #leftcontent a:visited { color: #330033; text-decoration: none; }

#leftcontent a:hover { color: #0033FF; text-decoration: none; }
#leftcontent a:active { color: #0033FF; background: #FFFFFF; text-decoration: none; }
#leftcontent ul { font-size: 14px; padding: 2px 5px 0px 15px; margin: 0px 0px 10px 10px; }
#leftcontent li { font-size: 14px; }
#leftcontent img {
  padding: 0; margin: 0 0 -3px 0; /* prevent space between images rendered by IE */
  border-top-style: solid; border-top-width: medium; 	border-top-color: #FFF;
  border-bottom-style: solid; border-bottom-width: medium; border-bottom-color: #FFF; }
  
#rightcontent { /* -50 top to fix 3-col IE navbar margin */
  top: 201px; margin: 0px 2px 0 2px; padding: 10px 0 10px 10px; } /* being the width of the thumbnail */
#rightcontent h1, #rightcontent h2 { padding: 40px 0 0 0; }
#rightcontent h3 { margin: 10px 0 0 0; }
#rightcontent p, #rightcontent a, #rightcontent li { font-size: 14px; padding: 0; }
#rightcontent ul { margin: 10px 0px 10px 20px; }
#rightcontent table.catalog ul { margin: 0px 0px 0px 0px; }
#rightcontent li { list-style-type: disc; margin-left: 15px; padding-left: 5px; }

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

#howtohelp {
	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  */
	background-color: #ffb74c; color: #000000;
	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; }

#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;
 margin: 0; /* zero margins of 1st footer element to avoid margin collapse */
 padding: 10px 0 10px 0; /* pad to create space without margin collapse */
 text-align: center; }

table.catalog { border-collapse: collapse; border-width: 0px;  border: outset 0px; } 
table.catalog tr { background-color: #F5F7DB; color: #000000;
 margin: 0; border: inset 0pt; 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; } 
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; background-color: #F5F7DB; color: #000000; margin: 0; border: inset 0pt; }
table.profiles tr td { font-size: 14px; padding: 10px 0px 0px 5px;}
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; }
.hanging-indent { text-indent: -25px; padding-left: 25px; }
.textred { color: #FF0000; }
.textblue { color: #0000FF; }
.fivepxmar { margin: 2px 0 10px 8px; }