/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:gray;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	background:#FFFFFF;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}


div#header {
/*	padding:1em;
	background:#ddd url("../csslayout.gif") 98% 10px no-repeat;*/
	background-color:#000000;
	height:46px;
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}

div#content {
	padding:2em 3em 50px;  /*bottom padding for footer */
	vertical-align:bottom;
	height:100%;

	padding-left:500px;
	padding-right:50px;
/*	float:right;

	background-color:#FFFFFF;*/
}





div#contentMap {
	padding:2em 3em 50px;  /*bottom padding for footer */
	vertical-align:bottom;
	height:100%;
	float:right;
}

	div#content p {
		text-align:justify;
/*		padding:0 1em;*/
	}

	div#content li {
	background-image:url(../images/bullet.gif);
	background-position:left 4px;
	background-repeat:no-repeat;
	padding-left:15px;
	list-style:none;
	margin:3px 0px 3px 0px;
}


div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom 
	background:#ddd;*/
	
	
	background-image:url(../images/footer.gif);
	background-repeat:repeat-x repeat-y;
	background-position:top left;
/*	height:60px;*/
	
	text-align:left;
	
}
	div#footer p {
		padding:1em;
		margin:0;
	}
	
	
	
	
	
	
	#footer ul {
	padding-top:40px;
		list-style:none;
		float:left;
	}
	
	#footer li {
		list-style:none;
		float:left;
		padding:6px 5px 0px 5px;
		color:#FFFFFF;

	}
	
	#footer li a {
		list-style:none;
		float:left;
		text-decoration:none;
		color:#ffffff;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:normal;
	}
	
	#footer li a:hover {
		list-style:none;
		float:left;
		text-decoration:underline;
		color:#FFFFFF;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	
	
	



#nav {
	height:26px;
	background-color:#6d6e71;
	top:46px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	list-style:none;
    float:left;
	text-align: center;
    margin: 0px;
    padding: 0px;
    color: #FFFFFF;
}

#nav a, #nav strong, #nav span {
    display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:normal;
}

#nav a:hover {
	display: block;
	color: #FFFFFF;
	text-decoration: underline;
}

#nav #current, #nav #current a {
	color: #97c93c;
}

#nav a.daddy {
	background: url(../images/rightarrow.gif) center right no-repeat;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 16em;
	w\idth: 16em;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	text-align: left;
}

#nav li li {
	padding-right: 1em;
	width: 12em;
	background-color:#a7a9ac;
	text-align: left;
}

#nav li ul a {
	width: 10em;
	w\idth: 10em;
	text-align: left;
	font-size:11px;
}

#nav li ul ul {
	margin: -1.7em 0 0 13em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	color:#FFFFFF;
	font-size:11px;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	color: #FFFFFF;
	font-size:11px;
}

#nav li:hover, #nav li.sfhover {
	color:#FFFFFF;
	font-size:11px;
}

	
	
	
	
	
		#blankPage {
			
		}
		

		
		div#container.elephant {
			background-image:url(../images/elephant.jpg);
			background-repeat:no-repeat;
			background-position:bottom left;
		}
		
		div#container.ducks {
			background-image:url(../images/ducks.jpg);
			background-repeat:no-repeat;
			background-position:bottom left;
		}
		
		div#container.stork {
			background-image:url(../images/stork.jpg);
			background-repeat:no-repeat;
			background-position:bottom right;
		}
		
		div#container.frog {
			background-image:url(../images/frog.jpg);
			background-repeat:no-repeat;
			background-position:bottom left;
		}
		
		div#container.owl {
			background-image:url(../images/owl.jpg);
			background-repeat:no-repeat;
			background-position:bottom left;
		}
		
		div#container.lion {
			background-image:url(../images/lion.jpg);
			background-repeat:no-repeat;
			background-position:bottom left;
		}
		
		div#container.parrot {
			background-image:url(../images/parrotv2.jpg);
			background-repeat:no-repeat;
			background-position:bottom left;
		}

		div#container.map {
			padding:2em 3em 50px;  /*bottom padding for footer */
		}
	