html {
  height: 100%;
}
body {
  background-color: #fff;
  color: #7f7f7f;
  text-align: center;
  height: 100%;
}

/*#container {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
  visibility: visible;
  display: block;
}*/

#wrapper {
/*  position: absolute;
  top: -325px;
  left: 50%;
  margin: 0;
  margin-left: -500px;*/

  margin: auto;
  margin-top: 29px;

  border: solid 1px #d9d8d4;
  width: 970px;
  height: 610px;
  padding-left: 30px;
  padding-top: 40px;
  text-align: left;
}
#splash-page a {
  color: #609b45;
  line-height: 78px;
  font-weight: bold;
}
#splash-page #splash-container {
  height: 500px;
}
#navbar {
  height: 117px;
  font-size: 12px;
}
#navbar ul {
padding-left: 1px;
}
#navbar ul li {
  margin: 0;
  color: #b0cda2;
  font-weight: bold;
}
#navbar ul li a,
#navbar ul li ul li a {
  color: #b0cda2;
  font-size: 12px;
}
#navbar ul li a:hover,
#navbar ul li a#current,
#navbar ul li ul li a:hover,
#navbar ul li ul li.selected a {
  color: #609b45;
}

#navbar ul li ul {
  background: none;
  width: 100%;
  padding-left: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  top: 10px;
}
#navbar ul li.drop.selected ul.dropdown {
  display: block;
}
#navbar ul li ul li {
  display: inline;
  margin: 0;
}

#content {
  float: left;
  width: 360px;
/*  margin-right: 30px;*/
}
#content h1,
#content p.project-title {
  margin-bottom: 4px;
  color: #609b45;
  font-size: 18px;
}
#content p.project-title {
  margin-top: -9px;
}
#content p {
  color: #7f7f7f;
  margin-bottom: 14px;
}
#content .arrow {
  font-size: 1.1em;
}

#flash-container {
  float: right;
  margin-top: 13px;
  width: 570px;
  height: 334px;
/*border: solid 1px red;*/
}

#bigheads h1,
#bigheads h1 a {
  color: #609b45;
}

#content,
#text a {
  color: #7f7f7f;
}
#content a {
  color: rgb(180,180,180);
}
#content a:hover,
#text a:hover {
  color: #609b45;
}
