

/* General Layout: */

body {
  margin: 0px;
  padding: 0px;
  background-color: #F7F7F7;
	font: 1.0em sans-serif;
	color: #333333;
}

/* -------- General layout -------- */

.clear {
  clear: both;
  height: 0px;
}

a {
  text-decoration: none;
  color: #4D6633;
}

p {
  margin: 10px;
  text-align: justify;
  color: #333333;
}

/* -------- Wrapper -------- */

#wrap {
  width: 100%;
  min-width: 320px;
}

/* -------- Page header -------- */

#header {
  position: relative;
  width: 100%;
  height: 36px;
  border-bottom: 2px solid #4D6633;
  background: #94A887 url(../graphics/header-background.jpg) repeat-x;
  overflow: hidden;
}

/* -------- Page intro -------- */

.intro {
  position: relative;
  width: 100%;
  margin: 0px;
}

.introPhoto {
  float: right;
  margin: 0px 0px 10px 10px;
}

.introText {
  margin: 10px;
  font-size: 0.9em;
  text-align: justify;
  color: #333333;
}

.introText a {
  color: #4D6633;
  text-decoration: underline;
}

/* -------- Main navigation lists -------- */

.listheader {
  height: 36px;
  padding: 0px 0px 0px 8px;
  background-color: #CEDBBA;
  border-bottom: 1px solid #98A685;
  line-height: 36px;
  color: #4D6633;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.listFirst {
  border-top: 1px solid #98A685;
}

.list1ArrowDown {
  height: 36px;
  padding: 0px 0px 0px 26px;
  border-bottom: 1px solid #98A685;
  line-height: 36px;
  color: #4D6633;
  font-weight: bold;
  cursor: pointer;
  background: #E2E3E0 url(../graphics/dropdown-down.png) no-repeat 6px 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list1ArrowRight {
  height: 36px;
  padding: 0px 0px 0px 26px;
  border-bottom: 1px solid #98A685;
  line-height: 36px;
  color: #4D6633;
  font-weight: bold;
  cursor: pointer;
  background: #E2E3E0 url(../graphics/dropdown-right.png) no-repeat 6px 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list2ArrowDown {
  height: 36px;
  padding: 0px 0px 0px 39px;
  border-bottom: 1px solid #98A685;
  line-height: 36px;
  color: #4D6633;
  cursor: pointer;
  background: #F0F0F0 url(../graphics/dropdown-down.png) no-repeat 19px 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list2ArrowRight {
  height: 36px;
  padding: 0px 0px 0px 39px;
  border-bottom: 1px solid #98A685;
  line-height: 36px;
  color: #4D6633;
  cursor: pointer;
  background: #F0F0F0 url(../graphics/dropdown-right.png) no-repeat 19px 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.subList {
  visibility: hidden;
  height: 0px;
}

.subListVisible {
  visibility: inherit;
  height: auto;
}

.specimenLabel {
  padding: 12px;
  border-bottom: 1px solid #98A685;
  background-color: #FFFFFF;
}

/* -------- List pages -------- */

.pagetitle {
  margin: 10px 10px 0px 10px;
  text-align: center;
  color: #4D6633;
  font-weight: bold;
}

.pageintro {
  text-align: center;
}

.genuslistbox {
  margin: 16px 6px 6px 6px;
  padding-bottom: 8px;
  border: 1px solid #98A685;
  background-color: #E7E7E7;
}

.genuslist {
  margin-left: 27px;
  text-indent: -17px;
}

.listgroup {
  margin: 0px 0px 6px 10px;
  color: #4D6633;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.listsubgroup {
  margin-left: 10px;
  color: #4D6633;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.indent4 {
  margin-left: 4px;
  margin-bottom: 3px;
}

.indent10 {
  margin-left: 10px;
}

.indent20 {
  margin-left: 40px;
  text-indent: -20px;
  color: #999999;
}

.indent40 {
  margin-left: 60px;
  text-indent: -20px;
  color: #999999;
}

.indent60 {
  margin-left: 60px;
  text-indent: -20px;
  color: #999999;
}

.resolved {
  color: #4D6633;
}

.unresolved {
  color: #996633;
}

.expected {
  color: #AAAAAA;
}

.countyFamily {
  margin-left: 40px;
  text-indent: -20px;
  color: #4D6633;
}

.countyGroups {
  margin: 10px 10px 0px 10px;
  text-align: center;
  color: #4D6633;
  font-weight: bold;
}

.countyGroups a {
  text-decoration: none;
}


/* -------- Individual species pages -------- */

#nav {
  height: 36px;
  background-color: #CEDBBA;
  border-bottom: 1px solid #98A685;
  overflow: hidden;
}

.navlink {
  float: left;
  height: 36px;
  padding: 0px 4px 0px 6px;
  line-height: 36px;
  font-size: 14px;
  color: #4D6633;
  font-weight: bold;
}

.navseparator {
  float: left;
  width: 15px;
  height: 36px;
  background: url(../graphics/right-angle-36.png) no-repeat 0px 0px;
}

#taxonname {
  height: 36px;
  padding: 0px 0px 0px 8px;
  line-height: 36px;
  color: #4D6633;
  font-weight: bold;
  font-style: italic;
  background-color: #E2E3E0;
}

#tabs {
  height: 36px;
  background-color: #E2E3E0;
  border-bottom: 1px solid #4D6633;
}

.tab {
  float: left;
  height: 35px;
  margin: 0px 0px 0px 1px;
  padding: 0px 6px 0px 6px;
  background-color: #E3EBD8;
  border-top: 1px solid #4D6633;
  border-left: 1px solid #4D6633;
  border-right: 1px solid #4D6633;
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  line-height: 36px;
  font-size: 16px;
  color: #888888;
  font-weight: bold;
  cursor: pointer;
}

.tabsel {
  height: 36px;
  background-color: #CEDBBA;
  color: #4D6633;
}

#tabbar {
  height: 4px;
  background-color: #CEDBBA;
}

#map {
  position: relative;
  display: block;
  width: 100%;
  overflow-x: scroll;
  background-color: #333333;
  border-top: 1px solid #4D6633;
}

.imageLink {
  float: right;
  width: 24px;
  height: 24px;
  margin-left: 8px;
}

.mapLink {
  float: right;
  width: 24px;
  height: 24px;
  margin-left: 8px;
}

.thumbnail {
  float: left;
  width: 75px;
  margin: 16px 0px 0px 16px;
}

.showMoreButton {
  clear: both;
  display: block;
  width: 160px;
  margin: 0px 0px 0px 16px;
  padding: 12px 20px 12px 20px;
  border: 1px solid #4D6633;
  background-color: #E2E3E0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #4D6633;
  cursor: pointer;
}

.showMoreButton:hover {
  background-color: #CEDBBA;
}

/* -------- Page footer -------- */

#footer {
  margin: 16px 0px 8px 0px;
  text-align: center;
	font: 11px sans-serif;
}

#footer a {
  color: #333333;
  text-decoration: underline;
}

/* -------- Specimen map -------- */

#specimenmap {
  position: absolute;
  left: 0px;
  top: 38px;
  width: 100%;
  min-width: 320px;
  height: 320px;
  background-color: #A5BFDD;
}

