@charset "utf-8";

/* TAGS ----------------------------------------------------------------*/

html, body, img, div, ul {
	margin: 0; padding: 0; border: 0;
	}

body {
	font: 70% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	background: white;
	}

table, td, input, textarea {
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

input, select, button {
	vertical-align: middle;
	}

a img {
	border: 0 none;
	}

a:link {
	color: #7C935D;
	text-decoration: underline;
	}

a:visited {
	color: #979797;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-size: 100%;
	}

/* END TAGS ------------------------------------------------------------*/

/* LAYOUT --------------------------------------------------------------*/

/* BODY ----------------------------------------------------------------*/

#wrap {
	width: 760px;
	margin: 0 auto 0 auto;
	text-align: left;
	}

/* HEADER --------------------------------------------------------------*/

#header {
	position: relative;
	margin-top: 0.2em;
	}

#header div {
	clear: both;
	margin: 0;
	padding: 0;
	background: url(../img/WeightWise/headbg.gif) no-repeat;
	}

#header div h1 {
	margin: 0;
	padding: 0;
	}

#header div h1 img {
	float: left;
	}

/* breadcrumb */

#header div #breadCrumb {
	clear: right;
	margin: 0 0 0 195px;
	padding-top: 35px;
	color: #979797;
	}

* html #header div #breadCrumb {
	padding-top: 33px;
	}

#header div #breadCrumb li {
	display: inline;
	font-weight: normal;
	}

#header div #breadCrumb a:link, #breadCrumb a:visited {
	color: #979797;
	text-decoration: none;
	}

#header div #breadCrumb a:hover {
	text-decoration: underline;
	}

/* end breadcrumb */

/* search form */

#searchForm {
	text-align: right;
	width: 300px;
	float: right;
	}

#searchForm #searchTerm {
	margin: 30px 6px 0 0;
	border: 1px solid #7F9DB9;
	padding: 0.2em 2px;
	width: 144px;
	height: 1.3em;
	font-weight: normal;
	}

* html #searchForm #searchTerm {
	width: 146px; /* for IE5 and IE6 in quirks mode */
	w\idth: 144px; /* for IE6 in standards mode */
	height: 1.7em; /* for IE5 and IE6 in quirks mode */
	he\ight: 1.3em; /* for IE6 in standards mode */
	}

#searchForm #searchSubmit {
	width: 84px;
	margin: 30px 16px 0 0;
	font-weight: normal;
	}

/* end search form */

/* top navigation */

#topnav {
	text-align: right;
	color: #1A87D3;
	font-size: 0.9em;
	list-style-type: none;
	}
	
#topnav li {
	/* set display to inline for IE/Mac as otherwise it expands the width of the elements to 100% */
	display: inline;
	margin: 0 0 0 1.5em;
	}
/* set display back to block for everyone else, and float the elements (IE/Mac treats all floats as block-level elements) \*/
#topnav li { 
	display: block;
	float: right;
	}

#topnav a:link, #topnav a:visited {
	color: #363636;
	}

/* end top navigation */

/* END HEADER ----------------------------------------------------------*/

/* NAVIGATION ----------------------------------------------------------*/

#leftCol {
	float: left;
	width: 170px;
	}

#mainMenu {
	margin-top: 7px;
	margin-left: 0;
	padding-left: 1.4em;
	font-weight: bold;
	font-size: 0.98em;
	list-style-image: url(../img/WeightWise/nav_arrow.gif);
	}
	
#mainMenu a:link {
	color: #000;
	text-decoration: none;
	}

#mainMenu a:visited {
	color: #363636;
	text-decoration: none;
	}

#mainMenu a:hover {
	text-decoration: underline;
	}

#mainMenu li {
	margin-bottom: 1em;
	}

#mainMenu ul {
	margin: 0.5em 0 -0.5em 2em;
	padding: 0;
	list-style-image: url(../img/WeightWise/smallbullet.gif);
	color: #7C935D;
	font-weight: normal;
	font-size: 0.9em;
	}
* html #mainMenu ul {
	list-style-image: url(../img/WeightWise/smallbullet_ie.gif);
	}

#mainMenu ul li {
	margin: 0 0 0.5em 0;
	padding: 0;
	}

#mainMenu ul a:link {
	color: #7C935D;
	}

#mainMenu ul a:visited {
	color: #7C935D;
	color: #979797;
	}

/* navigation bumps */

.bump {
	background : url(../img/WeightWise/div1.gif) top repeat-x;
	padding: 1px 0;
	}

/* junk markup-free foat containment */
.bump:after {
    content: "."; 
    display: block; 
    position:relative; /*works better in IE5.5 or float in float situations*/
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.bump {display: inline-block;}
/* Hides from IE-mac \*/
* html .bump {height: 1%;}
.bump {display: block;}
/* End hide from IE-mac */

.bumpfloat {
	float: left;
	padding: 0;
	color: #666666;
	margin: 9px 3px 9px 0; 
	text-align: left;
	}

.bumpfloatText {
	float: right;
	display: block;
	margin:  9px 0;
	padding: 0;
	width: 106px
	}

.bumpDropLink {
	display: block;
	clear: both;
	padding-bottom: 0.5em;
	}

/* end navigation bumps */	
	
/* END NAVIGATION ------------------------------------------------------*/

/* CONTENT -------------------------------------------------------------*/

#content {
	float: right;
	width: 590px;
	padding-top: 3px;
	padding-bottom: 20px;
	}

#contentSection {
	float: right;
	width: 565px;
	padding-top: 3px;
	padding-bottom: 20px;
	}

#content h1 {
	float: right;
	margin: 0;
	padding: 1px 0 0 0;
	display: block;
	width: 448px;
	background: url(../img/WeightWise/divider_section_right_h.gif) top left repeat-x;
	}

#innerContent {
	clear:right;
}

#innerContent:after {
    content: "."; 
    display: block; 
    position:relative; /*works better in IE5.5 or float in float situations*/
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
#innerContent {display: inline-block;}
/* Hides from IE-mac \*/
* html #innerContent {height: 1%;}
#innerContent {display: block;}
/* End hide from IE-mac */

#contentSection #innerContent {
	width: 448px;
	margin-left: 67px;
	}

#contentSection #innerContent p,
#contentSection #innerContent h2,
#contentSection #innerContent h3 {
	margin: 1em 0;
	}

#contentImage {
	text-align: right;
	}

#innerContentImage {
	text-align: right;
	padding-bottom: 1px;
	background: url(../img/WeightWise/divider_section_right_h.gif) bottom left repeat-x;
	}

/* inner left image */

#innerLeftImage {
	clear: both;
	float: left;
	width: 127px;
	text-align: right;
	padding-right: 1px;
	background: url(../img/WeightWise/divider_section_right_v.gif) top right repeat-y; 
	}

* html #innerLeftImage {
	width: 128px; /* for IE5 and IE6 in quirks mode */
	w\idth: 127px; /* for IE6 in standards mode */
	}

/* end inner left image */

/* inner left */

#innerLeft {
	float: left;
	width: 276px;
	padding-left: 14px;
	}

* html #innerLeft {
	width: 290px; /* for IE5 and IE6 in quirks mode */
	w\idth: 276px; /* for IE6 in standards mode */
	}

#innerLeft p, #innerLeft h2 {
	margin: 1em 0;
	}

/* end inner left */

/* inner right */

#innerRight {
	float: right;
	width: 149px;
	padding-left: 14px;
	background: url(../img/WeightWise/divider_section_right_v.gif) top left repeat-y; 
	}

* html #innerRight {
	width: 163px; /* for IE5 and IE6 in quirks mode */
	w\idth: 149px; /* for IE6 in standards mode */
	}

#innerRight h2 {
	margin: 1em 0;
	}

/* section right-hand bumps */
.innerRtBump {
	padding: 1em 0;
	background: url(../img/WeightWise/divider_section_right_h.gif) top left repeat-x;
	}
.innerRtBump p {
	margin: 0.4em 0 0 2px;
	}
.innerRtBumpTop {
	margin-top: 1em;
	background: none;
	}

/* section right-hand related links */
.innerRtRltdLinks {
	padding: 1em 0;
	background: url(../img/WeightWise/divider_section_right_h.gif) top left repeat-x;
	}
.innerRtRltdLinks p {
	margin: 0;
	}
#innerRight .innerRtRltdLinks h2 {
	margin: 0 0 1em 0;
	}

/* section right-hand external links */
.innerRtExLinks {
	padding: 1em 0;
	background: url(../img/WeightWise/divider_section_right_h.gif) top left repeat-x;
	}
#innerRight .innerRtExLinks h2 {
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	background: url(../img/WeightWise/divider_section_right_h.gif) bottom left repeat-x;
	}

/* end inner right */

	

/* END CONTENT ---------------------------------------------------------*/

/* FOOTER --------------------------------------------------------------*/

#footer {
	min-height: 18px;
	clear: both;
	margin: 0;
	background : url(../img/WeightWise/div1.gif) top repeat-x;
	padding: 1em 0;
	}

* html #footer {
	height: 18px;
	}

/* END FOOTER ----------------------------------------------------------*/

/* PAGE SPECIFIC -------------------------------------------------------*/

/* index */

#index #mainMenu {
	margin-top: 7px;
	}

#index #content {
	float: right;
	width: 565px;
	position: relative;
	margin-top: -25px;
	padding-bottom: 0;
	}

.indexLftCol {
	float: left;
	width: 299px;
	}

#indexImg {
	background : url(../img/WeightWise/home_bg.gif) top no-repeat;
	min-height: 355px;
	}
* html #indexImg {
	height: 355px;
	}

.indexRgtCol {
	float: right;
	width: 250px;
	background : url(../img/WeightWise/div1.gif) top repeat-x;
	padding: 3px 0;
	}

* html div.indexRgtCol {
	width: 240px;
	}

div.indexRgtCol p {
	margin: 0.5em 0 1em 0;
	}

#indexDiary {
	margin-top: 15px; 
	clear: both; 
	background: url(../img/WeightWise/diarybox_bg.gif) repeat-y;
	}

#indexDiary div {
	background: url(../img/WeightWise/calendar1.gif) left no-repeat;
	}

#indexDiary div div {
	background: url(../img/WeightWise/diarybox_top.gif) top no-repeat;
	}

#indexDiary div div div {
	padding: 16px 10px 18px 85px; 
	background: url(../img/WeightWise/diarybox_bottom.gif) bottom no-repeat;
	}

#indexImg div {
	padding:40px 40px 0 40px;
	text-align: center;
	}

#indexImg a:link, #indexImg a:visited {
	color: #fff;
	text-decoration: none;
	}

/* bumps */

.RgtBumpTop, .RgtBump {
	width: 250px; 
	}

.RgtBump {
	padding: 10px 0 5px 0;
	background : url(../img/WeightWise/div1.gif) top repeat-x;
	}

.RgtBump div {
	float: left;
	margin-right: 12px;
	}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html .RgtBump div {
	margin-right: 9px;
	}
/* End hide from IE5/mac */

/* junk markup-free foat containment */
.RgtBump:after {
    content: "."; 
    display: block; 
    position:relative; /*works better in IE5.5 or float in float situations*/
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.RgtBump {display: inline-block;}
/* Hides from IE-mac \*/
* html .RgtBump {height: 1%;}
.RgtBump {display: block;}
/* End hide from IE-mac */


.RgtBump p {
	margin:0;
	padding:0 0 5px 0;
	}

.bar {
	background : url(../img/WeightWise/div1.gif) top repeat-x;
	width:250px; 
	height: 10px;
	font-size: 1px;
	line-height: 1px;
	}

/* end index */

/* lose weight */

#lose #content h1 {
    padding-bottom: 9px;
    }

#lose #contentSection #innerContent h1 {
	display: block;
	padding: 0;
	margin: 0 0 31px 0;
	background: url(../img/WeightWise/divider_section_right_h.gif) bottom left repeat-x;
	}

#lose #innerContent #innerRight .innerRtBump {
	background: none;
	}

#lose .twoCol#content  {
	margin-top: 0;
	}

#lose .twoCol#content h1 {
	width: 565px;
	}

#lose .twoCol#content #innerContent {
	float: right;
	width: 565px;
	}

#lose .twoCol#content #innerLeft h2 {
	margin-top: 0;
	}

#lose .twoCol#content #innerLeft {
	padding-left: 0;
	width: 280px;
	}

#lose .twoCol#content #innerRight {
	width: 260px;
	background: none;
	}

/* BMI calculator */

#content #bmiCalculator h3 {
	margin: 0;
	}

#bmiCalculator table {
	width: 244px;
	background-color: #f7ffdc;
	}

#bmiCalculator th, #bmiCalculator #metric {
	width: 44px;
	w\idth: 44px;
	padding-left: 24px;
	border-left: 12px solid #e1ecc3;
	}

#bmiCalculator td {
	padding-left: 10px;
	}

#bmiCalculator th, #bmiCalculator td {
	padding-top: 10px;
	vertical-align: top;
	font-size: 0.9em;
	color: #7c935d
	}

#bmiCalculator .rightCell {
	border-right: 12px solid #e1ecc3;
	}

#bmiCalculator select {
	display: block;
	}

#content #bmiCalculator p {
	width: 244px;
	w\idth: 164px;
	margin: 0;
	padding: 5px 0;
	border-left: 40px solid #e1ecc3;
	border-right: 40px solid #e1ecc3;
	background: #fff url(../img/WeightWise/bmi_calculate_bg.gif) repeat-y;
	font-weight: bold;
	color: #666;
	text-align: center;
	}
* html #bmiCalculator p {
	background: #fff url(../img/WeightWise/bmi_calculate_bg.gif) top middle repeat-y;
	}

/* lose weight */

/* eating */

#eating #contentSection #innerContent h1 {
	display: block;
	padding: 0;
	margin: 0 0 31px 0;
	background: url(../img/WeightWise/divider_section_right_h.gif) bottom left repeat-x;
	}

#eating #foodChart {
    margin-left: 20px;
    width: 406px;
    text-align: center;
    }

#eating #foodChart p {
    margin: 0;
    text-align: right;
    }


/* end eating */

/* ready */

#ready #content h1 {
    padding-bottom: 9px;
    }

#ready #contentSection #innerContent h1 {
	display: block;
	padding: 0 0 1px 0;
	/* padding: 14px 0 15px 0; */
	margin: 0 0 31px 0;
	background: url(../img/WeightWise/divider_section_right_h.gif) bottom left repeat-x;
	}

/* end ready */

/* physical */

#physical #contentSection #innerContent h1 {
	display: block;
	padding: 0 0 1px 0;
	margin: 0 0 31px 0;
	background: url(../img/WeightWise/divider_section_right_h.gif) bottom left repeat-x;
	}

/* activity calculator */

#activityCalculator table {
	width: 352px;
	background-color: #f7ffdc;
	}

#activityCalculator th, #activityCalculator #metric {
	border-left: 12px solid #e1ecc3;
	}

#activityCalculator td {
	padding-left: 10px;
	}

#activityCalculator th label {
	font-weight: normal;
	font-size: 1.1em;
	color: #666;
	}

#activityCalculator td a:link, #activityCalculator td a:visited {
	text-decoration: none;
	}

#activityCalculator th, #activityCalculator td {
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	font-size: 0.9em;
	color: #7c935d
	}

#activityCalculator th {
    padding-left: 5px;
    }
    
#activityCalculator .rightCell {
	border-right: 12px solid #e1ecc3;
	}

#activityCalculator .midCell {
	width: 4em;
	}

#activityCalculator select {
	display: block;
	}

#contentSection #activityCalculator p {
	width: 352px;
	w\idth: 164px;
	margin: 0;
	padding: 5px 0;
	border-left: 94px solid #e1ecc3;
	border-right: 94px solid #e1ecc3;
	background: #fff url(../img/WeightWise/bmi_calculate_bg.gif) repeat-y;
	font-weight: bold;
	color: #666;
	text-align: center;
	}

/* quiz */

ol.quiz {
	width: 486px;
	position: relative;
	left: -38px;
	margin: 0 0 1em 0;
	padding: 0;
	}

.quiz li {
	margin: 0 0 0 38px;
	padding: 0 0 0.5em 0;
	list-style-type: none;
	}

/* Hides from IE-mac \*/
* html .quiz li {height: 1%;}
/* End hide from IE-mac */

.quiz li.question {
	padding: 10px 0 0 38px;
	margin: 0;
	min-height: 35px;
	}

/* Hides from IE-mac \*/
* html .quiz li.question {height: 45px;}
* html .quiz li.question {he\ight: 35px;}
/* End hide from IE-mac */

#contentSection #innerContent .quiz p {
	margin: 0;
	padding: 0 0 1em 0;
	}

.quiz .one {
	background: url(../img/WeightWise/quote_1.gif) left top no-repeat;
	}
.quiz .two {
	background: url(../img/WeightWise/quote_2.gif) left top no-repeat;
	}
.quiz .three {
	background: url(../img/WeightWise/quote_3.gif) left top no-repeat;
	}
.quiz .four {
	background: url(../img/WeightWise/quote_4.gif) left top no-repeat;
	}

.quiz input {
	margin: 0 10px 0 0;
	padding: 0;
	vertical-align: middle;
	height: 17px;
	width: 17px;
	}

.quizSubmit {
	position: static;
	display: block;
	margin: 0;
	}

/* end physical */

/* expert */

#expert #innerRight h3 {
	margin: 0;
	padding: 1em 0;
	background: url(../img/WeightWise/divider_section_right_h.gif) top left repeat-x;
	}

#expert #contentSection #innerContent h1 {
	display: block;
	padding: 0 0 1px 0;
	margin: 0 0 31px 0;
	background: url(../img/WeightWise/divider_section_right_h.gif) bottom left repeat-x;
	}

/* faq */

.questionnaire {display: none;}

dl.faq {
	width: 492px;
	position: relative;
	left: -44px;
	margin: 0 0 1em 0;
	padding: 0;
	}

.faq dt {
	margin: 0;
	padding: 0 0 0 44px;
	list-style-type: none;
	min-height: 25px;
	background: url(../img/WeightWise/q.gif) top left no-repeat;
	font-weight: bold;
	}

/* Hides from IE-mac \*/
* html .faq dt {height: 25px;}
/* End hide from IE-mac */

.faq dd {
	margin: 0;
	padding: 0 0 0 44px;
	background: url(../img/WeightWise/a.gif) top left no-repeat;
	}

.faq dd  h4 {
	margin: 1em 0;
	}

.faq dd p {
	margin: 0 0 1em 0;
	}

.faq dd ul {
	margin: 0 0 1em 0;
	}

.faq dd ol {
	margin: 1em 0 0 0;
	padding: 0 0 0 2em;
	}

.faq dd ol li {
	margin: 0 0 1em 0;
	}

#faq dd .loseTable {
	margin: 0 0 1em 0;
	}

/* end expert */

/* going */

#going .twoCol#content  {
	margin-top: 0;
	}

#going .twoCol#content h1 {
	width: 565px;
	}

#going .twoCol#content #innerContent {
	float: right;
	width: 565px;
	}

#going .twoCol#content #innerLeft h2 {
	margin-top: 0;
	}

#going .twoCol#content #innerLeft {
	padding-left: 0;
	width: 280px;
	}

#going .twoCol#content #innerRight {
	width: 260px;
	background: none;
	}

#going .twoCol#content #innerRight p {
	margin-left: 0;
	}

#going .twoCol#content #innerRight p.clearBoth {
	margin-top: 0;
	}

#going .twoCol#content #innerRight .innerRtBump h2 {
	margin-top: 0;
	}

#going blockquote {
	margin: 20px 50px;
	}

#going #contentSection #innerContent h1 {
	display: block;
	padding: 0 0 1px 0;
	margin: 0 0 31px 0;
	background: url(../img/WeightWise/divider_section_right_h.gif) bottom left repeat-x;
	}

/* end going */

/* professional */

#professional #innerRight .innerRtBump {
	background: none;
	}

#professional #innerRight .innerRtBump p {
	margin: 1em 0;
	}

#professional #innerRight .innerRtBump p.flushTop {
	margin-top: 0;
	}

/* end professional */

/* support */

#support #contentSection #innerContent h1 {
	display: block;
	padding: 0 0 1px 0;
	margin: 0 0 31px 0;
	background: url(../img/WeightWise/divider_section_right_h.gif) bottom left repeat-x;
	}

#support .issues {
	width: 35%;
	}
* html #support .issues {
	width: 40%;
	}

#support .loseTable {
	margin-bottom: 1em;
	}

#support .loseTable th {
	padding-left: 1em;
	padding-right: 1em;
	}

#support .loseTable td {
	padding: 1em 1em 0 1em;
	vertical-align: top;
	font-size: 0.9em;
	}

#support .loseTable p, #support .loseTable ul {
	}

#support .loseTable p {
	margin: 0;
	}

#support .loseTable li {
	margin-bottom: 1em;
	}

.supportLinks {
	margin-top: 1.5em;
	list-style-type:none;
	}

.supportLinks li {
	margin-bottom: 2em;
	}

/* end support */

/* work */

#work #contentSection #innerContent h1 {
	display: block;
	padding: 0 0 1px 0;
	margin: 0 0 31px 0;
	background: url(../img/WeightWise/divider_section_right_h.gif) bottom left repeat-x;
	}

/* end work */

/* research */

#research #innerContent {
	margin: 0;
	width: 565px;
	}

#research #innerContent h1 {
	margin-top: 25px;
	}

#research td {
	padding: 10px 0 10px 5px;
	}
#research td.researchtop {
	padding: 0;
	}
.researchtitle {
	padding-top: 10px;
	}
.researchtd {
	padding-top: 15px;
	padding-bottom: 15px;
	}
#research .topRow td {
	padding: 0;
	}

/* end research */

/* colophon */

#colophon #contentSection #innerContent h1 {
	display: block;
	padding: 0 0 1px 0;
	margin: 0 0 31px 0;
	background: url(../img/WeightWise/divider_section_right_h.gif) bottom left repeat-x;
	}

/* end colophon */

/* privacy */

#privacy #contentSection #innerContent h1 {
	display: block;
	padding: 0 0 1px 0;
	margin: 0 0 31px 0;
	background: url(../img/WeightWise/divider_section_right_h.gif) bottom left repeat-x;
	}

/* end privacy */

/* about */

#about #contentSection #innerContent h1 {
	display: block;
	padding: 0 0 1px 0;
	margin: 0 0 31px 0;
	background: url(../img/WeightWise/divider_section_right_h.gif) bottom left repeat-x;
	}

/* end about */

/* contact */

#contact #contentSection #innerContent h1 {
	display: block;
	padding: 0 0 1px 0;
	margin: 0 0 31px 0;
	background: url(../img/WeightWise/divider_section_right_h.gif) bottom left repeat-x;
	}

#contactForm {
	clear: both;
	margin-top: 1em;
	padding: 5px 0 10px 0;
	background-color: #F7FFDC;
	}

#contactForm h3 img {
	vertical-align: middle;
	}
* html #contactForm h3 img {
	border-left: 3px solid #F7FFDC;
	}

#contactForm h3 {
	margin: 0;
	padding: 0 0 1em 11.5em;
	padd\ing: 0 0 1em 12em;
	background: url(../img/WeightWise/div1.gif) bottom repeat-x;
	font-weight: normal;
	}

#contactForm p {
	margin: 1em 0 0 0;
	padding: 0;
	}

#contactForm .formText {
	width: 16em;
	}

#contactForm label {
	display: block;
	float: left;
	clear: left;
	width: 13em;
	padding-right: 0.5em;
	text-align: right;
	}

#contactSubmit {
	margin-left: 13em;
	marg\in-left: 13.5em;
	}
* html #contactSubmit {
	border-left: 3px solid #F7FFDC;
	}

.required {
	font-weight: bold;
	}

/* end contact */

/* feedback */

#feedback #contentSection #innerContent h1 {
	display: block;
	padding: 0 0 1px 0;
	margin: 0 0 31px 0;
	background: url(../img/WeightWise/divider_section_right_h.gif) bottom left repeat-x;
	}

/* end feedback */

/* search */

#search #contentSection #innerContent h1 {
	display: block;
	padding: 40px 0 0 0;
	margin: 0;
	background: url(../img/WeightWise/divider_section_right_h.gif) top left repeat-x;
	}

#search #contentSection #innerContent h2 {
	margin: 2em 0;
	}

#search #contentSection #innerContent dl {
	margin: 0;
	padding: 0;
	}

#search #contentSection #innerContent dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
	}

#search #contentSection #innerContent dd {
	margin: 0;
	padding: 0;
	background: url(../img/WeightWise/divider_section_right_h.gif) bottom left repeat-x;
	}

#search #contentSection #innerContent dd p {
	padding-bottom: 1.5em;
	}

#search #contentSection #innerContent p.navTop {
	padding-bottom: 2em;
	background: url(../img/WeightWise/divider_section_right_h.gif) bottom left repeat-x;
	}

#search #contentSection #innerContent p.navBottom {
	padding-top: 1em;
	}

#search #contentSection #innerContent span {
	background: #FFFFBF;
	}

/* end search */

/* newsletter */

#newsletter #contentSection #innerContent h1 {
	display: block;
	padding: 40px 0 0 0;
	margin: 0;
	background: url(../img/WeightWise/divider_section_right_h.gif) top left repeat-x;
	}

#newsletterForm {
	clear: both;
	margin-top: 1em;
	padding: 5px 0 10px 0;
	background-color: #F7FFDC;
	}

#newsletterForm h3 img {
	vertical-align: middle;
	}
* html #newsletterForm h3 img {
	border-left: 3px solid #F7FFDC;
	}

#newsletterForm h3 {
	margin: 0;
	padding: 0 0 1em 11.5em;
	padd\ing: 0 0 1em 12em;
	background: url(../img/WeightWise/div1.gif) bottom repeat-x;
	font-weight: normal;
	}

#newsletterForm p {
	margin: 1em 0 0 0;
	padding: 0;
	}

#newsletterForm .formText {
	width: 16em;
	}

#newsletterForm label {
	display: block;
	float: left;
	clear: left;
	width: 13em;
	padding-right: 0.5em;
	text-align: right;
	}

#newsletterSubmit {
	margin-left: 13em;
	marg\in-left: 13.5em;
	}
* html #newsletterSubmit {
	border-left: 3px solid #F7FFDC;
	}

/* end newsletter */

/* END PAGE SPECIFIC ---------------------------------------------------*/

/* END BODY ------------------------------------------------------------*/

/* END LAYOUT ----------------------------------------------------------*/

/* UTILITY CLASSES -----------------------------------------------------*/

.left {
	float: left;
	width: 49%;
	}

.leftImage {
	float: left;
	margin-bottom: 1em;
	}

.right {
	float: right;
	}

#content .flushTop {
	margin-top: 0;
	}

#content .flushBottom {
	margin-bottom: 0;
	}

#content .flushBoth {
	display: inline;
	margin: 0;
	padding: 0;
	}

.fontNormal {
    font-weight: normal;
    }

.formBullet {
	list-style-type: none;
	margin: 0 0 1.5em 0;
	padding: 0;
	}
	
.formBullet li {
	margin: 0 0 0.25em 0;
	padding: 1px 0 0 16px;
	background: url(../img/WeightWise/bullet.gif) no-repeat;
	}

/* Hides from IE-mac \*/
* html .formBullet {height: 1%;}
* html .formBullet li {height: 1%;}
/* End hide from IE-mac */

.formBulletSmall {
	list-style-type: none;
	}
	
.formBulletSmall li {
	list-style-image: url(../img/WeightWise/smallbullet.gif);
	margin: 0;
	}
	
.formBulletSmall a {
    text-decoration: none;
    }
    
.formBulletSmallII {
	list-style-type: none;
	}
	
.formBulletSmallII li {
	list-style-type: none;
    background: url(../img/WeightWise/smallcirclebullet.gif) top left no-repeat;
    margin-bottom: 0;
	padding: 0 0 0 15px;
    }
    
/* Hides from IE-mac \*/
* html .formBulletSmallII {height: 1%;}
* html .formBulletSmallII li {height: 1%;}
/* End hide from IE-mac */

.imgFloat {
    float: left;
    margin: 0 13px 13px 0;
    }

ul.endash li {
	list-style-type: none;
	background-image: none;
	}

.smallgrey {
    color : #979797;
    font-size : 0.9em;
    }

.hilite {
    color : #7C935D;
    font-weight : bold;
    }

.lolite {
    color : #CBCBCB;
    }

.clearBoth {
    clear: both;
    }

.loseTable {
	width: 99%;
	border-bottom: 1px solid #a5cc38;
	border-right: 1px solid #a5cc38;
	}

.loseTable td, .loseTable th {
	padding: 2px 0.5em;
	border-top: 1px solid #a5cc38;
	border-left: 1px solid #a5cc38;
	}

.loseTable th {
	background-color: #e1ecc3;
	}

.loseTable .otherRow {
	background-color: #f2f2f2;
	}

.eating .loseTable {
	margin-bottom: 1em;
	}

.yellowBg {
    background-color: #F7FFDC;
    padding: 10px 20px 10px 20px;
    margin-bottom: 20px;
    }

/* double dotted box */

.doubleDot {
	height: 1%;
	margin-top: 15px;
	background: url(../img/WeightWise/doubledot_bg.gif) repeat-y;
	}
html>body .doubleDot {
	height: auto;
	}

.doubleDot div {
	background: url(../img/WeightWise/doubledot_top.gif) no-repeat;
	}

.doubleDot div div {
	padding: 15px;
	background: url(../img/WeightWise/doubledot_bottom.gif) bottom no-repeat;
	}

.doubleDot h3, .doubleDot p {
	margin: 0;
	}

.doubleDot img {
	float: right;
	}

#physical .doubleDot img, #expert .doubleDot img, #ready .doubleDot img {
	float: none;
	}

#physical .doubleDot {
	margin: 0;
	width: 213px;
	background: url(../img/WeightWise/physical_quiz_bg.gif) repeat-y;
	}

#ready .doubleDot {
	width: 275px;
	}

#ready #contentSection .doubleDot p {
	margin: 0;
	}

#ready #contentSection .doubleDot h3 {
	margin: 0 0 1em 0;
	}

#ready .next img {
	float: left;
	margin-right: 10px;
	}

/* numbered lists */

.imageNumber {
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;
	}

.imageNumber li {
	margin: 0 0 5px 0;
	padding: 1px 0 4px 25px;
	}

.imageNumber ul {
	margin: 0 0 0 1em;
	list-style-image: url(../img/WeightWise/smallbullet_grey.gif);
	list-style-position: inside;
	}
* html .imageNumber ul {
	list-style-image: url(../img/WeightWise/smallbullet_grey_ie.gif);
	}

.imageNumber ul li {
	margin: 1em 0;
	padding: 0;
	}
* html .imageNumber ul li {
	text-indent: -10px;
	}

.one {
	background: url(../img/WeightWise/number_1.gif) top left no-repeat;
	}

.two {
	background: url(../img/WeightWise/number_2.gif) top left no-repeat;
	}

.three {
	background: url(../img/WeightWise/number_3.gif) top left no-repeat;
	}

.four {
	background: url(http://www.bdaweightwise.com/img/WeightWise/number_4.gif) top left no-repeat;
	}

.five {
	background: url(http://www.bdaweightwise.com/img/WeightWise/number_5.gif) top left no-repeat;
	}

.oneGrad {
	background: url(../img/WeightWise/number_grad_1.gif) top left no-repeat;
	}

.twoGrad {
	background: url(../img/WeightWise/number_grad_2.gif) top left no-repeat;
	}

.threeGrad {
	background: url(../img/WeightWise/number_grad_3.gif) top left no-repeat;
	}

.fourGrad {
	background: url(../img/WeightWise/number_grad_4.gif) top left no-repeat;
	}

.fiveGrad {
	background: url(../img/WeightWise/number_grad_5.gif) top left no-repeat;
	}

/* tables */

th, td {
	padding-left: 5px;
	}

.topLine {
	background : url(../img/WeightWise/div1.gif) top repeat-x;
	width: 100%;
	padding: 5px 0;
	}

.marTopII {
	display: block;
	margin-top: 25px;
	}

.hide {
	display: none;
	}

.nav3 {
	color : #7C935D;
	font-size: 0.9em;
	}

.normal li {
	margin: 0;
	}
.normal {
	list-style-type:disc;
	list-style-position: inside;
	margin-bottom: 15px;
	}

/* junk markup-free foat containment */
.clearFix:after {
    content: "."; 
    display: block; 
    position:relative; /*works better in IE5.5 or float in float situations*/
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.clearFix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearFix {height: 1%;}
.clearFix {display: block;}
/* End hide from IE-mac */

/* float containment requiring junk markup for special circumstances;
   use with the following markup:

   <div class="fixFloat"><br clear="all"></div>

   modify markup as necessary for doctype & left/right clearing requirements */
.fixFloat {
	display: block;
	float: none;
	clear: both;
	margin-top: -1px;
	height: 1px;
	line-height: 1px; 
	font-size: 1px;
	overflow: hidden;
	}

/* IMAGE REPLACEMENT
	Gilder Levin Ryznar Jacoubsen IR Version 1
	see: http://www.ryznardesign.com/web_coding/image_replacement/
	best of a bad lot of in terms of accessibility, graceful degradation */
.replace { 
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: 1em; /* Choose a font-size here that will keep the headline small enough to fit completely under the em. */
	}

.replace em {
	display: block;
	position: absolute;
	top: 0; 
	z-: 1; /* for opera5 (?) and o6/mac */
 	background-position: top left;
	background-repeat: no-repeat;
	}

/* for IE5.x mac only */
* html>body	.replace { 
	position: static;
	overflow: visible;
	font-size: 10px; /* Since overflow: hidden doesn't work with ie5.x/mac, we choose a font-size here that will keep the headline small enough to fit completely under the span. */
	}
* html>body	.replace em  { 
	position: static;
	}
* html>body	.replace a {
	text-decoration: none; /* ie5.0-5.1.x/mac must have this value or the underline shows through the image. */
	}

/* Each pair of statements per instance of IR */

#myh1, #myh1 em {
	width: 225px;
	height: 40px;
	background-image: url(http://www.bdaweightwise.com/css/blue_heading.gif);
	}
/* for ie5.x/mac only */
* html>body #myh1 em { 
	margin-bottom: -40px;/* Required to bring text underneath image. Use the negative height of the image here.*/
	}

/* nukes bottom border on image links */
.imgLink:link, .imgLink:visited, .imgLink:hover {
	border: 0 none;
	}

/* END UTILITY CLASSES --------------------------------------------------*/
