@charset "utf-8";



/* Page setup */

html, body {
  margin: 0;
  padding: 0;
}

body {
  padding: 30px 0 40px 0;
  background: #ebebeb url(../image/bg.gif) repeat 0 0;
}





/* General layout */

#container {
  position: relative;
  width: 990px;
  margin: 0 auto 0 auto;
  padding: 1px 0 1px 0;
  background: #fff url(../image/containerBg.gif) repeat-y 0 0;
}

#masthead {
  display: inline;
  float: left;
  width: 214px;
  margin: 0 0 0 1px;
  padding: 0 0 200px 0;
}

#content {
  position: relative;
  display: inline;
  float: left;
  width: 768px;
  margin: 0 0 0 1px;
}

#footer {
  position: relative;
  width: 990px;
  margin: 3px auto 0 auto;
  padding: 1px 0 1px 0;
}





/* Container layout */

#container .top, #container .bottom {
  position: absolute;
  font-size: 0;
  line-height: 0;
  width: 990px;
}

#container .top {
  top: -15px;
  height: 15px;
  background: transparent url(../image/containerTop.gif) no-repeat 0 0;
}

#container .bottom {
  bottom: -5px;
  width: 990px;
  height: 202px;
  background: transparent url(../image/containerBottom.gif) no-repeat 0 bottom;
}

#container .prop {
  position: relative;
  display: inline;
  float: left;
  width: 0;
  height: 0;
  margin: 0 -1px 0 0;
  padding: 1px 1px 450px 0;
  overflow: hidden;
}





/* Masthead elements */

#masthead .wfpaLogo a {
  display: block;
  position: absolute;
  bottom: 5px;
  left: 8px;
  width: 73px;
  height: 66px;
  background: transparent url(../image/wfpaLogo.gif) no-repeat 0 0;
  text-indent: -5000px;
  overflow: hidden;
}

#masthead .siteTitle {
  position: relative;
  margin: 17px 0 0 19px;
  width: 177px;
  height: 96px;
  background: transparent url(../image/siteTitle.gif) no-repeat 0 0;
  text-indent: -5000px;
  overflow: hidden;
}





/* Primary navigation */

#primaryNav {
  display: inline;
  float: left;
  width: 184px;
  margin: 25px 0 0 15px;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  font-size: 1em;
  line-height: 1em;
  list-style: none;
}

#primaryNav li {
  position: relative;
  margin: 0;
  padding: 0 0 1px 0;
  list-style-position: outside;
  background: transparent url(../image/navSeparator.gif) no-repeat center bottom;
}

#primaryNav li a {
  position: relative;
  display: block;
  margin: 0;
  padding: 10px 0px 10px 5px;
  font-size: 1.4em;
  font-weight: bold;
  text-decoration: none;
  color: #6f6f45;
}

#primaryNav li a:hover {
  color: #d26f18;
}

#primaryNav li.last {
  background-image: none;
}

#primaryNav li.mapTeaser {
  margin-bottom:-121px;
}





/* Secondary navigation */

#primaryNav #secondaryNav {
  margin: 0 0 0 5px;
  padding: 0;
  font-size: 1em;
  line-height: 1em;
  list-style: none;
}

#primaryNav #secondaryNav li {
  margin: 0;
  padding: 0 0 1px 0;
  background-image: none;
}

#primaryNav #secondaryNav li a {
  display: block;
  margin: 0 -5px 0 0;
  padding: 5px 0px 5px 15px;
  background-repeat: no-repeat;
  background-position: 0 0.65em;
  font-size: 1.2em;
  font-weight: normal;
  color: #6f6f45;
}

#primaryNav #secondaryNav li a:hover {
  background-image: url(../image/navBullet.gif);
  font-weight: bold;
  color: #6f6f45;
}





/* Tertiary navigation */

#tertiaryNav {
  display: inline;
  float: left;
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
  font-size: 1.4em;
  line-height: 1em;
}

#tertiaryNav li {
  display: inline;
  float: left;
  font-size: 1em;
  margin: 0;
  padding: 1px 0 1px 0;
  border-left: solid 1px #cfcfcf;
}

#tertiaryNav li a {
  display: block;
  width: 182px;
  padding: 2px 11px 2px 11px;
  font-weight: normal;
  color: #505050;
}

#tertiaryNav li a:hover {
  position: relative;
}

#tertiaryNav li a em {
  display: block;
  margin-bottom: 2px;
  font-size: 1.286em; /* 18pt */
  font-style: normal;
  color: #b87421;
}

#tertiaryNav li a:hover em {
  color: #6f6f45;
}





/* Content layout */

#content .main {
  display: inline;
  float: left;
  width: 483px;
  margin: 0;
  padding: 12px 35px 0 35px;
  background-repeat: no-repeat;
  background-position: right bottom;
}



#content .panel {
  display: inline;
  float: left;
  width: 178px;
  margin: 0 0 0 1px;
  padding: 25px 18px 0 18px;
}





/* Content elements */

#content hr {
  margin-top: 20px;
  margin-bottom: 20px;
}

#content h3.pageTitle {
  font-size: 3em;
}

#content h4.pageTitle {
  font-size: 2.6em;
  font-weight: bold;
}

#content h4.subTitle {
  font-size: 1.8em;
  font-size: 1.8em;
  font-weight: bold;
}

#content h3.sectionTitle {
  margin-bottom: 16px;
  font-size: 2em;
}

#content .mapContainer {
  position: relative;
  margin: 0 -22px 43px -22px;
  width: 526px;
  height: 357px;
}

#content .map, #content .mapOverlay {
  position: absolute;
  width: 526px;
  height: 357px;
}





/* Panel elements */

#content .panel h5 {
  font-size: 1.2em;
  color: #2b2b2b;
}

#content .panel p {
  line-height: 1.4em;
  font-size: 1.1em;
  margin: 0 0 1em 0;
}

#content .panel .beforePieChart {
  margin-bottom: 0;
}

#content .panel .afterPieChart {
  margin-top: 0;
}

#content .panel hr {
  margin-left: -5px;
  margin-right: -5px;
}





/* Footer elements */

#footer p {
  font-size: 1em;
  line-height: 1.2em;
  color: #5f5f5f;
}

#footer a {
  color: #3399cc;
}

#footer .copyright {
  display: inline;
  float: left;
}

#footer .contact {
  display: inline;
  float: right;
  text-align: right;
}





/* List elements */

ul.plain {
  list-style: none;
  margin: 30px 0 40px 0;
  padding: 0;
}

ul.plain li {
  margin: 0.5em 0 0.5em 0;
}



ul.overview {
  margin: 0 0 1.5em;
  padding: 0 0 0 16px;
  list-style: square;
  line-height: 1.4em;
}

ul.overview li {
  margin: 0.4em 0 0.4em 0;
}



ul.legend {
  list-style: none;
  margin: 10px 0 20px 0;
  padding: 0;
  font-size: 1em;
}

ul.legend li {
  margin: 8px 0 8px 0;
  padding: 2px 0 2px 18px;
  line-height: 1.2em;
  background-repeat: no-repeat;
  background-position: 0 0.2em;
}



ul.mapLegend li.total            {background-image: url(../image/legend/map/total.gif);}
ul.mapLegend li.federal          {background-image: url(../image/legend/map/federal.gif);}
ul.mapLegend li.federalPreserved {background-image: url(../image/legend/map/federalPreserved.gif);}
ul.mapLegend li.hcp              {background-image: url(../image/legend/map/hcp.gif);}
ul.mapLegend li.sosea            {background-image: url(../image/legend/map/sosea.gif);}
ul.mapLegend li.tribal           {background-image: url(../image/legend/map/tribal.gif);}
ul.mapLegend li.chu              {background-image: url(../image/legend/map/chu.gif);}
ul.mapLegend li.nwfp             {background-image: url(../image/legend/map/nwfp.gif);}
ul.mapLegend li.nwfb             {background-image: url(../image/legend/map/nwfb.gif);}
ul.mapLegend li.owlSites         {background-image: url(../image/legend/map/owlSites.gif);}



ul.chartLegend {
  font-size: 1.2em;
  line-height: 1.2em;
}

ul.chartLegend li {
  background-position: 0 0.4em;
  margin: 8px 0 8px 0;
}



ul.chartLegend li.federal              {background-image: url(../image/legend/chart/federal.gif);}
ul.chartLegend li.federalSoseaCombined {background-image: url(../image/legend/chart/federalSoseaCombined.gif);}
ul.chartLegend li.chu                  {background-image: url(../image/legend/chart/chu.gif);}
ul.chartLegend li.chuLsrCombined       {background-image: url(../image/legend/chart/chuLsrCombined.gif);}
ul.chartLegend li.nwfp                 {background-image: url(../image/legend/chart/nwfp.gif);}
ul.chartLegend li.hcp                  {background-image: url(../image/legend/chart/hcp.gif);}
ul.chartLegend li.sosea                {background-image: url(../image/legend/chart/sosea.gif);}
ul.chartLegend li.soseaHcpCombined     {background-image: url(../image/legend/chart/soseaHcpCombined.gif);}
ul.chartLegend li.riparian             {background-image: url(../image/legend/chart/riparian.gif);}
ul.chartLegend li.tribal               {background-image: url(../image/legend/chart/tribal.gif);}



ul.radioControl {
  list-style: none;
  margin: 10px 0 20px 0;
  padding: 0;
  font-size: 1em;
}

ul.radioControl li {
  margin: 8px 0 8px 0;
  padding: 2px 0 2px 0;
  line-height: 1.2em;
}

ul.radioControl a {
  font-size: 1em;
  color: #2b2b2b;
}

ul.radioControl label {
  cursor: pointer;
}

ul.radioControl input {
  display: inline;
  float: left;
  margin: 0 5px 0 0;
  padding: 0 0 0 0;
  width: 13px;
  height: 13px;
  cursor: pointer;
}





/* Supporting elements */

.left {
  display: inline;
  float: left;
}

.right {
  display: inline;
  float: right;
}

.clear {
  clear: both;
}

div.clear {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}





/* Common elements */

hr.sectionDivider {
  display: none;
}

img.pieChart {
  display: block;
  width: 177px;
  height: 143px;
  margin: 20px auto 20px auto;
  margin: 0 auto 0 auto;
}





/* General formatting */

body {
	font: 62.5%/1em Arial, Verdana, sans-serif;
	text-align: left;
  color: #2b2b2b;
}

h1, h2, h3, h4, h5, h6, a {
  font-family: Arial, Verdana, sans-serif;
  line-height: 1.2em;
  color: #d26f18;
  margin: 0;
  padding: 0;
}

a {
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #b87421;
}

h2, .h2 {
  font-size: 3.0em;
  line-height: 1em;
}

h3, .h3 {
  font-size: 1.6em;
}

h4, .h4 {
  font-size: 1.4em;
  color: #6f6f45;
}

h5, .h5 {
  margin: 1em 0 0 0;
  font-size: 1.4em;
  color: #6f6f45;
}


p {
  margin: 1.2em 0 1.2em 0;
  padding: 0;
  font-size: 1.2em;
  line-height: 1.6em;
  line-height: 1.8em;
  font-weight: normal;
}

p.note {
  font-size: 1em;
}

ul {
  font-size: 1.2em;
  line-height: 1.833em;
}

li a {
  font-size: 1em;
}


hr {
  display: block;
  height: 1px;
  padding: 0;
  color: #d2d2d2;
  background-color: #d2d2d2;
  line-height: 0;
  font-size: 0;
  border: none;
}

