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




article, aside, figure, footer, header, hgroup,
menu, nav, section { display: block; }

/*#page-wrap {
	width: 100%;
	margin: 15px 0px 0px 0px;
	min-height: 450px;

 }*/
 
#map_canvas {
	width: 100%;
	min-height: 300px;	
	position: relative;
	z-index: 30 !important;	
}

h1 { margin: 0 0 15px 0; font: bold 48px Helvetica, Arial, Sans-Serif; letter-spacing: -2px; }
h2 { 
margin: 0 0 10px 0; 
/*font: bold 32px Helvetica, Arial, Sans-Serif; 
letter-spacing: -1px; 
text-shadow: 0 1px 0px rgba(255,255,255,0.3);*/
font-size:16px;
font-weight:bold;
color:#236bbe;
 }
 

#page-wrap p {
	min-width:100%;
	
}


/*#locations h3 { 
margin: 5px 0  1px 1px; 
letter-spacing: -1px; 
color:#4F4F4F;
}*/


#locations {
	display: block;
	list-style: none;
	width: 100%;
	float: left;
	margin-left: -30px;
	
}


#locations li {
	display:inline-block;
	margin:2px;
		
	
	
}



 
#locations li h3, #locations li h3 {
	color:#02acda;
	background-image:url(../images/more.gif);
	background-repeat:no-repeat;
	background-position:left 5px;
	padding-left:17px;
	padding-top:3px;		
	font-size:18px;	
	white-space:nowrap;	
	font-family:verdana, Times New Roman,微軟正黑體, Microsoft JhengHei,新細明體, PMingLiU, 細明體, MingLiU, 標楷體, DFKai-sb, serif;
	
	
	}

 
#locations li:hover h3, #locations li.hover h3 {	
	border-bottom: 3px solid #02ACDA;	
	}

#locations p img{
	width:180px;
	height:180px;
	border:1px solid #ddd;
	padding:2px;
	margin:0px 4px 0 0;
	float:left;
}


#content { width: 300px; }

#more-info {
    float:left;     	
	width: 100%;/*寬度設置*/	
	padding: 0px;
	min-height:1000px;	
				
}

#more-info * {
position: relative;
z-index: 40; 
}

#more-info h2 {
	margin:15px 0 15px 0px;
	font-size:25px;
	font-weight:bold;
	color:#333;
}


#more-info > div { 
background: #FFF; 
/*-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:0px; height: 10px; 
}

.longdesc { display: none; }

.nearby_pic img{
	float:left;
	width:100%;
	height:100%;
	clear:both;		
	}
	
