#logo{
	right: 0 !important;
	top: 0px;
}
#logo img{
	height: 18px !important;
}


#jMenu {
	margin: 0;
	left: 8px !important;
	top:0px;
}
#jMenu li {
	line-height: 16px;
	padding: 0px 3px 0px 5px;
}
#jMenu li a {
	padding: 3px 0px 3px 3px;
	font-size:0.9em;
}
#jMenu li ul li {
	width: 85px;
}
#jMenu li ul li ul li{
	width: 85px;
}
#jMenu li ul li ul li a { 
	font-size:0.90em;
	line-height: 14px;
	padding:2px 2px 2px 2px;
}	
	
.search_quick{
	right: 10px;
/*	right: auto;*/
	top: 33px;
}
#search_string{
	margin: 0px 0px 0px 2px;
	width:100px; 
}

#search_form_advanced{
	width: 60%;
	height: auto;
	padding: 10px;
	font-size: 0.85em;
}
#search_results{
	position: relative;
	height: 100%;
}

#content_title{
	margin:0;
	left: 5px !important;
	text-align: left;
	top: 55px;
	font-size:0.80em !important;
	color: #fff;
	background-color: #9BB3BC;
	opacity: 0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	z-index: 100;
	padding: 0;
}

#globe_menu{
	width: 50%;
	right:40%;
}

#context_menu{
	width: 50%;
	right:30%;
}

#NavigatorDisplay{
	display: none !important;
}


.footer_item{
	margin: 0px 6px 4px 6px;
}


#globe_button{
	background: url(../img/icons/globe_middle.png) no-repeat center;
	top: 96px;
	right:105px;
	height: 40px;
	width: 40px;
}
#context_button{
	top: 96px;
	right:60px;
	height: 40px;
	width: 40px;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}
#zoomin_button{
	display: none;
}
#zoomout_button{
	top: 96px;
	right:15px;
	background: url(../img/icons/zoom_out_middle.png) no-repeat center;
	height: 40px;
	width: 40px;
}
#reset_button{
	display: none;
}
/*
#globe_button{
	background: url(../img/icons/globe_small.png) no-repeat center;
	top: 95px;
	right:195px;
	height: 35px;
	width: 35px;
}

#context_button{
	top: 95px;
	right:150px;
	height: 35px;
	width: 35px;
	-webkit-border-radius: 4px 4px 4px 4px; 
	-moz-border-radius: 4px 4px 4px 4px;  
	border-radius: 4px 4px 4px 4px;
}

#zoomin_button{
	top: 95px;
	right:105px;
	background: url(../img/icons/zoom_in_small.png) no-repeat center;
	height: 35px;
	width: 35px;
}

#zoomout_button{
	top: 95px;
	right:60px;
	background: url(../img/icons/zoom_out_small.png) no-repeat center;
	height: 35px;
	width: 35px;
}

#reset_button{
	top: 95px;
	right:15px;
	background: url(../img/icons/reset_small.png) no-repeat center;
	height: 35px;
	width: 35px;
}*/