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

#top_nav {
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 636px;
	text-decoration: none;
	color: #FFFFFF;
	position: absolute;
	top: 189px;
	left: 190px;
	text-align: center;
	height: 25px;
	visibility: visible;
}
#top_nav ul {
	padding: 0px;
	margin-top: 0px;
}

#top_nav  li {
	display: inline;
	list-style-type: none;
	text-align: center;
	width: 90px;
	float: left;
}
#top_nav a:link {
	color: #000000;
	text-decoration: none;
}
#top_nav a:visited {
	color: #000000;
	text-decoration: none;
}
#top_nav a:hover {
	color: #FFFFFF;
}
#top_nav a:active {
	color: #000000;
}
#top_nav .home {
	background-image: url(../images/nav/home_tile.gif);
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}
#top_nav .children {
	background-image: url(../images/nav/children_tile.gif);
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}
#top_nav .village {
	background-image: url(../images/nav/village_tile.gif);
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}
#top_nav .help {
	background-image: url(../images/nav/help_tile.gif);
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}
#top_nav .about {
	background-image: url(../images/nav/about_tile.gif);
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}
#top_nav .contact {
	background-image: url(../images/nav/contact_tile.gif);
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}


.current {
	color: #742952;
	background-color: #FFFFFF;
}

#container   #side_nav_box_home  {
	background-color: #F79520;
	height: 578px;
	width: 193px;
	position: absolute;
	left: 0px;
	top: 189px;
	visibility: visible;
}
#container #side_nav_box_child {
	background-color: #ffd503;
	height: 578px;
	width: 193px;
	position: absolute;
	left: 0px;
	top: 189px;
}
#container #side_nav_box_village {
	background-color: #8CC63F;
	height: 509px;
	width: 192px;
	position: absolute;
	left: 2px;
	top: 189px;
}
#container #side_nav_box_help {
	background-color: #087748;
	height: 509px;
	width: 192px;
	position: absolute;
	left: 2px;
	top: 189px;
}
#container #side_nav_box_about {
	background-color: #007FAB;
	height: 578px;
	width: 192px;
	position: absolute;
	left: 0px;
	top: 189px;
}
#container #side_nav_box_contact {
	background-color: #87CEED;
	height: 580px;
	width: 192px;
	position: absolute;
	left: 1px;
	top: 189px;
}
#container #side_nav_box_donate {
	background-color: #CCC260;
	height: 509px;
	width: 192px;
	position: absolute;
	left: 2px;
	top: 189px;
}
