﻿#inputUl p
{
	margin: 0;
	padding: 10px 0;
}
#tabWrapper
{
	margin: 10px 0;
	width: 100%;
}
#tabs
{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
#tabs li
{
	float: left;
	display: block;
	padding: 5px;
	background-color: #e1e1e1;
	margin-right: 5px;
	border-left: solid 1px #a1a0a0;
	border-top: solid 1px #a1a0a0;
	border-right: solid 1px #a1a0a0;
	cursor: pointer;
	width: 25%;
	text-align: center;
}
#tabs li a
{
	color: #a1a0a0;
	text-decoration: none;
}
#tabs li.current
{
	background-color: #fff;
	border-left: solid 1px black;
	border-top: solid 1px black;
	border-right: solid 1px black;
}
#tabs li.current a
{
	color: #000;
	text-decoration: none;
}
#tabsContent
{
	border: solid 1px black;
}
#tabsContent p
{
	margin: 0;
	padding: 15px;
	line-height: 18px;
}
#fromClubText
{
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	min-width: 200px;
}
#LFFMap
{
	position: relative;
	float: left;
}
#clubListing
{
	float: left;
	padding-top: 0px;
	min-width: 225px;
}

#clubListing ul
{
	list-style: none;
	margin: 0 0 8px 0;
	height: 445px;
	overflow: auto;
	padding: 0 0 0 0;
	line-height: 1;
	height: 425px;
}

#ulNearestClub li
{
	border-bottom: solid 1px black;
	padding: 0 0 10px 0;
	height: 65px; /*Same height as .clubDistance*/
	overflow: hidden;
}

#ulNearestClub .clubDistance
{
	float: left;
	width: 55px;
	background: url(../images/mileMarker.jpg) no-repeat center;
	text-align: center;
	height: 65px; /*Same height as #ulNearestClub li*/
}
#ulNearestClub .clubDistanceText
{
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 11px 0 0 1px;
}
#ulNearestClub .clubInfo
{
	float: left;
}
#ulNearestClub .clubInfoText
{
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	padding: 0;
	margin: 0;
	width: 150px;
	float: left;
}
#ulNearestClub .clubInfoImg
{
	float: left;
	padding: 25px;
}
.spanLink
{
	float: right;
	cursor: pointer;
}

#nearestFiveSplash
{
	float: left;
	height: 439px;
	overflow: hidden;
	background-color: #e6e6e6;
	border: solid 1px #cac9c9;
	font-weight: bold;
	width: 225px;
}

#nearestFiveSplash #nearestFiveSplashText
{
	font-size: 30px;
	text-align: center;
	color: #b9b9b9;
	padding-top: 175px;
}

#ContactInfoDiv
{
	width: 650px;
	margin: 0 auto;
	overflow: hidden;
}
#ContactInfoDiv h2
{
	color: #ba1721;
	padding: 25px 0 20px 0;
}
#ContactInfoDiv h3
{
	font-size: 16px;
	margin: 0;
	padding: 20px 0 20px 0;
}
#inputUl
{
	list-style: none;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 0;
}
#inputUl li
{
	float: left;
	padding-left: 75px;
}
#inputUl p
{
	vertical-align: middle;
	padding: 10px 0;
}
#inputUl .input
{
	width: 200px;
}
#inputUl .inputDiv
{
	padding: 10px 0;
}
.btnSubmitDiv
{
	float: right;
}
.validation
{
	color: #a8141a;
}
.btnSearch
{
	cursor: pointer;
	vertical-align: bottom;
}
.MemPricingDiv
{
	text-align: center;
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
}
.MemPricingText
{
	padding-top: 5px;
	font-size: 22px;
	color: #ba1721;
}

