	#map {
		padding:0;
		margin:0;
		height:600px;
		width:600px;
		position:relative;
	}
	#BasemapToggle {
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 50;
	}
	#HomeButton {
		position: absolute;
		top: 95px;
		left: 20px;
		z-index: 50;
	}
	
	/**********
	Remove the "Maximize" button from InfoWindows/popups. 
	This was necessary because the title bar of the maximized 
	window would get hidden under the Basemap Gallery button 
	in the upper right of the map.
	**********/
	.esriPopup .titleButton.maximize {  
		display: none;  
	}
	
	/**********
	This adds no style/background color when 
	PNS products are displayed.
	**********/
	#defaultPNS {

	}

	/**********
	This adds snow-specific style when snow PNS
	products are displayed.
	**********/
	#snowPNS {
		background-color: #E8B8EB;	
	}

	/**********
	This adds tornado survey style when 
	a tornado survey PNS product is displayed.
	**********/
	#tornadoPNS {
		background-color: #FFD3E3;	
	}

	/**********
	This adds straight-line wind survey style 
	when a straight-line wind survey PNS 
	product is displayed.
	**********/
	#straightlinePNS {
		background-color: #BBFFFF;	
	}

	/**********
	This adds rain-specific style when rain PNS
	products are displayed.
	**********/
	#rainPNS {
		background-color: #D3FFB8;	
	}

	/**********
	This adds wind-specific style when wind PNS
	products are displayed.
	**********/
	#windPNS {
		background-color: #FFCC66;	
	}

