/*
-----------------------------------------------
Headquarters Fitness Center Styles
Author: Chris Pearce (Cornerstone Technologies)
----------------------------------------------- */

/****************************************************************************************
>> Common HTML properties << 
*****************************************************************************************/

html, body {margin: 0; padding: 0;}

body {
	background: #FFF;
	color: #2F2F2F;
	margin-bottom: 30px;
	text-align: left;
}
body, input, textarea {font: 72% Arial, Helvetica, sans-serif;}

a:link, a:visited, a:active {text-decoration: underline; color: #E60178;}
a:hover {text-decoration: none; color: #0171BD;}

p {margin: 1.4em 0; line-height: 1.4em;} 
a img {border: 0;}
ul li {list-style-image: url('list-bullet.gif'); line-height: 1.4em; margin-bottom: 4px;}
ol li {line-height: 1.4em; margin-bottom: 4px;}
table, td {font-size: 100%; vertical-align: top;}
ul ul {font-size: 100%;}
ol ol {font-size: 100%;}
acronym, abbr, dfn {border-bottom: 1px dotted #F7F7F7;}
code {font-family: courier, "courier new", monospace;}
hr {color: #CCC; border-style: solid; border-width: thin; clear: both;}
address {font-style: normal;}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: oblique;
	color: #666;
}

h1 {
	margin: 0 0 13px 0;
	color: #0071B7;
	font: 500 1.55em Arial, "Century Gothic", "Avant Garde", Futura, Helvetica, sans-serif;
}
h1.seo,
h1 span {position: absolute; left: 0; top: -9900px; margin: 0; height: 1px; width: 1px; overflow: hidden;}

h2,h3,h4,h5,h6 {
	font: bold 1.4em Arial, "Century Gothic", "Avant Garde", Futura, Helvetica, sans-serif;
	color: #E60178;
	margin: 19px 0 13px 0;
}
h3,h4,h5,h6 {color: #666; font-size: 1.30em;}

/****************************************************************************************
>> Page Containers [LAYOUT] << 
*****************************************************************************************/

/* Header Container
----------------------------------------------- */

#header {
	/*width: 722px;*/
	width: 735px;
	height: 100px;
	background: url('header-bg.gif') no-repeat bottom right;
	margin: 3px auto 0 auto;
	position: relative;
	text-align: left;
}
#header ul {
	margin: 0; 
	padding: 0;
	position: absolute;
	bottom: 20px;
	left: 18px;
}
#header ul li {
	display: block;
	list-style-image: none;
	padding: 0;
	float: left;
	margin-right: 8px;
	background: url('nav-bullet.gif') no-repeat left center;
	padding-left: 10px;
}
#header ul li a:link,
#header ul li a:visited {
	color: #7A7A7A; 
	text-decoration: none; 
	background: transparent;
	font: 600 11px Arial, Helvetica, sans-serif;
}
#header ul li a:hover {color: #85BBCD; background: transparent;}

#header img {position: absolute; top: 0; left: 16px;}
/* Banner Container
----------------------------------------------- */

#banner,#bannerInside {
	background: url('banner-bg.gif') no-repeat top left;
	margin: 0 auto;
	width: 722px;
	height: 285px;
	text-align: right;
}
#bannerInside {height: 126px; background: url('banner-bg(Inside).gif') no-repeat top left}

/* Content Home Container
----------------------------------------------- */

#contentHome,
#contentArea {
	background: url('homeTable-bg.gif') no-repeat top right;
	margin: 15px auto 0 auto;
	width: 722px;
	text-align: right;
	padding: 6px 0 0 0;
}

#contentArea {
	background: #FFF url('content-bg.gif') repeat-y top left; 
	padding: 0;
	position: relative;
	margin-top: 0;
}
#contentArea #pageCopy {
	margin-left: 215px;
	padding: 15px 15px 5px 0;
	text-align: left;
	min-height: 230px;
}
* html #contentArea #pageCopy {height: 230px;}
#contentArea #pageCopy img {border-color: #CCC; border-style: double;}
#contentArea #leftCol {
	position: absolute;
	top: 0;
	left: 15px;
	background: #E8E8E8 url('leftCol-bg.gif') no-repeat top left;
	width: 180px;
	text-align: center;
	padding: 90px 0 20px 0;
}
#contentArea #leftCol p {text-align: left; margin: 8px 15px 0 23px;}
#contentArea #leftCol a.learn-more:link,
#contentArea #leftCol a.learn-more:visited { 
	text-decoration: none;
	font-weight: bold;
	color: #333;
}
#contentArea #leftCol a.learn-more:hover {text-decoration: underline;}

/* Footer Container
----------------------------------------------- */

#footer {
	margin: 0 auto;
	clear: right;
	width: 722px;
	text-align: left;
	position: relative;
}
#footer p {
	color: #b1b1b1; 
	font-size: 10px; 
	margin: 0; 
	padding: 15px 0 0 30px;
}
#footer p em {padding-top: 5px;}
#footer p em a {color: #b1b1b1; text-decoration: none;}
#footer p em a:hover {text-decoration: underline;} 
#footer img {position: absolute; top: 14px; right: 30px;}

/****************************************************************************************
>> HTML Tables << 
*****************************************************************************************/

table#homeTable {
	border: 0;
	width: 703px;
	border-bottom: 1px solid #E4E2E3;
	float: right;
}

table#homeTable td {padding: 10px 10px 0 10px; text-align: left;}

table#homeTable td.left-cell {width: 181px; background: #F7F7F7; text-align: center; padding: 10px 0 0 0;}
table#homeTable td.middle-cell {width: 268px; border-right: 1px solid #E4E2E3;}
table#hometable td.right-cell {width: 254px;}

table#homeTable td p {margin: 10px 0;}
table#homeTable td.left-cell p {margin: 15px 16px 0 16px; text-align: left;}

table#homeTable td.middle-cell h1,
table#homeTable td.right-cell h1 {
	color: #0071B7;
	margin: 0 0 10px 0;
	font: bold 1.2em Arial, Helvetica, sans-serif;
}
table#homeTable td.right-cell h1 {color: #E60178;}

table#homeTable td a.learn-more:link,
table#homeTable td a.learn-more:visited { 
	text-decoration: none;
	font-weight: bold;
	color: #333;
}
table#homeTable td a.learn-more:hover {text-decoration: underline;}

table.HQ-table {
	border: 0;
	margin: 10px 0;
}
table.HQ-table th {
	font-weight: bold; 
	text-align: left; 
	padding: 3px 0 3px 3px;
	background: #0071B7;
	color: #FFF;
}
table.HQ-table td { 
	padding: 2px;
	background: #DDDDDD;
	vertical-align: middle;
}
table.HQ-table td p,
table.HQ-table td h1,
table.HQ-table td h2,
table.HQ-table td h3,
table.HQ-table th p {margin: 0;}
table.HQ-table td sup {color: #666;}
table.HQ-table td.pink-cell {
	background: #E60178; 
	font-weight: bold; 
	color: #FFF;
	text-align: right;
	padding-right: 4px;
} 
table.HQ-table td.pink-cell sup {color: #FFF;}


/****************************************************************************************
>> Form Styles << 
*****************************************************************************************/

form {margin: 0 auto; padding: 0;}
form span {color: red; font-weight: bold;}
fieldset {margin: 0; padding: 10px 20px 20px 20px;}
legend {
}

form label {
	font: bold 13px Arial, Helvetica, sans-serif;
	width: 100%;
	clear: both;
	display: block;
	padding-left: 8px;
	margin: 10px 0 3px 0;
	border-top: 1px solid #999;
	padding-top: 5px;
}

form input, select, textarea {
	text-align: left;
	border: 1px solid #0063B5;
	color: #0052A5;
	width: 140px;
	background: #F2F2F2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
form textarea {width: 340px; font: 11px Verdana, Arial, Helvetica, sans-serif;}
form select {width: auto;}
form input.noStyle {background: none; width: auto; border: 0;}
form input.smallTextField {width: 30px;}

form input.button {
	border: 1px solid #CEEFF8;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	cursor: hand;
	padding: 2px;
	width: auto;
	margin: 0;


/****************************************************************************************
>> Page Styles [Classes] << 
*****************************************************************************************/
	background-color: #0052A5;
