@charset "utf-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #f1f1f1;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size: 12px;
}

#topline{
	height:20px;
	background-color: #2e5902;
	margin:auto;
}

#bg{
	width:960px;
	background-color: #456e02;
	margin:auto;
}

#wrapper {

	width:864px;
	/*margin:auto;*/
	padding:50px;
	background-image: url(../img/bg.png);
	background-repeat:no-repeat;
}

/*DYR*/
#title{
 	height:50px;
 	font-size: 24px;
 	text-indent: 10px;
 	border-bottom:black 2px solid;
 	margin-bottom:15px;
 }
 
 #sidemenu{
	width:160px;
	height:300px;
	background-color: #97bf04;
	margin-bottom:30px;
	border-radius: 10px;
	padding-left:20px;
	padding-top:10px;
	position: absolute;
	
}

 #sidemenu a{
 	margin:0px;
 	padding:0px;
 	color:black;
 }

 #sidemenu ul{
 	list-style: none;
 	margin-top: 10px;
 }
 #sidemenu ul span{
 	color:#f1f1f1;
 	
 }
 
 
 #current-page{
 	border-bottom:black 1px solid;
 	height:20px;
 }

 #dyr-content{
 	min-height: 320px;
 	margin-left: 200px;
 	width:665px;

 }
 
 .dyr-desc{
 	padding-top:25px;
 	height:100px;
 	border-bottom:black 1px solid;
 }
 
 .dyr-desc #imgHolder{
 	position:absolute;
 	
 }
 
.headline{
	font-size:16px;	
}

.dyr-desc p{
	margin-left:110px;
}

/*DYR - Undersections*/

#animal-banner{
	height:200px;
	width:210px;
	float:left;
	
}


#animal-desc{
	padding-bottom:10px;
}

#animal-desc p{
	margin-top:20px;
	
}

/*---Menu---*/

#menu{
	height:200px;
	background-image: url(../img/menubg.png);
	margin-bottom: 40px;
	text-align:center;
}
#menu-text{
	margin-top: 135px;
	position: absolute;
	color:red;
	
}

#cssmenu{
	width:430px;
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 67.5% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-top: 105px;
	margin-left:300px;
	
	}
#cssmenu ul{
	/*background:#333333;*/
	height:60px;
	list-style:none;
	margin:0;
	padding:0;
	}
#cssmenu li{
	float:left;
	margin-top:10px;
	margin-left:5px;
	}
#cssmenu li a{
	background:#456e02 url('seperator.gif') bottom right no-repeat;
	height:20px;
	color:#ebf2b3;
	display:block;
	font-weight:700;
	line-height:20px;
	margin:0px;
	padding:25px 25px;
	text-align:center;
	text-decoration:none;
	}
#cssmenu li a:hover, #cssmenu ul li:hover a{
	background: #2e5902;
	color:#FFFFFF;
	text-decoration:none;
	}
#cssmenu li ul{
	background:#2e5902;
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:225px;
	z-index:200;
	/*top:1em;
	/*left:0;*/
	}
#cssmenu li:hover ul{
	display:block;
	
	}
#cssmenu li li {
	background:url('sub_sep.gif') bottom left no-repeat;
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:225px;
	}
#cssmenu li:hover li a{
	background:none;
	
	}
#cssmenu li ul a{
	display:block;
	height:35px;
	font-size:12px;
	font-style:normal;
	margin:0px;
	padding:0px 10px 0px 15px;
	text-align:left;
	}
#cssmenu li ul a:hover, #cssmenu li ul li:hover a{
	background:#f2b701 url('hover_sub.gif') center left no-repeat;
	border:0px;
	color:#ffffff;
	text-decoration:none;
	}
#cssmenu p{
	clear:left;
	}	

/*---Content---*/

#newzSlider{
	margin-bottom: 40px;
}


#content{
	height:940px;
	background-image: url(../img/content-bg.png);
	margin-bottom: 130px;
	border-radius: 10px;
	
}

#giraffi {
	position: absolute;
	margin-top: 234px;
	margin-left:350px;
	
}

#top-content{
	height:500px;
	
}

#bot-content{
	height:440px;
	margin-top:130px;
}

.content-box{
	height:260px;
	width:230px;
	background-color: #eaf1b2;
	float:left;
	margin:20px 0px 0px 17px;
	padding:10px 10px 0px 10px;
	border-radius: 2px;
}


.textArea h2{
	position:absolute;
	height:35px;
	width:230px;
	border-bottom:1px black solid;
}



.textArea p{
	margin-top:40px;
}



.mid{
	height:260px;
	width:275px;
	
}



/*Footer-section*/

#sitemap{
	height:100px;
	border-top:2px solid #eaf1b2;
	
}

#sitemap a:hover, a:active, a:link, a:visited{
	text-decoration: none;
	font-size: 11px;
	margin-left:140px;
	color:#97bf04;
}

#sitemap a:hover{
	text-decoration: underline;
}
#sitemap #sites a{
	margin-left:140px;

}
#sitemap #sites a:first-child + a{
	margin-left:135px;
}
#sitemap #sites a:first-child + a + a {
	margin-left:165px;
}

#sitemap #sites a:first-child + a + a + a {
	margin-left:173px;
}

#sitemap #sub-section{
	padding-top:5px;
	opacity:0.5;
}

footer{
	background-image: url(../img/singlerow-gadient.png);
	border-radius: 10px;

	padding-top:10px;
	padding-left:5px;
}

footer img{
	float:right;
}
#contact-info{
	height:50px;
	font-size: 11px;
	
	
}

#copyright{
	margin-top:10px;
	height:50px;
	font-size: 9px;
	opacity:0.3;
	border-top: 1px solid black;
/*	margin-bottom: 50px;*/
}



