
/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #1586ce;}
a:hover {color: #1586ce;}

body {
	background: #d0e7f5;
	color: #1e3043;
	font: normal 16px Verdana,sans-serif;
}

p,code,ul {padding-bottom: 14px;}
p {
	line-height:22px;
}
p.light {
	font-size:10px;
	line-height:18px;
	color:#999;
}
li {list-style: none;}


code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 14px Verdana,sans-serif;
	line-height: 18px;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img1/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1 {
	color: #1586ce;
	font-size:22px;
	font-weight:normal;
	margin-bottom: 4px;
}
h2 {
	color: #1586ce;
	font-size:16px;
	font-weight:bold;
}
h1, h2, h3 {
	padding:0;
	margin:0;
}

/* misc */
.clearer {clear: both;}
.clear {clear:both;}

.left {float: left;}

.right {float: right;}

.center {margin:auto;}

.layout {
	width:1000px;
	height:1000px;
	margin:auto;
	padding:0;
	background:url(img1/bg.gif) repeat-y;
}

/* header */
.header {
	width:1000px;
	height:165px;
	margin:0;
	padding:0;
	background:url(img1/header.jpg);
}
.logoLink {
	display:block;
	float:left;
	width:265px;
	height:94px;
	margin-left:80px;
	margin-top:45px;
}

.menu {
	clear:both;
	width:1000px;
	height:41px;
	margin:0;
	padding:0;
}
.menu li {
	float:left;
	height:41px;
}
.menu li a {
	display:block;
	text-decoration:none;
}
.menu_left {
	width:62px;
	height:41px;
	background:url(img1/menu_left.jpg);
}
.menu_home a {
	width:86px;
	height:41px;
	background:url(img1/menu_home.jpg);
}
.menu_home_on a {
	width:86px;
	height:41px;
	background:url(img1/menu_home_on.jpg);
}
.menu_intro a {
	width:164px;
	height:41px;
	background:url(img1/menu_intro.jpg);
}
.menu_intro_on a {
	width:164px;
	height:41px;
	background:url(img1/menu_intro_on.jpg);
}
.menu_schedule a {
	width:119px;
	height:41px;
	background:url(img1/menu_schedule.jpg);
}
.menu_schedule_on a {
	width:119px;
	height:41px;
	background:url(img1/menu_schedule_on.jpg);
}
.menu_faq a {
	width:68px;
	height:41px;
	background:url(img1/menu_faq.jpg);
}
.menu_faq_on a {
	width:68px;
	height:41px;
	background:url(img1/menu_faq_on.jpg);
}
.menu_signup a {
	width:113px;
	height:41px;
	background:url(img1/menu_signup.gif);
}
.menu_signup_on a {
	width:113px;
	height:41px;
	background:url(img1/menu_signup_on.gif);
}
.menu_contact a {
	width:113px;
	height:41px;
	background:url(img1/menu_contact.gif);
}
.menu_contact_on a {
	width:113px;
	height:41px;
	background:url(img1/menu_contact_on.gif);
}
.menu_right {
	width:275px;
	height:41px;
	background:url(img1/menu_right.gif);
}
.phoneNumber {
	float:right;
	position:relative;
	top:-12px;
	left:-55px;
	color:white;
	font-weight:bold;
	font-style:italic;
}

.main_top {
	clear:both;
	float:left;
	width:1000px;
	height:23px;
	margin:0;
	padding:0;
	background:url(img1/main_top.jpg);
}

.main {
	clear:both;
	float:left;
	margin:0;
	padding:0;
	width:1000px;
	background: url(img1/main.gif) repeat-y;
}
.flashMovie {
	margin:auto;
	width:520px;
	border:1px solid #DDD;
}
.flashMovieAlign {
	margin:10px;
	width:500px;
	height:281px;
}

.bottom {
	width:1000px;
	height:78px;
	background: url(img1/bottom.jpg);
}

.content_layout {
/*	table-layout:fixed;*/
}
.content_layout td {
	vertical-align:top;
}

/* sub navigation */
.sidenav {
	float: left;
	margin-left:80px;
	width: 255px;
/*	height:100%; */
	font-size:14px;
}
.sidenav ul {
	background:#f6fbf1;
}

.sidenav li.nav-selected {
	font-weight:bold;
	background:white;
}

.sidenav h2 {
	color: #1586ce;
	font-size: 14px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 16px;
	color: #1586ce;
	display: block;
	padding: 8px;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: white;
	color: #1586ce;	
}
.sidenav hr {
	margin-top:30px;
	border:0;
	background:none;
	outline:0;
	color:none;
	visibility:hidden;
}
td.signup {
	height:67px;
	vertical-align:bottom;
}
div.signup {
	float: left;
	margin-left:80px;
	width: 255px;
	font-size:14px;
}
a.signuptoday {
	display:block;
	width:257px;
	height:47px;
	background: url(img1/signuptoday.jpg) no-repeat;
}
a:hover.signuptoday {
	background: url(img1/signuptoday_over.jpg) no-repeat;
}
.sidenav table {
	table-layout:fixed;
	width:100%;
	height:100%;
}
.sidenav .table_top {
	height:100%;
}
.sidenav .table_bottom {
	height:47px;
}
.greenbox {
	padding:8px;
	margin:0;
	padding-bottom:0;
	background:#90ce58; /*#1586CE;*/
	color:#1e3043;
	-webkit-border-radius: 5px;    /* for Safari */
	-moz-border-radius: 5px;       /* for Firefox */
}
.greenbox h1 {
	color:#1e3043;
	font-weight:bold;
}
.greenbox a {
	color:#1e3043;
	text-decoration:none;
}
.greenbox a:hover {
	text-decoration:underline;
}

.sunsetbanner {
	width:514px;
	height:123px;
	padding:8px;
	margin:0;
	padding-bottom:0;
	background:url(img1/sunsetbanner.jpg) no-repeat;
	color:#1e3043;
	/*
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	*/
}
.sunsetbanner h1,
.sunsetbanner h2 {
	color:#1586CE;
	font-weight:bold;
}
.sunsetbanner p {
	margin-bottom:0;
}
.sunsetbanner h2 {
/*	margin-top:-5px; */
	color:#1e3043;
	font-size:20px;
	text-align:center;
}
.sunsetbanner a {
	color:#1586CE;
	text-decoration:none;
}
.sunsetbanner a:hover {
	text-decoration:underline;
}

.bluebox {
	padding:8px;
	margin:0;
	padding-bottom:0;
	background:#1586CE;
	color:white;
	-webkit-border-radius: 5px;    /* for Safari */
	-moz-border-radius: 5px;       /* for Firefox */
}
.bluebox h1 {
	color:white;
	font-weight:bold;
}
.bluebox a {
	color:white;
	text-decoration:none;
}
.bluebox a:hover {
	text-decoration:underline;
}


.creditcards {
	width:122px;
	height:15px;
	float:right;
	background:url(img1/creditcards.gif) no-repeat;
}
.lightblueboxshort {
	float:left;
	width:225px;
	height:236px;
	padding:10px;
	margin:0;
	margin-right:15px;
	padding-bottom:0;
	background:url(img1/lightblueboxshort.gif) no-repeat;
	color:#1e3043;
	-webkit-border-radius: 5px;    /* for Safari */
	-moz-border-radius: 5px;       /* for Firefox */
}
.lightblueboxshort h1,
.lightblueboxshort h2 {
	color:#1586CE;
	font-weight:bold;
	height:80px;
}
.lightblueboxshort .part1 {
	text-align:left;
	height:100px;
}
.lightblueboxshort .part2 {
	text-align:center;
	height:40px;
}
.lightblueboxshort a {
	color:#1586CE;
	text-decoration:none;
}
.lightblueboxshort a:hover {
	text-decoration:underline;
}

.sunsetboxshort {
	float:left;
	width:225px;
	height:236px;
	padding:10px;
	margin:0;
	margin-right:15px;
	padding-bottom:0;
	background:url(img1/sunsetboxshort.jpg) no-repeat;
	color:#1e3043;
}
.sunsetboxshort h1,
.sunsetboxshort h2 {
	color:#1586CE;
	font-weight:bold;
	height:80px;
}
.sunsetboxshort .part1 {
	text-align:left;
	height:100px;
}
.sunsetboxshort .part2 {
	text-align:center;
	height:40px;
}
.sunsetboxshort a {
	color:#1e3043;
	text-decoration:none;
}
.sunsetboxshort a:hover {
	text-decoration:underline;
}



.lightblueboxtall {
	float:left;
	width:225px;
	height:355px;
	padding:10px;
	margin:0;
	margin-left:8px;
	margin-right:8px;
	padding-bottom:0;
	background:url(img1/lightblueboxtall.gif) no-repeat;
	color:#1e3043;
	-webkit-border-radius: 5px;    /* for Safari */
	-moz-border-radius: 5px;       /* for Firefox */
}
.lightblueboxtall h1,
.lightblueboxtall h2 {
	color:#1586CE;
	font-weight:bold;
	height:80px;
}
.lightblueboxtall .part1 {
	text-align:left;
	height:140px;
}
.lightblueboxtall .part2 {
	text-align:center;
	height:80px;
}
.lightblueboxtall a {
	color:#1586CE;
	text-decoration:none;
}
.lightblueboxtall a:hover {
	text-decoration:underline;
}
.lightblueboxtall input {
	width:219px;
	margin:auto;
}
.content .lightblueboxtall img {
	padding:0;
	margin:0;
	border:0;
}
.buyonemonth {
	width:219px;
	height:48px;
	background:url(img1/buyonemonth.png) no-repeat;
	border:0;
	line-height:0;
	font-size:0;
	margin:auto;
	padding:0;
}
.buysubscription {
	width:219px;
	height:48px;
	background:url(img1/buysubscription.png) no-repeat;
	border:0;
	line-height:0;
	font-size:0;
	margin:auto;
	padding:0;
}

.signup_banner {

}
.quoteBox { 
	padding:8px;
	background:#1586CE;
	color:white;
	-webkit-border-radius: 5px;    /* for Safari */
	-moz-border-radius: 5px;       /* for Firefox */
	font-size:18px;
	font-style:italic;
	font-weight:normal;
}
.quoteBox a { 
	color:white;
}
#firstFaq {
	background:#f6fbf1;
}

#firstFaq a{
	font-size: 16px;
	color: #1586ce;
	display: block;
	padding: 8px;
	text-decoration: none;
	width: 95%;
}
#firstFaq.selected {
	font-weight:bold;
	background:white;
}

.sidebarLight {
	padding: 8px;
	background:#f6fbf1;
}
#scheduleSidebar {
	padding: 8px;
	background:#f6fbf1;
}

h3 {
	font-weight:normal;
	font-style:italic;
	font-size:18px;
}
h3 .quotation {
	display:block;
	float:left;
	width:20px;
	height:20px;
	overflow:hidden;
	font-size:36px;
	font-weight:bold;
	padding-right:5px;
	position:relative;
	top:-5px;
	font-family:Times, non-serif;
}
h3 .rquote {
/*
	display:inline;
	clear:none;
	float:left;
	width:10px;
	height:10px;
	overflow:hidden;
	padding-right:5px;
	position:relative;
	top:-5px;
*/
	position:relative;
	top:8px;
	left:2px;
	font-size:36px;
	font-weight:bold;
	font-family:Times, non-serif;
	line-height:18px;
}

/* content */
.content {
	float: left;
	margin:0;
	margin-left:60px;
	padding:0;
	width: 531px;
}

.content .descr {
	color: #664;
	font-size: 14px;
	margin-bottom: 6px;
}
.content li {
	background: url(img1/checkmark.gif) 0px -6px no-repeat;
	padding-left:28px;
	margin-left: 8px;
	list-style-position:outside;
	margin-bottom:15px;
	line-height:22px;
}
.content img {
	border:1px solid #DDD;
	padding:10px;
	margin:5px;
	margin-top:10px;
}
.content img.fitnessProgression {
	margin-left:35px;
}

.formBlockSurveyTable {
	table-layout:fixed;
}
.formBlockSurveyTable .question {
	width:150px;
}

.continue {
	float:right;
}
.continue img {
	padding:0;
	margin:0;
	border:0;
}
.bottom {
	clear:both;
	float:left;
	width:1000px;
	height:78px;
	background: url(img1/bottom.jpg);
}
/* footer */
.footer {
	width:900px;
	margin:auto;
	margin-top:30px;
	background: url(img1/bgfooter.gif) repeat-x;
	color: #8b9ba8;
	font: bold 12px Verdana,sans-serif;
	line-height: 39px;
	padding: 0 12px;
	text-align: center;
	height:40px;
}
.footer a {
	text-decoration:none;
}
.footer .right {color: #8b9ba8;}
.footer .right a {color: #8b9ba8; text-decoration: none;}
.footer a, .footer a:hover,.footer .right a:hover {color: #8b9ba8;}

.footer .sign-in {
	margin-left:18px;
}

.ccm-SlideshowBlock-display {
	background:white;
	border:3px solid white;
}