@charset "utf-8";
/* CSS Document */
#scrollPanelWrapper {
	height:240px;
	width:500px;
}
#scrollPanelWrapper .panel {

	margin-top: 40px;
	margin-right: 40px;
	color:#1a1a1a;
	margin-top: 50px;
	color: #888888;
	font-size: 1.2em;
}
#scrollPanelWrapper .panel h2 {
	color:#e31b23;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
}
.slidePanelSelector {
	bottom:18px;
}
.slidePanelSelector li a {
	background-image:url(../img/slider_option_grey.gif);
}

#body {
	padding:0;
	background-image:none;
	position: static;
}
#bodyContainer #bodyBottom {
	background-position:center -156px;
	/*padding-bottom:37px;*/
	height: 47px;
}

#content {
	background:url(../img/background/tile-brown.jpg) center top repeat;
	position:relative;
}
.green #content {
	background-image:url(../img/background/tile-green.jpg);
}
.red #content {
	background-image:url(../img/background/tile-red.jpg);
}
.blue #content {
	background-image:url(../img/background/tile-blue.jpg);
}
.orange #content {
	background-image:url(../img/background/tile-orange.jpg);
}
.purple #content {
	background-image:url(../img/background/tile-purple.jpg);
}
.pink #content {
	background-image:url(../img/background/tile-pink.jpg);
}

#contentBottom {
	height:30px;
	background:url(../img/RedSprite.gif) center -376px no-repeat;
}
.green #contentBottom {
	background: url(../img/background/map-green.jpg) center -120px no-repeat;
}
.red #contentBottom {
	background:url(../img/background/map-red.jpg) center -120px no-repeat;
}
.blue #contentBottom {
	background:url(../img/background/map-blue.jpg) center -120px no-repeat;
}
.orange #contentBottom {
	background:url(../img/background/map-orange.jpg) center -120px no-repeat;
}
.purple #contentBottom {
	background:url(../img/background/map-purple.jpg) center -120px no-repeat;
}
.pink #contentBottom {
	background:url(../img/background/map-pink.jpg) center -120px no-repeat;
}

.green #bodyContainer #bodyBottom {
	background:url(../img/background/map-green.jpg) center -53px no-repeat;
}
.red #bodyContainer #bodyBottom {
	background:url(../img/background/map-red.jpg) center -53px no-repeat;
}
.blue #bodyContainer #bodyBottom {
	background:url(../img/background/map-blue.jpg) center -53px no-repeat;
}
.orange #bodyContainer #bodyBottom {
	background:url(../img/background/map-orange.jpg) center -53px no-repeat;
}
.purple #bodyContainer #bodyBottom {
	background:url(../img/background/map-purple.jpg) center -53px no-repeat;
}
.pink #bodyContainer #bodyBottom {
	background:url(../img/background/map-pink.jpg) center -53px no-repeat;
}

#content #contentMenu {
	position:absolute;
	right:-11px;
	background:url(../img/background/menu-brown.jpg) left top no-repeat;
	width:191px;
}

#content #contentMenu ul {
	background:url(../img/background/menu-brown.jpg) left bottom no-repeat;
	margin:20px 0 0;
	padding:0 40px 38px 20px;
}

#content #contentMenu li {
	margin:10px 0 0;
}
#content #contentMenu li a {
	color:#e51e2b;
	font-size:0.9em;
}

#content #contentBody {
	padding:30px 211px 30px 74px;
	color:#fff;
}

#contentBody ul {
	margin-left: 1.2em;
	margin-top: .25em;
}

#contentBody ul li {
	list-style-type: disc;
	margin-bottom: .25em;
}

.largeIcon {
	left:125px;
}
