﻿body
{
	background: white url(img/bg-nav.gif) repeat-y left;
	font: 80%/1.4em normal Arial, Verdana, Geneva, sans-serif;
	margin: 0px;
}

a:link {
  color: #039;
}
a:visited {
  color: #660066;
}
a:hover, a:active {
  color: black;
}


.header
{
	  background: #7196c8 url(img/bg-header.gif);
      font:  100%;
      height: 100px;
}

h1 {
  color: #333;
  font: 130%/1.4em Arial, Geneva, sans-serif;
  font-weight: bold;
  padding: 0.2em 0.1em 0 0;
}

h2 {
  color: #333;
  font: 120%/1.4em Arial, Geneva, sans-serif;
  font-weight: bold;
  padding: 0.2em 0.1em 0 0;
}

h3 {
  color: #333;
  font: 120%/1.4em Arial, Geneva, sans-serif;
  font-weight: bold;
  padding: 0.2em 0.1em 0 0;
}

h4 {
  color: #333;
  font: 120%/1.4em Arial, Geneva, sans-serif;
  font-weight: bold;
  padding: 0.2em 0.1em 0 0;
}

#title {
  background: transparent;
  color: white;
  font-family: arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4em;
  text-align: left;
  padding-top: 5px;
  margin-right: 145px;
}
/* -----------------------------------------------------------------------------------------*/
#breadcrumb {
  color: #515124;
  font-size: 85%;
  margin: 0 0 1em 0;
}
#breadcrumb a,
#breadcrumb a:link,
#breadcrumb a:visited {
  background-color: transparent;
  color: #515124;
}
#breadcrumb a:hover {
  background-color: inherit;
  color: black;
}




/*--------------------------------------------------------- */
#navigation {
  float: left;
  left: 0;
  font: 90%/1.4em Arial, Geneva, sans-serif;
  width: 170px;
}

#navigation a,
#navigation a:link,
#navigation a:visited {
  background-color: transparent;
  color: #336;
  display: block;
  text-decoration: none;
  width: 100%;
}

#navigation a:hover {
  background-color: inherit;
  color: black;
  text-decoration: underline;
}
/* -----------------------------------------------------------------------------------------*/
#maincontent
{
	 font-size: 85%;
	 margin-left: 30px;
}


#maincontent a:link {
  color: #039;
}
#maincontent a:visited {
  color: #039;
}
#maincontent a:hover, a:active {
  color: black;
}

/* ---------------------------------------------------------------------------------------- */
#footer 
{
  border-top: 1px solid #ccc;
  font-size: 80%;
  margin: 6em 0 2em 0;
  padding-top: 0.5em;
  text-align: center;
  color: #333;
  font-style: italic;
}
#footer div a {
  color: #666;
}
#footer div a:hover {
  color: black;
}
#footer p {
  line-height: 1.3em;
  margin-bottom: 0.5em;
  padding: 0;
}
/* ---------------------------------------------------------------------------------------- */

#species
{
  border-top: 1px solid #ccc;

}

#species table
{
    border-width: 1px;
	border-style: solid;
	border-color: #808080;	
	border-collapse: collapse;
}

.nontaxon
{
	font-size: 100%;
	font-weight: bold;
	color: #cc0000;
}
