﻿body {
  margin:0px;
}
#bodyContent {
    padding-left: 1em;
    padding-right: 1em;
}

div#header {
  height:150px;
  padding:0px;
  margin:0px;
}

div#map {
    float:left;
	overflow: hidden;
	position: relative;
    margin-left:10px;
    border:1px solid #000;
}

img {
	position: absolute;
}

div#menu table{
    border:1px solid gold;
}

div#top_menu {
    border:1px solid gold;
    background: #fff;
}

div#top_menu li{
    float:left;
    margin-right:30px;
    list-style:none;
    font-size:small;
}

#menu {
  float:right;
}

#map img {
  position: absolute;
}

.clearfix {
  width:100%;
}

.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}

ul.submenu{
  position:absolute;
  margin:0px;
  background-color:#fff;
  width:100px;
  list-style:none;
  border:1px solid gold;
}

ul.submenu li {
  border-bottom:1px solid gold;
}

ul.submenu li.last {
  border-bottom:none;
}

ul.slide_menu li.ander_menu {
  list-style:none;
}

/**************************************************/

#north {
  position:reative;
  z-index:3;
  left:216px;
  opacity:0.6;
}

#south {
  position:reative;
  z-index:3;
  top:565px;
  left:216px;
  opacity:0.6;
}

#east {
  position:reative;
  z-index:3;
  top:180px;
  left:590px;
  opacity:0.6;
}

#west {
  position:reative;
  z-index:3;
  top:180px;
  left:20px;
  opacity:0.6;
}

/**************************************************/
div.tooltip {
	width: 250px;
	position: absolute;
	left: -9999px;
	background: #EEE; //
	padding: 5px;
	border: 1px solid #AAA;
}

div.tooltip p {
	color: black; //
	background: #222;
	padding: 0 10px;
}
/**************************************************/
div.tooltip2 {
	width: 250px;
	position: absolute;
	left: -9999px;
	background: #EEE; //
	padding: 5px;
	border: 1px solid #AAA;
}

div.tooltip2 p {
	color: black; //
	background: #222;
	padding: 0 10px;
}
/**************************************************/
