body{
  background-color: #fff;
  color: #333;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px;
  margin-top: 20px;
  line-height: 120%;
}


td {  font-family: Arial, Helvetica, sans-serif; font-size: 12px;vertical-align:top}

h2 {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #006600; padding: 0px; margin: 0px;}

p {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; padding: 5px 0em}

a{color:#232D18; font-family: Arial, Helvetica, sans-serif; font-size: 11px}
a:link { color : #232D18; font-family: Arial, Helvetica, sans-serif; font-size: 11px}
a:active { color : #232D18; font-family: Arial, Helvetica, sans-serif; font-size: 11px}
a:visited { color : #339900; font-family: Arial, Helvetica, sans-serif; font-size: 11px}
a:hover { color : #FF6600; text-decoration:underline; font-family: Arial, Helvetica, sans-serif; font-size: 11px}

hr { border:0; border-top: 1px dashed #669900; height: 0; } 

.orgH {
	height: 30px; color: white; padding: 5px 0 0 55px; font-weight: bold; text-align: left; }

.animal {
	background: url(/images/dolphin.gif) no-repeat;
}

.people {
	background: url(/images/people.gif) no-repeat; }

.enviro {
  background: url(/images/tree.gif) no-repeat; }

.orgtable td {
	padding: 3px 10px;
	text-align: left;
}

.pad5{
	padding: 5px;
}

#floatLeft{
	float:Left;
}


#floatRight{
	float:Right;
}

.testimonialsImg{
	width:75px;
	height:75px;
	border: 0px solid #128C2C;
	margin: 2px 0px 2px 0px;
	padding: 2px;
}

#testimonialsContentRight {
   background-color:#FFFFE1;
	min-width:10em;
	margin-right:75px; /*Should be the same as testimonialsImg width*/
}

#testimonialsContentLeft {
   background-color:#FFFFE1;
	min-width:10em;
	margin-left:75px; /*Should be the same as testimonialsImg width*/
}

.starList{
	display: inline;
	list-style-image: none;
	list-style-position: inside;
	
}

.starList{
	padding: 0;
	margin: 0;
}

.starList li{
	padding: 5px;
	list-style-image: url(/images/star_sml.gif);
}

.required{
	color:#ff0000;
}


a.info{
    position:relative; /*this is the key*/
    z-index:24; 
    color:#000;
    }

a.info:hover{
	z-index:25; 
	background-color:#FFFFE1;
}

a.info span.tooltip{display: none;text-decoration: none;}

a.info:hover span.tooltip{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:40em;
    font-size:110%;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-decoration: none;
    text-align: left;
    font-weight:normal;
    padding:5px;}
	
.tt{
	font-weight:bold;
	color:#006600;
}

ul.arrow-list{
	margin:0;
	padding:0;
}

ul.arrow-list li{
	list-style-type:none;
	background: url(/images/arrow.gif) top left no-repeat;
	padding-left: 10px;
	padding-bottom: 15px;
	line-height: 150%;
}

ul.arrow-list li ul li{
	list-style-type: disc;
	background: none;
	padding-left:0;
}

p.extra-spacing{
	line-height: 150%;
}	

img {
  border: none;
}

.page  {
  margin: 0 auto;
  width: 980px;
}

.front .title{
  text-align: center;
}

.footer {
  clear:both;
  text-align: center;
  margin-top: 3em;
}

.footer  ul li{
  list-style-type:none;
  display:inline;
  font-weight:bold;
  padding: 0 0.5em;
}

.footer  ul li a{
    font-size: 120%;
}

.quotes {
  text-align: right;
  color: #006600;

}

.tree-navigation{
  margin-top: 20px;
}

.content {
  padding: 1em 30px;
}

.content-inner {
  width: 500px;
  margin: 0 auto;
}

.col-left{
  width:200px;
  padding-right:30px;
  border-right: 1px solid #ddd;
}

.col-right {
  width: 160px;
  padding-left: 20px;
}

.page-title {
  margin-left: 260px;
}

.feature {
  background-color: #efefef;
  padding:1em;
}

.nobullets {
  list-style-type: none;
} 

.feature-left{
  width:190px;
  float:left;
  margin-right:20px;
}

.clear {
  clear: both;
}

.tree-navigation ul{
  padding:0;
  margin:0;  
}

.tree-navigation ul li{
    padding:0;
  margin:0;
  list-style-type:none;
  font-size: 12px;
vertical-align: bottom;
float: left; clear: left;
}

.tree-navigation ul li a{
  padding:0;
  margin:0;
  vertical-align: bottom;
  display: block;

}

.tree-navigation ul li img {
  margin:0;
  display:block;
  vertical-align: bottom;
  float: left; clear: left;
}



.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
