@charset "UTF-8";
/* CSS Document */

/* Create any map specific css here */ 

#map_div
	{
	width: 900px; 
	height: 400px;
	border: 1px solid #ddd;
}

#map_outer_container{
float:left;
margin-right:20px;
min-height:40em;
overflow:hidden;
padding-bottom:5em;
padding-left:26px;
text-align:left;
width:900px;
z-index:5;
	
	}

#map_container
	{
	width: 700px; 
	height: 400px; 
	float: right;
}

#sidebar
	{
	width: 200px; 
	height: 400px; 
	float: left;
	overflow: scroll;
}

#company_list
	{
	/*text-decoration: none;*/
	list-style-type: none;
	text-align: left;
}

#company_list a
	{
	/*float: left;*/
	padding: none;
}

.tooltip 
	{
background-color:#FFFFFF;
border:1px solid #ddd;
padding:4px;
white-space:nowrap;
font: 10px Arial, sans-serif;
text-decoration: none;
color: #000000;
}

