html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 1em;
}

#header, #content { width: 100%;}

#header {
	position: absolute; 
	top: 0; 
	height: 68px; 
	z-index: 5; 
}

#content {
	display: block;
	overflow: auto;
	position: absolute;
	z-index: 3;
	top: 68px;
	bottom: 0px;
	background: #fff;
	}

ul {
  padding: 0 0 0.3em 1.5em;
  margin: 0;
}

li a {
	text-decoration: none;
	color: #555;
}

li a:hover {
	color: rgb(220, 42, 0);
}


#sidebar {
  float: left;
  width: 200px;
  height: 100%;
  border: none;
  padding: 0;
  font-family: Verdana;
  line-height: 1.1em;
  font-size: 0.8em;
}

#sidebarcontent {
  margin: 0;
  padding: 5px;
  width: 100%;
}

#mapcontainer {
  height: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 205px;
  border: none;
}

#map {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

.panel {
  border: 1px solid black;
  width: 190px;
  margin-bottom: 5px;
}

.panel .title {
  cursor: pointer;
  /* background: rgb(153,204,255); */
  background: rgb(128, 16, 0);
  color: #fff;
  padding-bottom: 3px;
  padding-left: 2px;
  padding-right: 2px;
  text-align: right;
}

.panel .title:hover {
  background: rgb(220, 42, 0);
  color: #fff;
}

.panel .content {
  display: none;  
  margin: 5px;
}


/* IE */

* html {
	height: 100%; 
	max-height: 100%; 
	padding: 0; 
	margin: 0; 
	border: 0;
	overflow: hidden; 
}
* body {
	height: 100%; 
	max-height: 100%; 
	overflow: hidden; 
	padding: 0; 
	margin: 0; 
	border: 0;
	}
* html #header {
	top: 0px; height:68px;
	}
* html #map {
	height:100%;
}

* html #content {
	top: 0; 
	bottom: 0; 
	height: 100%;
	border-top: 68px solid white;
	border-bottom: none;
	}

* html #mapcontainer {
	height:100%;
	}

