	h1{	margin-bottom: 10px;	}

	h5{
		font-size: 16px;
		color: #003450;
		font-weight: normal;
	}
	h3{ line-height: 19px;}
	
	
	/* ------------------------------------------------- */
	#tornado_wrapper{
		width: 960px;
		margin: 10px auto;
		min-height: 4000px;
	}

	#map_wrapper, #map_canvas{
		width: 620px;
		height: 700px;
	}
	#map_wrapper{
		position: absolute;
		top: 325px;
	}
	#map_canvas {
		z-index: 10;
		border: 1px solid #ccc;
    }
	body.fixed_map #map_wrapper{
		position: fixed;
		top: 0;
	}

	body.fixed_map.bottomed_out #map_wrapper{
		position: absolute;
	}
	#mprNewsStories li, #otherResources li, #map_canvas ul li{
		font-size: 13px;
		color: #666;
		padding-left: 15px;
		background-image: url(/standard/images/mpr006/news/bullets/bluedot.gif);
		background-repeat: no-repeat;
		background-position: 5px 6px;
		margin-bottom: 5px;
	}
	#mprNewsStories li a{ font-size: 16px;}
	#otherResources li, #map_canvas ul li{
		font-size: 13px;
		color: #000;
	}
	#map_canvas ul{margin-top: 5px;}

	ul#map_events{ 
		padding: 0 0 250px;
		margin-top: 30px;
	}
	ul#map_events li{
		display: block;
		width: 300px;
		background-color: white;
		padding: 10px;
		z-index: 1000;
		position: relative;
		margin: 20px 0 20px 630px;
		opacity: .3;
		border: 1px solid #fff;
	}
	ul#map_events li h3{
		font-family: sans-serif;
		color: #666;
	}
	ul#map_events li p:last-child{
		margin-bottom: 0;
	}
	
	ul#map_events li.inactive{
		cursor:pointer;
	}

	ul#map_events li.active{
		opacity: 1;
		border: 1px solid #ccc;
		/*border-left: 0;*/
		margin-left: 618px;
		padding-left: 24px;
		box-shadow: 1px 2px 2px rgba(162, 199, 212, 0.8);
	}
	ul#map_events li.intro{
		background: #a2c7d4 url('downarrow.gif') no-repeat 8px center;
		width: 80%;
		margin: 0px auto !important;
		padding: 10px 10px 10px 26px !important;
		top: -30px;
		opacity: 1 !important;
		border: 0;
		box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	}
	ul#map_events li.active  h3{
		color: #055870;
	}
	ul#map_events li h2{
		margin-bottom: 5px;
	}
	ul#map_events li.active  h2{
		font-size: 18px;
	}
	ul#map_events li.intro h2{
		color: #fff;
		font-size: 24px;
	}
	ul#map_events li.people, ul#map_events li.people.active, ul#map_events li.people.inactive{
		border: 0 !important;
		box-shadow: none;
		margin-left: 630px;
		padding-left: 10px;
		opacity: 1;
	}
	ul#map_events li.people img{
		border: 1px solid #ccc;
		margin-right: 5px;
	}
	li a.learnMore {
		padding: 4px 8px;
		background-color: #fff;
		color: #333;
		font-weight: bold;
		font-family: sans-serif;
		border-radius: 4px;
		font-size: 12px;
		margin-bottom: 2px;
		/*margin-top: 4px;*/
	}
	li.active a.learnMore{
		background-color: #5ea3bb;
		color: #fff;
		display: inline-block;
	}
	a.kareLink, a.kareLink:visited{
		color: #014785;
		font-weight: bold;
		font-family: sans-serif;
		font-size: 12px;
		margin-top: 5px;
		margin-left: 8px;
		line-height: 16px;
		display: block;
	}
	#tornadoTargets{
		height: 0px;
		overflow:hidden;
	}

	
	#introWrapper{
		width: 620px;
		float: left;
	}
	.photos-fullwidth{
		margin-bottom: 40px;
	}
	.photos-fullwidth p {
		width: 620px;
	}
	#topAside{
		width: 300px;
		float: left;
		margin-left: 20px;
	}
