* { 
	margin: 0; 
	padding: 0;
	font-family: "Lucida Grande",Helvetica,Arial,Verdana,"宋体",sans-serif;
	font-size: 12px;
}
html, body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#container{
	height:100%;
	width:100%;
	background: url("http://mywhere.org/public/images/mainbg.jpg")  repeat-x scroll 0 0; 
}

#header {
	width: 100%;
	height: 118px;
	background: url("http://mywhere.org/public/images/bound_building_red.png")  no-repeat scroll 0 -10px;
}
* html #header{ 
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://mywhere.org/public/images/bound_building_red.png", sizingMethod="image");
}
#logo {
	position: absolute;
	top: 25px;
	left: 50px;
	background: url("../images/logo.png") no-repeat scroll left top; 	  	
	padding: 36px 0 0 0;
	overflow: hidden;
	width: 116px; 
	height: 0px !important;
	height: 36px;
}
* html #logo{ 
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://mywhere.org/public/images/logo.png", sizingMethod="image");
}
#nav {
	position: absolute;
	top: 5px;
	right: 20px;	  	
}
#optionbar {
	height: 30px;
}
#links, #location {
	position: absolute;
	top: 100px;	
}
#links { right : 20px; }
#location {	left: 240px;}

#searchbar
{
	float:left;
	margin: 5px 0 0 20px;
}

#hideshow {
	/*
	float: left; 
	margin: 5px 0 0 10px;
	*/
	display: none;
}
#function {
	float: right;
	margin: 5px 10px 0 0;
}
#content {
	float:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom: 0px;
	position:relative;
	width:100%;
}
#map, #side, #splitter
{
	height: 640px;
}
#map
{
	margin-right:auto;
	margin-top:0;
	margin-bottom: 0;
	position:relative;	
}

#map.narrowmode
{	
	margin-left:262px;		
}

#map.widemode
{
	margin-left:0;
}
#side {
	position:absolute;	  	
	left:0px;	
	top:0px;
	width: 262px;		
}
#sidetool{
	margin: 10px 0 10px 5px;
}
#sidecontent{
	margin: 10px 0 5px 5px;
}
#results{
	overflow:auto;
	padding: 0 2px 0 5px;
}
#splitter
{
	position:absolute;
	top: 5px;	  	
	width: 18px;
}
div.show
{  	
	left: 0px; 
}
div.hide
{  	
	left: 262px;
}
#nonmap
{
	margin: 0;
	height: 100%;
	width: 100%;	
}