/********************************************************/
/* MAIN CONTENT */
/********************************************************/

#main_content{
	width:100%;
	display:table;
	border-top:1px solid #483928;
	border-bottom:1px solid #483928;
	background:url(../../images/secondary_content_bkgd.gif) repeat-x;
	background-color:#e3d4b8;
}

#main_content_container{
	width:960px;
	margin:auto;
}

#main_content_column1{
	float:left;
	text-align:left;
	width:470px;
	margin:40px 0px 40px 75px;
}

#main_content_column2{
	float:right;
	width:230px;
	margin:40px 90px 40px 0px;
}

#main_content ul{
	list-style:inside;
	padding-right:1.5em;
}

#tarantula{
	width:266px;
	height:46px;
	margin-top:-47px;
	background:url(../../images/tarantula.png) no-repeat;
}

#ladybugs{
	position:relative;
	width:67px;
	height:22px;
	top:-15px;
	margin:auto;
	background:url(../../images/ladybugs.png);
}

#hedgehog{
	float:right;
	width:97px;
	height:68px;
	margin-top:-77px;
	background:url(../../images/hedgehog.png);
}

.title{
	margin-top:20px;
}

/********************************************************/
/* TOP */
/********************************************************/

#top{
	width:960px;
}

#top_column1{
	float:left;
	width:700px;
}

#top_column2{
	float:right;
	width:248px;
}

#main_pic{
	width:697px;
	height:331px;
	background:url(../../images/main_pic_bkgd.png);
	position:relative;
}

#map{
	width:320px;
	height:176px;
	/*background:url(../../images/map.png);*/
}

#fun_facts{
	margin-top:30px;
	width:228px;
	height:113px;
	background:url(../../images/fun_facts_bubble.png);
}

#fun_facts h3{
	font:14pt Georgia, "Times New Roman", Times, serif;
	color:#483928;
}

#fun_facts h5{
	font:12pt Georgia, "Times New Roman", Times, serif;
	color:#6f573b;
}

#fun_facts h6{
	font:bold 8pt Georgia, "Times New Roman", Times, serif;
	color:#6f573b;
	margin-top:6px;
}

#fun_facts_container{
	padding:10px;
}


/********************************************************/
/* ANIMAL BUTTONS */
/********************************************************/

.animal_btn{
	width:230px;
	height:49px;
	font:10pt Tahoma, Verdana, Arial, sans-serif;
	color:#fef1c0;
	background:url(../../images/btn_animal_bkgd.png);
}

.btn_label{
	float:left;
	text-align:center;
	margin:15px 0px 0px 6px;
	width:106px;
}

.btn_image{
	float:right;
	height:37px;
	margin:6px 7px 0px 0px;
	border-left:1px solid #668a34;
}

/* FUN FACTS LINK STYLING */
a.fun_facts_link:link{
	color:#4d3d1c;
	text-decoration:none;
}

a.fun_facts_link:visited{
	color:#4d3d1c;
	text-decoration:none;
}

a.fun_facts_link:hover{
	color:#4d3d1c;
	text-decoration:none;
}

a.fun_facts_link:active{
	color:#4d3d1c;
}

/* PROGRAMS LINK STYLING */
a.programs_link:link{
	color:#755d42;
	text-decoration:none;
}

a.programs_link:visited{
	color:#755d42;
	text-decoration:none;
}

a.programs_link:hover{
	color:#392e22;
	text-decoration:none;
}

a.programs_link:active{
	color:#755d42;
}

/* ANIMAL BUTTONS LINK STYLING */
a.animal_btn_link:link{
	color:#fef1c0;
	text-decoration:none;
}

a.animal_btn_link:visited{
	color:#fef1c0;
	text-decoration:none;
}

a.animal_btn_link:hover{
	color:#fef1c0;
	text-decoration: underline;
}

a.animal_btn_link:active{
	color:#fef1c0;
}

.pics {  
    height:309px;  
    width:675px;
	top:11px;
	left:11px;
}

/* ANIMAL BUTTONS */
a.btn_mammal{
	display:block;
	width:230px;
	height:49px;
	text-decoration: none;
	background:url(../../images/btn_mammals.png);
 }
 
a.btn_mammal:hover{
	 background-position: -230px 0;
}

a.btn_reptiles{
	display:block;
	width:230px;
	height:49px;
	text-decoration: none;
	background:url(../../images/btn_reptiles.png);
 }
 
a.btn_reptiles:hover{
	 background-position: -230px 0;
}

a.btn_birds{
	display:block;
	width:230px;
	height:49px;
	text-decoration: none;
	background:url(../../images/btn_birds.png);
 }
 
a.btn_birds:hover{
	 background-position: -230px 0;
}

a.btn_insects{
	display:block;
	width:230px;
	height:49px;
	text-decoration: none;
	background:url(../../images/btn_insects.png);
 }
 
a.btn_insects:hover{
	 background-position: -230px 0;
}