﻿@charset "utf-8";

#bounds #top-panel {
	z-index: 1;
	position: relative;
	width: 930px;
	height: 80px;
	background: url(../images/locations-bg.jpg) no-repeat;
}

#bounds #top-panel h1 {
	z-index: 1;
	position: absolute;
	top: 20px;
	left: 30px;
	margin: 0;
	color: #93795D;
	font-size: xx-large;
	font-weight: normal;
}

#bounds #panel-left {
	width: 409px;
	/*height: 348px;*/
	padding-left: 20px;
	padding-right: 20px;
}

#bounds #panel-left-inner {
	width: 432px;
	height: 325px;
	padding-left: 20px;
	padding-right: 20px;
}

#bounds #panel-right {
	margin-top: 30px;
	width: 450px;
}

#bounds #panel-right-inner {
	margin-top: 30px;
	width: 455px;
}

#bounds #panel-right-inner .cities {
	width: 135px;
	margin-right: 10px;
}

#bounds #panel-right-inner .cities h2 {
	color: #947b61;
	font-size: 120%;
	padding-bottom: 10px;
}

#bounds #panel-right-inner .cities ul {
	padding: 0;
	margin: 0;
}

#bounds #panel-right-inner .cities ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#bounds #panel-right-inner .cities ul li a {
	color: #000;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	font-size: 70%;
}

#bounds #panel-right-inner .cities ul li a.city-highlight {
	background-color: #7fd3c4;
}

#bounds #panel-right-inner .cities ul li a.city-highlight-off {
	background-color: none;
}

#bounds #panel-right-inner .cities ul li a:hover {
	background-color: #7fd3c4;
}

#bounds #panel-right-inner .info .left {
	margin-right: 20px;
}

#bounds #panel-right-inner .info .left-sr {
	margin-right: 5px;
	font-size: small;
}

#bounds #panel-right-inner .info h3 {
	margin-top: 30px;
	text-transform: uppercase;
	font-size: 80%;
	font-weight: bold;
	color: #7fd3c4;
}

#bounds #panel-right-inner .info ul {
	margin: 0;
	padding: 0;
}

#bounds #panel-right-inner .info ul li {
	list-style: none;
	font-size: 80%;
	position: relative;
}

#bounds #panel-right-inner .info ul li strong {
	position: absolute;
	left: 0;
}

#bounds #panel-right-inner .info ul li span {
	position: relative;
	left: 50px;
}

#bounds #panel-right-inner .info p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#bounds #panel-right-inner h2,
#bounds #panel-right h2 {
	color: #33B19E;
	font-size: x-large;
	font-weight: normal;
	margin: 0;
}

#bounds #panel-right-inner p,
#bounds #panel-right p {
	font-size: small;
}

.city-container {
	display: none;
}

.hours {
	font-size: small;
}


