@charset "utf-8";
/* Find Gym CSS Stylesheet */

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

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

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

body.findGym div#header div#vertNav div.link a:hover {
	color:#eb6173;
}

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

body.findGym 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.findGym div#wrapper div#breadCrumb a {
	color:#b2b2b2;
}

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

body.findGym div#wrapper div#contentArea div#contentLeft {
	float:left;
	width:440px;
	margin-left:20px;
}

body.findGym div#wrapper div#contentArea div#contentLeft div#findForm {

}

body.findGym div#wrapper div#contentArea div#contentLeft div#findForm  div.row {
	clear:both;
	height:30px;
	margin-bottom:10px;
}

body.findGym div#wrapper div#contentArea div#contentLeft div#findForm  div.floatLeft {
	float:left;
	margin-left:1px;
}

body.findGym div#wrapper div#contentArea div#contentLeft div#findForm  div.go {
	float:left;
	margin-left:20px;
}


body.findGym div#wrapper div#contentArea div#contentLeft div#findForm  div.or {
	clear:both;
	overflow:auto;
	width:331px;
	height:25px;
	margin-bottom:10px;
	text-align:center;
}

body.findGym div#wrapper div#contentArea div#contentLeft div#findForm  div.row input.zip {
	background-color:#387b2b;
	border:0px;
	padding:5px 0px;
	margin:0px;
	height:20px;
	color:#ffffff;
	text-align:center;
	width:331px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-weight:bold;
}

body.findGym div#wrapper div#contentArea div#contentLeft div#findForm  div.row select.state {
	background-color:#f48024;
	border:0px;
	margin:0px;
	height:30px;
	position:relative;
	top:-12px;
	color:#ffffff;
	width:154px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-weight:bold;
	vertical-align:middle;
	padding:5px 0px;
	margin-right:10px;
}

body.findGym div#wrapper div#contentArea div#contentLeft div#findForm  div.row select.state option {
	height:30px;
	line-height:30px;
	font-weight:normal;
}

body.findGym div#wrapper div#contentArea div#contentLeft div#findForm  div.row select.state option.choose {
	font-family:"Arial Black", Gadget, sans-serif;
	font-weight:bold;
	text-align:center;
	padding-top:7px;
}

body.findGym div#wrapper div#contentArea div#contentLeft div#findForm  div.row input.city {
	background-color:#f48024;
	border:0px;
	padding:5px 0px;
	margin-left:10px;
	height:20px;
	color:#ffffff;
	text-align:center;
	width:154px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-weight:bold;
}
body.findGym div#wrapper div#contentArea div#contentLeft div#findForm div.row select.country {
	height: 0px;
	width: 331px;
	position: relative;
}

body.findGym div#wrapper div#contentArea div#contentLeft div#findForm div.row input.country {
	background-color:#fdb813;
	border:0px;
	padding:5px 0px;
	height:30px;
	color:#ffffff;
	text-align:center;
	width:331px;
	font-weight:bold;
}

body.findGym div#wrapper div#contentArea div#contentLeft div#findForm  div.row select.country option {
	text-align: left;
	border-collapse:collapse;
	background-color:#fdb813;
	padding: 2px 0px;
	font-size: 14px;
	border-bottom: 1px dashed #F1D303;
	color: #000000;
}

body.findGym #wrapper #contentArea #contentLeft #trialBanner {
	border:0px;
	margin-top:30px;
}

body.findGym div#wrapper div#contentArea div#contentRight {
	float:left;
	width:315px;
	margin-left:30px;
}

body.findGym #wrapper #contentArea #contentRight .worldMap {
	clear:both;
	overflow:auto;
	width:440px;
	height:370px;
	margin:0px auto;
}

body.findGym #wrapper #contentArea #likeBox {
	float:right;
	clear:both;
	margin-top:50px;
}

div.customSelect_CurrentDisplay {
	background-image: url('../images/drop-arrow.jpg');
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 28px !important;
}
