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

#container {
	position: absolute;
	height: 100%;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main {
	height: 610px;
	width: 1024px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	top: 22px;
	border: 1px solid #333;
}
#container #main #body {
	font-family: "Myriad Web Pro";
	font-size: 12pt;
	color: #0F0;
	text-decoration: none;
	background-color: #000;
	width: 860px;
	height: 610px;
	position: relative;
	top: -150px;
	left: 160px;
	overflow: hidden;
	background-image: url(sitemap.jpg);
	font-weight: bold;
	background-repeat: no-repeat;
}


.AccordionTitle, .AccordionContent, .AccordionContainer
{
	position:relative;
	width:150px;
	height: 100px;
	background-color: #999;
}

.AccordionTitle
{
	height:15px;
	overflow:visible;
	cursor:pointer;
	font-family:"Myriad Web Pro";
	font-size:12pt;
	font-weight:bold;
	vertical-align:middle;
	text-align:left;
	background-repeat:no-repeat;
	display:table-cell;
	background-image:none;
	-moz-user-select:none;
	text-decoration: none;
	color: #FFF;
	background-color: #000;
	top: 50px;
}

.AccordionContent
{
	height:0px;
	overflow:visible;
	display:none;
	background-color: #000;
}

.AccordionContainer
{
	width: 150px;
	background-color: #000;
	height: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 5px;
	position: relative;
	overflow: visible;
	top: 75px;
	visibility: visible;
}

