
/* For IE: NEVER show scrollbars! this is only needed for IE, but it does no harm in other browsers. */
html
{ 
  overflow: hidden;
}

/* For Firefox & others: NEVER show scrollbars*/
:root 
{ 
  overflow-y: hidden !important;
}




body
{	
	background-color: #fff;
	background: none; /* remove the image! */
}


/* remove page corners, backgrounds and the such */
#PageCornerBottomLeft, #PageCornerBottomRight, #PageCornerTopLeft, #PageCornerTopRight, #PageBackground, #GradientBelowTab, #ContentTopBorder
{
  display: none;
}



/* The content area, main page, not the sidebar! */ 
#content 
{ 
  background-color: white;
  
  width: 100%;
  float: left;
  padding: 0px 0px 0px 0px;
  margin: 0px;
}


/* nested inside content for left-right border. This is the main posts page. */
#content3
{ 
	border: none;
  padding: 0px 0px 0px 0px;
  
  min-height:0px;
  height:auto !important;
  
}


#divFlashMapHost
{	
  /*
  position: absolute;
	top: 75px;
	left: 15px;
  */
	
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
	text-align: center;
}


/* For the map page, don't allow the nav bar to wrap over to the next line! Just hide it as it falls off.  
We just loose the Contact tab anyway. this is only when the screen is really small. */
#globalNav
{	
	float: none;
	overflow: hidden;
	
}




#ctl00_ContentPlaceHolder1_divLinkRMC
{
  position: absolute; 
  /*top: 135px; */
  font-size: 0.8em;
  top: 125px;
  z-index: 500; 
  right: 30px;
}





#divTryNewMapClient
{
  position: absolute; 
  /*top: 135px; */
  font-size: 0.8em;
  top: 85px;
  z-index: 500; 
  right: 20px;
}

