#scrolldiv {
	/* The total width of the scrolling div including scrollbar */
	border:solid;
	border-width:thin;
	border-color:#CCCCCC;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:4px;
	top : 140px;
	width:520px;
	height:400px;	/* The height of the scrolling div */
	margin-left: 20px;
	position:absolute;
	left: 140px;
	background-color:#d1d6ca;
}
#scrolldiv_parentContainer{
	width:520px;	/* Width of the scrolling text */
	height:100%;
	overflow:hidden;
	float:left;
	position:relative;
	z-index : auto;
}
/*
CSS for the scrolling content 
*/
#scrolldiv_content {
	position:absolute;
}

/*
The scrollbar slider 
*/
#scrolldiv_slider {
	width:14px;
	margin-left:5px;
	height:400px;
	float:right;
	visibility:hidden;
	padding-right:3px;
}

/*
The scrollbar (The bar between the up and down arrow )
*/
#scrolldiv_scrollbar{
	width:15px;
	height:360px;	/* Total height - 40 pixels */
	position:relative;
	/*border:1px solid #333333;*/
}
/*
The scrollbar handle
*/
#scrolldiv_theScroll{
	margin:1px;
	width:13px;
	height:22px;
	position:absolute;	
	top:0px;
	left:0px;
	text-align:center;
	cursor:pointer;
	background-image:url('../images/scroll_bar.gif');
	background-repeat:no-repeat;
	background-position: center 50%;
}
/*
Scroll buttons(The up and down arrows)
*/
#scrolldiv_scrollUp, #scrolldiv_scrollDown{
	width:15px;
	height:11px;
	text-align:center;
	font-size:16px;
	line-height:16px;
	cursor:pointer;
	/*border:1px solid #333333;*/
}
#scrolldiv_scrollUp{
	margin-bottom:2px;
}
#scrolldiv_scrollDown{
	margin-top:2px;
}

#scrolldiv_content td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	text-align:left;
}

#scrolldiv_content p, span, li {
	line-height:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#scrolldiv li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#124D78;
	list-style-type:disc;
	padding-top:0px;
	padding-bottom:2px;
}

.building_plan li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	line-height:13px;
}
#caption {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#003300;
	font-size:11px;
	line-height:13px;
	font-weight:bold;
}

#scrolldiv a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight : bold;
	color:#003300;
}
#scrolldiv a:hover {
	font-size: 0.9em;
	color:#009900;
}
#scrolldiv h6 {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
}

.facility {
	color:#004400;
}
.sub {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#124D78;
	font-weight:bold;
}