td {  font-family: Arial, Helvetica, sans-serif; font-size: 12px}

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}

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%;
}	