/* CSS Document */

div#map {
	position: relative;
	position: absolute;
	top: 70px;
	width: 455px;
	height: 460px;
	margin: 0;
	border: 0;
	padding: 0;
	background: #eee;
	color: #042512;
	font-size: 0.75em;
}

div#homemap {
	position: absolute;
	top: 70px;
	width: 318px;
	height: 460px;
	margin: 0 0 0 125px;
	border: 0;
	padding: 0 0px 0 0;
	background: #fff;
	color: #042512;
	font-size: 1em;
	font-family: arial, sans-serif;
	overflow-y: auto;

scrollbar-3dlight-color: #999; 
scrollbar-arrow-color: #333; 
scrollbar-base-color: #999; 
scrollbar-darkshadow-color:#999; 
scrollbar-face-color: #fff; 
scrollbar-highlight-color: #fff; 
scrollbar-shadow-color:#000000; 

}


div#headofficemap {
	position: absolute;
	top: 70px;
	width: 322px;
	height: 224px;
	margin: 0 0 0 125px;
	border: 0;
	padding: 0 0px 0 0;
	background: #fff;
	color: #042512;
	font-size: 1em;
	font-family: arial, sans-serif;
	overflow-y: auto;

scrollbar-3dlight-color: #999; 
scrollbar-arrow-color: #333; 
scrollbar-base-color: #999; 
scrollbar-darkshadow-color:#999; 
scrollbar-face-color: #fff; 
scrollbar-highlight-color: #fff; 
scrollbar-shadow-color:#000000; 

}




.balloon {
/*	width:150px;
	width:100%; */
	top:40px;
	font-family: arial, helvetica, impact, sans-serif;
	font-size:12px;
	color:#006600;
	
}


.img-wrapper {
margin: 20px 10px 0 0;
float:left;
line-height:15px;

}
 
.img-wrapper img {
float:left;
margin: 20px 0 0 0;
width:70px;
background:#fff;
padding:2px;
border:1px solid #C5BDBD;
position:relative;
/* background: url(../images/shadow.gif) no-repeat bottom right; */
left:-5px;
top:-5px;
}



/* div#small-balloon {
	font-family: arial, helvetica, impact, sans-serif;
	width:140px;
	font-size:0.75em;
	color:#006600;
	
}



div#textarea img {
	margin: 0;
	padding: 10px 10px 10px 0;
	display: block;
}

span.colpic {
	float: left;
	display: block;
	margin: 0.5em 0.5em 0.5em 0.5em;
	line-height: 1.3em;
	text-align: left;
	color: #000;
	background:#FFFFFF;
	font-size: 0.9em;
}

span.colpic img{
	display: block;
	border: 1px solid #666;
	padding: 5px;
}

a {
	color:#006600;
	text-decoration: none;
}

a:hover {
	color: #f00;
    	text-decoration: underline;
}

*/