@charset "utf-8";
/* CSS Document */

body {
	font: 70% Tahoma, Helvetica, sans-serif;
	background: #fff;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #7a7a7a;
}
a {
	color: #3399cc;
	cursor: pointer;
}
img {
	border: 0;
}
p {
	/*margin: 0 0 1em 0 ;*/
	margin: 0 0 .7em 0 ;
	font-size: 12px;
}
div.firstRow p {
	font-size: 13px;
}
/*
sup{
	text-decoration: none;
	
	font-size: 70%;
}
h1 sup, h2 sup {
	font-size: 50%;
	position: relative;
	top: -2px;
}
.uberHead1 sup {
	font-size: 40%;
}*/
.green, .green a {
	color: #5d9732;
}
.blue, .blue a {
	color: #046cb6;
}
.uberHead1 {
	font-size: 33px;
	line-height: 90%;
}
.uberHead2 {
	font-size: 28px;
}
.uberHead3 {
	font-size: 25px;
}
.uberHead1 a, .uberHead2 a, .uberHead3 a {
	text-decoration: none;
}
.uberHeadTopElement {
	margin-top: 80px;
}
h1 {
	font-size: 1.8em;
	font-weight: bold;
	margin: 0 0 0.75em 0;
}
h1.highlight {
	color: #5d9732;
}
h1.highlight2 {
	color: #5d9732;
}
h1.highlight3 {
	color: #046cb6;
}
h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 0.75em 0;
}
h2.highlight {
	color: #5d9732;
}
h2.highlight2 {
	color: #5d9732;
}
h2.highlight3 {
	color: #046cb6;
}
h3 {
	font-weight: bold;
	font-size: 1.25em;
	margin: 0 0 0.75em 0;
}
h3.highlight {
	color: #5d9732;
}
h3.highlight2 {
	color: #5d9732;
}
h3.highlight3 {
	color: #046cb6;
}
h4 {
	font-weight: bold;
	font-size: 1.0em;
	margin: 0 0 0.75em 0;
}
h4.highlight {
	color: #5d9732;
}
h4.highlight2 {
	color: #5d9732;
}
h4.highlight3 {
	color: #046cb6;
}
.plain {
	text-decoration: none;
	color: #7a7a7a;
}
.noDecoration {
	text-decoration: none;
}
.clrflt {
	clear: both;
}
#container {
	width: 760px;  
	background: #fff;
	margin: 0 auto; 
	text-align: left; 
	position:relative;
}
#header {
	padding: 0;
	height: 106px;
	position:relative;
	width: 760px; 
}
#header h1 {
	margin: 0; 
	padding: 0;
	width: 308px;
	height: 92px;
	background: url(/images/jc_logo.gif) bottom left no-repeat;
	text-indent: -9999px; 
	float: left;
}
#header h1 a {
	display: block;
	
	height: 92px;
}
#header img {
	float: right;
	padding-top: 5px;
}
#navigation {
	height: 35px;
	overflow: hidden;
	background: url(/images/nav_off.gif) 0 0 repeat-x;
}

#navigation sup {

    padding: 0; 
	margin: 0;
    height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: .7em;
	bottom: 1ex;
	
}
 sup {

    padding: 0; 
	margin: 0;
    height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	font-size: .7em;	
	bottom: .7ex;
	_bottom: 1.7ex;
}
h1 sup {

    padding: 0; 
	margin: 0;
    height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	font-size: .4em;	
	bottom: 1.5ex;
	
}

a sup {

	padding: 0; 
	margin: 0;
    height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: .9em;	
	bottom: 1ex;
}
#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#navigation ul li {
	display: inline;
	padding: 0;
	margin: 0;
}
#navigation ul li a {
	display: block;
	float: left;
	height: 26px;
	padding-top: 9px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
a {
	outline-style:none;
outline-width:0;

}
#navigation ul li a#n1{
	width: 52px;
}
#navigation ul li a#n2{
	width: 185px;
}
#navigation ul li a#n3{
	width: 132px;
}
#navigation ul li a#n4{
	width: 157px;
}
#navigation ul li a#n5{
	width: 145px;
}
#navigation ul li a#n6{
	width: 87px;
}
/*style links within each section*/
body.home #navigation ul li a#n1, body.volumetrics_plus #navigation ul li a#n2, body.what_is_volumetrics #navigation ul li a#n3,
body.volumetrics_eating_tips #navigation ul li a#n4, body.weight_loss_tools #navigation ul li a#n5, body.why_jc #navigation ul li a#n6,
#navigation a:hover
{
	background: url(/images/nav_on.gif) 0 0 repeat-x;
	color: #000;
}
.content {
	padding: 0;
}
#upper {
	border-bottom: 1px solid #ddd;
}
#upper h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Tahoma, Helvetica, sans-serif;
	margin: 0.5em 0;
}

#upper p {
	margin: 0.75em 0;
}
#lower {
	position: relative;
	width: 760px;
}
#footer {
	padding: 10px 0;
	text-align:center;
	margin-bottom: 50px;
	
}
#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer ul li {
	display: inline;
	padding: 0 10px;	
	border-left: 1px solid #919191;
	font-family: Arial, Helvetica, sans-serif;
}
#footer ul > li:first-child	{
	border-left: 1px solid #fff;
}

#footer ul li.first {border: none;}



#footer a {
	color: #919191;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


/* modules and lozenge shapes */
div.mod_single {
	width: 253px;
	float: left;
}
div.mod_double {
	width: 496px;
	float: left;
}
div.mod_left {
	margin-right: 11px;
	clear: both;
}
div.mod_short {
	min-height: 155px;
	margin-bottom: 12px;
}
div.mod_tall {
	min-height: 170px;
	margin-bottom: 12px;
}
div.lozenge_outer {
	background:url(/images/lozenge_bot.gif) bottom left no-repeat;
	cursor: pointer;
	z-index: 500;
}
div.lozenge_inner {
	background:url(/images/lozenge_top.gif) top left no-repeat;
}
div.shaded {
	background:#e8e8e8 url(/images/lozenge_top.gif) bottom left no-repeat;
}
div.lozenge_outer_green {
	background:url(/images/lozenge_bot_green.gif) bottom left no-repeat;
}
div.lozenge_inner_green {
	background:url(/images/lozenge_top_green.gif) top left no-repeat;
}
body img#gridLeftImg {
	margin: 0;
	padding: 6px 0 0 1px;
	width: 252px;
}


/* ------------------------------- BEGIN  Home  ---------------------------------------- */
body.home #eatMore {
	height: 280px;
	background:url(/images/which_would_you_choose.jpg);
	background-repeat: no-repeat;
	background-position: -8px 20px ;
	text-align: left;
	padding: 30px 0 0 440px;	
}

body.home #eatMore h1 {
	margin-left: -40px;
}
body.home #eatMore h1 span{
	padding-left: 38px;
}
body.home #val_did_it {
	height: 290px;
	padding: 20px 0 0 230px;
	background-image: url('/images/val.jpg');
	background-repeat: no-repeat;	
}
body.home #val_did_it h2 {
	width: 138px;
	margin: 0;
	padding: 0;
	float: left;
	font-size: 2em;
	font-weight: normal;
	color: #689E40;
	line-height: 1.2;	
}
body.home #val_did_it h2 strong{
	font-weight: normal;
	font-size: 1.5em;	
	line-height: 1;
}
body.home #val_did_it h2 span{	
	color: #5CADD6;
	display: block;
	margin-top: 16px;
	line-height: .4;
	vertical-align: baseline;
}
body.home #val_did_it h2 span strong{
	font-size: 2em;	
	
}
body.home #val_did_it div {
	padding-left: 18px;
	float: left;
	
}
body.home #val_did_it div h2 {
	width: 373px;
	height: auto;
	float: none;
	font-size: 1.5em;
	margin: 0;
	padding: 0 0 0 1px;
}
body.home #val_did_it div h2 span{
	font-size: .85em;
	color: #7A7A7A;	
	padding: 3px 0 0 4px;
	margin: 0;
	line-height: 1.1;
	
}
body.home #val_did_it p {
	padding-top: 10px;
	margin: 0;
}
body.home #val_did_it img{
	margin-top: 3px;
}
body.home #infoBoxes {
	background-image: url('/images/home_info_boxes_bg.jpg');
	background-repeat: no-repeat;	
	background-position: left top;
	height: 175px;	
	padding: 5px 0 0 0;	
	margin-bottom: 20px
}
body.home #infoBoxes div{
	float: left;
	width: 211px;
	padding: 0 22px 0 22px;
	margin: 0;	
	
}
body.home #infoBoxes div p, body.home #infoBoxes div p a {
	font-size: 12px;
}
body.home #infoBoxes div h3{
	margin-bottom: 8px;
	padding-top: 25px;
}
body.home #infoBoxes div h3{
	font-size: 1.7em;
	font-weight: normal;
}
body.home #infoBoxes div#tips h3{
	color: #eb8e3b;
}

body.home #infoBoxes div#program {
	
	
}
body.home #infoBoxes div#program a{
	
}
body.home #infoBoxes div#program h3{
	color: #689e40;
}
body.home #infoBoxes div#consultation{
	padding-right: 0;
	
}
body.home #infoBoxes div#consultation h3{
	background-image: url('/images/question_marks.jpg');	
	background-repeat: no-repeat;
	background-position: 35px 0px;
	height: 67px;	
	font-size: 2.1em;
	color: #a174b1;	
	margin: 0;
	
}
body.home #infoBoxes div#consultation h3 span{
	font-size: 1.3em;
	padding-left: 1.2em;	
	display: block;
	margin-top: -4px;
}
body.home #tools {
	background-image: url('/images/home_tools_bg.jpg');
	background-repeat: no-repeat;
	height: 141px;
}
body.home #tools h3{
	width: 220px;
	font-size: 1.7em;
	font-weight: normal;
	color: #5CADD6;
}

/*-------------------END Home -------------------------------*/




/*-------------------BEGIN volumetrics_plus -------------------------------*/

body.volumetrics_plus #research div {
	width: 390px;
	float: left;
	padding-right: 10px;
	
}
body.volumetrics_plus #research h1 {
	font-size: 3.1em;
}
body.volumetrics_plus #research h1 span{
	font-size: 1.3em;
}
body.volumetrics_plus #research div#video{
	width: 325px;
	text-align: center;
	float: left;
	padding: 0;
	margin: 0;	
}
body.volumetrics_plus #research div#video img{
	margin:4px 0 10px 0;
	padding: 0;
}
body.volumetrics_plus #new_menus{
	background-image: url('/images/green_gradient.jpg');
	background-repeat: repeat-y;
	padding-bottom: 5px;
	float: left;
	clear: both;
}
body.volumetrics_plus #new_menus h2{
	color: #ec8d39;
}
body.volumetrics_plus #new_menus p{
}
body.volumetrics_plus #new_menus img{
	float: left;
	height: 190px;
	width: 211px;
	padding: 0 15px 0 30px;
	display: block;
}
body.volumetrics_plus #new_menus ul{
	list-style-type: none;
}
body.volumetrics_plus #new_menus li{
	 margin-top: 10px;
}
body.volumetrics_plus #consultant_and_inspire {
	background-image: url('/images/double_column.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	margin: 0;
	height: 191px;
}
body.volumetrics_plus #consultant_and_inspire a{
	font-size: .9em;
}
body.volumetrics_plus #consultant_and_inspire p{
	padding: 8px 0 0 0;
	margin: 0;
	
}
body.volumetrics_plus #consultant {
	/*background-image: url('/images/dotted_border.jpg');
	background-repeat: repeat-y;
	background-position: right top;*/
	width: 340px;
	padding: 0 20px 0 0;
	margin: 0 20px 0 0;
	float: left;
}
body.volumetrics_plus #consultant h2{
	background-image: url('/images/exclamation_marks.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	height: 68px;
	padding: 15px 0 0 0px;
	margin: 0;
	color: #a174b1;
	font-size: 2.1em;
	font-weight: normal;	
}
body.volumetrics_plus #consultant h2 span{
	font-size: 1.2em;
	padding-left: 40px;
	
}
body.volumetrics_plus #get_inspired {
	background-image: url('/images/val_blue_shirt.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	padding:0 0 0 172px;
	margin: 0;
	height: 189px;
	float: left;
	width: 160px;	
}
body.volumetrics_plus #get_inspired h2{
	color: #4ea7d3;
	padding: 0;
	margin:0 0 0 -30px;
	font-size: 2.2em;
	font-weight: normal;
}
body.volumetrics_plus #get_inspired h2 span{
	color: #689e40;
	font-size: .7em;
	padding:4px 0 0 30px;
	margin: 0;
	display: block;
}
body.volumetrics_plus #tools{
	background-image: url('/images/lightblue_gradient.jpg');
	background-repeat: repeat-y;
	background-position: top right;
	float: left;
}
body.volumetrics_plus #tools div{
	float: left;
}
body.volumetrics_plus #tools div p{padding-right: 4px;}
body.volumetrics_plus #tools #weight_loss_tools{
	width: 243px;
	padding: 0 20px;
	
}
body.volumetrics_plus #tools #weight_loss_tools p{ 
	margin-bottom: 12px; 
	padding-left: 4px;
}
body.volumetrics_plus #tools #weight_loss_tools h2{
	text-align: center;
	color: #689e40;
}
body.volumetrics_plus #tools #etools {
	
}

/*-------------------END volumetrics_plus -------------------------------*/





/*-------------------BEGIN calculator_sm -------------------------------*/

#calculator_sm{
	background-image: url('/images/calculator_bg.jpg');
	background-repeat: no-repeat;
	width: 253px;
	height: 176px;	
	float: left;
	position: relative;
}
#calculator_sm form{
	margin: 0; 
	padding: 0;
}
#calculator_sm #quiz_button{
	margin: 0 0 0 12px;
	position: absolute;
	left: 130px;
	top: 138px;
}

#calculator_sm select, #calculator_sm label {
	margin: 0;
	padding: 0;
}
#calculator_sm #quiz_weight {
	
}
#calculator_sm #quiz_weight {
	width: 50px;
	margin: 12px 0 0 0;
	padding: 0;
}
#calculator_sm h2{
	color: #333333;
	text-align: center;
	padding: 10px 0 0 0;
	margin: 0;
	
}
 #calculator_sm p, #calculator_sm div{
	color: #333333;
	margin: 0;
	padding: 12px 4px 0 15px;	

}




/*-------------------END calculator_sm -------------------------------*/




/*-------------------BEGIN what_is_volumetrics -------------------------------*/

body.what_is_volumetrics #eating_principles {
	background-image: url('/images/man_salad.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	height: 276px;
	padding-right: 320px;
	margin: 0;
	
}
body.what_is_volumetrics #eating_principles h1{
	font-size: 2.4em;	
}
body.what_is_volumetrics #eating_principles h1 span{
	font-size: 1.6em;
}
body.what_is_volumetrics #what_is h2  {
	color: #5CADD6;
}
body.what_is_volumetrics #what_is h2 span{
	display: block;
	color: #689E40;
	font-size: 1.6em;
	font-weight: normal;
}
body.what_is_volumetrics #what_is h2 span sup{
	font-size: .56em;
}
body.what_is_volumetrics #what_is #video{
	float: left;
	width: 305px;
	padding-right: 20px;	
	padding-bottom: 22px;
	padding-top: 7px;
}

body.what_is_volumetrics #weight_loss_tools {
	background-image: url('/images/weight_loss_tools.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	
	position: relative;
}
body.what_is_volumetrics #weight_loss_tools p, body.what_is_volumetrics #weight_loss_tools h2{
	padding-right: 450px;
}
body.what_is_volumetrics #weight_loss_tools div {
	padding: 0;
	margin: 0;
	_margin-left: -20px;
}
body.what_is_volumetrics #weight_loss_tools div p {
	padding: 0;
	margin: 0;
	text-align: left;
	
}
body.what_is_volumetrics #weight_loss_tools h2{
	color: #0892c4;
}
body.what_is_volumetrics #weight_loss_tools div {
	position: absolute;
	top: 130px;
	left: 520px;
	width: 400px;
}
body.what_is_volumetrics #consult_and_calc {
	padding-top: 4px;
	
}
body.what_is_volumetrics #consult_and_calc #consultation {
	width: 410px;
	padding-right: 40px;
	float: left;
}
body.what_is_volumetrics #consult_and_calc #consultation h2{
	color: #A174B1;	
	font-weight: normal;
	font-size: 2.1em;
	background-image: url('/images/exclamation_marks.jpg');
	background-position: 234px top;
	background-repeat: no-repeat;
	height: 76px;
	padding-top: 15px;
	margin-bottom: 0;
}
body.what_is_volumetrics #consult_and_calc #consultation p{
	clear: both;
	margin-bottom: 4px;
}
body.what_is_volumetrics #consult_and_calc #consultation h2 span{
	color: #d3beda;
	display: block;
	font-size: 3em;
	float: left;
	margin: -15px 0 0 0;
	padding: 0 4px 0 0;
}
body.what_is_volumetrics #consult_and_calc #calculator_sm {
	margin-top: 16px;
}


/*-------------------END what_is_volumetrics -------------------------------*/





/*-------------------BEGIN volumetrics_eating_tips -------------------------------*/

body.volumetrics_eating_tips #eating_tips_intro{
	background-image: url('/images/women_cooking.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	height: 277px; 
	padding-right: 380px;
	padding-left: 50px;
	
}
body.volumetrics_eating_tips #eating_tips{
	background-image: url('/images/eating_tips_bg.jpg');
	background-repeat: repeat-x;
	float: left;
	width: 730px;
	padding-left: 30px;
}
body.volumetrics_eating_tips #eating_tips h2{
	color: #3399cc;
}
body.volumetrics_eating_tips #eating_tips h3{
	color: #5d9732;
	margin-top: 10px;
	margin-bottom: 9px;
	font-size: 1.6em;
	font-weight: normal;
	padding-right: 40px;
	line-height: 1;
}
body.volumetrics_eating_tips #eating_tips h3.two_lines{
	margin-bottom: 7px;
}
body.volumetrics_eating_tips #eating_tips div{
	float: left;
	width: 234px;
	padding-right: 7px;
}
body.volumetrics_eating_tips #eating_tips div p{
	padding-right: 25px;
	
}
body.volumetrics_eating_tips #recipes {
	background-image: url('/images/smiles.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 280px;
	height: 206px;
	
}
body.volumetrics_eating_tips #recipes h2{
	color: #eb8e3b;	
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 4px;
}
body.volumetrics_eating_tips #recipes h3{
	color: #679e3f;	
	font-weight: normal;
}
body.volumetrics_eating_tips #recipes p{
	padding: 0 0 0 0;
	margin: 6px 0 0 0;
	font-size: 1.05em;
	padding-right: 20px;
}
body.volumetrics_eating_tips #recipes div p{
	text-align: right;
	padding-right: 10px;
}
body.volumetrics_eating_tips #recipes p#first {
	background-image: url('/images/circle1.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 40px;
}
body.volumetrics_eating_tips #recipes p#second {
	background-image: url('/images/circle2.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 3px 0 0 40px;
}
body.volumetrics_eating_tips #resources {
	background-image: url('/images/dotted_border.jpg');
	background-position: 245px 20px;
	background-repeat: no-repeat;
	float: left;
	margin-bottom: 20px;
}
body.volumetrics_eating_tips #resources div{
	float: left;	
}
body.volumetrics_eating_tips #resources div#consultation {
	width: 233px;
	padding-right: 10px;
}
body.volumetrics_eating_tips #resources div#consultation h3{
	background-image: url('/images/exclamation_marks.jpg');
	background-position: 115px top;
	background-repeat: no-repeat;
	height: 75px;
	padding-top: 10px;
	font-size: 2em;
	font-weight: normal;
	color: #A174B1;
	margin-bottom: 4px;
	margin-top: -4px;
}
body.volumetrics_eating_tips #resources div#consultation h3 span{
	font-size: 1.2em;
	padding-left: 30px;
	margin-left: 8px;
}
body.volumetrics_eating_tips #resources div#consultation a {
	display: block;
	width: 185px;
}
body.volumetrics_eating_tips #resources div#weight_loss_tools {
	width: 233px;
	padding-right: 10px;
}
body.volumetrics_eating_tips #resources div#weight_loss_tools p{
	padding-right: 10px;
}
body.volumetrics_eating_tips #resources div#weight_loss_tools h3{
	color: #689e40;
}
body.volumetrics_eating_tips #weight_loss_tools h3{
	font-size:1.6em;
	font-weight: normal;
	padding: 5px;
	margin: 0;
	
}
/*-------------------END volumetrics_eating_tips -------------------------------*/




/*-------------------BEGIN weight_loss_tools -------------------------------*/

body.weight_loss_tools #free_tools{
	padding-left: 0;
	padding-right: 20px;
}
body.weight_loss_tools #free_tools #video{
	padding-bottom: 20px;
	float: left;
}
body.weight_loss_tools #free_tools img{
	float: left;
	padding-right: 20px;
}
body.weight_loss_tools #free_tools h1{
	font-size: 2.8em;
	font-weight: normal;
}
body.weight_loss_tools #free_tools h1 span{
	font-size: 1.5em;
	display: block;
	padding: 7px 0 6px 0;
}
body.weight_loss_tools #get_started {
	background-image: url('/images/berries.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	height: 202px;
	padding-right: 345px;
	padding-top: 15px;
}
body.weight_loss_tools #get_started h2{
	background-image: url('/images/exclamation_marks.jpg');
	background-position: 225px top;
	background-repeat: no-repeat;
	font-size: 1.8em;
	color: #689e40;
	font-weight: normal;
	margin-bottom: 8px;
}
body.weight_loss_tools #get_started h2 span{
	display: block;
	padding: 10px 0 0 0;
	margin: 0 0 3px 0;
	font-size: 2.3em;
	font-weight: normal;	
}
body.weight_loss_tools #get_started p {
	padding-right: 15px;
}
body.weight_loss_tools #get_started p a{
	font-size: .95em;
	display:block;
	
}
body.weight_loss_tools #get_started a{
	
}
body.weight_loss_tools #etools {
	background-image: url('/images/lightblue_gradient_slice.jpg');
	background-repeat: repeat-x;
	padding-right: 20px;
}
body.weight_loss_tools #etools h2{
	color: #689e40;
	font-weight: normal;
	font-size: 2em;
	margin-bottom: 0;
	margin-top: 4px;
}
body.weight_loss_tools #etools h2 span{
	color: #0892c4;
	display: block;
	margin:8px 0 18px 0;
}
body.weight_loss_tools #etools p{
	padding-right: 80px;
	line-height: 1.4em;
}
body.weight_loss_tools #etools a img{
	margin-top: 8px;
}
body.weight_loss_tools #etools img {
	float: left;
	padding-right: 40px;
	padding-bottom: 20px;
}
body.weight_loss_tools #calc_and_quiz {
    padding: 20px 0 0 0;
	margin: 0;
	float: left;
	
}
body.weight_loss_tools #calc_and_quiz form {
	padding: 0;
	margin: 0;	
	
}
body.weight_loss_tools #calculator_large {
	background-image: url('/images/calculator_bg_lg.jpg');
	background-repeat: no-repeat;
	color: #333333;
	width: 427px;
	height: 150px;
	float: left;	
	margin: 0;
	padding: 0;
}
body.weight_loss_tools #calculator_large strong {
	font-size: 1.2em;
}
body.weight_loss_tools #calculator_large h2{
	text-align: center;
	padding-top: 10px;
}
body.weight_loss_tools #calculator_large p{
	float: left;
	width: 230px;
	padding: 10px 20px;
	line-height: 1.3em;	
}
body.weight_loss_tools #calculator_large div {
	padding-top: 8px;
}
body.weight_loss_tools #calculator_large input, body.weight_loss_tools #calculator_large select {
	margin: 10px 0 0 0;	
	padding: 0;
	
}
body.weight_loss_tools #calculator_large input{
	width: 70px;
} 
body.weight_loss_tools #calculator_large select {
	width: 78px;
}
body.weight_loss_tools #calculator_large div div{
	margin: 0;
	padding: 0;	
}
body.weight_loss_tools #take_quiz{
	float: left;
	background-image: url('/images/take_quiz_bg.jpg');
	background-repeat: no-repeat;
	height: 80px;
	width: 315px;
	position: relative;
	margin-top: 11px;
	
}
body.weight_loss_tools #take_quiz div{
	position: absolute;
	top: 90px;
	left: 80px;
	
}
/*-------------------END weight_loss_tools -------------------------------*/




/*-------------------BEGIN why_jc -------------------------------*/

body.why_jc #why_intro {
	background-image: url('/images/woman_salad.jpg');
	background-repeat: no-repeat;
	height: 216px;
	padding: 40px 0 0 300px;
	
}
body.why_jc #why_intro p.tiny {
	font-size: .8em;
	margin: 0; 
	padding: 0; 
	text-align: right;
}
body.why_jc #why_intro h1{
	font-size: 2.7em;
	font-weight: normal;
	
}
body.why_jc #why_intro h1 span{
	font-size: 1.5em;	
}
body.why_jc #food_body_mind img{
	float: right;
	padding-left: 10px;
} 
body.why_jc #food_body_mind h2{
	color: #689e40;
	font-size: 2em;
	font-weight: normal;
}
body.why_jc #food_body_mind p a{
	font-size: .9em;
}
body.why_jc #difference div{
	margin-left: -20px;
}
body.why_jc #difference #video {
	float: left;
	width: 302px;
	padding-right: 20px;
	padding-bottom: 10px;
	margin-left: 0;
}
body.why_jc #difference h2 {
	color: #689e40;
	font-size: 1.4em;
	font-weight: normal;
}
body.why_jc #difference h2 span {
	color: #3399cc;
	font-size: 1.4em;
	
}
body.why_jc #difference p {
	font-size: 12px;
}
body.why_jc #more_tools { 
	background-image: url('/images/dotted_border.jpg');
	background-position: 255px 30px;
	background-repeat: no-repeat;
	float: left;
}
body.why_jc #more_tools div{
	float: left;
	
}
body.why_jc  #weight_loss_tools {
	width: 223px;
	padding-right: 15px;	
}
body.why_jc  #weight_loss_tools a{
	display: block;
	width: 150px;
}
body.why_jc  #weight_loss_tools p{
	
}
body.why_jc  #weight_loss_tools h3{
	color: #689E40;
	font-weight: normal;
	font-size: 1.8em;
	margin-bottom: 4px;
}
body.why_jc  #callback p, body.why_jc  #callback img{
	width: 200px;
	padding:0 20px 0 25px;	
}
body.why_jc  #callback a{
	display: block;
	width: 213px;
	padding:0 0 0 25px;	
	font-size: 12px;
	margin: 0;
}
body.why_jc #calculator_sm{
	padding: 0;
	margin: 0;
}
/*-------------------END why_jc -------------------------------*/



body.home .content .lozenge_inner div#call_btn {
	text-align: center;
	width: 180px;
	float: left;
	padding: 40px 0 20px 0;
	
}

body.home .content .lozenge_inner div#call_btn h3 {
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0.5em;	
}

body.home .content .lozenge_inner div#call_txt {
	padding: 25px 40px 0 0;
}

body.home .content .lozenge_outer div#call_txt a{ display: block;}

body.home .content #b4 {
	height: 160px;
	width: 268px;
	padding: 10px 0 0 225px;
	background: url(/images/bg_home_b4.jpg) top left no-repeat;
	border-top: 1px solid #ddd;
}

/* -----PROGRAM----- */
body.program .content #upper {
	height: 229px;
	background:url(/images/main_program.jpg) 0 0 no-repeat;
	text-align: right;
	padding: 0 310px 0 15px;
	border-bottom: none;
}

body.program .content #upper h1 {
	text-indent: -9999px;
	text-align: left;
	background:url(/images/title_program.gif) bottom right no-repeat;
	height: 110px;
	margin: 0px;
	padding: 0px;
}

body.program .content #triple {
	height: 191px;
	background:url(/images/bg_program_triple.gif) top right no-repeat;
	margin-bottom: 12px;
}

body.program .content #triple div {
	width: 253px;
	float: left;
	margin: 0;
	padding: 0;
}

body.program .content #triple div h2.highlight {
	text-align: center;
	margin: 0.6em 0;	
}

body.program .content #triple div p {
	padding: 15px 25px;
}




body.program .content #b1 {
	height: 170px;
	width: 235px;
	padding-left: 260px;
	background:url(/images/bg_program_b1.jpg) 0 -3px no-repeat;
}
body.program  div#delivered {
	width: 251px;
	height: 143px;
	background: #ffffff url(/images/delivered.jpg) left top no-repeat;
}


/* -----TOOLS----- */
body.tools .content #upper {
	height: 229px;
	background:url(/images/main_tools.jpg) 0 0 no-repeat;
	text-align: right;
	padding: 0 310px 0 90px;
}

body.tools .content #upper h1 {
	text-indent: -9999px;
	text-align: left;
	background:url(/images/title_tools.gif) bottom right no-repeat;
	height: 110px;
	margin: 0px;
	padding: 0px;
}
body.tools .content #mid {
	height: 152px;
	background:url(/images/bg_bmi.gif) top left no-repeat;
	padding: 30px 25px 0 315px;
}

body.tools .content #mid img {
	float: left;
	padding-right: 10px;
}

body.tools .content #triple {
	height: 205px;
	background:url(/images/bg_tools_triple.gif) top right no-repeat;
}

body.tools .content #triple div {
	width: 253px;
	float: left;
	margin: 0;
	padding: 0;
}

body.tools .content #triple div h2 {
	text-align: center;
	margin: 0.7em 0;	
}

body.tools .content #triple div p {
	padding: 15px 20px;
}
body.tools .content #triple div.underText {
 width: 250px;
 text-align: center;
 padding: 7px 0 0 0;
}
/* -----FOOD----- */
body.food .content #upper {
	height: 228px;
	background:url(/images/main_food.jpg) bottom right no-repeat;
	text-align: right;
	padding: 0 310px 0 0;
	border-bottom: none;
}

body.food .content #upper h1 {
	text-indent: -9999px;
	text-align: left;
	background:url(/images/title_food.gif) bottom right no-repeat;
	height: 110px;
	margin: 0px;
	padding: 0px;
}

body.food .content #upper h3 {
	padding-left: 220px;
}

body.food .content #mid {
	height: 414px;
	background:url(/images/bg_food_lower.gif) top right no-repeat;
  position: relative;
}

body.food .content #mid #col_1 {
  position: relative;
	height: 414px;
	width: 507px;
	background:url(/images/bg_food_left_col.jpg) 1px 43px no-repeat;
}

body.food .content #mid #col_1 h2{
	text-align:center;
	padding-top: 10px;
}

body.food .content #mid #col_1 p.bodytext{
	position: absolute;
	top: 230px;
	left: 20px;
	padding-right: 20px;
	line-height: 1.5em;
}
body.food .content #mid #col_1 p.cta{
	position: absolute;
	top: 350px;
	right: 0;
	padding-right: 20px;
	line-height: 1.5em;
	font-weight: bold;
	text-align: right;
}
body.food .content #mid #col_2 {
	position: absolute;
	top: 0;
	left: 508px;
	width: 250px;
	text-align: center;	
	padding-top: 10px;
}
body.food .content #tabs {
	height: 540px;
	margin-bottom: 10px;
	background: #e6eef3;
}
body.food .content div.leftBox {
	text-align: left;
	width: 400px;
}
body.food .content div.rightBox {
	text-align: right;
	width: 50%;
}
body.food div.fragment {
	border-bottom: solid 1px #ddd;
	height: 30px;
}
body.food div.fragment div {
	float: left;
}
body.food div.fragment h4 {
	margin: 0;
}
body.food div.fragment img {
	margin: 0 8px;
}
body.food div#recipe {
	padding: 20px 0;
}
body.food div#recipeLeft {
	padding: 0 15px 0 0;
}
body.food div#recipeCenter {
	padding: 0 12px 0 0;
}
body.food div#directions {
	margin-top: 12px;
}
body.food div.nutritionItem {
	width: 100px;
	display: inline;
}
body.food .fragmentBody {
	clear: both;
	width: 700px;
}
body.food .fragmentBody div#directions {
	clear: both;
	width: 700px;
	display: block;
}

/* -----WHY----- */
body.why .content #upper {
	height: 227px;
	width: 760px;
	float: left;
	padding: 0;
	border-bottom: none;
}
body.why .content #whyMainText {
	height: 87px;
	width: 428px;
	/*background: #ffffff url(/images/why_main_head.png) left top no-repeat;*/
	float: left;
	text-align: right;
	padding: 0 10px 20px 10px;
}
body.why .content #rotoImage {
	width: 312px;
	height: 227px;
	float: left;
}
body.why .content .rotoImage1 {
	background: #ffffff url(/images/robin_w.jpg) top left no-repeat;
}
body.why .content .rotoImage2 {
	background: #ffffff url(/images/kathleen_a.jpg) top left no-repeat;
}
body.why .content .rotoImage3 {
	background: #ffffff url(/images/donna_rick_c.jpg) top left no-repeat;
}

body.why .content #upper h1 {
	text-indent: -9999px;
	text-align: left;
	background:url(/images/title_why.gif) bottom left no-repeat;
	height: 90px;
	margin: 0px;
	padding: 0px;
}

body.why .content #mid {
	background: transparent url(/images/why_mid_bg.gif) top right repeat-y;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	float: left;
}
body.why .content #mid #mid-left {
	width: 247px;
	float: left;
}
body.why .content #mid #mid-left #m-l-upper {
	width: 247px;
}
body.why .content #mid #mid-left #m-l-lower {
	width: 245px;
	height: 260px;
	margin: 2px 1px 0 1px;
	background: #ffffff url(/images/baron_davis.gif) left bottom no-repeat;
	border-top: 1px solid #dddddd;
}
#m-l-lower h1, #m-l-lower h2, #m-l-lower h3 {
	margin: 10px;
}
#m-l-lower p {
	margin: 15px 10px 0 110px;
}
body.why .content #mid #mid-right {
	width: 510px;
	float: left;
	overflow: hidden;
}
body.why .content #mid #mid-right #m-r-upper {
	float: left;
	padding: 20px 20px 5px 20px;
}
body.why .content #mid #mid-right #m-r-middle {
	width: 510px;
	height: 178px;
	float: left;
	background: url(/images/food_body_mind.jpg) left top no-repeat;
}
body.why .content #mid #mid-right #m-r-lower {
	float: left;
	padding: 20px 20px 5px 20px;
}
#m-r-lower ul {
	padding-left: 15px;
	margin-left: 0;
}
#m-r-lower li {
	margin-bottom: 3px;
}


body.food .content #lower .mod_tall {margin-bottom: 6px;}



body.why .content #lower #lower-left {
	width: 253px;
	height: 186px;
	float: left;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 12px;
}
body.why .content #lower #lower-right {
	width: 255px;
	height: 136px;
	float: left;
	background: url(/images/why_free_call.png) top left no-repeat;
	margin-top: 15px;
	padding: 30px 0px 20px 250px;
	
}

/* -----FREE WEIGHT LOSS PROFILE----- */
#free_profile {
	height: 170px;
	width: 253px;
	background: #e8e8e8 url(/images/bg_home_b1.gif) bottom left no-repeat;
	margin: 0;
}

#free_profile h2 {
	height: 37px;
	background: url(/images/hdr_free_profile.gif) bottom left no-repeat;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
#free_profile form {
	margin: 0;
	padding: 15px 20px;
	height: 105px;
	overflow: hidden;
}
#free_profile form input, #free_profile form select  {
	width:65px;
	font-size:0.9em;
}
#free_profile form input#quiz_submit {
	float: right;
}

/* -----FREE ETOOLS----- */
#free_etools {
	height: 155px;
	width: 253px;
	background: url(/images/bg_home_b1.gif) bottom left no-repeat;	
	overflow: hidden;
	cursor: pointer;
}

#free_etools h2 {
	height: 37px;
	background: url(/images/hdr_free_etools.gif) bottom left no-repeat;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

#free_etools p {
	padding: 15px 20px;
	margin: 0;
}

#free_etools img {
	float: right;
	padding-right: 20px;
}

#free_etools a {
	text-decoration: none;
	color: #7a7a7a;
	cursor: pointer;
}

/* -----INSTANT CALLBACK----- */
div#instant_callback {

	cursor: pointer;

}

div#instant_callback div#call_btn {
	text-align: center;
	width: 155px;
	float: left;
	padding: 40px 0 10px 0;
	font-weight: bold;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;	
}

div#instant_callback div#call_btn h3 {
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0.5em;	
}

div#instant_callback div#call_txt {
	padding: 20px 20px 0 0;
}

div.instant_callback div#call_txt h2.highlight {
	color: #2580c0;
}

/* -----INSTANT CALLBACK SMALL----- */
div#instant_callback_sm div#call_btn {
	text-align: center;
	width: 155px;
	float: left;
	padding: 40px 0 0 0;
	font-weight: bold;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;	
}

div#instant_callback_sm div#call_btn h3 {
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0.5em;	
}

div#instant_callback_sm div#call_txt {
	padding: 20px 20px 0 0;
}

/* -----CONSULTANT CALLBACK----- */
div.consultant_callback {
	height: 155px;
	width: 381px;
	padding-left: 115px;
	background: url(/images/bg_consultant.jpg) top left no-repeat;
	overflow: hidden;
	cursor: pointer;
}

div.consultant_callback div#call_btn {
	text-align: center;
	width: 160px;
	float: left;
	padding: 15px 0;
	font-weight: bold;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;	
}

div.consultant_callback div#call_btn h3 {
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0.4em;	
}

div.consultant_callback div#call_txt {
	padding: 20px 30px 0 0;
	text-align:right;
}

div.consultant_callback div#call_txt h2.highlight {
	color: #5d9732;
}

.faux-link { color: #046CB6; text-decoration: underline;}
.not_typical {text-align: center;}
.clickable {cursor: pointer;}


/*----------------- Home Page specific styles --------------*/
h1 {
	font-weight: normal;
	font-size: 35px;
	color: #689e40;
	line-height: 1;
	margin: 0 0 12px 0;
}
h1 span{
	color: #5cadd6;
	font-size: 55px;	
}


/*---------------------------------------------------------------------*/
div.row {
	border-top: 1px solid #E2E2E2;
	padding: 20px 0  0 20px;
	margin: 0;
	clear: both;
}
div.firstRow {
	border: none;
}


/*-------------------------- Footer --------------------------------------*/
div#footer ul {
	margin: 5px 0 25px 0;
}
div#footer ul li.first{
	border: none;
}
div#footer p{
	font-size: .9em;
	margin-top: -12px;
}





