body {
	text-align:center;
	font-family: "Trebuchet ms",Arial,Helvetica,sans-serif;
	font-size:.9em; 
	color:#000;
}

h1 {
	margin: 0;
	text-align: left;
	font-size: 1.2em;
}

h2 {
	margin: 0;
	font-size: 1.2em;
	clear:left;
}

* html #errormessage{
	clear:left;
	float:left;
}

#holder {
	width: 1250px;
	margin: 10px auto;
	text-align: left;
	border: 1px solid #CCC;
	padding: 10px 3px 10px 3px;
}

div#left_container {
	border:1px solid #000;
	float: left;
	clear: left;
	padding: 0px;
	width:27%;
	text-align:left;
}


div#displayOptions {
	border:1px solid #000; 
	float: left; 
	clear: left; 
	padding: 0px;
	overflow:auto;  
	min-height:550px; 
	vertical-align:top;
	width:99%;
}

div#building_details {
	overflow:auto;  
	height: 208px; 
	min-height:208px; 
	vertical-align:top; 
	float:left; 
	clear:left; 
	display:block;
	width:100%;
}

#bottom{
	clear:left;
	}

#bottom_buttons{
	
	width:800px;
}

#visual_effects{
	width:600px;
	float:left;

}
#bottom_nav{
	width:200px;
	display:inline;
	float:left;
	

}

/* START OF CSS FOR MAP */
div.map.on {
	display:inline;
	float:left;
	position:relative;
	width:896px;
	text-align:left;
	margin:0px;
	padding:0px;
	border:#999 1px solid;
	min-height: 553px;
}


div.map.on img.location {
	display:block;
	position:absolute;
	text-indent:-9999px;
	outline:none;
	z-index:10;
	text-decoration:none;
	left:300px;
}

div.map.on div.location {
	display:block;
	position:absolute;
	text-indent:-9999px;
	outline:none;
	z-index:10;
	text-decoration:none;
}


#roomresults {
	display:inline;
	float:left;
	position:relative;
	width:885px;
	text-align:left;
	margin:0px;
	padding:4px;
	border:#999 1px solid;
	min-height:76px;
	z-index:100;
}

.selected {
background-color: red;
}
#map_image {
-ms-interpolation-mode: bicubic;
image-rendering: optimizeQuality;
margin: 10px;
width: 780px;
}

.icon_holder{
	 float:left; 
	 width:60px;
}
.icon_holder img{
	padding: 2px;
	
}

building_desc{
	 width:70%; 
	 float:left; 
	 margin-right:10px; 
	 margin-top:3px;
	 height:120px;
}


#skiplinkholder a, #skiplinkholder a:link, #skiplinkholder a:visited {display: block; width: 110px; position: absolute;  left: -200%; z-index: 2}
#skiplinkholder a:focus, #skiplinkholder a:active {left: 0; z-index: 100; background-color:#FF3; font-weight:bold;}

#skiptomapholder{ clear:both; display: block; width: 100%; background-color:#eee;}
#skiptomapholder a, #skiptomapholder a:link, #skiptomapholder a:visited {position: relative;left: -200%; z-index: 2}
#skiptomapholder a:focus, #skiptomapholder a:active { position: relative;  left: 0px;  z-index: 100; background-color:#FF3; font-weight:bold;}

#skiptoLMholder { display: block; width:890px; }
#skiptoLMholder a, #skiptoLMholder a:link, #skiptoLMholder a:visited {position: relative; left: -200%; z-index: 2; }
#skiptoLMholder a:focus, #skiptoLMholder a:active {position: relative;  left: 0px;  clear:both;  z-index: 100; background-color:#FF3; font-weight:bold;}
