/* CSS Document */

body {
	background-color: black;
	color: #84653f;
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(../images/bgmain.jpg) no-repeat center;
}
a { color: #84653f; }
a:hover { color: white; }
#wrapper {
	min-height: 1px;
}



#nav {
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: 220px;
	left: 2px;
	z-index: 3;
}
#nav_stories {
	width: 109px;
	height: 82px;
}
#nav_journey {
	width: 111px;
	height: 82px;
}
#nav_communities {
	width: 162px;
	height: 82px;
}
#nav_happenings {
	width: 170px;
	height: 102px;
}
#nav_resources {
	width: 151px;
	height: 82px;
}
#nav_unite {
	width: 81px;
	height: 82px;
}



#illustration {
	width: 910px;
	height: 550px;
	margin: 0 auto;
	text-align: left;
}
.illustration_base {
	position: absolute;
	width: 910px;
	height: 550px;
	margin: 0 auto;
	z-index: 1;
	text-align: center;
}
.illustration_overlay {
	position: absolute;
	width: 910px;
	height: 550px;
	margin: 0 auto;
	z-index: 2;
	display: none;
	text-align: center;
}



.tool-tip {
	color: #fff;
	width: 195px;
	z-index: 13000;
}
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(../images/bubble.png) top left;
}
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
}
#ieupdate a {
	background: black;
	color: #F00;
	font-weight: bold;
}
#ieupdate {
	background: black;
	text-align: center;
	margin: 0 auto;
}
