/* reset : 
-------------------------------------------------------------------------*/
pre, tt, code, samp, kbd, xmp, listing, plaintext { font-family: monospace; }
body,div,dl,dt,dd,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
/* reset ^ 
-------------------------------------------------------------------------*/

body * {line-height:1.22em;}

body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

body.internal-page {background: #fff url('../Images/bg-body-internal.jpg') no-repeat top center;}

a {
	outline: 0;
}

a:link, a:active, a:visited {
	color: #015184;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
	outline: 0;
}

input, select, textarea {
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
}

input.clear-value {color: #999;}
.watermark-text {color: #999;} /* for using the TextBoxWatermark control */

.rollover, .button {
	cursor: pointer;
	cursor: hand;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

.toggle-pane {display: none;}

div.clear { /* Float fix */
	clear: both;
	height: 1px; /* Height must be 1 for the wrapping element to actually wrap the containing elements (IE fix) */
	overflow: hidden; /* Style used because MSIE refuses to automatically make div tags less than 1em high when in Standards Compatible mode. */
}

/* clearfix : 
-------------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {display: inline-block;}

html[xmlns] .clearfix {display: block;}

* html .clearfix {height: 1%;}
/* clearfix ^ 
-------------------------------------------------------------------------*/

div#site-main {
	margin: 0 auto;
	width: 1000px;
}

/* site-header : 
-------------------------------------------------------------------------*/
div#site-header {
	background: transparent url('../Images/bg-site-header.jpg') no-repeat;
	margin: 10px 25px 15px 25px;
	width: 950px;
	height: 90px;
}

img.site-logo, div#header-right, ul#site-menu, ul#site-menu li, div#utility-links, div#alternate-language,
div#site-search input.text, div#site-search-respage input.text, div#site-search input.button, div#site-search-respage input.button {
	float: left;
	display: inline;
}

div#site-search, div#my-bally, .div#site-search-respage  {
	float: right;
	display: inline;
}

img.site-logo {margin: 10px 0 0 15px;}

div#header-right {
	margin-left: 40px;
	width: 604px;
}

/* utility-bar : */
div#utility-bar {
	padding-top: 6px;
	width: 604px;
	height: 28px;
}

div#utility-bar a.language-switch {
	margin: 0 16px 0 28px;
	font-size: 10px;
	font-weight: bold;
	line-height: 21px;
}

div#utility-bar span.phone-numbers {
	font-size: 10px;
	color: #666;
	line-height: 21px;
}

div#site-search {
	background: #f2f7fe url('../Images/bg-site-search.gif') no-repeat;
	margin: 2px 10px 0 0;
	padding-top: 1px;
	width: 147px;
	height: 18px;
}

div#site-search input.text {
	background-color: transparent;
	margin: 2px 5px 0 5px;
	border: none;
	padding: 0;
	width: 117px;
	height: 14px;
	font-size: 11px;
}

div#site-search input.button {
	margin: 0;
	padding: 0;
}
/* utility-bar ^ */

/* site-menu : */
ul#site-menu, ul#site-menu li {margin: 0; padding: 0;}

ul#site-menu {
	list-style: none;
	margin-right: 4px;
	font-size: 15px;
	color: #333;
}

ul#site-menu, ul#site-menu li {margin-left: 10px;}

ul#site-menu a:link, ul#site-menu a:active, ul#site-menu a:visited {
	display: block;
	height: 54px;
	line-height: 54px;
	color: #333;
}

ul#site-menu a:hover {
	color: #dc192b;
	text-decoration: none;
}

ul#site-menu a span {visibility: hidden;}

li#menu-discover a {
	/* background: transparent url('../Images/nav-discover-off.gif') no-repeat; */
	background: transparent url('../Images/nav-why-off.gif') no-repeat;
	width: 125px;
}
div.Spanish ul#site-menu li#menu-discover a {
	/* background: transparent url('../Images/sp-nav-discover-off.gif') no-repeat; */
	background: transparent url('../Images/sp-nav-why-off.gif') no-repeat;
}

li#menu-why a {
	background: transparent url('../images/nav-why-off.gif') no-repeat;
	width: 125px;
}

li#menu-started a {
	background: transparent url('../Images/nav-started-off.gif') no-repeat;
	width: 108px;
}
div.Spanish ul#site-menu li#menu-started a {
	background: transparent url('../Images/sp-nav-started-off.gif') no-repeat;
}

li#menu-achieve a {
	background: transparent url('../Images/nav-achieve-off.gif') no-repeat;
	width: 171px;
}

div.Spanish ul#site-menu li#menu-achieve a {
	background: transparent url('../Images/sp-nav-achieve-off.gif') no-repeat;
}

li#menu-discover a:hover 
{
	/* background: transparent url('../Images/nav-discover-on.gif') no-repeat; */
	background: transparent url('../Images/nav-why-on.gif') no-repeat;
}
div.Spanish ul#site-menu li#menu-discover a:hover 
{
	/* background: transparent url('../Images/sp-nav-discover-on.gif') no-repeat; */
	background: transparent url('../Images/sp-nav-why-on.gif') no-repeat;
}

li#menu-started a:hover 
{
	background: transparent url('../Images/nav-started-on.gif') no-repeat;
}
div.Spanish ul#site-menu li#menu-started a:hover 
{
	background: transparent url('../Images/sp-nav-started-on.gif') no-repeat;
}

li#menu-achieve a:hover 
{
	background: transparent url('../Images/nav-achieve-on.gif') no-repeat;
}
div.Spanish ul#site-menu li#menu-achieve a:hover 
{
	background: transparent url('../Images/sp-nav-achieve-on.gif') no-repeat;
}

li#menu-why a.active, li#menu-why a.active:hover {background: transparent url('../images/nav-why-active.gif') no-repeat;}

li#menu-discover a.active
, li#menu-discover a.active:hover 
{
	/* background: transparent url('../Images/nav-discover-active.gif') no-repeat; */
	background: transparent url('../Images/nav-why-active.gif') no-repeat;
}
div.Spanish ul#site-menu li#menu-discover a.active
, div.Spanish ul#site-menu li#menu-discover a.active:hover 
{
	/* background: transparent url('../Images/sp-nav-discover-active.gif') no-repeat; */
	background: transparent url('../Images/sp-nav-why-active.gif') no-repeat;
}

li#menu-started a.active
, li#menu-started a.active:hover 
{
	background: transparent url('../Images/nav-started-active.gif') no-repeat;
}
div.Spanish ul#site-menu li#menu-started a.active
, div.Spanish ul#site-menu li#menu-started a.active:hover 
{
	background: transparent url('../Images/sp-nav-started-active.gif') no-repeat;
}

li#menu-achieve a.active
, li#menu-achieve a.active:hover 
{
	background: transparent url('../Images/nav-achieve-active.gif') no-repeat;
}
div.Spanish ul#site-menu li#menu-achieve a.active
, div.Spanish ul#site-menu li#menu-achieve a.active:hover 
{
	background: transparent url('../Images/sp-nav-achieve-active.gif') no-repeat;
}
/* site-menu ^ */

/* utility-links : */
div#utility-links {
	margin-top: 4px;
	border-left: solid 1px #cadae8;
	padding: 0 0 1px 15px;
	width: 140px;
}

div#utility-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 10px;
}

div#utility-links li {
	background: transparent url('../Images/bullet-gt-link-blue.gif') no-repeat 0 3px;
	margin: 0 0 2px 0;
	padding-left: 10px;
	width: 130px;
}

div#utility-links a:link, div#utility-links a:active, div#utility-links a:visited {
	font-weight: bold;
}
/* utility-links ^ */

/* my-bally : */
div#my-bally {
	background: transparent url('../Images/bg-my-bally.jpg') no-repeat;
	margin-top: 4px;
	padding: 1px 8px;
	width: 113px;
	height: 86px;
}

div#my-bally h3 {
	margin: 10px 0 3px 0;
	border-bottom: dotted 1px #999;
	padding-bottom: 2px;
	font-size: 12px;
	color: #c31626;
}

div#my-bally ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 10px;
}

div#my-bally li {
	background: transparent url('../Images/bullet-gt-link-blue.gif') no-repeat 0 4px;
	margin: 0;
	padding: 2px 0 2px 10px;
	width: 103px;
	font-weight: bold;
}

li#site-login {
	position: relative;
}

a.login-button {
	color: #015184;
}

div#login-pane {
	position: absolute;
	top: 10px;
	left: -7px;
	z-index: 100;
	background: #729bbe url('../Images/bg-site-login-pane-body.gif') repeat-x;
	width: 127px;
}

div#login-pane div.top {
	position: absolute;
	top: -9px;
	left: 0;
	background: transparent url('../Images/bg-site-login-pane-top.gif') no-repeat;
	width: 127px;
	height: 10px;
	overflow: hidden;
}

div#login-pane div.bottom {
	position: absolute;
	bottom: -8px;
	left: 0;
	background: transparent url('../Images/bg-site-login-pane-btm.gif') no-repeat;
	width: 127px;
	height: 8px;
	overflow: hidden;
}

div#login-pane h5 {
	position: relative;
	top: -5px;
	margin: 0 10px;
	font-size: 10px;
	color: #fff;
	cursor: pointer;
	cursor: hand;
	z-index: 200;
}

div#login-pane input {
	float: left;
	display: inline;
}

div#login-pane input.text {
	display: block;
	background: transparent url('../Images/bg-login-pane-input.gif') no-repeat center top;
	margin: 2px 2px 0 5px;
	border: none;
	padding: 2px;
	width: 88px;
	height: 15px;
	font-size: 11px;
}
/* IE 6 styles */

div#login-pane input.button {margin-top: 2px;}

div#login-pane li {
	/*background: transparent url('../');*/
	background: transparent;
	margin: 4px 5px;
	padding: 0;
	width: 104px;
	font-weight: bold;
}

div#login-pane a {
	text-decoration: underline;
	text-transform: none;
}

div#login-pane a.close {
	position: absolute;
	bottom: 0;
	right: 6px;
	padding: 2px;
	text-decoration: none;
}
/* my-bally ^ */

/* site-header ^ 
-------------------------------------------------------------------------*/

/* primary-content : 
-------------------------------------------------------------------------*/
div#primary-content {
	width: 1000px;
}

div#content-right, div#rail-left, div#content-main {
	min-height: 570px;
}
/* IE 6 styles */

div#content-right {
	background: #fff url('../Images/bg-primary-content.gif') no-repeat right top;
	float: right;
	display: inline;
	margin-right: 25px;
	padding-bottom: 20px;
	width: 730px;
}

div#rail-left {
	background: #fff url('../Images/bg-rail-left.gif') no-repeat;
	float: left;
	display: inline;
	margin-left: 25px;
	padding-top: 1px;
	width: 220px;
}
/* primary-content ^ 
-------------------------------------------------------------------------*/

/* site-footer : 
-------------------------------------------------------------------------*/
div#site-footer {
    margin: 0 25px;
    padding: 7px 10px 30px 10px;
    width: 930px;
}
ul#footer-links, ul#footer-links li {margin: 0; padding: 0;}
div#footer-left, ul#footer-links li {
    float: left;
    display: inline;
}
div#footer-right, ul#footer-links {
    float: right;
    display: inline;
}
div#footer-left {
    margin-top: 10px;
    width: 130px;
}
div#footer-right {width: 800px;}
div#footer-right div.phone-numbers {
    border-bottom: solid 1px #cedde8;
    padding: 8px 0;
    width: 800px;
    text-align: right;
    color: #5c8db3;
}
div#footer-right p.english, div#footer-right p.spanish {display: inline;}
div#footer-right div.phone-numbers p.english {
    margin-right: 10px;
    font-weight: bold;
}
ul#footer-links li {
    list-style: none;
    margin: 10px 0 0 10px;
    border-left: solid 1px #999;
    padding-left: 10px;
    height: 11px;
    line-height: 11px;
}
ul#footer-links li.first-child {
    border-left: 0;
    margin-left: 0;
}
ul#footer-links a:link, ul#footer-links a:active, ul#footer-links a:visited {
    color: #999;
}
ul#footer-links a:hover {
    color: #5c8db3;
}
/* site-footer ^ 
-------------------------------------------------------------------------*/

/* content-right : 
-------------------------------------------------------------------------*/
div#content-main {
	padding-top: 1px;
	width: 730px;
}

div.breadcrumb {
	margin: 10px 0 10px 30px;
	color: #999;
}

div.breadcrumb a:link, div.breadcrumb a:active, div.breadcrumb a:visited {
	color: #999;
}


/* page-header : */
div#page-header {
	position: relative;
	margin: 0 25px 18px 30px;
	border-bottom: solid 1px #ccc;

	color: #015184;
}

div#page-header h4 {
	margin: 0 0 2px 0;
}

div#page-header p {
	margin-bottom: 8px;
	width: 590px;
}

div#page-header div.left, div#page-header div.left p {
	width: 475px;
}

div#page-header div.right {
	margin-top: 18px;
}

div#page-header a:link, div#page-header a:active, div#page-header a:visited {
	text-decoration: underline;
}

/* page-header ^ */

div#content-col-left, div#content-col-right {
	float: left;
	display: inline;
	width: 200px;
}

div#content-col-left {
	margin: 0 20px 0 30px;
	padding-top: 1px;
	width: 457px;
}

div#content-col-right {
	padding-top: 1px;
	margin-right: 25px;
	width: 198px;
}

div#content-col-full {
	margin: 0 25px 0 30px;
	padding-top: 1px;
	width: 675px;
}

div.section-full {
	background: transparent url('../images/bg-section-gradient-full-2.gif') no-repeat;
	margin-bottom: 12px;
	padding: 14px 12px 8px 12px;
	width: 651px;
}

div.section-full div.row {
	margin: 6px 0 25px 0;
}

div.section-full-header {margin-bottom: 12px;}



h1.title {
	margin: 18px 0 6px 0;
	color: #015184;
	font-size: 16px;
	font-weight: bold;
}

div#content-col-left h1.title {width: 400px;}

h2.subtitle {
	margin: -6px 0 8px 0;
	color: #015184;
	font-size: 14px;
	font-weight: normal;
	width: 590px;
}

.title-2 {
	font-size: 17px;
	color: #c11b19;
	line-height: 1.0em;
}

h4.title {
	font-size: 14px;
}

ul.link-list {color: #015184;}

ul.link-list a:link, ul.link-list a:active, ul.link-list a:visited {
	color: #015184 !important;
	text-decoration: underline;
}


div#page-tools {
	position: absolute;
	bottom: 8px;
	right: 5px;
}

div#page-tools img {
	float: left;
	display: inline;
	margin-left: 8px;
}

div.content-section {
	background: transparent url('../images/bg-content-section.gif') no-repeat;
	margin-bottom: 12px;
	padding: 14px 12px 8px 12px;
	width: 433px;
}

div.content-section-header {margin: 0 0 32px 0;}

div.content-section-header div.left {
	margin: 20px 0 0 0;
}

div.content-section-header h2 {
	margin-bottom: 8px;
	font-size: 29px;
	color: #015184;
	font-weight: normal;
}


div#copy-data {
	float: left;
	display: inline;
	width: 205px;
	margin: 0 10px 10px 0;
}




div.copy h3.title {
	margin-bottom: 8px;
	font-size: 14px;
}


div.copy p {
	margin-bottom: 10px;
}

div.copy ul {
	position: relative;  /*fix float bug where bullets move too far left */
	left: 15px;
	margin: 0 0 10px 0;
	padding: 0;
}

div.copy ul.link-list li {
	margin-bottom: 8px;
}

/* IE and IE 6 styles */

div.copy a:link, div.copy a:active, div.copy a:visited {
	color: #c21626;
	text-decoration: underline;
}

div.copy-section {
	background: transparent url('../images/bg-copy-section-gradient.gif') no-repeat;
	padding: 14px 12px 8px 12px;
	margin-bottom: 12px;
	width: 427px;
}

div.copy-section h3 {
	font-size: 14px;
}

div.copy-section p {
	margin: 0 0 12px 0;
}

div.copy-section-round {
	background: #ecf0f6 url('../images/bg-copy-section-round.gif') no-repeat;
	padding: 14px 12px 1px 12px;
	width: 427px;
}

div.copy-section-round h3 {
    color: #015184;
    text-transform: uppercase;
}

div.copy-section-round p {
    margin-bottom: 12px;
}

div.copy-item {
	background-color: #fff;
	margin: 12px 0;
	padding: 8px 8px 12px 8px;
	width: 411px;
}

div.copy-header {
	margin-bottom: 5px;
	border-bottom: solid 1px #b4c1c9;
	padding-bottom: 5px;
    color: #015184;
}

div.copy-header h3 {
	float: left;
	display: inline;
}

div.content-section div.copy-header {
	margin-bottom: 10px;
	border-bottom: 0;
	padding-bottom: 0;
    color: #333;
}	


div.copy-header span {
	float: right;
	display: inline;
	font-weight: bold;
}

div.copy-section-bottom {
	background: #ecf0f6 url('../images/bg-copy-section-round-btm.gif') no-repeat;
	margin-bottom: 12px;
	width: 451px;
	height: 4px;
	overflow: hidden;
}

/* content-right ^ 
-------------------------------------------------------------------------*/

/* module-right : 
-------------------------------------------------------------------------*/

div#content-col-right div.module-summary 
{
	margin-right: 10px;
	margin-left: 10px;
}

div.module-right {
	background: transparent url('../Images/bg-module-right-ds.gif') repeat-y;
	margin: 0 0 30px 0;
	width: 188px;
}

div.module-image {
	background: transparent;
	width: 194px;
}

div.module-right div.top {
	background: transparent url('../Images/bg-module-right-top.gif') no-repeat;
	width: 188px;
	height: 8px;
	overflow: hidden;
}

div.module-right div.bottom {
	background: transparent url('../Images/bg-module-right-btm.gif') no-repeat;
	width: 188px;
	height: 10px;
	overflow: hidden;
}


div.module-right div.content {
	background: #c9d7e7 url('../Images/bg-module-right-grad.gif') repeat-x;
	padding: 1px 0;
	margin: 0 2px;
	width: 184px;
	min-height: 124px;
	color: #2a5875;
}
/* IE 6 styles */


div.module-header 
{
	position: relative;
	top: -13px;
	margin-bottom: -13px;
	height: 52px;
	width: 100%;
}

div.module-right h3.title {
	padding: 15px 0 0 52px;
	width: 132px;
	height: 37px;
	line-height: 1.0em;
	font-size: 18px;
	font-weight: normal;
	color: #c31626;
}

div.module-right p {
	margin: 8px 10px;
}

div.module-right ul {
	margin: 0 10px;
	padding: 0;
}

div.module-right li {
	list-style: none;
	margin-bottom: 10px;
	width: 164px;
}

div.module-right li a:link, div.module-right li a:active, div.module-right li a:visited {
	display: block;
	background: transparent url('../images/bullet-gt-gray.gif') no-repeat 0 4px;
	margin: 0;
	padding-left: 12px;
	color: #333;
}

div.module-right ul a:hover {
	background: transparent url('../images/bullet-gt-red.gif') no-repeat 0 4px;
	color: #c21626;
}


div.module-related-content h3.title {
	background: transparent url('../Images/icon-related-articles.png') no-repeat 2px 0;	
}

div.module-other-videos h3.title {
	background: transparent url('../Images/icon-video.png') no-repeat;	
}

div.module-other-videos div.thumb {
	margin: 12px auto;
	width: 130px;
}

div.module-guest-pass h3.title {
	background: transparent url('../images/icon-guest-pass.png') no-repeat;	
}

div.module-member h3.title {
	background: transparent url('../images/icon-member.png') no-repeat;	
}

div.module-club h3.title {
	background: transparent url('../images/icon-club.png') no-repeat;	
}

div.module-contact h3.title {
	background: transparent url('../images/icon-contact.png') no-repeat;	
}

div.module-online h3.title {
	background: transparent url('../images/icon-online.png') no-repeat;	
}

div.module-faq h3.title {
	background: transparent url('../images/icon-faq.png') no-repeat;	
}

div.module-select-exercise h3.title {
	background: transparent url('../images/icon-select-exercise.png') no-repeat;	
}

div.module-fitness-plan h3.title {
	background: transparent url('../images/icon-fitness-plan.png') no-repeat;	
}

div.module-bally h3.title {
	background: transparent url('../images/icon-bally.png') no-repeat;	
}

div.module-eating-right h3.title {
	background: transparent url('../images/icon-eating-right.png') no-repeat;	
}

div.module-calculate h3.title {
	background: transparent url('../images/icon-calculate.png') no-repeat;	
}

div.module-fitness-professional h3.title {
	background: transparent url('../images/icon-fitness-professional.png') no-repeat;	
}

div.module-individual h3.title {
	background: transparent url('../images/icon-individual.png') no-repeat;	
}

div.module-safe-workout h3.title {
	background: transparent url('../images/icon-safe-workout.png') no-repeat;	
}
/* module-right ^ 
-------------------------------------------------------------------------*/

/* rail-left : 
-------------------------------------------------------------------------*/
div#vertical-navigation ul {
	list-style: none;
}

ul#treeview-navigation {
	margin: 28px 0 0 20px;
	padding: 0;
}

ul#treeview-navigation li {
	padding: 8px 0;
	border-top: solid 1px #a9bac9;
	width: 140px;
}

ul#treeview-navigation li.first-child {
	border: none;
}

ul#treeview-navigation a {
	display: block;
	padding-left: 12px;

}

ul#treeview-navigation a {
	background: transparent url('../Images/bullet-treeview-off.gif') no-repeat 0 4px;
	font-size: 14px;
	color: #484d50;

}


ul#treeview-navigation a:hover {
	background: transparent url('../Images/bullet-treeview-off.gif') no-repeat 0 4px;
	color: #dc192b;
	text-decoration: none;

}

ul#treeview-navigation a.selected {
	background: transparent url('../Images/bullet-treeview-on.gif') no-repeat 0 4px;
	color: #015184;
	text-decoration: none;
}



ul#treeview-navigation a.selected:hover {color: #015184;}

ul#treeview-navigation a.current {
	background: transparent url('../images/bullet-treeview-on.gif') no-repeat 0 4px;
	color: #015184;
	font-weight: bold;
	text-decoration: none;
}

ul#treeview-navigation ul {
	margin: 4px 0 0 0;
	padding: 0;
}

ul#treeview-navigation li li {
	margin-left: 10px;
	padding: 2px 0;
	border: none;
	width: 130px;
}
/* rail-left ^ 
-------------------------------------------------------------------------*/

/* module-images : 
-------------------------------------------------------------------------*/
div.thumb-images {
	margin: 4px 0;
}

div.thumb-images img.thumb {
	float: left;
	display: inline;
	margin: 1px 1px 0 0;
	cursor: pointer;
	cursor: hand;

}

div#module-images p.image-caption {
	margin: 0;
	font-size: 11px;
	color: #999;
}
/* module-images ^ 
-------------------------------------------------------------------------*/

/* personal profle page :
-------------------------------------------------------------------------*/
div#profile-summary {
	position: relative;
	margin-top: 12px;
	border-top: solid 1px #b4c1c9;
	border-bottom: solid 1px #b4c1c9;
	color: #015184;
	z-index: 200;
}

div#profile-summary h4 {
	margin: 8px 0 0 0;
	text-transform: uppercase;
}

div#profile-summary ul {
	margin: 0 0 8px 10px;
	padding-left: 10px;
}

div#profile-summary a:link, div#profile-summary a:visited, div#profile-summary a:active {
	text-decoration: underline;
}
/* personal profle page ^ 
-------------------------------------------------------------------------*/

/* video player page :
-------------------------------------------------------------------------*/
div#video-data div.data-left, div#video-data div.data-right {
	float: left;
	display: inline;
	margin-top: 30px;
	width: 195px;
}

div#video-data ul, div#video-data ol {
	margin: 0 0 0 12px;
	padding-left: 12px;
}

div#video-data div.data-left {
	border-right: solid 1px #bac5cc;
	padding-right: 30px;
}

div#video-data div.data-right {
	margin-left: -1px;
	border-left: solid 1px #bac5cc;
	padding-left: 30px;
}

div.data-right img.illustration {
	margin:  10px 0 0 15px;
}
/* video player page ^
-------------------------------------------------------------------------*/

/* form styles :
-------------------------------------------------------------------------*/
div#page-header p.required {
	margin: 4px 0;
	color: #015184;
}

div.form-section {
	position: relative;
	padding: 14px 12px 8px 12px;
	margin-bottom: 12px;
}

div.form-section-header div.right {
	margin: 20px 0 0 0;
	width: 220px;
}

div.form-section-header div.right h2, div.form-section-header div.right p {
	text-align: right;
}

div.form-section-header h2 {
	margin-bottom: 8px;
	font-size: 29px;
	color: #015184;
	font-weight: normal;
}


div#content-col-left div.form-section {
	background: transparent url('../Images/bg-section-gradient-narrow.gif') no-repeat;
	width: 393px;
}

div.form-section h3 {
	margin-bottom: 12px;
	font-size: 14px;
}

div.form-section img.print-button {
	position: absolute;
	top: 12px;
	right: 12px;	
}

div.form-section ul {
	margin: 0 0 12px 10px;
	padding-left: 10px;
}

div.form-section li {
	margin-top: 4px;
}


div.form-section p {
	margin: 0 0 12px 0;
}

div.form-section p.strong {
	font-weight: bold;
}

div.form-section p.step-instructions {
	margin-top: -10px;
}

div.form-section h4 {
	margin-bottom: 2px;
	font-size: 11px;
}


div.form-section h4.title 
{
	margin: 20px 0 10px 0;
	color: #015184;
	font-size: 11px;
	text-transform: uppercase;
}

div.form-section label {font-weight: bold;}


div.form-section a:link, div.form-section a:active, div.form-section a:visited {
	text-decoration: underline;
}


div.form-section div.input-row, div.form-section div.row {
	margin-bottom: 12px;
	z-index: 100;
}

div.form-section div.input-row div.input-row {margin-bottom: 0;}

div.form-section div.row address {
	margin-top: 8px;
}

div.form-section div.button-row {
	margin: 12px 0;
}

div.input-group {
	float: left;
	display: inline;
	margin-right: 10px;
}

div.input-row label {
	display: block;
	margin-bottom: 2px;
	font-weight: bold;
}

div.input-row label a.help-link img {
	margin-bottom: -3px;
}

div.input-row input.text, div.input-row textarea {
	width: 280px;
}

div.input-row textarea {height: 80px;}

div.input-row input.text-narrow, div.input-row div.input-row input.text {
	width: 160px;
}

div.input-row input.text-zip {
	width: 40px;
}

div.input-row input.text-3-digit {
	width: 24px;
}

div.input-row input.text-4-digit {
	width: 30px;
}

div.input-row input.text-ssn {
	width: 72px;
}

div.input-row label.radio, table.radio label, 
div.input-row label.checkbox, table.checkbox label {
	display: inline !important;
	margin-left: 4px !important;
	font-weight: normal !important;
}


div.input-row .checkbox {
	float: left;
	display: inline;
}

div.input-row label.checkbox {
	margin-left: 5px;
	font-weight: normal;
}
/* IE styles */


.form-help {
	position: absolute;
	top: 0;
	right: 0;
}


a.help-link 
{
	position: absolute;
	top: 0;
	left: 270px;
	line-height: 14px;
	font-size: 9px;
	color: #999;
}

p.inline-help {
	font-size: 9px;
	color: #999;
	margin: 0;
}

div.help-text {
	position: absolute;
	padding-left: 9px;
	width: 157px;
	display: none;
	z-index: 1000;
}

div.help-text div.copy {
	background: transparent url('../Images/bg-form-help.png') repeat-y right top;
	padding: 1px 12px 5px 12px;
	font-size: 10px;
	color: #666;
}
/* IE 6 styles */

div.help-text div.copy p {
	margin-bottom: 5px;
}

div.help-text img.help-button {
	position: absolute;
	top: 4px;
	right: 6px;
	color: #556f76;
	font-size: 8px;
	z-index: 300;
}

div.help-text div.top {
	background: transparent url('../Images/bg-form-help-top.png') no-repeat;
	width: 157px;
	height: 8px;
	overflow: hidden;
	z-index: 100;
}
/* IE 6 styles */

div.help-text div.bottom {
	background: transparent url('../Images/bg-form-help-btm.png') no-repeat;
	width: 157px;
	height: 6px;
	overflow: hidden;
	z-index: 100;
}
/* IE 6 styles */

div.help-text div.arrow {
	background: transparent url('../Images/bg-form-help-arrow.png') no-repeat;
	position: absolute;
	top: 0;
	left: -1px;
	width: 11px;
	height: 22px;
	overflow: hidden;
	z-index: 100;
}
/* IE 6 styles */

div.captcha-row {
	margin-top: 25px;
	border-top: solid 1px #b2bfc6;
	padding-top: 10px;
}

div.input-row .error {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
}

/* error highlight styles for Bally error process */
div.input-row .errorHighlight,
div.input-row h4 .errorHighlight,
div.input-row label .errorHighlight, .error {
	color: #e60404;
}

/* I think ie6 doesn't support input[type="text"]. CSS2?                        */
/* so wee nedd to be careful not to use errorHighlight on the wrong input types */
div.input-row input.errorHighlight ,
div.input-row textarea.errorHighlight { 
	background-color: #fcd2d2;
	border: solid 1px #c51726;
	color: #000333;
	padding: 1px 1px 1px 1px;
	/*font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;*/
}
div.input-row select.errorHighlight { 
	background-color: #fcd2d2;
	/*border: solid 1px #c51726;*/
	color: #000333;
	/*padding: 1px 1px 1px 1px;*/
	/*font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;*/
}

/* error highlight styles for Bally error process */

div.error-messages {
	background: #fcd2d2 url('../Images/icon-error-warning.gif') no-repeat 15px 10px;
	margin: 0 25px 18px 30px;
	border: solid 1px #c51726;
	padding: 10px 10px 10px 60px;
	min-height: 31px;
}
/* IE 6 styles */
div.error-messages ul {
	margin: 0 0 0 10px;
	padding-left: 10px;
}


div.success-messages {
	background: #eefff1 url('../Images/icon-success-message.gif') no-repeat 15px 10px;
	margin: 0 25px 18px 30px;
	border: solid 1px #65996e;
	padding: 10px 10px 10px 60px;
	min-height: 31px;
}
div.ajax-loading-messages 
{
	background: #ebebff url('../Images/ajax-loader-spinner.gif') no-repeat 15px 10px;
	margin: 0 25px 18px 30px;
	border: solid 1px #65996e;
	padding: 10px 10px 10px 60px;
	height: 100px;
	width: 100px;
    position: absolute;
	margin-top: -ypx;
	margin-left: -xpx; 
	text-align:center;
	z-index: 4000;
	vertical-align:middle;
}


div.success-messages ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}

/* form styles ^
-------------------------------------------------------------------------*/

/* workflow styles :
-------------------------------------------------------------------------*/

div.flow-page h2.subtitle 
{
	font-size: 11px;
}

div.step-section {
	background: transparent url('../Images/bg-section-gradient-full.gif') no-repeat;
	position: relative;
	margin-bottom: 12px;
	z-index: 100;
}

div.step-section h2 {
	font-size: 20px;
	line-height: 1.0em;
	color: #015184;
}

div.step-section-current {
	position: relative;
	margin-bottom: 12px;
	z-index: 200;
}

div.step-section-current h2 {
	margin-top: -6px;
	font-size: 30px;
	line-height: 1.0em;
	color: #015184;
}

div.step-section-current div.form-section {
	background-color: #ebf0f6;
	margin-bottom: 0;
	padding: 14px 12px 12px 12px;
	border-right: solid 1px #a9bfd9;
	border-left: solid 1px #a9bfd9;
	width: 649px;
}

div.club-locations {
	border-top: solid 1px #d9e0e4;
	padding: 10px 0;
}

div.step-section-current div.button-row {
	border-top: solid 1px #d9e0e4;
	margin: 0;
	padding-top: 10px;
}

div.step-section-current div.section-top {
	background: transparent url('../Images/bg-section-top.gif') no-repeat;
	width: 675px;
	height: 5px;
	overflow: hidden;
}

div.step-section-current div.section-bottom {
	background: transparent url('../Images/bg-section-btm.gif') no-repeat;
	width: 675px;
	height: 5px;
	overflow: hidden;
}

a.edit-link {
	background: transparent url('../images/icon-edit.gif') no-repeat;
	padding-left: 12px;
	font-size: 9px;
}

div.step-section a.edit-link {
	position: absolute;
	top: 10px;
	right: 10px;
}


a.edit-link:link, a.edit-link:active, a.edit-link:visited {
	color: #303030;
	text-decoration: underline;
}

div.step-section div.section-top, div.step-section div.section-top, div.step-section-current a.edit-link {
	display: none;
}

div.form-section h2 span {visibility: hidden;}

div.form-section ul.completed-section {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.form-section ul.completed-section li {
	margin-top: 0;
}

a.select-button:link, a.select-button:active, a.select-button:visited {
	background-color: #D6D3CE;
	display: block;
	margin-top: 3px;
	border: outset 1px #666;
	padding: 3px 0;
	width: 75px;
	text-align: center;
	font-size: 12px;
	color: #000;
	text-decoration: none !important;
}
/* closed titles : */
h2.title-step1 {
	background: transparent url('../Images/title-step1-small.gif') no-repeat;
	height: 19px;
}

div.Spanish h2.title-step1complete {
	background: transparent url('../Images/sp-title-step1-small.gif') no-repeat;
	height: 19px;
}

h2.title-step2 {
	background: transparent url('../Images/title-step2-small.gif') no-repeat;
	height: 19px;
}

div.Spanish h2.title-step2complete {
	background: transparent url('../Images/sp-title-step2-small.gif') no-repeat;
	height: 19px;
}

h2.title-step3 {
	background: transparent url('../Images/title-step3-small.gif') no-repeat;
	height: 19px;
}

div.Spanish h2.title-step3complete {
	background: transparent url('../Images/sp-title-step3-small.gif') no-repeat;
	height: 19px;
}
/* closed titles ^ */

/* open titles : */
div.step-section-current h2.title-step1 {
	background: transparent url('../Images/title-step1-large.gif') no-repeat;
	height: 28px;
}

div.Spanish h2.title-step1 {
	background: transparent url('../Images/sp-title-step1-small.gif') no-repeat;

}

div.step-section-current h2.title-step2 {
	background: transparent url('../Images/title-step2-large.gif') no-repeat;
	height: 28px;
}

div.Spanish h2.title-step2 {
	background: transparent url('../Images/sp-title-step2-small.gif') no-repeat;
}

div.step-section-current h2.title-step3 {
	background: transparent url('../Images/title-step3-large.gif') no-repeat;
	height: 28px;
}

div.Spanish h2.title-step3 {
	background: transparent url('../Images/sp-title-step3-small.gif') no-repeat;
}
/* open titles ^ */


div.step-section-current a.help-link 
{
	position: relative;
	top: 0;
	left: 0;
}

/* workflow styles ^
-------------------------------------------------------------------------*/

/* workflow summary styles :
-------------------------------------------------------------------------*/
div.summary-section {
	background: transparent url('../Images/bg-summary-section.gif') no-repeat;
	position: relative;
	padding: 14px 12px 8px 12px;
}

div#plan-controls {
	position: absolute;
	top: 15px;
	right: 15px;
}

div#plan-controls label {font-weight: bold;}



div#plan-controls .button {margin: 0 0 -4px 10px;}

div.summary-left, div.summary-right {
	float: left;
	display: inline;
}

div.summary-left {width: 465px;}


div.summary-right 
{
	margin-top: 30px;
	width: 186px;
}

div.summary-section h2 {
	margin-bottom: 12px;
	font-size: 14px;
}

div.summary-section h3 {
    color: #015184;
}

div.summary-header {
	margin: 13px 12px;
	border-bottom: solid 1px #b4c1c9;
	padding-bottom: 5px;
    color: #015184;
}

div.summary-header h3 {
	float: left;
	display: inline;
    text-transform: uppercase;
}	

div.summary-header span {
	float: right;
	display: inline;
	font-weight: bold;
}

div.summary-header span img {
	margin: 0 0 -2px 4px;
}

div.summary-item {
	background-color: #fff;
	margin: 13px 12px;
	padding: 8px;
}

div.summary-item h3 {
	margin-bottom: 2px;
	border-bottom: solid 1px #b2b2b2;
	padding-bottom: 5px;
    text-transform: uppercase;
}

div.summary-item div.left {
	margin-right: 20px;
	width: 230px;
}

div.summary-item div.right {
	width: 151px;
}

div.summary-item h4{margin-top: 10px;}

div.summary-item div.right ul {
	margin: 0 0 0 10px;
	padding-left: 10px;
}

div.summary-item ul a:link, div.summary-item ul a:active, div.summary-item ul a:visited {
	text-decoration: underline;
}

ul.activities {color: #015184;}

div.summary-item div.open {
	background-color: #ecf0f6;
}

div.summary-item div.expand-header {
	width: 208px;
}

div.summary-item div.open div.expand-header {
	font-weight: bold;
}


div#tab-body-bottom {
	background: #fff url('../Images/bg-tab-body-btm.gif') no-repeat;
	width: 441px;
	height: 4px;
	overflow: hidden;
}

div.summary-classes {
	margin: 13px 12px;
	width: 441px;
}

div.summary-classes h3 {
	margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

div.summary-classes h4{margin-top: 10px;}

div.summary-classes ul {
	margin: 0 0 0 10px;
	padding-left: 10px;
}

div.summary-classes ul a:link, div.summary-classes ul a:active, div.summary-classes ul a:visited {
	text-decoration: underline;
}

p.disclaimer {margin-top: 38px;}

div.module-summary {margin-bottom: 30px;}

div.module-summary h3 {
	margin-bottom: 8px;
	border-bottom: solid 1px #b2b2b2;
	padding-bottom: 5px;
	font-size: 17px;
	line-height: 1.0em;
	color: #c11b19;
}


div.module-summary h4 
{
	margin-bottom: 2px;
	color: #015184;
	text-transform: uppercase;
}

div.module-summary p {
	margin-bottom: 8px;
}

div.module-summary ul {
	margin: 0 0 8px 8px;
	padding-left: 8px;
}

div.module-summary li {
	margin-bottom: 4px;
}

div.module-summary div.input-row {margin-bottom: 8px;}


div.module-summary .button {margin-top: 10px;}

div.module-summary label {
	display: block;
	font-weight: bold;
}

div.module-summary table.checkbox td {padding: 4px 0;}


div.module-summary span.form-value {
	display: block;
	margin-bottom: 10px;
}
/* workflow summary styles ^
-------------------------------------------------------------------------*/
/* Button Styles
-------------------------------------------------------------------------*/

.tabs
{
	border-style: none;
	background: transparent url('../images/bg-tab-off.gif') no-repeat;
    float: left;
    display: inline;
    margin-right: 3px;
    width: 59px;
    height: 26px;
    line-height: 26px;
    color: #015184;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    cursor: hand;
}

.tabsSelected
{
	border-style: none;
	background: transparent url('../images/bg-tab-selected.gif') no-repeat;
    float: left;
    display: inline;
    margin-right: 3px;
    width: 59px;
    height: 26px;
    line-height: 26px;
    color: #015184;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    cursor: hand;
}

.tabsHover
{
	border-style: none;
	background: transparent url('../images/bg-tab-on.gif') no-repeat;
    float: left;
    display: inline;
    margin-right: 3px;
    width: 59px;
    height: 26px;
    line-height: 26px;
    color: #015184;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    cursor: hand;
}
/* end */

/* tab styles :
-------------------------------------------------------------------------*/
div.tab-row {
    position: relative;
}

span.tab {

	background: transparent url('../Images/bg-tab-off.gif') no-repeat;
    float: left;
    display: inline;
    margin-right: 3px;
    width: 59px;
    height: 26px;
    line-height: 26px;
    color: #015184;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    cursor: hand;
}

span.selected {

	background: transparent url('../Images/bg-tab-selected.gif') no-repeat;
}
/* Selected styles */
span.hover {

	background: transparent url('../Images/bg-tab-on.gif') no-repeat;
}
/* end */

div.tab-body {
    background: #ecf0f6 url('../Images/bg-tab-body.gif') no-repeat;
    margin: 0;
    padding-top: 5px;
    width: 441px;
}

div.tab-body div.tab-section {display: none;}

div.tab-body div.selected {display: block;}
/* tab styles ^
-------------------------------------------------------------------------*/

/* expand group styles :
-------------------------------------------------------------------------*/
div.expand-group {margin-top: 5px;}

div.expand-header {
	background: transparent url('../images/icon-plus.gif') no-repeat 3px 4px;
	padding: 2px 4px 2px 18px;
	cursor: pointer;
	cursor: hand;
}

div.open div.expand-header {
	background: transparent url('../images/icon-minus.gif') no-repeat 3px 4px;
}

div.expand-item {
	display: none;
	padding: 10px 8px 10px 20px;
}
/* expand group styles ^
-------------------------------------------------------------------------*/


/* gridview styles :
-------------------------------------------------------------------------*/
div.table-header {
	background-color: #9eb6d4;
	padding: 8px 10px;
	height: 11px;
	overflow: hidden;
}


table.gridview 
{
	width: 100%;
    color: #5e5e5e;
}

table.gridview th, table.gridview td {
	padding: 2px 5px;
}

table.gridview th {
	border: 0;
	font-weight: bold;
}

table.gridview td {
	border: solid 1px #b2b2b2;
}

table.gridview tr.nth-child-odd td {
	background-color: #e5e6e7;
}

table.gridview tr.highlight td {
	background-color: #f7f6d3;
}

table.gridview a:link, table.gridview a:active, table.gridview a:visited {
	text-decoration: underline;
}

table.gridview div.help-text {
	position: absolute;
	padding: 0 14px 0 0;
	width: 255px;
	display: none;
	z-index: 1000;
}

table.gridview div.help-text div.copy {
	background: transparent url('../images/bg-large-help.png') repeat-y right top;
	padding: 12px 20px 5px 20px;
	font-size: 11px;
	color: #666;
}
/* IE 6 styles */

table.gridview div.help-text div.copy p {
	margin-bottom: 5px;
}

table.gridview div.help-text img.help-button {
	position: absolute;
	top: 6px;
	left: 6px;
	color: #556f76;
	font-size: 8px;
	z-index: 300;
}

table.gridview div.help-text div.top {
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	/*background: #f5f6d0 url('../images/');*/
	background: #f5f6d0;
	width: 250px;
	height: 2px;
}
/* IE 6 styles */

table.gridview div.help-text div.bottom {
	background: transparent url('../images/bg-large-help-btm.png') no-repeat;
	width: 255px;
	height: 6px;
	overflow: hidden;
	z-index: 100;
}
/* IE 6 styles */

table.gridview div.help-text div.arrow {
	background: transparent url('../images/bg-large-help-arrow.png') no-repeat;
	position: absolute;
	top: 0;
	left: 250px;
	width: 14px;
	height: 20px;
	overflow: hidden;
	z-index: 100;
}
/* IE 6 styles */

/* gridview styles ^
-------------------------------------------------------------------------*/

/* contact us page ^
-------------------------------------------------------------------------*/
div#content-col-left div#contact-information {
	margin-bottom: 40px;
	padding: 14px 0 0 0;
	width: 417px;
}

div.phone-information, div.mail-information {
	float: left;
	display: inline;
	padding-left: 54px;
	width: 154px;
}

div.phone-information {background: transparent url('../Images/icon-red-phone.gif') no-repeat 17px 0;}

div.mail-information {background: transparent url('../Images/icon-red-mail.gif') no-repeat 17px 0;}

div#contact-information h4 {
	font-size: 12px;
}

div#contact-information p {
	margin: 0;
}
/* contact us page ^
-------------------------------------------------------------------------*/

/* club amenities and hours page ^
-------------------------------------------------------------------------*/
div.hours-container {
	position: relative;
	float:left;
	display:inline;
	margin-top: 12px;
	border-top: solid 1px #b4c1c9;
	color: #015184;
	z-index: 200;
}
div.hours-container h4 {
	margin: 8px 0 0 0;
	text-transform: uppercase;
}
div.hours-item
{
	width: 200px;
	margin-top:8px;
}
div.hours-item div
{
	width:100px;
	vertical-align:top;
}
div.special-offers
{
	float:left;
	display:inline;
	margin-top:10px;
}
div.special-offers h4
{
	padding-bottom:5px;
	margin-bottom:8px;
	border-bottom: solid 1px #b4c1c9;
}
div.special-offers p
{
	margin-bottom:8px;
}
div.copy-details
{
	position: relative;
	float:left;
	display:inline;
	width:417px;
	margin-left:42px;
}
div.copy-details p
{
	margin-top:8px;
}
div#club-details
{
	position:relative;
	background:#ffffff url('../Images/bg-section-gradient-narrow.gif') no-repeat;
	padding:15px 15px 0 15px;	
}
div#club-buttons
{
	position:absolute;
	top:15px;
	right:15px;
}
div#club-details .button
{
	margin-bottom:15px;
}
div#club-contact h2
{
	font-size:14px;
	font-weight:bold;
}

div#club-contact a
{	
	color:#dc192b;
}
div.features-container
{
	background-color:#ecf0f6;
	padding:10px 10px 1px 10px;
	margin-top:15px;
}
div.feature-item
{
	background:#fff;
	padding:10px 15px 10px 15px;
	margin-bottom:10px;
}
div.feature-item h2
{

	font-size:14px;
	font-weight:bold;
}

div.feature-item select
{
	margin-top:5px;
	width:300px;
	font-size:11px;
	
}
div.feature-item-left
{
	float:left;
	display:inline;
	border-right: solid 1px #b4c1c9;
	width:170px;
}
div.feature-item-right
{
	float:left;
	display:inline;
	margin: 0 5px 0 -1px;
	padding:0 0px 5px 20px;
	width:170px;
	border-left: solid 1px #b4c1c9;
}
div.feature-item ul
{
	margin:5px 0 5px 8px;
	padding:5px 0 5px 8px;
}

/* club amenities and hours page ^
-------------------------------------------------------------------------*/
div.list-item h4 {
	font-size:13px;
	font-weight:normal;
	color:#c31626;
}


div.list-item p
{
	margin-bottom:8px;
}


div.list-item h4 a:link,div.list-item h4 a:active, div.list-item h4 a:visited
{
	color:#c31626;
}


a.text-button:link, a.text-button:active, a.text-button:visited
{
	display: block;
	font-size:11px;
	font-weight:bold;
	color:#c31626;
}
/* horizontal-list : 
-------------------------------------------------------------------------*/

div.list-item-horiz {
	float:left;
	display:inline;
	width: 203px;
	margin: 0 25px 25px 0;
}

div.list-item-horiz img.primary-image {
	display: block;
	margin-bottom: 8px;
}
/* horizontal-list 
-------------------------------------------------------------------------*/

/* vertical-list : 
-------------------------------------------------------------------------*/

div.list-item-vert{
	border-top:solid 1px #b4c1c9;
	padding:15px 0 10px 0;
}
div.vertical-list .first-child{
	border-top:none;
}
div.list-item-vert-img{
	float:left;
	display:inline;
	margin:0 8px 0 0;
	width:118px;
}
div.list-item-vert-copy{
	float:left;
	display:inline;
	width:330px;
}
/* vertical-list ^
-------------------------------------------------------------------------*/

/* section-landing : 
-------------------------------------------------------------------------*/
div.section-landing div#page-header {
	position: relative;
	margin: 0 25px 18px 30px;
	border-bottom: 0;
	min-height: 175px;
	color: #015184;	
}
/* IE 6 styles */

div.section-landing div#page-header h1.title {
	border-bottom: dotted 1px #cbcbcb;
	padding-bottom: 6px;
	font-size: 30px;
	font-weight: normal;
}

div.section-landing div#page-header p {
	width: 425px;
	color: #666;
	font-size: 14px;
}

img.theme-image {
	position: absolute;
	top: 0;
	right: -25px;
}

div.section-landing div.list-item {
	float: left;
	display: inline;
	margin: 0 35px 40px 0;
	width: 300px;
}

div.section-landing div.list-item h3 {
	margin-bottom: 8px;
	border-bottom: solid 1px #cbcbcb;
	padding-bottom: 4px;
	font-size: 15px;
	color: #c31626;
	font-weight: normal;
}

div.section-landing h3 a:link, div.section-landing h3 a:active, div.section-landing h3 a:visited {
	color:#c31626;
}

div.list-item ul {
	margin: 0 0 8px 10px;
	padding-left: 10px;
}

div.list-item li {
	margin-top: 3px;
}
/* section-landing ^ 
-------------------------------------------------------------------------*/

/* buy membership : 
-------------------------------------------------------------------------*/
div.form-section > div.table-header {
	margin-left: -1px;
	width: 630px;
}

div.table-header h4, div.table-header table.radio {
	float: left;
	display: inline;
}

div.table-header h4 {margin-right: 0px;}

div.table-header table.radio td {padding-right: 0px;}

div.pricing-details {color: #5e5e5e;}

table.membership-fees {
	border-top: solid 1px #9eb6d4;
	width: 100%;
}

table.membership-fees th {
	padding: 5px 5px 0 0;
	font-weight: normal;
}

table.membership-fees td {
	background-color: transparent !important;
	border: 0;	
	padding: 5px 0 0 0;
	text-align: right;
}

table.membership-fees tr.total th, tr.total td {
	color: #bd1a19;
	font-weight: bold;
}

div.pricing-details div.callout-highlight {
	background-color: #edeeac;
	margin: 10px 0;
	padding: 4px 5px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

div.form-section p.disclaimer {
	margin: 10px 0;
	font-size: 10px;
}
/* buy membership ^ 
-------------------------------------------------------------------------*/

/* buy membership contract : 
-------------------------------------------------------------------------*/
div.section-full-header div.right {
	margin: 20px 0 0 0;
	width: 220px;
}

div.section-full-header div.right h2, div.section-full-header div.right p {
	text-align: right;
}

div.section-full-header h2 {
	margin-bottom: 8px;
	font-size: 29px;
	color: #015184;
	font-weight: normal;
}

div.section-full div.left {width: 300px;}

div.section-full div.right {width: 300px;}

div.header-row h3, div.header-row a.edit-link {
	float: left;
	display: inline;
}

div.header-row a.edit-link {
	margin: 3px 0 0 15px;
}

div.contract-details {margin-bottom: 10px;}

div.contract-callout div.copy {
	background-color: #ebf0f6;
	border-right: solid 1px #a9bfd9;
	border-left: solid 1px #a9bfd9;
	padding: 10px;
	width: 267px;
}

div.contract-callout div.callout-highlight {
	background-color: #d9e2ed;
	margin: 10px 0;
	padding: 4px 5px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

div.contract-callout p.disclaimer {
	margin: 10px 0;
	font-size: 10px;
}

div.contract-callout div.top, div.contract-callout div.bottom {
	width: 289px;
	height: 5px;
	overflow: hidden;
}

div.contract-callout div.top {background: transparent url('../images/bg-contract-callout-top.gif') no-repeat;}

div.contract-callout div.bottom {background: transparent url('../images/bg-contract-callout-btm.gif') no-repeat;}

div.terms {
	border: inset 2px #f1f1f1;
	padding: 5px;
	width: 630px;
	height: 200px;
	overflow: auto;
}

div.terms p {margin: 10px 0;}

div.acceptance {
	border-top: solid 1px #d9e0e4;
	border-bottom: solid 1px #d9e0e4;
	padding: 10px;
}	

div.acceptance p {margin: 10px 0 4px 0;}

div.acceptance > label.checkbox {margin-left: 6px;}

/* buy membership contract ^ 
-------------------------------------------------------------------------*/

/* buy membership confirmation :
-------------------------------------------------------------------------*/
div.form-section div.row h4.title {
	margin: 0;
	color: #333;
	font-size: 14px;
	text-transform: none;
}

div.form-section div.row label {font-weight: normal;}

div.form-section div.contract-callout {margin-bottom: 10px;}
/* buy membership confirmation ^ 
-------------------------------------------------------------------------*/

/* FAQ :
-------------------------------------------------------------------------*/
div.faq div.expand-group {margin-top: 10px;}

div.faq div.expand-header {
	width: 411px;
	color: #015184;
	text-decoration: underline;
}
/* FAQ ^
-------------------------------------------------------------------------*/

/* popup :
-------------------------------------------------------------------------*/
body.popup div.module {
	position: relative;
	padding: 10px;
}

body.popup div.module h3 {
	margin-bottom: 8px;
	border-bottom: solid 1px #b2b2b2;
	padding-bottom: 5px;
	font-size: 17px;
	line-height: 1.0em;
	color: #c11b19;
}

body.popup div.input-row, body.popup div.module p {margin-bottom: 8px;}

body.popup div.module label {
	display: block;
	font-weight: bold;
}

body.popup .button {margin-top: 10px;}

body.popup a.close {
	position: absolute;
	top: 5px;
	right: 10px;
}
/* popup ^
-------------------------------------------------------------------------*/

/* site map :
-------------------------------------------------------------------------*/
div.sitemap-col {
	float: left;
	display: inline;
	margin-right: 10px;
	width: 215px;
}

div.sitemap-col h2 {
	margin-bottom: 10px;
	font-size: 13px;
	color: #c11b19;
	line-height: 1.0em;
	font-weight: normal;
}

div.sitemap-col ul {
	margin: 0 0 10px 8px;
	padding-left: 8px;
}

div.sitemap-col ul ul {
	margin-bottom: 0;
	list-style-type: disc;
}

div.sitemap-col li {
	margin-top: 3px;
}
/* site map ^
-------------------------------------------------------------------------*/

/* search results:
-------------------------------------------------------------------------*/
.search-results h1 {
    width: 450px;
    float: left;
}

div#search-info {
    margin: 0 0 50px 30px;
}

p#search-res-count {
    font-size: 11px;
    width: 100px;
    float: right;
    color: #015184;
}

p#search-nav {
    font-size: 11px;
    float: left;
    width: 500px;
}

    p#search-nav a:link, p#search-nav a:visited {
        text-decoration: none;
        margin: 0 3px;
    }
    
    p#search-nav a:hover, p#search-nav a:active {
        text-decoration: underline;
    }
    
    p#search-nav a.searchPag:link, p#search-nav a.searchPag:visited {
        text-decoration: underline;
        font-weight: bold;
        margin: 0;
    }
    
    p#search-nav a.searchPag:hover, p#search-nav a.searchPag:active {
        text-decoration: none;
    }
  
#search-results li {
    padding-right: 30px;
}

#search-results a {
    display: block;
}

div#site-search-respage {
	background: transparent url('../images/bg-site-search-respage.gif') no-repeat;
	margin: 17px 10px 0 0;
	padding-top: 1px;
	width: 147px;
	height: 18px;
}

div#site-search-respage input.text {
	background-color: transparent;
	margin: 2px 5px 0 5px;
	border: none;
	padding: 0;
	width: 117px;
	height: 14px;
	font-size: 11px;
}

div#site-search-respage input.button {
	margin: 0;
	padding: 0;
}

/* search results ^
-------------------------------------------------------------------------*/

/* home page :
-------------------------------------------------------------------------*/
body.home-page {
	background: #fff url('../images/bg-body-pattern.gif') repeat-x;
}

body.home-page div#site-header {
	background: transparent url('../images/bg-site-header-home.gif') no-repeat;
}

body.home-page div#my-bally {
	background: transparent url('../images/bg-my-bally-home.gif') no-repeat;
}

body.home-page div#centerstage {
	margin: 0 25px;
	width: 950px;
	min-height: 530px;
}

div#home-rail {
	float: left;
	display: inline;
	margin-top: 15px;
	width: 333px;
	height: 515px;
}

div#home-content {
	position: relative;
	float: right;
	display: inline;
	width: 609px;
	height: 530px;
}

/* home module */
div.module-home {
	margin-bottom: 10px;
	font-size: 12px;
	color: #666;
}

div.module-home div.top {
	background: transparent url('../images/bg-module-home-top.gif') no-repeat;
	width: 333px;
	height: 9px;
	overflow: hidden;
}

div.module-home div.content {
	position: relative;
	background: #fff url('../images/bg-module-home.gif') no-repeat left bottom;
	padding: 1px;
	width: 331px;
	height: 331px;
}

div.module-home div.bottom {
	background: transparent url('../images/bg-module-home-btm.gif') no-repeat;
	width: 333px;
	height: 10px;
	overflow: hidden;
}

div.module-home div.header {
	margin: 10px;
	border-bottom: dashed 1px #8ba8ac;
}

div.module-home h1 {
	margin: 0 0 8px 0;
	font-size: 30px;
	color: #cd1623;
}

div.module-home div.header p {
	margin: 0 0 8px 0;
	font-weight: bold;
}

div.module-home div.header a.go-link:link, div.module-home div.header a.go-link:active, div.module-home div.header a.go-link:visited {
	background: transparent url('../images/icon-blue-red-arrow-off.gif') no-repeat right top;
	display: block;
	margin: 5px 0;
	padding-right: 23px;
	line-height: 17px;
	text-align: right;
	color: #8ba8ac;
	font-weight: bold;
}

div.module-home div.header a.go-link:hover {
	background: transparent url('../images/icon-blue-red-arrow-on.gif') no-repeat right top;
	color: #9b190f;
	text-decoration: none;
}

div.module-home ul.promotion-list {
	list-style: none;
	margin: 0 10px;
	padding: 0;
}

ul.promotion-list li {
	margin-bottom: 15px;
}

ul.promotion-list h3, ul.promotion-list h3 a.link, ul.promotion-list h3 a.active, ul.promotion-list h3 a.visited {
	color: #0b5a8e;
	line-height: 1.4em;
}

ul.promotion-list p {
	line-height: 1.4em;
}

div.module-home p.footnote {
	position: absolute;
	bottom: 0;
	left: 10px;
	font-size: 10px;
}

/* home callout */
div.callout-home {
	background: transparent url('../images/bg-callout-home.gif') no-repeat;
	padding: 1px 21px 0 21px;
	width: 291px;
	height: 152px;
}

div.callout-home h2 {
	margin: 25px 0 8px 0;
	border-bottom: dashed 1px #c67a50;
	padding-bottom: 8px;
}

div.callout-home div.footer p {
	float: left;
	margin-top: 4px;
	width: 170px;
	font-size: 13px;
	color: #fff;
}
div.callout-home a.go-link:link, div.callout-home a.go-link:active, div.callout-home a.go-link:visited {
	float: right;
	display: inline;
	background: transparent url('../images/icon-blue-orange-arrow-off.gif') no-repeat right top;
	display: block;
	margin: 5px 0;
	padding-right: 23px;
	font-size: 11px;
	line-height: 17px;
	text-align: right;
	color: #fff;
	font-weight: bold;
}

div.callout-home a.go-link:hover {
	background: transparent url('../images/icon-blue-orange-arrow-on.gif') no-repeat right top;
	color: #f1da90;
	text-decoration: none;
}

/* home content */
div#home-content img.centerstage-image {display: block;}

div#home-content div.news {
	position: absolute;
	top: 393px;
	left: 0;
	width: 609px;
	height: 88px;
}

div#home-content div.news p {
	margin: 17px 0 0 15px;
	width: 458px;
	color: #9b190f;
	font-size: 17px;
	line-height: 1.2em;
}

div#home-content div.news p strong {
	display: block;
	font-size: 33px;
	line-height: 1.1em;
	font-weight: normal;
}	

div#home-content div.news a.go-link:link, div#home-content div.news a.go-link:active, div#home-content div.news a.go-link:visited {
	background: transparent url('../images/icon-blue-red-arrow2-off.gif') no-repeat right top;
	position: absolute;
	top: 30px;
	right: 15px;
	margin: 5px 0;
	padding-right: 23px;
	line-height: 17px;
	font-size: 11px;
	text-align: right;
	color: #8ba8ac;
	font-weight: bold;
}

div#home-content div.news a.go-link:hover {
	background: transparent url('../images/icon-blue-red-arrow2-on.gif') no-repeat right top;
	color: #9b190f;
	text-decoration: none;
}
/* home page ^
-------------------------------------------------------------------------*/

/* spanish translation :
-------------------------------------------------------------------------*/
/* site-menu : */
ul.spanish li#menu-discover a {
	background: transparent url('../images/sp-nav-discover-off.gif') no-repeat;
	width: 125px;
}

ul.spanish li#menu-why a {
	background: transparent url('../images/sp-nav-why-off.gif') no-repeat;
	width: 125px;
}

ul.spanish li#menu-started a {
	background: transparent url('../images/sp-nav-started-off.gif') no-repeat;
	width: 108px;
}

ul.spanish li#menu-achieve a {
	background: transparent url('../images/sp-nav-achieve-off.gif') no-repeat;
	width: 171px;
}

ul.spanish li#menu-discover a:hover {background: transparent url('../images/sp-nav-discover-on.gif') no-repeat;}

ul.spanish li#menu-why a:hover {background: transparent url('../images/sp-nav-why-on.gif') no-repeat;}

ul.spanish li#menu-started a:hover {background: transparent url('../images/sp-nav-started-on.gif') no-repeat;}

ul.spanish li#menu-achieve a:hover {background: transparent url('../images/sp-nav-achieve-on.gif') no-repeat;}

ul.spanish li#menu-discover a.active, ul.spanish li#menu-discover a.active:hover {background: transparent url('../images/sp-nav-discover-active.gif') no-repeat;}

ul.spanish li#menu-why a.active, ul.spanish li#menu-why a.active:hover {background: transparent url('../images/sp-nav-why-active.gif') no-repeat;}

ul.spanish li#menu-started a.active, ul.spanish li#menu-started a.active:hover {background: transparent url('../images/sp-nav-started-active.gif') no-repeat;}

ul.spanish li#menu-achieve a.active, ul.spanish li#menu-achieve a.active:hover {background: transparent url('../images/sp-nav-achieve-active.gif') no-repeat;}
/* site-menu ^ */

/* spanish translation ^
-------------------------------------------------------------------------*/

/* flow-full-page : 
-------------------------------------------------------------------------*/
p.emphasis {font-weight: bold;}

div#content-right.flow-full-page {
	background: #fff url('../images/bg-flow-full-page.gif') no-repeat right top;
    margin: 0 25px;
    padding-top: 1px;
	width: 950px;
}

div#content-right.flow-full-page div#content-main {
    background-color: #fff;
    margin-left: 103px;
    width: 748px;
}

div#content-right.flow-full-page div#page-header {
    background: transparent url('../images/bg-page-header.gif') no-repeat;
	position: relative;
	margin: 14px 0 8px 21px;
	border-bottom: 0;
	padding: 1px 0 0 14px;
	width: 691px;
	min-height: 196px;
	color: #333;
	font-size: 12px;
}
/* IE 6 styles */

div#content-right.flow-full-page div#page-header div.position {
    position: relative;
    width: 405px;
    z-index: 500;
}

div#content-right.flow-full-page div#page-header img.position {
    position: absolute;
    top: -16px;
    right: 2px;
    z-index: 400;
}
/* IE 6 styles */

div#content-right.flow-full-page h1.title {
    margin-top: 10px;
    font-size: 28px;
    font-weight: normal;
}

div#content-right.flow-full-page h2.subtitle {
	margin: -6px 0 8px 0;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
}

div#content-right.flow-full-page div#page-header p {
	margin-bottom: 8px;
	width: 100%;
}

div#content-right.flow-full-page div#page-header ul {
    margin: 0 0 0 9px;
    padding-left: 9px;
}

div#content-right.flow-full-page div#page-header li {margin-top: 10px;}

div#content-right.flow-full-page div#page-header h3 {
    margin-top: 12px;
    color: #0065a8;
}

div#content-right.flow-full-page div#content-col-full {
    margin-left: 37px;
}

div#content-right.flow-full-page div.step-section h2, div#content-right.flow-full-page div.step-section-current h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.0em;
	color: #015184;
}

div#content-right.flow-full-page h2.title-step {
    margin-bottom: 4px;
}

div#content-right.flow-full-page h2.title-step span {visibility: visible;}

div#content-right.flow-full-page p.step-instructions {
	margin-top: 4px;
	font-size: 12px;
}

div#content-right.flow-full-page label {
    font-size: 13px;
    font-weight: normal;
}

label span.required {color: #db1e31;}

label a.help-link:link, label a.help-link:active, label a.help-link:visited {
    color: #0065a8;
    text-decoration: none;
}

div#content-right.flow-full-page div.success-messages {
	margin: 0 20px 18px 20px;
}

div#content-right.flow-full-page div#content-col-left {
	margin: 0 16px 0 20px;
	padding-top: 1px;
	width: 498px;
}

div#content-right.flow-full-page div#content-col-right {
	padding-top: 1px;
	margin-right: 20px;
	width: 188px;
}

div#content-right.flow-full-page div.module-right h3.title {
	padding: 12px 0 0 44px;
	width: 140px;
	min-height: 32px;
	font-size: 14px;
}

div#content-right.flow-full-page div.module-right li a:link, div#content-right.flow-full-page div.module-right li a:active, div#content-right.flow-full-page div.module-right li a:visited {
	background: transparent url('../images/bullet-gt-link-blue.gif') no-repeat 0 4px;
	color: #2a5875;
}

div.flow-summary div.content {
	background-color: #ebf0f6;
	margin-bottom: 0;
	padding: 14px 12px 12px 12px;
	border-right: solid 1px #a9bfd9;
	border-left: solid 1px #a9bfd9;
	width: 468px;
    font-size: 12px;
}

div.flow-summary div.section-top {
	background: transparent url('../images/bg-section-narrow-top.gif') no-repeat;
	width: 494px;
	height: 5px;
	overflow: hidden;
}

div.flow-summary div.section-bottom {
	background: transparent url('../images/bg-section-narrow-btm.gif') no-repeat;
	width: 494px;
	height: 5px;
	overflow: hidden;
}

div.flow-summary h3 {
    font-size: 18px;
    font-weight: normal;
    color: #0065a8;
}

div.flow-summary h4 {
    margin: 10px 0 4px 0;
    font-size: 12px;
}

div.flow-summary ul {
    margin: 0 0 0 8px;
    padding-left: 8px;
}

div.flow-summary li{margin-top: 4px;}

div.guest-pass {
	position: relative;
	background: transparent url('../images/bg-guest-pass.gif') no-repeat;
	padding: 23px 27px 0 27px;
	margin-bottom: 15px;
	width: 444px;
	height: 215px;
	font-size: 12px;
	color: #666;
}

div.guest-pass .logo {
    margin-bottom: 22px;
}

div.guest-pass h2 {
    margin: 10px 0 2px 0;
    text-align: right;
}

div.guest-pass h4, div.guest-pass-details h4 {
    color: #0065a8;
}

div.guest-pass .valid {
    margin-bottom: 39px;
    font-size: 14px;
    text-align: right;
}

div.guest-pass-details {
    margin: 0 35px;
    color: #666;
}

div.guest-pass-details ul {
    margin: 4px 0 10px 8px;
    padding-left: 8px;
}

div.guest-pass-details p {margin: 4px 0 10px 0;}
/* flow-full-page ^ 
-------------------------------------------------------------------------*/