/* Typography */

body
{
  background-image: url('/images/bkgnd.jpg');
  font: 13px "Arial Narrow", "Trebuchet MS", Verdana, sans-serif;
  line-height: 18px;
}

h1
{
  font-size: 12px;
  font-weight: bold;
}

h2
{
  font-size: 12px;
  font-weight: bold;
}

/* Main */

#main
{
  background-color: #fff;
  height: 452px;
}

#main_padded
{
  height: 377px;
  padding-top: 75px;
}

/* Fix IE 6 bug. */
#main_padded
{
  font-size: 1px;
}

#content_map
{
/*  margin-left: -266px;*/
}

/* Header */

#header
{
  height: 75px;
}

/* Scroll Bar */

body.has_js #main
{
  height: 452px;
}

#scrollbar_container
{
  width: 902px;
  position: relative;
  float: left;
}

body.has_js #scrollbar_container
{
  height: 377px;
}

#scrollbar_content
{
  width: 875px;
}

body.has_js #scrollbar_content
{
  height: 377px;
  overflow: hidden;
}

#scrollbar_track_wrapper
{
  display: none;
  width: 20px;
  padding: 3px 3px 2px 3px;
  background-color: #898584;
  position: absolute;
  top: 0;
  right: 0;
}

body.has_js #scrollbar_track_wrapper
{
  display: block;
  height: 372px;
  cursor: move;
}

#scrollbar_track
{
  width: 20px;
  height: 372px;
  cursor: move;
}

#scrollbar_handle
{
  width: 20px;
  background-color: #292422;
  cursor: move;
}

/* Sub Navigation*/

.map_subnav
{
  position: relative;
  z-index: 1;
}

#subnav ul, #primarynav ul
{
  margin: 0;
  padding: 0;
  padding-left: 36px;
}

#subnav ul li
{
  color: #9a9796;
  list-style: none;
  margin-bottom: 11px;
}

#subnav ul li,
#primarynav ul li,
#subnav ul li a,
#subnav ul li a:link,
#subnav ul li a:active,
#subnav ul li a:visited
{
  color: #9a9796;
  text-decoration: none;
}

#subnav ul li.title
{
  color: #9a9796;
  list-style: none;
  margin-bottom: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

#subnav ul li.act
{
  color: #35302e;
}

#subnav ul li a:hover
{
  color: #35302e;
}

/* Related */

#related img,
#related_scroll img
{
  margin-left: 46px;
}

/* Navigation */

#navigation
{
  margin: 0;
  padding: 0;
  background-color: #35302e;
  width: 100%;
  height: 200px;
}

#navigation .wrapper
{
  width: 902px;
  margin: 0 auto;
  padding-top: 9px;
}

#navigation .wrapper #primarynav
{
  display: block;
  float: left;
  width: 200px;
  height: 180px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#navigation .wrapper #logo
{
  display: block;
  float: left;
  width: 310px;
  height: 180px;
  margin: 0 95px;
  padding: 0;
}

#navigation .wrapper #tertiarynav
{
  border: none;
  list-style-image: none;
  list-style: none none;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  width: 200px;
  padding-right: 2px;
}

/* Images */

#images
{
  margin: 0;
  padding: 0;
}

#images .wrapper
{
  width: 901px;
  margin: 0 auto;
}

/* Footer */

#footer
{
  text-align: center;
}

#footer p
{
  font-size: 80%;
  line-height: 30px;
  margin-bottom: -30px;
  padding-top: 0.6em;
}

#footer p.links
{
  float: left;
}

#footer p.advice
{
  float: right;
}

#footer a,
#footer a:link,
#footer a:hover,
#footer a:active,
#footer a:visited
{
  color: #000;
}

#footer img
{
  margin-top: 5px;
}

/* Links */

a,
a:link,
a:hover,
a:active,
a:visited
{
  color: #676362;
}

a:hover
{
  color: #35302e;
}

/* Tree Links */

a.tree_link
{
  background: transparent url("/images/link-tree.png") top left no-repeat;
  display: block;
  height: 32px;
  line-height: 120%;
  padding: 15px 0 0 26px;
  text-transform: uppercase;
}

a.tree_link:link,
a.tree_link:hover,
a.tree_link:active,
a.tree_link:visited
{
  color: #000;
  text-decoration: none;
}

/* Plant a Tree */

#plant_a_tree
{
/*  margin-top: 269px;*/
  margin-top: 258px;
  padding-right: 11px;
/*  width: 902px;*/
  width: 891px;
  position: absolute;
  z-index: 1;
  text-align: right;
}
