/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

#map_canvas { width: 100%; height: 550px; width: 35%; float: right; position: relative; z-index: 30 !important; }

h2 { margin: 0 0 5px 0; font: bold 18px Helvetica, Arial, Sans-Serif; text-shadow: 0 1px 0px rgba(255,255,255,0.3); }
/* h5 { margin: 0 0  1px 0; font: bold 12px Helvetica, Arial, Sans-Serif; letter-spacing: -1px; } */
h5 { margin: 0 0  1px 0; font: bold 12px Verdana, Tahoma, Arial; }


#more-info { width: 35%; float: left; background: #ffe8b2; padding: 20px; height: 510px; }
#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: 470px; }
.longdesc { display: none; }

#locations { list-style: none; width: 200px; float: right; margin-top: 0pt; } 
/* #locations li { padding-left: 0px; width: 200px; float: right;  z-index: 20; margin-top: 0pt; margin-bottom: 0pt;} */
#locations li { padding-left: 0px; width: 200px; float: right;  z-index: 20; margin-top: 0pt; margin-bottom: 0pt;}
/* #locations li:hover, #locations li.hover { background: #ffe8b2 url(/images/sight_shadow.png) 128px 0 repeat-y; } */
#locations li:hover, #locations li.hover { background: #ffe8b2; }
#locations li:hover h5, #locations li.hover h5 { color: #006666; text-shadow: 0 1px 0px rgba(255,255,255,0.3); }

