﻿/* Locations Guide */
#container
{
	width: 968px;
}
#header
{
	width: 967px;
}
#header #back
{
	width: 967px;
	background: transparent url(/images/wide_header_bg.gif) no-repeat;
}
#header #navigation
{
	width: 967px;
	background: transparent url(/images/wide_navigation_bg.gif) no-repeat;
}
.header_login
{
	width: 967px;
}
#contents
{
	width: 967px;
}
#container #contents #contentsCentral
{
	width: 724px;
	float: left;
}
#contentsRight
{
	width: 220px;
	height: auto;
	float: right;
	margin-right: 5px
}
#contentsRight .box
{
	border: 1px solid #D3D4D4;
	padding: 5px 10px;
	margin:0 0 15px 0;
}
#contentsRight .box h2
{
	padding-bottom: 0.6em;
}
#contentsRight .box ul
{
	margin: 0;
	padding: 0;
}
#contentsRight .box li	
{
	list-style-type: none;
	height: 15px;
}


#weather-panel p
{
	/* font-size:2.5em; */
	height:60px;
	line-height:60px;
}


#intro
{
	width: 471px;
	padding: 10px;
	background:transparent url(../images/map/bg-intro.gif) repeat-x scroll left top;
	overflow:hidden;
	margin:0;
}
#intro p
{
	/* font-size:0.9em; */
	line-height:1.6em;
	padding:0 0 10px 0;
}
#intro h1
{
	/* font-size: 1.4em; */
}
#intro img
{
	display: inline;
	margin: 0 0 5px 5px;
	width:192px;
	height:128px;
}

#choose #choose-wrapper
{
	background: #41af41 url(/images/map/whychoose-middle.gif) repeat-x left bottom;
	border-left: 1px solid #208020;
	border-right: 1px solid #208020;
	width: 226px;
}
#choose #top
{
	background: url(/images/map/whychoose-top.gif) no-repeat top left;
	color: #FFF;
	padding: 11px 0 5px 10px;
	margin: 0 -1px;
	width: 218px;
	position: relative;
}
#choose #bottom
{
	background: url(/images/map/whychoose-bottom.gif) no-repeat top left;
	height: 7px;
	overflow: hidden;
	width: 228px;
	margin-bottom: 10px;
}


#choose h2
{
	font-size: 1.4em;
	color: #FFF;
	width: 215px;
}
#choose h2 span
{
	color: #FCDC3A;
	font-size: 1.2em;
}
#choose ul
{
	width:208px;
	/* font-size:0.9em; */
}



#textlinkwrapper
{
	text-align:center;
	border-bottom:1px solid #D3D4D4;
	padding:5px;
}

#textlink
{
	margin:0 auto;
	background:transparent url(/images/map/closed.png) no-repeat scroll left center;
	cursor:pointer;
	padding:2px 2px 2px 24px;
	color:#007800;
	display:inline;
}
#textlink.open{
	background:transparent url(/images/map/open.png) no-repeat scroll left center;
}

#map
{
	width: 704px;
	border: 1px solid #D3D4D4;
	padding: 10px;
	margin: 10px 0;
}
#map p
{
	/* font-size:0.8em; */
}
#map-sidebar
{
	width: 198px;
	height: 371px;
	float: left;
	border: 1px solid #D3D4D4;
	margin: 15px 10px 0 0;
	padding: 10px;
	overflow:auto;
	overflow-x: hidden;
	overflow-y: scroll;
}
#map-container.gmap
{
	height: 391px;
	width: 471px;
	float: left;
	margin: 15px 0 0 0;
	border: 1px solid #D3D4D4;
}
#map-sidebar h3
{
	
}
#map-sidebar ul.locationList 
{
	list-style: none;
	padding-left:2px;
}
#map-sidebar .locationList li
{
	margin:1px 0;
	font-weight: bold;
}
#map-sidebar .locationList li a:link,
#map-sidebar .locationList li a:visited,
#map-sidebar .locationList li span
{
	width:190px;
	
	display:block;
	font-size: 1em;
	padding:2px 0 4px 3px;
	background-color: #FFF;
	color:#078A07;
}
#map-sidebar .locationList li a:hover,
#map-sidebar .locationList li a:active,
#map-sidebar .locationList li a.active,
#map-sidebar .locationList li span.active
{
	background-color: #078A07;
	color: #FFF;
}
#map-sidebar .locationList li span
{
	color: #666;
}
#map-sidebar .locationList li span.active
{
	background-color: #666;
}

#map-sidebar h5
{
	font-weight:bold;
	padding-top:10px;
}
#map-sidebar h6
{
	float:left;
	width:50px;
	color:#666;
}

#map-sidebar .stationDetails
{
	font-size:0.9em;
}

#map-sidebar .stationDetails li
{
	list-style:none;
}

#map-sidebar .stationDetails .time
{
	float:left;
}

