html { overflow: hidden; }

html, body {
     margin: 0px;
     padding: 0px;
     height: 100%;
}

body { margin:0px 10px 10px 10px; }

#clear {
clear:both;
margin-bottom:5px;
width:100%;
}

#footer {
margin:10px;
width:100%;
border-color:#CCCCFF;

}

#content {
	margin-top: 0px;
	position: relative;
	clear: both;
}
#institutions {
	z-index: 10;
	background-color: #CCCCFF;
	cursor: pointer;
	font-style: normal;
	border-bottom: double;
	width:100%;
	float:left;
}

#institutions h1 {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	display:block;
}

#institutions ul {
	list-style:none;
	margin-top:0px;
	display:inline;
}

#institutions ul li {
	display:inline;
	width:100%
	
}

#institutions ul li a {
	display:inline;
	float: left;
	padding-right: 0.75em;
	padding-left:0.75em;
	padding-top:0.25em;
	padding-bottom:0.25em;
	color: #444;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	background-color:#D5D5FF;
	border:solid;
	border-color:#CCCCFF;
	left: 0px;
	top: 0px;
	white-space: nowrap;
	}


#institutions ul li a:hover {
     color: #aaa;
     background: #444;
}

#map {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     border: 1px solid #aaa;
}

#map-wrapper {
	position: relative;
	height: 100%;
	clear: both;
}

#sidebar {
	position: absolute;
	border: 1px solid #aaa;
	top: 0;
	width: 290px;
	height: 100%;
	overflow: auto;
}
#sidebar   h5 {
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top:0;
	margin-bottom:0;
	padding:.25em;
	border-bottom-width: thin;
	border-bottom-style: double;
}
#sidebar   h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top:0;
	margin-bottom:0;
	padding:0.25em;
	border-bottom-width: thin;
	border-bottom-style: solid;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	font-variant: small-caps;
}

#sidebar p {
     margin: 10px;
}

#sidebar ul#sidebar-list {
     list-style: none;
     padding: 0;
     margin: 0;
}

#sidebar ul#sidebar-list li a {
	display: block;
	border: 1px solid #ddd;
	background: #eee;
	margin: 5px;
	padding: 4px;
	text-decoration: none;
	color: #444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#sidebar ul#sidebar-list li.current a {
     border: 1px solid #444;
     border-left-width: 3px;
     padding-left: 2px;
}

#sidebar ul#sidebar-list li a:hover {
     background: white;
     color: #555;
}

#sidebar ul#sidebar-list li a strong {
     display: block;
}
#sidebar ul#sidebar-list li a span {
     font-style: italic;
     font-size: 11px;
}

body.sidebar-right #map-wrapper { margin-right: 300px; }
body.sidebar-right #sidebar { right: 0; }

body.nosidebar #map-wrapper { margin: 0; }
body.nosidebar #sidebar { display: none; }

body.sidebar-right a#button-sidebar-show,
body.nosidebar a#button-sidebar-hide { display: none; }
/* holly hack for IE to get position:bottom right 
   see: http://www.positioniseverything.net/abs_relbugs.html
\*/
* html #toolbar {
	height: 0px;
	margin-top:0px;

}
/* */

#toolbar h1 {
     margin: 0;
     font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	
	
}

#toolbar ul {
     list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	 
}

#toolbar ul#sidebar-controls {
	position: absolute;
	right: 5px;
	top:0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#toolbar ul li {
	display: inline;
	width: 100%;
}

#toolbar ul li a {
	
	padding: .25em .75em;
	color: #444;
	text-decoration: none;
	font-size: 12px;
	
	}


#toolbar ul li a:hover {
     color: #aaa;
     /*background: #444;*/
}

#alert {
     position: absolute;
     top: 50%;
     left: 0;
     width: 100%;
     text-align: center;   
     display: none;
}

#alert p {
     width: 150px;
     margin: 0 auto 0 auto;
     padding: 10px;
     background: white;
     border: 1px solid #aaa;
}

body.loading #alert { display: block; }
.header {
	background-image: url(bkgrnd.gif);
	background-repeat: repeat-x;
	height: 50px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-indent: 10px;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
.header h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	padding-top:15px;
}

