.sidebox {
	position: absolute;
	left: 0px;
	top: 25px;
	width: 994px;
	margin: 0 auto; /* center for now */
	background: url(/images/collaborators/sbbody-r-2.gif) no-repeat bottom right;
	font-size: 100%;
}

.boxhead {
	background: url(/images/collaborators/sbhead-r-2.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}

.boxhead h2 {
	background: url(/images/collaborators/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
	text-shadow: rgba(0, 0, 0, .4) 0px 2px 5px; /* Safari-only, but cool */
}

.boxbody {
	height: 700px;
	background: url(/images/collaborators/sbbody-l-2.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}

#map-wrapper {
	position: absolute;
	top: 50px;
	left: 200px;
	width: 780px;
	height: 420px;
	z-index: 1;
}

#map {
	position: absolute;
	width: 780px;
	height: 420px;
	z-index: 1;
}

#flex {
	position: absolute;
	top: 460px;
}

#table {
	position: absolute;
	top: 50px; 
	left : 16px;
	height: 420px;
	overflow: auto;
	width: 180px;
	
}

.vertical_table_cell {
	background-color: #F5F5DC;
	padding: 1px;
	font-size: 12px;
	cursor: pointer;
}

.vertical_table_cell_selected {
	background-color: #F0F099;
}

#infoWindow {
	position: absolute;
	left: 20px;
	top: 480px;
	width: 930px;
	height: 270px;
	font-family: Arial;
	font-size: 14px;
	padding: 10px;
	overflow: auto;
	/* border: 3px solid #87CEFA; */
}

#infoWindow h3 {
	padding: 4px;
}

#infoWindow div.content {
	padding: 4px;
}

#infoWindow div.address {
	padding: 4px;
	font-size: 14px;
}

#infoWindow div.logo{
      width: 50px;
      height:60px;
      overflow: hidden;
      vertical-align: middle;
      text-align:center;

}

/* need to fix one - either the height or the width */
#infoWindow div.logo img {
	max-width:60px;
	max-height:60px;
}