body 
{
  margin: 0px;
  padding: 0px;
  border: 0px none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
  background-repeat: no-repeat;
}

iframe 
{
  width: 1000px;
  height: 500px;
  margin: 0px;
  padding: 0px;
  border: 0px none red;
}

div.centered
{
  text-align: center;
}

img.floor 
{
  position: absolute;
  z-index: 20;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 0px none red;
  width: 1000px;
  height: 500px;
}

img.banner
{
  width: 1000px;
  height: 90px; 
  margin: 0;
  padding: 0;
  border: 0px none red;
}

h6
{
  font-size: 9px;
}

/* This is legacy */
div.loc 
{
  position: absolute;
  text-align: center;
  /*color: blue;
  border: solid 1px green;*/
  z-index: 30;
  width: 50px;
  height: 40px;
  overflow: hidden;
  font-size: 100%;
  margin: 0px 0px 0px -10px;
  padding: 0px 0px 0px 0px;
  voice-family: "\"}\""; 
  voice-family: inherit;
}

html,body {
	margin: 0;
	padding: 0;
	height: 99%;
}

.location {
	position: absolute;
	font-size: 9px;
	margin-left: -10px;

}

.location .name {
	display: none;
}

.location .location-name {
  display: block;
	padding: 0.5ex 0.5em;
	text-align: center;
	vertical-align: middle; 
	width: 6em;
	height: 6ex;
	overflow: hidden;

}

.location .people {
	display: none;
	font-size: 8pt;
}

.hover .location-name {
  display: block;
	background-color: #CDE4FB;
}

.hover .people {
	display: block;
	position: absolute;
	border: solid 0.5ex #CDE4FB;
	background-color: white;
}

.hover .person {
  display: block;
}

.hover .image {
  display: block;
	text-align: center;
}
	
.hover .people td {
	padding: 0.5ex 0.5em;
	vertical-align: top;

}

.hover .people td td {
	padding: 0;
	white-space: nowrap;
}

a {font:Verdana, Arial, Helvetica, sans-serif; color:#000066}
