/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/
#map_canvas { margin: 18px 0 18px 0; width: 100%; height: 400px; width: 260px; float: left; position: relative; left: 45px; z-index: 30 !important; }

#locations { list-style: none; width: 200px; float: left; padding: 10px 0 10px 0; }
#locations li { padding: 5px 0 5px 0; width: 750px; float: left; position: relative; z-index: 20; }
#locations li:hover, #locations li.hover { background: #ffe8b2 url(../images/shadow.png) 128px 0 repeat-y; }
#locations li:hover h3, #locations li.hover h3 { color: red; text-shadow: 0 1px 0px rgba(255,255,255,0.3); }
#locations li h3 { font-size:12px; padding: 0; }
#locations li p { padding: 0; }

#more-info { margin: 12px 0 12px 0; width: 200px; float: right; background: #ffe8b2; padding: 20px; height: 360px; }
#more-info * { position: relative; z-index: 40; }
#more-info > div { background: #e9e2bf; -moz-box-shadow: 0 0 14px rgba(70,49,1,0.5); -webkit-box-shadow: 0 0 14px rgba(70,49,1,0.5); padding: 20px; height: 320px; }
.longdesc { display: none; }