
.clear { clear: both; height: 0px; font-size: 0px; }

/* --- 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%;
	}


/* ===========================================
         BOXES W/ROUND CORNERS
==============================================*/

.tr { background-repeat: no-repeat; background-position: right top; }
.br { background-repeat: no-repeat; background-position: right bottom; }
.bl { background-repeat: no-repeat; background-position: left bottom; }
.tl { background-repeat: no-repeat; background-position: left top; }

.bdr_t { background-repeat: repeat-x; background-position: top; }
.bdr_r { background-repeat: repeat-y; background-position: right; }
.bdr_b { background-repeat: repeat-x; background-position: bottom; }
.bdr_l { background-repeat: repeat-y; background-position: left; }


/* ---------- PINK OUTLINE BOX ---------- */

.pinkOutlineBox {
	background-color: #fff;
	_display: inline;  /* For Win/IE6 - fixes double margin bug */
	_zoom: 1;  /* For Win/IE6 - top border disappears */
	}

.pinkOutlineBox .tr { background-image: url(images/boxes/pinkOutlineBox-tr.gif); }
.pinkOutlineBox .br { background-image: url(images/boxes/pinkOutlineBox-br.gif); }
.pinkOutlineBox .bl { background-image: url(images/boxes/pinkOutlineBox-bl.gif); }
.pinkOutlineBox .tl { background-image: url(images/boxes/pinkOutlineBox-tl.gif); }

.pinkOutlineBox .bdr_t, 
.pinkOutlineBox .bdr_r, 
.pinkOutlineBox .bdr_b, 
.pinkOutlineBox .bdr_l { background-image: url(images/boxes/pinkOutlineBox-bdr.gif); }

.pinkOutlineBox .boxContent {
	padding: 16px 18px 14px;
	_padding-bottom: 0; /* Win/IE6 */
	}
	*+html .pinkOutlineBox .boxContent { padding-bottom: 0; /* Win/IE7 */ }


/* ---------- PINK DASHED BOX ---------- */

.pinkDashedBox {
	background-color: #fff;
	_display: inline;  /* For Win/IE6 - fixes double margin bug */
	_zoom: 1;  /* For Win/IE6 - top border disappears */
	}

.pinkDashedBox .tr { background-image: url(images/boxes/pinkDashed-tr.gif); }
.pinkDashedBox .br { background-image: url(images/boxes/pinkDashed-br.gif); }
.pinkDashedBox .bl { background-image: url(images/boxes/pinkDashed-bl.gif); }
.pinkDashedBox .tl { background-image: url(images/boxes/pinkDashed-tl.gif); }

.pinkDashedBox .bdr_t, 
.pinkDashedBox .bdr_b { background-image: url(images/boxes/pinkDashed-bdr_t.gif); }

.pinkDashedBox .bdr_r, 
.pinkDashedBox .bdr_l { background-image: url(images/boxes/pinkDashed-bdr_l.gif); }

.pinkDashedBox .boxContent {
	padding: 16px 18px 14px;
	_padding-bottom: 8px; /* Win/IE6 */
	}
	*+html .pinkDashedBox .boxContent { padding-bottom: 8px; /* Win/IE7 */ }


/* ---------- RED OUTLINE BOX ---------- */

.redOutlineBox {
	background-color: #fff;
	_display: inline;  /* For Win/IE6 - fixes double margin bug */
	_zoom: 1;  /* For Win/IE6 - top border disappears */
	}

.redOutlineBox .tr { background-image: url(images/boxes/redOutlineBox-tr.gif); }
.redOutlineBox .br { background-image: url(images/boxes/redOutlineBox-br.gif); }
.redOutlineBox .bl { background-image: url(images/boxes/redOutlineBox-bl.gif); }
.redOutlineBox .tl { background-image: url(images/boxes/redOutlineBox-tl.gif); }

.redOutlineBox .bdr_t, 
.redOutlineBox .bdr_r, 
.redOutlineBox .bdr_b, 
.redOutlineBox .bdr_l { background-image: url(images/boxes/redOutlineBox-bdr.gif); }

.redOutlineBox .boxContent {
	padding: 16px 18px 14px;
	_padding-bottom: 0; /* Win/IE6 */
	}
	*+html .redOutlineBox .boxContent { padding-bottom: 0; /* Win/IE7 */ }


/* ---------- YELLOW SOLID BOX ---------- */

.yellowSolidBox {
	background-color: #fff;
	_display: inline;  /* For Win/IE6 - fixes double margin bug */
	_zoom: 1;  /* For Win/IE6 - top border disappears */
	}

.yellowSolidBox .tr { background-image: url(images/boxes/yellowSolid-tr.gif); }
.yellowSolidBox .br { background-image: url(images/boxes/yellowSolid-br.gif); }
.yellowSolidBox .bl { background-image: url(images/boxes/yellowSolid-bl.gif); }
.yellowSolidBox .tl { background-image: url(images/boxes/yellowSolid-tl.gif); }

.yellowSolidBox .boxContent {
	padding: 16px 18px 14px;
	_padding-bottom: 8px; /* Win/IE6 */
	}
	*+html .yellowSolidBox .boxContent { padding-bottom: 8px; /* Win/IE7 */ }


/* ---------- BRIGHT YELLOW SOLID BOX ---------- */

.brightYellowSolidBox {
	background-color: #ffef08;
	_display: inline;  /* For Win/IE6 - fixes double margin bug */
	_zoom: 1;  /* For Win/IE6 - top border disappears */
	}

.brightYellowSolidBox .tr { background-image: url(images/boxes/brightYellowSolid-tr.gif); }
.brightYellowSolidBox .br { background-image: url(images/boxes/brightYellowSolid-br.gif); }
.brightYellowSolidBox .bl { background-image: url(images/boxes/brightYellowSolid-bl.gif); }
.brightYellowSolidBox .tl { background-image: url(images/boxes/brightYellowSolid-tl.gif); }

.brightYellowSolidBox .boxContent {
	padding: 16px 18px 14px;
	_padding-bottom: 8px; /* Win/IE6 */
	}
	*+html .brightYellowSolidBox .boxContent { padding-bottom: 8px; /* Win/IE7 */ }


/* ===========================================
         SIDE BAR
==============================================*/

#articleSide {
	float: right;
	width: 130px;
	margin: auto 0;
	}

#articleSide .otherArticle {
	margin-bottom: 20px;
	}

#articleSide h4 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	border: 0;
	}

#articleSide h5 {
	margin-top: 0.6em;
	margin-bottom: 0;
	padding-top: 0;
	font-size: 0.9em;
	font-weight: normal;
	border: 0;
	text-transform: uppercase;
	}

#articleSide h5 a {
	text-decoration: none;
	color: #000;
	}
	
#articleSide img {
	border: 0;
	}

#articleSide .thumb img {
	margin-bottom: 7px;
	}

#articleSide h1 {
	margin: 0.2em auto 0.2em;
	font: bold 16px "Arial Narrow", Arial, Helvetica, sans-serif;
	}

#articleSide h1 a {
	color: #000;
	text-decoration: none;
	}

#lipsum #articleSide p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 9px;
	line-height: 1.6em;
	}

#articleSide .clickHere {
	font-size: 9px;
	line-height: 1.6em;
	}


/* ===========================================
         ARTICLE TEXT
==============================================*/

#articleText {
	width:520px;
	padding-right:20px;
	border-right:1px solid #333333;
	float:left; 
	}

#articleText #splash {
	display: block;
	margin-bottom: 7px;
	}

#articleText h1 {
	margin-top: 0;
	margin-bottom: 0.2em;
	}

#articleText h1.noDescenders {
	padding-bottom: 6px;
	}


#articleText h2 {
	margin-top: 0;
	margin-bottom: 1.4em;
	padding-top: 0;
	border: 0;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #666;
	text-transform: none;
	}

#articleText h2 em {
	font-style: normal;
	}

#articleText h3 {
	margin-top: 0;
	margin-bottom: 0.2em;
	padding-top: 0;
	font-size: 12px;
	color: #a90022;
	}

#articleText h4 {
	margin-top: 0;
	margin-bottom: 0.8em;
	padding-top: 0;
	border: 0;
	}

#articleText h5 {
	margin-top: 0;
	margin-bottom: 1.4em;
	padding-top: 0;
	font-size: 1em;
	}

#articleText p {
	margin-top: 0;
	margin-bottom: 1.4em;
	}

#articleText .normalText {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	}

#articleText .extraStrong {
	color: #a90022;
	}

#articleText .footnote {
	margin-top: 4em;
	font-size: 9px;
	}
	
/* ---- Lists ---- */

#articleText ul, #articleText ol {
	margin-top: 0;
	margin-bottom: 1.6em;
	font-size: 11px;
	}

#articleText li {
	margin-bottom: 1em;
	}

#articleText .tightList li {
	margin-bottom: 0.4em;
	}
	
#articleText .noListItemSpacing li {
	margin-bottom: 0.2em;
	}

#articleText .listHd {
	margin-right: 0.4em;
	color: #a90022;
	}

#articleText .noBullets {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	}

#articleText .noBullets li {
	list-style: none;
	}

#articleText .bullet {
	color: #a90022;
	font-family: Arial, Helvetica, sans-serif;
	}

#articleText .redList,
#articleText .redList li {
	color: #a90022;
	}


/* ---- Inset ---- */

.inset {
	margin-bottom: 1.4em;
	background-color: #ffde00;
	}

.gettingStarted { width: 167px; }
.blueCallout { width: 187px; background-color: #e2f4fe; }

.left {
	float: left;
	margin-right: 13px;
	}

.right {
	float: right;
	margin-left: 13px;
	}

img.left,
img.right {
	margin-top: 3px;
	}

#articleText .inset h3 {
	margin-bottom: 0.6em;
	padding: 0.4em 14px 0.4em;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	background: url(images/bg-sideBox-hd.gif) 0 0 no-repeat;
	background-color: #a90022;
	}

#articleText .inset p,
#articleText .inset ul,
#articleText .inset ol {
	margin: 0 14px 1.4em;
	font: 13px/1.3em "Times New Roman", Times, serif;
	}

#articleText .inset .tight {
	margin-bottom: 0.4em;
	}

#articleText .inset a {
	font: bold 11px Arial, Helvetica, sans-serif;
	}
	


/* ---- Indent ---- */

.indent {
	margin-right: 30px;
	}

.indent.yellow {
	margin-bottom: 40px;
	border-left: 7px solid #fff371;
	}

#articleText .indent.yellow h3 {
	margin-bottom: 0.8em;
	padding-left: 20px;
	font-size: 16px;
	font-weight: normal;
	background-color: #fff371;
	}

#articleText .indent h4 {
	margin-bottom: 0.4em;
	font-size: 1.1em;
	font-weight: bold;
	}

.indent,
.indent h4,
.indent p,
.indent .left,
.indent ul,
.indent ol {
	margin-left: 20px;
	}

#articleText .indent ul,
#articleText .indent ol {
	padding-left: 20px;
	_padding-left: 24px; /* Win/IE6 */
	}
	*+html #articleText .indent ul, 
	*+html #articleText .indent ol { padding-left: 24px; /* Win/IE7 */ }


/* ===========================================
         SURVEY FORM
==============================================*/

#bu-start {
	text-align: center;
	padding-bottom: 100px;
	}

#bu-start img {
	border: 0;
	}

#survey {
	float: left; /* Prevents survey answers from clearing the sidebar */
	position: relative;
	margin-top: 20px;
	padding-bottom: 400px;
	}

#survey .boxContent {
	position: relative;
	}


#survey .questionBox {
	position: absolute;
	width: 380px;
	}

#survey input {
	margin-left: 0;
	}

#survey .surveyProgress {
	margin-bottom: 0.4em;
	font-size: 10px;
	color: #666;
	line-height: 1.3em;
	text-transform: uppercase;
	}

#survey .surveyQuestion {
	margin-bottom: 1em;
	font-size: 14px;
	font-weight: bold;
	color: #a90022;
	line-height: 1.3em;
	}

#survey .surveyAnswers {
	list-style: none;
	margin-bottom: 1.4em;
	margin-left: 0;
	padding-left: 0;
	font-size: 14px;
	color: #333;
	line-height: 1.3em;
	}

#survey .surveyAnswers li {
	margin-bottom: 0.2em;
	padding: 0.4em 20px;
	_behavior: url(/healthy/newsletter/css/csshover.htc); /* Allows hover in IE6. URL should be relative to HTML file, not this CSS file */
	}


#survey .surveyAnswers li:hover {
	background-color: #fceeeb;
	_cursor: pointer; /* Win/IE6 - hand-shaped cursor */
	}
	*+html #survey .surveyAnswers li:hover { cursor: pointer; /* Win/IE7 */ }

#survey .surveyAnswers input {
	float: left;
	margin: 3px 0.5em 0 0;
	_margin: -2px 0.2em 0 -0.4em; /* Win/IE6 */
	}
	*+html #survey .surveyAnswers input { margin: -1px 0.2em 0 -0.4em; /* Win/IE7 */ }

#survey .surveyAnswers label {
	float: left;
	width: 280px;
	}

#lipsum  #survey .questionBox a img {
	float: right;
	margin-right: 18px;
	border: 0;
	}

#survey #buttonline {
	margin-top: 3em;
	}

#survey #bu-reset {
	margin-left: 1em;
	}


/* ===========================================
         SURVEY RESULTS
==============================================*/

#fitnessType {
	margin-bottom: 0.6em;
	}
	
#freeAssessment h3 {
	font-size: 1.8em;
	font-weight: normal;
	color: #a90022;
	}

#freeAssessment h4 {
	font-size: 1.1em;
	}

#freeAssessment ol {
	margin-left: 24px;
	padding-left: 0;
	}

#freeAssessment li {
	margin-bottom: 0.4em;
	}


/* ===========================================
         FAT-O-NOMICS (Aug 2008)
==============================================*/

#articleText.fatonomics h3 {
	font-size: 18px;
	text-transform: none;
	}

#articleText.fatonomics strong {
	font-size: 14px;
	font-weight: bold;
	}

#obesitySalary {
	display: block;
	margin-top: 3em;
	margin-bottom: 2em;
	}