/*--------------------DEFAULTS------------------------*/

body
{
	background-color: white;
	color: #8E7066;
	font-size: 76%;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

strong
{
	color: #431100;
}

dt
{
	font-weight: bold;
}

a
{
	font-weight: bold;
	color: #FE8806;	
}

h1 
{
	font-size: 2.0em;
	font-weight: bold;
}

h2
{
	font-size: 2.2em;
	font-weight: normal;
	margin: 0 0 0.35em 0;
}

h3
{
	font-size: 1.8em;
	font-weight: normal;
	margin: 0 0 0.25em 0;
}

h4
{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 0.2em 0;
}

h5
{
	font-size: 1.0em;
	font-weight: bold;
}

h6
{
	font-size: 0.8em;
	font-weight: bold;	
}

img
{
	border: 0;
}

ol, ul, dl, dt, dd, li
{
	font-size: 1.0em;
	line-height: 1.4em;
}

p
{
	font-size: 1.0em;
	line-height: 1.5em;
}

pre 
{
	font-family: monospace;
	font-size: 1.0em;
}

label
{
	font-weight: bold;
}

legend
{
	margin: 0 0 15px 0;
	color: #FE8806;
	font-size: 2em;
}

fieldset
{
	padding: 15px;
}

/*-------------------NAVIGATION------------------------*/
#navPrimary
{
	font-size: 1.2em;
}

#navPrimary a
{
	text-decoration: none;	
	padding: 10px 0 0 0;
	height: 30px;
}

#navPrimary a:link, #navPrimary a:visited
{
}

#navPrimary a:hover
{
	padding: 0;
	color: #8E7066;
	border-top: 3px solid #FE8806;
	height: 60px;
}

#navPrimary a:active
{
}

#navPrimary h1
{
	margin-top: 5px;
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/

.header
{
	background-color: #FFB410;
}

.contentWrapper
{
}

body.basic .header
{
	background: url(../Images/header.jpg) no-repeat;
}

body.home .header
{
	background: url(../Images/headerPlusHead.jpg) no-repeat;
}

ul.horizontal li
{
	list-style: none;
}

.content
{
}

.footer
{
	
	background: url(../Images/crossbar.jpg) no-repeat;
	background-color: #431100;
	color: White;		
}

.content h2, .content h3, .content h4, .content h5
{
	color: #431100;
}

#logo a
{
	color: black;
}

#navPrimary a
{
	color: black;
}

/*--------------------HOME PAGE------------------------*/

div.overview
{
	background-color: #FFEDC8;
}

.welcome
{
	background: url(../Images/welcomeBk.jpg) no-repeat;
	background-color: #FFEDC8;
	color: #694133;
}

.news
{
	background-color: white;
}

.facilitySummaries li.squash 
{
	padding: 65px 0 0 0;
	background: url(../Images/squashRacket.gif) no-repeat 0 1px;	
	
}

.facilitySummaries li.gym
{
	padding: 65px 0 0 0;	
	background: url(../Images/dumbells.gif) no-repeat;
	
}

.facilitySummaries li.studio
{
	padding: 65px 0 0 0;	
	background: url(../Images/aerobicStep.gif) no-repeat;
	
}

.facilitySummaries li.health 
{
	padding: 65px 0 0 0;	
	background: url(../Images/massage.gif) no-repeat 0 -20px;
	
}

/*----------------------Prices-------------------------*/

.membershipInfo h3
{
	margin-top: 30px;
}

.membershipTypeInfo
{
	margin: 30px 0 0 0;
	background-color: #FFEDC8;
	padding: 10px 0;	
	border: 1px solid #431100;
	border-top: 3px solid #431100;	
}

.subtext
{
	font-size: 0.8em;
}

.membershipTypeInfo h3
{
	margin: 0;
	padding: 0;
}

.facility
{
	clear: both;
}

.sectionContent h3, .secondaryContent h3
{
}

.sectionContent p, .membershipInfo p
{
	padding: 5px 15px 5px 15px;
}

.membershipDesc
{
	padding: 0 0 10px 15px;	
	font-size: 1.1em;
}

body.basic h3
{
	/*padding: 0 15px;*/
	
}

body.basic h4
{
	
	/*padding: 0 15px;*/
}

.prices
{
	
	padding: 0 0 0 15px;
	font-size: 1.4em;
	font-weight: bold;
}

.sectionContent
{
}

/*---------------------Content--------------------------------*/
/*---------------------Content--------------------------------*/
/*---------------------Content--------------------------------*/

/*--------------------Basic Page------------------------*/

body.basic .content
{
	padding: 30px 60px 0 60px; /* have to use padding, otherwise ie does mad things with margins for input elements inside fieldsets! */
}

.sectionImage
{
}

.sectionContent
{
	float: right;
	width: 534px;
}


.secondaryContent
{
	width: 280px;
	float: left;
	margin: 0 30px 0 0;	
	clear: left;	
	
}

/*--------------------HOME PAGE------------------------*/

div.overview ul, div.facilitySummaries ul, #learnMoreLinks ul
{
	margin: 0;
	padding: 0;
}

div.facilitySummaries li, #learnMoreLinks li
{
	width: 181px;
	margin: 0 15px;	
}


div.overview li
{
	width: 422px;
}


div.overview
{
	padding: 0 60px 45px 60px;
	float: left;
	display: inline;
}

div.facilitySummaries
{
	display: inline;	
	float: left;
	margin: 45px 60px 15px 60px;
}


li.welcome h2
{
	padding: 65px 15px 0 0;
}

li.welcome p
{
	padding: 0 30px 0 0;
}

.welcome .floatedGirl
{
	width: 113px;
	height: 191px;
	float: left;
}

.overview li.news
{
	margin: 30px 0 0 0;	
	height:  230px;
	overflow: auto;
}

ul.news
{
	list-style: none;	
}

li.news h3
{
	padding: 15px 15px 10px 15px;	
}

li.news li h3
{
	padding: 0 30px;
	margin: 0;
	font-size: 1.4em;
}

li.news p
{
	padding: 0 30px 10px 30px;		
}

