html {
	background: #fff url(../images/html_bg.png) repeat left top;
	text-align: center;
}

body {
	font-size: small;
	font-family: "Lucida Grande", "Trebuchet MS", verdana, sans-serif;
	background: transparent url(../images/body_bg.jpg) repeat-x 0 0;
	margin: 0;
	padding: 0;
	color: #666;
}

a:link {
  color: #339933;
  text-decoration: none;
}

a:visited {
  color: #339933;
  text-decoration: none;
}

a:hover {
  color: #777;
  text-decoration: none;
}

a:active {
  color: #339933;
  text-decoration: none;
}


/* page structure
---------------------------------------------------------- */

#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	font-size: 95%;
}

#masthead {
	width: 100%;
	height: 100px;
	position: relative;
	background: transparent url(../images/masthead_bg.jpg) no-repeat right top;
}

#content {
	float: left;
	width: 600px;
	margin-bottom: 2em;
}

#nav {
	float: right;
	width: 185px;
	background: #9EC0E6 url(../images/nav_bg.jpg) no-repeat left bottom;
	margin-bottom: 2em;
}

#footer {
	clear: both;
	font-size: 90%;
	position: relative;
	border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #eee;
  overflow: hidden;
}


/* masthead
---------------------------------------------------------- */
h1 {
    position: absolute;
	left: -53px;
	top: 3px;
	height: 93px;
	width: 280px;
    background: transparent url(../images/h2_bg.png) no-repeat 50% 0;
}

h1 a {
    display: block;
    text-indent: -5000em;
	width: 280px;
	height: 93px;
	overflow: hidden;
}

h2 {
	position: absolute;
	right: 0;
	top: 1px;
	width: 185px;
	padding: 93px 0 0 0;
	height: 0px !important;
	height /**/: 93px;
	overflow: hidden;
	margin: 0;
	background: transparent url(../images/h1_bg.png) no-repeat 50% 0;
}

/* content
---------------------------------------------------------- */

#content .gutter {
	padding: 4em 0;
	position: relative;
}

#content h3 {
	font-size: 130%;
	text-transform: uppercase;
	margin-bottom: 2em;
	color: #339933;
	width: 500px;
}

#content #media {
	float: right;
	width: 226px;
	margin: 0 0 20px 20px;
}


#content #details {
	list-style: none;
}

#content #details li {
  line-height: 1.5em;
}

#content p, #content li {
  line-height: 1.5em;
  margin-bottom: 1em;
}

#content p.headshot {
	margin-bottom: .5em;
}

#content p.headshot img {
	padding: 3px;
	background-color: #dadada;
}




#content li strong {
	font-size: 90%;
	text-transform: uppercase;
	color: #339933;
	font-weight: normal;
}

#content .btn {
	border: 2px solid #ddd;
	width: 200px;
}

#content .btn a {
	display: block;
	padding: .5em 1em;
	background: transparent url(../images/btn_bg.png) repeat-x 0 -5px;
	color: #fff;
	text-decoration: none;
}

/* nav
---------------------------------------------------------- */

#nav .gutter {
	padding: 4em 1em 500px 1em;
}

#nav h4 {
	font-size: 100%;
	margin-bottom: .5em;
	text-transform: uppercase;
    font-weight: bold;
}

#nav ul {
	margin-bottom: 1em;
}
#nav li {
	list-style: none;
	line-height: normal;
	margin-bottom: .5em;
	font-size: 95%;
	color: #006600;
	font-weight: bold;
}

#nav li ul {
	margin-left: 1em;
}

#nav a:link {
  color: #006600;
  text-decoration: none;
  font-weight: normal;
}

#nav a:visited {
  color: #006600;
  text-decoration: none;
  font-weight: normal;
  
}

#nav a:hover {
  color: #339933;
  text-decoration: none;
  font-weight: normal;
  
}

#nav a:active {
  color: #006600;
  text-decoration: none;
  font-weight: normal;
  
}



/* footer
---------------------------------------------------------- */

#footer #contacts {
  width: 100%;
  margin-bottom: 1em;
}

#footer #contacts h5 {
  font-size: 110%;
  font-weight: bold;
  margin: 1em;
}

#footer #contacts ul {
  float: left;
  padding: 1em;
}

#footer #contacts li {
  float: left;
  margin: 0 20px 1em 0;
  line-height: 1.4em;
}

#footer #contacts li strong {
  font-weight: bold;
  text-transform: none;
  font-size: 100%;
  color: #666;
}

#footer p {
  clear: both;
  padding: 1em;
  font-size: 95%;
  font-style: italic;
}



/* page specific
---------------------------------------------------------- */

/* HOME */

body.home #content {
  width: 100%;
}

body.home #nav {
  display: none;
}

body.home #intro {
  margin-bottom: 2em;
  line-height: 1.7em;
}

body.home #intro h3 {
  text-transform: none;
  font-size: 130%;
  margin-bottom: 1em;
}

body.home #tabs, body.home #tabs li {
  margin-bottom: 0;
}

body.home #content #tabs {
  overflow: hidden;
}

body.home #content ul.results {
  width: 100%;
  overflow: hidden;
}

body.home #content ul.results li {
  float: left;
  text-align: center;
  margin: 0 20px 20px 0;
  width: 124px;
  line-height: normal;
}

body.home #content ul.results li strong {
  text-transform: none;
  display: block;
}

body.home #content ul.results li a {
  text-decoration: none;
  color: #339933;
}

body.home #content form #query {
  padding: .35em;
  width: 50%;
  font-size: 110%;
  border-right-color: #ddd;
  border-bottom-color: #ddd;
}

body.home #content #submit {
  vertical-align: middle;
}

body.home #results {
  padding: 2em 0;
}

body.home #results h4 {
  font-size: 120%;
  margin-bottom: 0;
}

#by-name li,
#results-by-name li {
  float: left;
  margin: 0 20px 20px 0;
}

#by-name li img,
#results-by-name li img {
  border: 2px solid #ddd;
}


/* icon classes
---------------------------------------------------------- */

.bird {
  background: #fff url(../images/icon_bird.png) no-repeat 50% 0;
}

.butterfly {
  background: #fff url(../images/icon_butterfly.png) no-repeat 50% 0;
}

.cat {
  background: #fff url(../images/icon_cat.png) no-repeat 50% 0;
}

.chimp {
  background: #fff url(../images/icon_chimp.png) no-repeat 50% 0;
}

.dog {
  background: #fff url(../images/icon_dog.png) no-repeat 50% 0;
}

.dolphin {
  background: #fff url(../images/icon_dolphin.png) no-repeat 50% 0;
}

.elephant {
  background: #fff url(../images/icon_elephant.png) no-repeat 50% 0;
}

.flamingo {
  background: #fff url(../images/icon_flamingo.png) no-repeat 50% 0;
}

.gazelle {
  background: #fff url(../images/icon_gazelle.png) no-repeat 50% 0;
}

.giraffe {
  background: #fff url(../images/icon_giraffe.png) no-repeat 50% 0;
}

.gorilla {
  background: #fff url(../images/icon_gorilla.png) no-repeat 50% 0;
}

.jellyfish {
  background: #fff url(../images/icon_jellyfish.png) no-repeat 50% 0;
}

.mantis {
  background: #fff url(../images/icon_mantis.png) no-repeat 50% 0;
}

.ox {
  background: #fff url(../images/icon_ox.png) no-repeat 50% 0;
}

.squirrel {
  background: #fff url(../images/icon_squirrel.png) no-repeat 50% 0;
}

.tiger {
  background: #fff url(../images/icon_tiger.png) no-repeat 50% 0;
}









