/* -------------------------------------------------------------------------- */
/*   SGA BIG BANG - IMAGE MAP CSS
/*   "BLUEPRINT" c2009
/*   image by Trishkafibble
/*   css by Laitaine
/* -------------------------------------------------------------------------- */


body {
	background-color: #385c9e;
	color: #ffffff;
	font-family: verdana, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
	text-align: center;
}

a {
	color: #6ba1d9;
	font-weight: bold;
}


/* -------------------------------------------------------------------------- */


#plain ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#plain li {
	display: inline;
	margin: 0;
	padding: 0 1em;
}


/* -------------------------------------------------------------------------- */


#map {
	background: url(../maps/blueprint_b.jpg) 0 0 no-repeat;
	border: 0.6em solid #ffffff;
	height: 610px;
	left: 50%;
	margin: 0 0 0 -495px;
	padding: 0;
	position: absolute;
	top: 0;
	width: 990px;
}

#toc {
	border: 0 solid #ffffff;
	position: absolute;
	top: 260px;
	left: 320px;
	width: 350px;
	height: 105px;
	font-size: 6px;
	color: white;
	overflow: hidden;
}

#toc a {
	background: url(../maps/blueprint_nav.jpg) no-repeat;
	display: block;
	position: absolute;
}

#toc a:hover {
	background: transparent;
}

#toc ul {
	list-style:none;
}

#toc #linfo a {
	background: none;
	top: 0;
	left:0;
	width: 350px;
	height: 55px;
	background-position: 0 0;
}
#toc #l2008 a {
	top: 55px;
	left:0;
	width: 110px;
	height: 50px;
	background-position: 0 0;
}

#toc #l2009 a {
	top: 55px;
	left: 110px;
	width: 130px;
	height: 50px;
	background-position: -110px 0;
}

#toc #l2007 a {
	top: 55px;
	left: 240px;
	width: 110px;
	height: 50px;
	background-position: -240px 0;
}
