/** ------------------------------ BANNER ------------------------------ */

body
{
	margin-top: 0 ;
	min-width: 750px ;
}

/** ------------------------------ content ------------------------------ */

#contentWrapper, #content
{
	width: 100% ;
	height: 100% ;
	position: relative ;
}

/** ------------------------------ map ------------------------------ */

#demoArea
{
	/*clear: both ;*/
	display: table ;
	width: 100% ;
	height: 100% ;
}

#banner
{
	position: absolute ;
	width: 182px ;
	height: 75px ;
	background: url(_images/mapTitle_02.gif) no-repeat ;
	top: -110px ;
	left: 400px ;
}

#bannerText
{
	/*font-family: Arial, Helvetica, sans-serif ;
	font-size: 12pt ;
	font-weight: normal ;
	text-decoration: underline ;
	color: #444 ;
	margin: 3px 0 2px 0 ;*/
	display: none ;
}

#campus
{
	/*display: table ;*/
	width: 100% ;
	height: 100% ;
	margin: 0 ;
	padding: 0 ;
	position: relative ;
}

/* ================== SIDEBAR ===================== */

#sidebar
{
	width: 210px ;
	height: 100% ;
	float: left ;
	margin: 0 ;
	overflow: auto ;
}


/* ================== MAPHOLDER ===================== */

#mapHolder
{
	position: fixed ;
	width: 200px ;
	height: 200px ;

	/*float: left ;*/
	margin-left: 230px ;
	/*margin: 0 ;
	background: red ;position: relative ;*/
}

#ryeMap
{
	width: 100% ;
	height: 100% ;
}

/*=============== LOADING INFO ===============*/

#loadingInfo
{
	position: absolute ;
	border: 2px solid #333333 ;
	background: #eee ;
	width: 150px ;
	height: 150px ;
	
	top: 150px ;
	left: 300px ;
	
	display: none ;
}

#loadingInfo p
{
	color: #333333 ;
	font-size: 12pt ;
	font-family: Arial, Helvetica, sans-serif ;
	font-weight: bold ;
	text-align: center ;
	margin-top: 40px ;
}

