/* CSS Basic Stylesheet for Wildcare Site */


/* 
#369 - blue-gray
#698f44 - brown-green
*/


a:link { text-decoration: underline; color: #369; } 
a:visited  { text-decoration: underline; color:#369; } 
a:hover { text-decoration: underline; color:#698f44; }  
a:active { text-decoration: underline; color:#698f44; } 

* {
	margin: 0;
	padding: 0;
	}
	
body {
	background-color: #fff;
	text-align: center;
	color: #333;
	text-align: left;
	font: 100.01% 'Trebuchet MS', Arial, Helvetica, sans-serif;
}


h1 { /*for screen readers*/
    text-indent: -9999px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

h1 a { /*for visual browsers*/	
    display: block;
    background: url(../images/banner.jpg) no-repeat;
    width: 780px;
    height: 125px; 
}


h2 { /*page headers*/
	margin: 0;
	padding: 0;
	font-size: 105%;
	font-weight: bold;
	color: #698f44;
	margin-bottom: 15px;
	
}

h3 {
	margin: 0;
	padding: 0;
	font: bold 85% 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #369;
	margin: 10px 0 15px 0;
}

h3.first { /*for Links page*/
	margin-top: 0;
}

h4 {
	margin: 0;
	padding: 0;
	font: italic bold 80% Arial, Helvetica, sans-serif;	
	color: #698f44;
	margin: 10px 0;
}
	


p {
	margin: 0;
	padding: 0;
    font-size: 75%;
	color: #333;
	line-height: 190%;
	padding-bottom: 15px;
}


p.access { /*skip nav*/
	display: none;
}

.grn {
	color: #698f44;
	font-weight: bold;
}


/*Bullet lists*/

ul.links {	
	list-style-type: square;
	margin-left: 15px;
	font-size: 80%;
	margin-bottom: 30px;
}

li {
   	color: #333;
	line-height: 170%;
}

 



	
	
	




