@charset "utf-8";


/* Page setup */

html, body {
  width: 100%;        /* Firefox centered background bug workaround */

  min-width: 975px;   /* Firefox centered background bug workaround */
  min-height: 100%;   /* Firefox centered background bug workaround */
  margin: 0;
  padding: 0;
}

html {
  height: 100%;       /* Firefox centered background bug workaround */
  background: #f6f4e4 url(../image/masthead.jpg) no-repeat center 0;
}

body {
  padding: 0 0 0px 0;
  background-repeat: no-repeat;
  background-position: center 129px;
}





/* General layout */

#container {
  position: relative;
  width: 975px;
  margin: 0 auto 0 auto;
  padding: 0 0 60px 0;
  background: transparent url(../image/tree.jpg) no-repeat 0 bottom;
}

#masthead {
  position: relative;
  width: 975px;
  height: 129px;
  margin: 0 0 42px 0;
  padding: 0 0 280px 0;
}

#primaryNav {
  position: absolute;
  width: 595px;
  width: 680px;
  right: 0;
  bottom: 280px;
  margin: 0;
  padding: 0;
}

#panel {
  position: relative;
  display: inline;
  float: left;
  width: 230px;
  margin: 0 27px 0 23px;
  padding: 0;
}

#content {
  position: relative;
  display: inline;
  float: left;
  width: 603px;
  margin: 0 0 0 27px;
  padding: 0;
}

#footer {
  position: absolute;
  right: 0;
  bottom: 60px;
  width: 160px;
  padding: 0 0 0 8px;
  border-left: solid 1px #9ea391;
}





/* Primary navigation */

#primaryNav {
  font-size: 1em;
  line-height: 1em;
  list-style: none;
}

#primaryNav li {
  display: inline;
  float: right;
  /*width: 110px;*/
  margin: 0;
  padding: 0 0 1px 0;
  list-style-position: outside;
  border-left: solid 1px #b4b59f;
  border-left: solid 1px #a4a48d;
}

#primaryNav li.last {
  border-left: none;
}

#primaryNav li.last a {
  /*padding-right: 0;*/
}

#primaryNav li.large {
  /*width: 180px;*/
}

#primaryNav li a {
  position: relative;
  display: block;
  margin: 0;
  padding: 10px 30px 10px 30px;
  padding: 10px 25px 10px 25px;
  font-family: Georgia, Arial, Verdana, sans-serif;
  font-size: 1.4em;
  font-weight: normal;
  line-height: 1em;
  color: #fefefe;
  text-decoration: none;
}

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





/* Secondary navigation */

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

#secondaryNav li {
  margin: 0;
  padding: 0 0 1px 0;
  list-style-position: outside;
}

#secondaryNav li a {
  position: relative;
  display: block;
  margin: 0;
  padding: 6px 0 6px 12px;
  background-position: 0 0.9em;
  background-repeat: no-repeat;
  font-size: 1.1em;
  font-weight: normal;
  text-decoration: none;
  color: #000;
}

#secondaryNav li.active a, #secondaryNav li a:hover {
  color: #3a6e8f;
}

#secondaryNav li.active a {
  background-image: url(../image/nav-arrow.gif);
}





/* Masthead elements */

#masthead .title a {
  position: absolute;
  top: 35px;
  left: 26px;
  width: 326px;
  height: 56px;
  background: transparent url(../image/logo.gif) no-repeat 0 0;
  margin: 0;
  text-indent: -5000px;
  overflow: hidden;
}

#masthead .tagline {
  display: none;
}





/* Panel elements */

#panel .title {
  margin: 0 0 12px 0;
  padding: 0;
  font-family: Georgia, Arial, Verdana, sans-serif;
  font-size: 1.8em;
  color: #000;
}

#panel p {
  font-size: 1.1em;
  line-height: 1.455em;
}

#panel div.divider {
  margin: 30px 0 30px 0;
}

#panel div.address p {
  margin-bottom: 1em;
}





/* Content elements */

#content .title {
  margin: 0 0 35px 0;
  padding: 0 0 35px 0;
  font-family: Georgia, Arial, Verdana, sans-serif;
  font-size: 2.6em;
  line-height: 1.308em;
  border-bottom: solid 1px #3a6e8f;
}

#content .subtitle {
  margin: 0 0 12px 0;
  padding: 0;
  font-family: Georgia, Arial, Verdana, sans-serif;
  font-size: 1.8em;
  color: #000;
}

#content div.section {
  margin: 40px 0 0 0;
}

#content div.divider {
  margin: 36px 0 36px 0;
}

#content div.column {
  display: inline;
  float: left;
  width: 280px;
}

#content div.lastColumn {
  float: right;
  margin-right: 0;
}

#content div.video {
  display: block;
  text-align: center;
}

#content img {
  padding: 10px 0 10px 0;
}





/* Footer elements */

#footer p {
  position: relative;
  margin: 0;
  font-size: 1.1em;
  line-height: 1.2em;
  color: #787c65;
}





/* 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;
}

div.divider hr {
  display: none;
}





/* Common elements */

/*
a.externalLink {
  padding-right: 16px;
  background: transparent url(../image/external-link-icon.gif) no-repeat right 0.08em;
}
*/

ul.organizations, ul.links {
  margin: 0 0 0 15px;
  padding: 0;
  font-size: 1.4em;
  line-height: 1.571em;
}

ul.organizations li, ul.links li {
  margin: 0;
  padding: 0;
  text-indent: -15px;
  list-style: none;
}

ul.links li {
  margin: 10px 0 10px 0;
}

ul.snug {
  margin-top: -1.4em;
}

h3.separate {
  margin-bottom: 1em;
}





/* General formatting */

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


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

h3, h4, h5 {
  margin: 1.4em 0 0 0;
  font-family: Arial, Verdana, sans-serif;
  line-height: 1em;
}

h1 {
  font-size: 3.0em;
}

h2 {
  font-size: 1.8em;
  line-height: 1em;

}

h3 {
  font-size: 1.6em;
  line-height: 1.5em;
  color: #3a6e8f;
}

h4 {
  margin: 1em 0 0 0;
  font-size: 1.6em;
  line-height: 1.5em;
  font-weight: bold;
}

h5 {
  font-size: 1.4em;
  font-weight: bold;
}


p {
  margin: 0 0 1.4em 0;
  padding: 0;
  font-size: 1.4em;
  line-height: 1.714em;
  font-weight: normal;
}


a {
  font-family: Arial, Verdana, sans-serif;
  font-weight: normal;
  color: #285877;
}

a:hover {

}

a img {
  border: none;
}


ul {
  margin: 0 0 1.2em 0;
  padding: 0 0 0 35px;
  font-size: 1.2em;
  line-height: 1.667em;
}

li {
  list-style-position: outside;
}

li a {
  font-size: 1em;
}


dl {
  margin: -25px 0 0 0;
  padding: 0;
  font-size: 1em;
}

dt, dd {
  margin: 0;
  padding: 0;
}

dt {
  margin: 25px 0 0 0;
  font-size: 1.4em;
  line-height: 1.571em;
}

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


hr, .divider {
  display: block;
  height: 1px;
  margin: 0;
  padding: 0;
  color: #3a6e8f;
  background-color: #3a6e8f;
  line-height: 0;
  font-size: 0;
  border: none;
}




