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




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

#page-wrap { 
width: 580px; 
margin:15px 0px 0px 0px ;
min-height:700px;
 }
 
#map_canvas {
	width: 100%;
	height: 300px;
	width: 430px;
	float: left;
	position: relative;
	z-index: 30 !important;
	border:3px solid #CCCCCC;
}

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 {
	font-size:13px;
	color:#666666;
	line-height:1.8em;
	padding:5px 10px 10px 3px;
	border:1px dotted #ddd;
	min-height:280px;
}


#locations h3 { 
margin: 5px 0  1px 1px; 
font: bold 15px Helvetica, Arial, Sans-Serif; 
letter-spacing: -1px; 
color:#4F4F4F;
}


#locations {
	list-style: none;
    width: 140px;
	float: right;
}


#locations li { 
width: 140px;
font-size:13px; 
padding:12px 0px 12px 10px; 
float: left; 
position: relative;
z-index: 20;
border:1px dotted #b7b6b6;
color:#fff;

}
 
#locations li:hover, #locations li.hover {	
	color:#fff;	
	background-image:url(../images/booking_bg.png);
	background-repeat:no-repeat;
	background-position:center center;
	
 }
 
#locations li:hover h3, #locations li.hover h3 {
	color:#fff;	
	
	

}

#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:right;     	
	width: 580px;	
	padding: 5px 0 0 0px;
	height: 200px;		
}

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

#more-info h2 {
	margin:5px 0 5px 10px;

}


#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: 320px; 
}

.longdesc { display: none; }
