@charset "utf-8";
/* Home CSS Stylesheet */

body.locations {
	background-image:url(../images/body-background.jpg);
}

body.locations div#header {
	background-image:url(../images/header-background.jpg);
}

body.locations div#header div#vertNav {
	height:88px;
}

body.locations div#header div#vertNav div.link a:hover {
	color:#a1a1a4;
}

body.locations div#bodyWrapper,
body.locations div#wrapper {
	background-image:url(../images/wrapper-background.jpg);
}

body.locations div#wrapper div#breadCrumb {
	clear:both;
	margin-left:130px;
	height:25px;
	line-height:25px;
	font-size:15px;
	font-weight:bold;
	color:#b2b2b2;
	text-transform:uppercase;
}

body.locations div#wrapper div#breadCrumb a {
	color:#b2b2b2;
}

body.locations div#wrapper div#breadCrumb span.current {
	color:#387b2b;
}

body.locations div#wrapper div#contentArea div#googleMap {
	clear:both;
	overflow:auto;
	text-align:center;
	margin-bottom:25px;
}

body.locations div#wrapper div#contentArea div#locatorLeft {
	float:left;
	width:383px;
}

body.locations div#wrapper div#contentArea div#locatorLeft div#locatorImage {
	margin-bottom:20px;
}

body.locations div#wrapper div#contentArea div#locatorLeft div#locatorContent {
	margin-bottom:20px;
}

body.locations div#wrapper div#contentArea div#locatorRight {
	float:left;
	margin-left:20px;
	width:520px;
}

body.locations div#wrapper div#contentArea div.worldMap {
	clear:both;
	overflow:auto;
	width:520px;
	height:400px;
	margin:0px auto;
}

body.locations div#wrapper div#contentArea div#searchResults {
	clear:both;
	overflow:auto;
	margin-bottom:25px;
}

body.locations div#wrapper div#contentArea div#searchResults div.gymLocation {
	clear:both;
	overflow:auto;
	margin-bottom:25px;
	line-height:18px;
}

body.locations div#wrapper div#contentArea div#searchResults div.gymLocation a img {
	border:0px;
}

body.locations div#wrapper div#contentArea div#searchResults div.gymLocation div.info {
	float:left;
	width:303px;
}

body.locations div#wrapper div#contentArea div#searchResults div.gymLocation div.info div.title {
	clear:both;
	height:40px;
	line-height:20px;
	font-weight:bold;
}

body.locations div#wrapper div#contentArea div#searchResults div.gymLocation div.info div.title a {
	float:left;
	display:block;
	font-size:16px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	color:#fdb813;
	text-decoration:none;
}

body.locations div#wrapper div#contentArea div#searchResults div.gymLocation div.info div.distance {
	color:#387b2b;
	font-weight:bold;
}

body.locations div#wrapper div#contentArea div#searchResults div.gymLocation div.info div.title a.gymTitle {
	height:40px;
	margin-left:3px;
}

body.locations div#wrapper div#contentArea div#searchResults div.gymLocation div.features {
	float:left;
	width:200px;
	margin-left:10px;
}

body.locations div#wrapper div#contentArea div#searchResults div.gymLocation div.features div.amenities {
	margin-bottom:10px;
}

body.locations div#wrapper div#contentArea div#searchResults div.gymLocation div.links {
	float:left;
	width:165px;
	margin-left:10px;
}

body.locations div#wrapper div#contentArea div#searchResults div.gymLocation div.links a {
	color:#A0A0A4;
}

body.locations div#wrapper div#contentArea div#searchResults div.gymLocation div.join {
	float:left;
	width:100px;
	margin-left:10px;
	overflow:hidden;
}

body.locations div#wrapper div#contentArea div#searchResults div.gymLocation div.trial {
	float:left;
	width:115px;
	margin-left:10px;
	overflow:hidden;
}

body.locations div#wrapper div#contentArea div#searchResults div.gymLocation ul.buttons {
	float:left;
	width:230px;
	margin:0px 0px 0px 5px;
	padding:0px;
	list-style-type:none;
}

body.locations div#wrapper div#contentArea div#searchResults div.gymLocation ul.buttons li {
	float:left;
	margin-left:15px;
	width:100px;
	height:18px;
	background-image:url(../images/buttons-sprite.jpg);
	background-repeat:no-repeat;
}

body.locations div#wrapper div#contentArea div#searchResults div.gymLocation ul.buttons li.join {
	background-position:0px 0px;
}

body.locations div#wrapper div#contentArea div#searchResults div.gymLocation ul.buttons li.trial {
	background-position:0px -18px;
}

body.locations div#wrapper div#contentArea div#searchResults div.gymLocation ul.buttons li a {
	display:block;
	width:100px;
	height:18px;
	text-decoration:none;
}

body.locations div#wrapper div#contentArea div#searchControls {
	clear:both;
	overflow:hidden;
	font-weight:bold;
	height:35px;
	line-height:35px;
}

body.locations div#wrapper div#contentArea div#searchControls a {
	background-color:#a0a0a4;
	color:#ffffff;
	text-decoration:none;
	padding:10px 25px;
}

body.locations div#wrapper div#contentArea div#searchControls div.searchAgain {
	float:left;
	width:300px;
}

body.locations div#wrapper div#contentArea div#searchControls div.expandSearch {
	float:left;
	width:623px;
	text-align:right;
}
div#displayExpanding {
	padding: 20px;
	background-color: #F6F6F6;
	border: 1px dashed #A5A5A5;
	margin-bottom: 20px;
	text-align: center;
	clear:both;
}

