

#googleOverlay {
position:absolute;
width:1px; 
height:1px;
z-index:4;
}
#mapoverlay {
position:absolute;
width:220px; 
height:600px;
overflow: auto;
margin-top:30px;
margin-left:783px;
z-index:2;
background-color:#FFFFFF;
}
#map {
width:770px;
height:400px;
z-index:0;
}
.map_container {
width:805px;
margin:0 0 0 -7px;
}
.map_topleft {
float:left;
width:21px;
height:26px;
background-image: url(/images/map_topleft.png); 
background-position: right bottom; 
background-repeat: no-repeat;
overflow:hidden;
}
.map_topright {
float:left;
width:26px;
height:26px;
background-image: url(/images/map_topright.png); 
background-position: left bottom; 
background-repeat: no-repeat;
overflow:hidden;
}
.map_top {
float:left;
width:742px;
height:26px;
background-image: url(/images/map_top.png); 
background-position: left bottom; 
background-repeat: repeat-x;
overflow:hidden;
}
.map_bot {
float:left;
width:742px;
height:23px;
background-image: url(/images/map_bot.png); 
background-position: left top; 
background-repeat: repeat-x;
overflow:hidden;
}
.map_botleft {
clear:left;
float:left;
width:21px;
height:23px;
background-image: url(/images/map_botleft.png); 
background-position: right top; 
background-repeat: no-repeat;
overflow:hidden;
}
.map_botright {
float:left;
width:26px;
height:23px;
background-image: url(/images/map_botright.png); 
background-position: left top; 
background-repeat: no-repeat;
overflow:hidden;
}
.map_center {
width:805px;
clear:both;
float:left;
overflow:hidden;
}
.map_sideleft {
float:left;
width:21px;
height:420px;
background-image: url(/images/map_sideleft.png); 
background-position: right middle; 
background-repeat: repeat-y;
overflow:hidden;
}
.map_sideright {
float:left;
width:26px;
height:420px;
background-image: url(/images/map_sideright.png); 
background-position: left middle;
background-repeat: repeat-y;
overflow:hidden;
}
.map_middle {
float:left;
width:742px;
height:420px;
background-color:#FFFFFF;
overflow:hidden;
}