/* Body & Containers-----------------------------------------------*/
/*-----------------------------------------------------------------*/
html {
	width: 100%;
	}

body {
	background: white;
	text-align: left;
	color: black;
	font-size: 9pt !important;
	border: 0;
	border-top: 0;
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	width: 90%;
	}

/* CONTENT FOR YELLOW SQUARES */
body.yellowSquares { background: transparent; }

/* CONTENT FOR PINK PLAID */
body.pinkPlaid { background: transparent; }

/* CONTENT FOR PURPLE PLAID */
body.purplePlaid { background: transparent; }

/* CONTENT FOR GREEN PLAID */
body.greenPlaid { background: transparent; }

#headerNav,
#footerSubNav .textRight,
#leftNavContainer,
#breadCrumb,
#pregnancyTimeline,
#contentRight,
.hide {
	display: none;
	}


#bodyWrapper { /* primary container that holds everything inside the body */
	background: transparent;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	}

/*-----------------WRAPPER----------------------*/

#wrapper,
#wrapperShort,
#homeCheckerboard { /* primary container that holds everything inside the body */
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	}

/* CONTENT FOR YELLOW SQUARES */
body.yellowSquares #bodyWrapper #wrapper { background: transparent;}
body.yellowSquares #bodyWrapper #wrapper #homeCheckerboard { background: transparent;}


/* CONTENT FOR PINK PLAID */
body.pinkPlaid #bodyWrapper #wrapper {  background: transparent; }

/* CONTENT FOR PURPLE PLAID */
body.purplePlaid #bodyWrapper #wrapper {  background: transparent; }

/* CONTENT FOR GREEN PLAID */
body.greenPlaid #bodyWrapper #wrapper {  background: transparent; }


/*-----------------PLAIN YELLOW PAGE----------------------*/

body.yellowSquares {
	margin: 0;
	text-align: left;
	}

#plainYellowHeader { /* primary container that holds everything inside the body */
	width: 730px;
	margin: 10px 0;
	padding: 0 20px 0 20px;
	text-align: left;
	}

* html #plainYellowHeader { /* BOX MODEL HACK (recognized by IE only) */
	width: 770px; /* total width (only for IE5.x/Win) */
	w\idth: 750px; /* content width (for other IE) */
	}

#plainYellowHeader form,
#plainYellowHeader fieldset,
#plainYellowHeader select {
	margin: 0;
	padding: 0;
	}

#wrapperPlainYellow { /* primary container that holds everything inside the body */
	background-color: transparent;
	width: 730px;
	margin: 0;
	padding: 10px 20px;
	font-size: 1.1em;
	text-align: left;
	}

* html #wrapperPlainYellow { /* BOX MODEL HACK (recognized by IE only) */
	width: 770px; /* total width (only for IE5.x/Win) */
	w\idth: 750px; /* content width (for other IE) */
	}

#wrapperPlainYellow h1 {
	color: #000;
	}

#wrapperPlainYellow ul {
	font-size: 1.0em;
	margin: 0 0 0 10px;
	line-height: 1.2em;
	color: #000;
	}

#wrapperPlainYellow ul li {
	margin: 0 0 10px 20px
	}



/*-----------------HOME PAGE ELEMENTS----------------------*/

#homeContentWrapper { /* container on home page that provides shadow for inner content */
	width: 600px;
	margin: 0;
	padding: 0 0 0 0;
	text-align: center;
	background: transparent;
	}


#homeContentCenter {
	display: inline;
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
	border: none;
	width: 423px;
	background-color: transparent;
	text-align: left;
	}

#homeContentCenter img {
	margin: 0;
	padding: 0;
	border: none;
	}

#homeContentCenter p {
	margin: 12px;
	padding: 0;
	}

	.homeLeftCenter {
		display: inline;
		float: left;
		background-color: transparent;
		width: 200px;
		padding: 0;
		margin: 0 0 12px 12px;
		vertical-align: top;
		text-align: left;
		}
	
	.homeLeftCenter a {
		display: block;
		}
		
	.homeRightCenter {
		display: inline;
		float: left;
		background-color: transparent;
		width: 200px;
		padding: 0;
		min-height: 160px;
		margin: 0 0 12px 11px;
		vertical-align: top;
		text-align: left;
		}

	.homeRightCenter a {
		display: block;
		}



#homeContentRight {
	display: inline;
	float: left;
	margin: 0 0 0 8px;
	padding: 0;
	border: none;
	width: 146px;
	background-color: transparent;
	text-align: center;
	color: #000;
	}

#homeContentRight p {
	margin: 0 0 8px 0;
	padding: 0;
	color: #000;
	}



/*----------------------------------------------*/

#contentContainer {
	display: block;
	float: left;
	margin: 5px 0 0 12px;
	padding: 0;
	border: none;
	width: 100%;
	background-color: transparent;
	text-align: left;
	font-size: 1.2em;
	}

#contentCenter {
	display: block;
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	border: none;
	width: 100%;
	background-color: transparent;
	text-align: left;
	}

#contentLeftCenter {
	display: block;
	float: left;
	margin: 10px 10px 0 0;
	padding: 0;
	border: none;
	width: 125px;
	background-color: transparent;
	text-align: left;
	}

#contentLeftCenter h3 {
	color: #000;
	font-weight: bold;
	}


#contentRightCenter {
	display: block;
	float: left;
	margin: 10px 0 0 10px;
	padding: 0;
	border: none;
	width: 350px;
	background-color: transparent;
	text-align: left;
	}


.alertField {
	display: block;
	padding: 1px;
	margin: 0;
	border: 1px solid #666;
	text-align: left;
	color: #ff0000;
	font-family: Verdana, Trebuchet, Arial, Helvetica, serif;
	font-size: 1.0em;
	line-height: 1.3em;
	}

.yellowLeftCenter {
	display: block;
	float: left;
	background-color: transparent;
	width: 214px;
	padding: 0;
	min-height: 160px;
	margin: 10px 5px 0 0;
	vertical-align: top;
	text-align: left;
	}

.prop120 { /* MIN-Height HACK for IE */
    height: 120px;
    float: right;
    width: 1px;
    background-color: transparent;
	}
	
.yellowRightCenter {
	display: block;
	float: left;
	background-color: transparent;
	width: 214px;
	padding: 0;
	min-height: 160px;
	margin: 10px 0 0 5px;
	vertical-align: top;
	text-align: left;
	}

.yellowCenterTitle {
	background: transparent;
	width: 200px;
	padding: 5px 5px 5px 9px;
	margin: 0 0 10px 0;
	text-align: left;
	font-size: 1.0em;
	line-height: 1.1em;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	border: none;
	}

* html .yellowCenterTitle { /* BOX MODEL HACK (recognized by IE only) */
	width: 214px; /* total width (only for IE5.x/Win) */
	w\idth: 200px; /* content width (for other IE) */
	}

.yellowCenterBody {
	background-color: transparent;
	padding: 0 0 5px 0;
	margin: 10px;
	width: 194px;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #000;
	vertical-align: top;
	border: none;
	}

.yellowCenterBody ul {
	font-size: 0.9em;
	line-height: 1.2em;
	color: #000;
	}

.yellowCenterBody img {
	float: left;
	margin: 0 6px 10px 0;
	border: none;
	}


/*--------------- FORMULA FINDER ---------------*/

#formulaFinderWrapper {
	display: block;
	margin: 10px 0 0 0;
	padding: 0;
	border: none;
	width: 100%;
	background: transparent;
	text-align: left;
	}

#formulaFinderLeft {
	display: block;
	float: left;
	margin: 0 8px 0 0;
	padding: 10px;
	border: none;
	width: 100%;
	background-color: transparent;
	text-align: left;
	font-size: 1.0em;
	}

#formulaFinderLeft a
#formulaFinderLeft a:active,
#formulaFinderLeft a:hover,
#formulaFinderLeft a:link,
#formulaFinderLeft a:visited {
	color: #000;
	text-decoration: none;
	vertical-align: top;
	line-height: 1.2em;
	}

#formulaFinderLeft img {
	vertical-align: top;
	margin: 0 5px 0 0;
	}

#formulaFinderRight {
	display: block;
	float: left;
	margin: 0;
	padding: 10px;
	border: none;
	width: 100%;
	background-color: transparent;
	text-align: left;
	font-size: 1.0em;
	}

#formulaFinderLeft p {
	font-weight: bold;
	color: #000;
	}

#formulaFinderRight h1 {
	font-weight: bold;
	color: #000;
	font-size: 1.1em;
	text-align: center;
	}

/*---------------------------------------------*/


/*--------------- RIGHT CALLOUT BOX WITH TITLE ---------------*/

.rightCallout {
	display: block;
	background-color: transparent;
	width: 146px;
	padding: 0;
	margin: 0;
	vertical-align: top;
	text-align: left;
	}

.rightCalloutTitle {
	background: transparent;
	width: 131px;
	padding: 5px 5px 5px 9px;
	margin: 0 0 10px 0;
	text-align: left;
	font-size: 1.0em;
	line-height: 1.1em;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	border: none;
	}

.rightCalloutTitle a,
.rightCalloutTitle a:active,
.rightCalloutTitle a:hover,
.rightCalloutTitle a:link,
.rightCalloutTitle a:visited {
	font-weight: bold;
	}

* html .rightCalloutTitle { /* BOX MODEL HACK (recognized by IE only) */
	width: 146px; /* total width (only for IE5.x/Win) */
	w\idth: 131px; /* content width (for other IE) */
	}

.rightCalloutBody {
	background-color: transparent;
	padding: 0 0 10px 0;
	margin: 10px;
	width: 126px;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
	vertical-align: top;
	border: none;
	}

.rightCalloutBody ul {
	list-style-image: url(/iwp/images/enfamil/bullet.gif);
	font-size: 0.9em;
	margin: 0 0 0 10px;
	line-height: 1.2em;
	color: #000;
	}

.rightCalloutBody ul li {
	margin: 0 0 0 10px
	}

.rightCalloutBody img {
	float: left;
	margin: 0 6px 10px 0;
	border: none;
	}

/*CONTENT FOR YELLOW SQUARES */
body.yellowSquares .rightCalloutTitle,
body.yellowSquares .rightCalloutTitle a { color: #000; background: transparent;}

/*CONTENT FOR PINK PLAID */
body.pinkPlaid .rightCalloutTitle,
body.pinkPlaid .rightCalloutTitle a { color: #000; background: transparent;}

/*CONTENT FOR PINK PLAID */
body.purplePlaid .rightCalloutTitle,
body.purplePlaid .rightCalloutTitle a { color: #000; background: transparent;}

/*CONTENT FOR GREEN PLAID */
body.greenPlaid .rightCalloutTitle
body.greenPlaid .rightCalloutTitle a { color: #000; background: transparent;}


/*----------------------------------------------------------*/

.rightBanner {
	background-color: transparent;
	margin: 10px 0 10px 0;
	width: 146px;
	text-align: center;
	border: none;
	}

.rightBanner img {
	display: block;
	border: none;
	padding: 0;
	margin: 0;
	}

/* -----------------COLORED NAV CONTAINERS FOR THE TIMELINE PAGES------------------ */

.leftPrimary {
	font-family: Verdana, Trebuchet, Arial, Helvetica, serif;
	background: transparent;
	width: 213px;
	padding: 8px;
	margin: 0;
	text-align: left;
	font-size: 1.0em;
	line-height: 1.1em;
	text-decoration: none;
	vertical-align: middle;
	border-bottom: #FFF dotted 1px;
	}

* html .leftPrimary { /* BOX MODEL HACK (recognized by IE only) */
	width: 229px; /* total width (only for IE5.x/Win) */
	w\idth: 213px; /* content width (for other IE) */
	}

.leftPrimary h1 { 
	background: transparent;
	font-size: 1.2em; 
	color: #000;
	font-weight: normal;
	margin: 00;
	padding: 1px 0 6px 20px;
	}
	
.leftPrimary p {
	color: #000;
	margin: 0 0 0 20px;
	font-size: 0.9em; 
	}

.leftPrimaryFooter {
	background: transparent;
	width: 229px;
	height: 5px;
	margin: 0;
	padding: 0;
	border: none;
	}

/* CONTENT FOR PINK PLAID */
body.pinkPlaid .leftPrimary { background: transparent; }
body.pinkPlaid .leftPrimary h1 { background: transparent; color: #000; }
body.pinkPlaid .leftPrimary p { color: #000; }
body.pinkPlaid .leftPrimaryFooter { background: transparent; }
body.pinkPlaid .leftPrimary.noborder { border: none; }
body.pinkPlaid .leftPrimary.noBackgroundImage { background-image: none; }
body.pinkPlaid .leftPrimary a, body.pinkPlaid .leftPrimary a:link, body.pinkPlaid .leftPrimary a:visited { text-decoration: none; color: #000; font-weight: normal; }
body.pinkPlaid .leftPrimary a:active, body.pinkPlaid .leftPrimary a:hover { text-decoration: underline; }

/* CONTENT FOR PURPLE PLAID */
body.purplePlaid .leftPrimary { background: transparent; }
body.purplePlaid .leftPrimary h1 { background: #fff; color: #000; }
body.purplePlaid .leftPrimary p { color: #000; }
body.purplePlaid .leftPrimaryFooter { background: #fff; }
body.purplePlaid .leftPrimary.noborder { border: none; }
body.purplePlaid .leftPrimary.noBackgroundImage { background-image: none; }
body.purplePlaid .leftPrimary a, body.purplePlaid .leftPrimary a:link, body.purplePlaid .leftPrimary a:visited { text-decoration: none; color: #000; font-weight: normal; }
body.purplePlaid .leftPrimary a:active, body.purplePlaid .leftPrimary a:hover { text-decoration: underline; }

/* CONTENT FOR GREEN PLAID */
body.greenPlaid .leftPrimary { background: transparent; }
body.greenPlaid .leftPrimary h1 { background: transparent; color: #000; }
body.greenPlaid .leftPrimary p { color: #000; }
body.greenPlaid .leftPrimaryFooter { background: transparent; }
body.greenPlaid .leftPrimary.noborder { border: none; }
body.greenPlaid .leftPrimary.noBackgroundImage { background-image: none; }
body.greenPlaid .leftPrimary a, body.greenPlaid .leftPrimary a:link, body.greenPlaid .leftPrimary a:visited { text-decoration: none; color: #000; font-weight: normal; }
body.greenPlaid .leftPrimary a:active, body.greenPlaid .leftPrimary a:hover { text-decoration: underline; }



.leftSecondary {
	font-family: Verdana, Trebuchet, Arial, Helvetica, serif;
	background: transparent;
	width: 213px;
	padding: 8px;
	margin: 6px 0 0 0;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.4em;
	text-decoration: none;
	vertical-align: middle;
	border-bottom: none;
	color: #000;
	}

* html .leftSecondary { /* BOX MODEL HACK (recognized by IE only) */
	width: 229px; /* total width (only for IE5.x/Win) */
	w\idth: 213px; /* content width (for other IE) */
	}

/* CONTENT FOR PURPLE PLAID */
body.purplePlaid .leftSecondary { background: transparent; }
body.purplePlaid .leftSecondaryFooter { background: transparent; }
body.purplePlaid .leftSecondary a, body.purplePlaid .leftSecondary a:link, body.purplePlaid .leftPrimary a:visited { text-decoration: none; color: #000; font-weight: normal; }
body.purplePlaid .leftSecondary a:active, body.purplePlaid .leftSecondary a:hover { text-decoration: underline; }


/* --------------------------------------------------------------------------------- */


/* -----------------COLORED CENTER CALLOUT BOXES FULL SIZE - 583PX------------------ */

.centerCalloutFullTitle {
	background: transparent;
	width: 573px;
	padding: 8px 0px 8px 10px;
	margin: 30px 0 0 0;
	text-align: left;
	font-size: 1.3em;
	line-height: 1.1em;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	border: none;
	}

* html .centerCalloutFullTitle { /* BOX MODEL HACK (recognized by IE only) */
	width: 583px; /* total width (only for IE5.x/Win) */
	w\idth: 573px; /* content width (for other IE) */
	}


.centerCalloutFull {
	display: block;
	background-color: transparent;
	width: 571px;
	padding: 5px 5px 5px 5px;
	margin: 0;
	vertical-align: top;
	text-align: left;
	font-size: 1.2em;
	border-right: 1px solid #101a8d;
	border-bottom: 1px solid #101a8d;
	border-left: 1px solid #101a8d;
	color: #000;
	}

* html .centerCalloutFull { /* BOX MODEL HACK (recognized by IE only) */
	width: 583px; /* total width (only for IE5.x/Win) */
	w\idth: 571px; /* content width (for other IE) */
	}

.centerCalloutFullLeft {
	display: inline;
	float: left;
	background-color: transparent;
	width: 290px;
	padding: 0;
	margin: 0 0 0 10px;
	}
	
.centerCalloutFullRight {
	display: inline;
	float: left;
	background-color: transparent;
	width: 260px;
	padding: 10px 0 0 0;
	margin: 0 10px 0 0;
	}


.centerCalloutFull p {
	color: #000;
	}


.centerCalloutFull ul {
	list-style-image: url(/iwp/images/enfamil/bullet.gif);
	margin: 0 0 0 10px;
	line-height: 1.2em;
	color: #000;
	}

.centerCalloutFull ul li {
	margin: 0 0 10px 10px
	}

.centerCalloutFull p.smallGrey {
	color: #000;
	font-size: 80%;
	font-weight: bold;
	}
	
.centerCalloutFull p.smallGrey a {
	font-weight: bold;
	}

/*----------------------------------------------------------*/




/* -----------------COLORED CENTER CALLOUT BOXES HALF SIZE------------------ */

.centerCallout {
	font-family: Verdana, Trebuchet, Arial, Helvetica, serif;
	background: transparent;
	width: 422px;
	padding: 8px;
	margin: 10px 0 0 0;
	text-align: left;
	font-size: 1.0em;
	line-height: 1.1em;
	text-decoration: none;
	vertical-align: middle;
	border: none;
	}

* html .centerCallout { /* BOX MODEL HACK (recognized by IE only) */
	width: 438px; /* total width (only for IE5.x/Win) */
	w\idth: 422px; /* content width (for other IE) */
	}

.centerCallout h1 { 
	background: transparent;
	font-size: 1.2em; 
	color: #000;
	font-weight: normal;
	margin: 0;
	padding: 1px 0 6px 0;
	}
	
.centerCallout p {
	color: #000;
	margin: 0 0 0 20px;
	font-size: 0.9em; 
	}

.centerCallout ul {
	color: #000;
	margin: 0 0 0 15px;
	padding: 0 0 0 5px;
	font-size: 0.9em;
	list-style-type: disc;
	}
.centerCallout img.left { 
	border: none;
	float: left;
	margin: 0 20px 10px 0;
	}

.centerCallout img.right { 
	border: none;
	float: right;
	margin: 0 0 10px 20px;
	}
	
.centerCalloutFooter {
	background: transparent;
	width: 438px;
	height: 5px;
	margin: 0;
	padding: 0;
	border: none;
	}

/* CONTENT FOR PINK PLAID */
body.pinkPlaid .centerCallout { background: transparent; color: #000;}
body.pinkPlaid .centerCallout h1 { background: transparent; color: #000; font-size: 1.0em; font-weight: bold; }
body.pinkPlaid .centerCallout p { color: #000; }
body.pinkPlaid .centerCallout ul, body.pinkPlaid .centerCallout li { color: #000; }
body.pinkPlaid .centerCalloutFooter { background: transparent; }
body.pinkPlaid .centerCallout.noborder { border: none; }
body.pinkPlaid .centerCallout.noBackgroundImage { background-image: none; }
body.pinkPlaid .centerCallout a, body.pinkPlaid .centerCallout a:link, body.pinkPlaid .centerCallout a:visited { text-decoration: none; color: #000; font-weight: normal; }
body.pinkPlaid .centerCallout a:active, body.pinkPlaid .centerCallout a:hover { text-decoration: underline; }



/* --------------------------------------------------------------------------------- */




/* Header Elements ------------------------------------------------*/
/*-----------------------------------------------------------------*/

#header {
	display: block;
	padding: 25px 25px 0 25px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid black;
	text-align: left;
	color: #000;
	background: transparent;
	}


#header img {
	display: block;
	border: none;
	padding: 0;
	margin: 0;
	float: left;
	}

#headerShort {
	display: block;
	padding: 25px 25px 0 25px;
	margin: 0;
	border: none;
	width: 600px;
	height: 65px;
	text-align: left;
	color: #000;
	background: transparent;
	}

* html #headerShort { /* BOX MODEL HACK (recognized by IE only) */
	height: 90px; /* total width (only for IE5.x/Win) */
	he\ight: 65px; /* content width (for other IE) */
	width: 650px; /* total width (only for IE5.x/Win) */
	w\idth: 600px; /* content width (for other IE) */
	}

#headerShort img {
	display: block;
	border: none;
	padding: 0;
	margin: 0;
	float: left;
	}

#header.blank {
	background-image: none;
	background-color: transparent;
	}

/* Sub Page Footer Elements ---------------------------------------*/
/*-----------------------------------------------------------------*/

#homeFooterSub { /* FOOTER FOR THE HOME PAGE */
	background-color: transparent;
	width: 770px;
	height: 100px;
	padding: 18px 0 0 0;
	margin: 0 auto;
	border: none;
	text-align: center;
	font-size: 0.9em;
	color: #000;
	vertical-align: top;
	font-weight: bold;
	}

#homeFooterSub img {
	display: inline;
	vertical-align: middle;
	padding: 0 0 0 0;
	margin: 0;
	border: none;
	}

#homeFooterSubNav {
	width: 100%;
	font-family: Verdana, Trebuchet, Arial, Helvetica, serif;
	font-size: 1.0em;
	background-color: transparent;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
	}

#footerSub { /* FOOTER FOR THE SUB PAGES */
	background-color: transparent;
	width: 770px;
	height: 100px;
	padding: 12px 0 0 0;
	margin: 0 auto;
	border: none;
	text-align: center;
	font-size: 1.0em;
	color: #000;
	vertical-align: top;
	}

#footerSub img {
	display: inline;
	padding: 5px;
	margin: 0;
	border: none;
	}

#footerSubNav {
	width: 750px;
	font-family: Verdana, Trebuchet, Arial, Helvetica, serif;
	font-size: 1.1em;
	background-color: transparent;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
	}

/* HOME PAGE FOOTER CONTENT FOR YELLOW SQUARES */
body.yellowSquares #bodyWrapper #homeFooterSub { color: #000; background: transparent;}
body.yellowSquares #bodyWrapper #homeFooterSub #homeFooterSubNav a, #homeFooterSubNav a:visited { color: #000; font-size: 1.0em; text-decoration: none; font-weight: bold; }
body.yellowSquares #bodyWrapper #homeFooterSub #homeFooterSubNav a:active, #homeFooterSubNav a:hover { color: #000; text-decoration: underline; font-size: 1.0em; font-weight: bold; }


/* FOOTER CONTENT FOR YELLOW SQUARES */
body.yellowSquares #bodyWrapper #footerSub { color: #000; background: transparent;}
body.yellowSquares #bodyWrapper #footerSub #footerSubNav a, #footerSubNav a:visited { color: #000; font-size: 1.1em; text-decoration: none; }
body.yellowSquares #bodyWrapper #footerSub #footerSubNav a:active, #footerSubNav a:hover { color: #000; text-decoration: underline; font-size: 1.1em; }

/* FOOTER CONTENT FOR PINK PLAID */
body.pinkPlaid #bodyWrapper #footerSub { color: #000; background: transparent; }
body.pinkPlaid #bodyWrapper #footerSub #footerSubNav a, #footerSubNav a:visited { color: #000; font-size: 1.1em; text-decoration: none; }
body.pinkPlaid #bodyWrapper #footerSub #footerSubNav a:active, #footerSubNav a:hover { color: #000; text-decoration: underline; font-size: 1.1em; }

/* FOOTER CONTENT FOR PURPLE PLAID */
body.purplePlaid #bodyWrapper #footerSub { color: #000; background: transparent; }
body.purplePlaid #bodyWrapper #footerSub #footerSubNav a, #footerSubNav a:visited { color: #000; font-size: 1.1em; text-decoration: none; }
body.purplePlaid #bodyWrapper #footerSub #footerSubNav a:active, #footerSubNav a:hover { color: #000; text-decoration: underline; font-size: 1.1em; }

/* FOOTER CONTENT FOR GREEN PLAID */
body.greenPlaid #bodyWrapper #footerSub { color: #000; background: transparent; }
body.greenPlaid #bodyWrapper #footerSub #footerSubNav a, #footerSubNav a:visited { color: #000; font-size: 1.1em; text-decoration: none; }
body.greenPlaid #bodyWrapper #footerSub #footerSubNav a:active, #footerSubNav a:hover { color: #000; text-decoration: underline; font-size: 1.1em; }

#mjnFooterLogo {
	background: transparent;
	background-position: 0 20px;
	width: 720px;
	margin:  0 0 0 20px;
	padding: 0 0 20px 0;
	border: none;
	text-align: left;
	}




/* Product detail pages --------------------------------------------------*/
/*-----------------------------------------------------------------*/

#productDetailSubNav { /*container for the subnav and thumbnail on product detail pages */
	display: block;
	float: left;
	padding: 0;
	margin: 10px 0 0 0;
	border: none;
	width: 118px;
	background-color: transparent;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.1em;
	}

#productDetail { /*container for the subnav and thumbnail on product detail pages */
	display: block;
	float: left;
	padding: 0;
	margin: 10px 0 0 10px;
	border: none;
	width: 485px;
	background-color: transparent;
	text-align: left;
	font-size: 1.0em;
	}

#productDetail img { 
	margin: 8px 0 0 0;
	border: none;
	}

#productDetail ul {
	font-family: Verdana, Trebuchet, Arial, Helvetica, serif;
	font-size: 1.0em;
	color: #000;
	margin: 3px 0 0 20px;
	padding: 0;
	font-weight: normal;
	background-color: transparent;
	list-style-type: disc;
	}

#newlyPublishedResearch {
	background: transparent;
	display: block;
	float: right;
	padding: 24px 10px 10px 10px;
	margin: 5px 0 10px 10px;
	border-bottom: 5px #0b0080 solid;
	border-right: none;
	border-top: none;
	border-left: none;
	width: 168px;
	text-align: left;
	font-size: 0.8em;
	line-height: 1.1em;
	color: #000;
	}

* html #newlyPublishedResearch { /* BOX MODEL HACK (recognized by IE only) */
	width: 188px; /* total width (only for IE5.x/Win) */
	w\idth: 168px; /* content width (for other IE) */
	}

/* Landing Pages - Container---------------------------------------*/
/*-----------------------------------------------------------------*/

#couponContainer { /*container for coupons on landing pages */
	display: block;
	padding: 0 0 15px 0;
	margin: 25px 0 0 0;
	border: 0;
	width: 100%;
	background: transparent url(/iwp/images/enfamil/dotsPurple134.gif) repeat-x bottom left;
	}

#couponContainer img { /*container for coupons on landing pages */
	display: block;
	padding: 0;
	margin: 0 auto;
	border: 0;
	}

#couponContainer h1 {
	display: block;
	width: 590px;
	margin: 0;
	border: 0;
	padding: 15px 0;
	background: #022873;
	color:#fff;
	font-weight: bold;
	text-align: center;
	font-size: 1.3em;
	}

#couponContainer h2 {
	display: block;
	width: 590px;
	margin: 0;
	border: 0;
	padding: 15px 0;
	background: #fff;
	color:#ff0000;
	font-weight: bold;
	text-align: center;
	font-size: 1.1em;
	}

#productImageContainer {
	display: inline;
	float: left;
	width: 300px;
	margin: 0 15px 15px 0;
	border: 0;
	padding: 0;
	}


#productCopyContainer {
	display: inline;
	float: left;
	width: 260px;
	margin: 0 0 15px 15px;
	border: 0;
	padding: 0;
	background: #fff;
	color:#002973;
	font-weight: normal;
	text-align: left;
	font-size: 1.0em;
	}

#productCopyContainer h3 {
	color:#002973;
	}

#productCopyContainer p {
	color:#002973;
	font-weight: normal;
	text-align: left;
	font-size: 1.0em;
	}

#redeemContainer {
	display: block;
	padding: 0;
	margin: 0px 15px;
	border: 0;
	width: 560px;
	}

#redeemContainer h3 {
	color:#ff0000;
	}

.redeemStepContainer {
	display: inline;
	float: left;
	padding: 0;
	margin: 5px 15px 0 0;
	border: 0;
	width: 170px;
	}

.redeemStepContainer h4 {
	padding: 0;
	margin: 0;
	border: 0;
	color: #022873;
	}

.redeemStepContainer p {
	font-size: 0.9em;
	color: #000;
	}

#otherFormulas {
	display: none;
	}

#otherFormulas p {
	text-align: left;
	}


/*-----------------Consumer Registration------------------------------*/

#consumerRegistration label {
	text-align: right;
	width: 150px;
	padding-right: 10px;
	font-weight: normal;
	background: transparent;
	color: #000;
	font-size: 1.0em;
	vertical-align: top;
	}

#consumerRegistration input, select {
	display: block;
	float: left;
	margin-bottom: 10px;
	vertical-align: top;
	}

#consumerRegistration label, checkbox, radio {
	display: block;
	background-color: transparent;
	float: left;
	margin-bottom: 10px;
	vertical-align: top;
	}

.registrationWarning {
	font-family: Verdana, Trebuchet, Arial, Helvetica, serif;
	background: transparent;
	display: block;
	clear: both;
	color: #ff0000;
	font-size: 1.1em;
	font-weight: bold;
	vertical-align: middle;
	padding: 5px 0 10px 30px;
	margin: 5px 0 0 00;
	}


/*---Check Yes---*/

.checkYes {
	width: 60px;
	display: block;
	float: left;
	padding: 0 0 10px 0;
	}

.checkYesDescription {
	width: 378px;
	display: block;
	float: left;
	padding: 0 0 10px 0;
	}

.checkYesDescription p {
	margin: 0;
	padding: 0;
	}


/* Basic Classes --------------------------------------------------*/
/*-----------------------------------------------------------------*/

.padded {
	padding-top: 10px;
	}

.hide {
	display: none;
	}

.clear {
	content: ".";
	overflow: hidden;
	clear: both;
	font-size: 1px;
	display: block;
	}

.right {
	float: right;
	padding: 0;
	}

.center {
	text-align: center;
	padding: 0;
	}

.left {
	float: left;
	padding: 0;
	}

.textRight {
	text-align: right;
	padding: 0;
	}

.textLeft {
	text-align: left;
	padding: 0;
	}

.italic {
	font-style: italic;
	}
	
.noborder {
	border: none;
	}

.noBackgroundImage {
	background-image: none;
	}

.registered {
	font-size: 80%;
	vertical-align: top;
	}

.referenceId {
	font-size: 70%;
	vertical-align: top;
	color: #000;
	}

/* Custom Classes -------------------------------------------------*/
/*-----------------------------------------------------------------*/

.dottedBorder {
	border: 1px #999 dotted;
	}


.small {
	font-size: 80%;
	}

.red {
	color: #ff0000;
	}

.blue {
	color: #000;
	}

.hrule {
	border-bottom: 1px #352667 solid;
	margin: 0 0 14px 0;
	background-color: transparent;
	}

.hruleDotsBlue {
	background: transparent;
	border: none;
	height: 1px;
	margin: 5px 0 0 0;
	clear: both;
	}

.hruleDotsRed {
	background: transparent;
	border: none;
	height: 1px;
	margin: 5px 0 0 0;
	clear: both;
	}

.hruleDotsBlueLong {
	background: transparent;
	border: none;
	width: 595px;
	height: 1px;
	margin: 5px 0 0 0;
	clear: both;
	}

.hruleDotsGold {
	background: transparent;
	border: none;
	height: 1px;
	margin: 0 0 5px 0;
	clear: both;
	}

.greenBox {
	margin: 10px 0 0 0;
	padding: 12px;
	background-color: transparent;
	}

.indent {
	margin: 0 0 0 12px
	}

.indent30 {
	margin: 0 0 0 30px
	}

.disclaimer {
	font-size: 0.9em;
	font-style: normal;
	color: #000;
	}

.footnote {
	font-size: 1.0em;
	font-style: normal;
	color: #000;
	padding: 12px 0 0 0;
	background-color: transparent;
	text-align: center;
	}

.reference {
	font-size: 0.8em;
	font-style: normal;
	color: #000;
	padding: 5px 0 10px 0;
	background-color: transparent;
	text-align: left;
	}

.reference ol {
	padding: 3px 0 0 15px;
	margin: 3px 0 0 15px;
	}

ol.reference {
	padding: 3px 0 0 15px;
	margin: 3px 0 0 15px;
	}

.copyright {
	font-size: 1.0em;
	background-color: transparent;
	}

.warning {
	font-size: 1.0em;
	background-color: transparent;
	border: 1px #999 solid;
	font-style: italic;
	padding: 5px;
	margin: 10px 0 10px 0;
	}

.warningTitle {
	color: #F00;
	font-weight: bold;
	font-style: italic;
	}

.required {
	color: #F00;
	}

.inlineImage {
	display: inline;
	vertical-align: middle;
	}

.leftMargin50 {
	width: 650px;
	margin: 10px 0 0 50px;
	}
	
.topLink {
	padding: 2px;
	background-color: transparent;
	margin: 10px 0 0 0;
	}
	
.underline {
	text-decoration: underline;
	}

.top {
	vertical-align: top;
	}


/* Registration Headers */

div#regSteps {
	display: none;
	}

div#regHeaderSweepstakesEPrize,
div#regHeaderEPrize,
div#regHeader,
div#regScreen2HeaderEPrize,
div#regScreen2Header,
div#regHeaderBabyShower,
div#regScreen2HeaderBabyShower {
	display: block;
	width: 100%;
	height: auto;
	clear: both;
	text-indent: 0;
	background-image: none;
	overflow: visible;
	text-decoration: none;
	margin: 10px 0 0 0;
	padding: 0;
	color: #000;
}

div#regHeaderSweepstakesEPrize h2,
div#regHeaderEPrize h2,
div#regHeader h2,
div#regScreen2HeaderEPrize h2,
div#regScreen2Header h2,
div#regHeaderBabyShower h2,
div#regScreen2HeaderBabyShower h2 {
	display: block;
	width: 100%;
	height: auto;
	clear: both;
	text-indent: 0;
	background-image: none;
	overflow: visible;
	text-decoration: none;
	margin: 10px 0 0 0;
	padding: 0;
	color: #000;
	font-size: 1.5em;
}

div#registration {
	width: 100%;
}

h2#startReg, h2#selectUserID, h2#confirmReg {
	display: block;
	width: 100%;
	height: auto;
	clear: both;
	text-indent: 0;
	background-image: none;
	overflow: visible;
	text-decoration: none;
	margin: 10px 0 0 0;
	padding: 0;
	color: #000;
	font-size: 1.2em;
}

h2#startReg {
	background: none;
}

h2#selectUserID {
		background: none;

}

h2#confirmReg {
		background: none;

}
	
/* Basic Elements -------------------------------------------------*/
/*-----------------------------------------------------------------*/

a:link {
	font-family: Verdana, Trebuchet, Arial, Helvetica, serif;
	color: #000;
	text-decoration: underline;
	}

a:visited {
	font-family: Verdana, Trebuchet, Arial, Helvetica, serif;
	color: #000;
	text-decoration: underline;
	}

a:hover {
	font-family: Verdana, Trebuchet, Arial, Helvetica, serif;
	color: #000;
	font-weight: normal;
	text-decoration: underline;
	}

a:active {
	font-family: Verdana, Trebuchet, Arial, Helvetica, serif;
	color: #000;
	text-decoration: none;
	}

p {
	font-family: Verdana, Trebuchet, Arial, Helvetica, serif;
	font-size: 1.0em;
	padding: 5px 0 10px 0;
	margin: 0;
	line-height: 1.2em;
	color: #000;
	background-color: transparent;
	}

p.indent {
	margin: 3px 0 10px 12px;
	}

address {
	font-family: Verdana, Trebuchet, Arial, Helvetica, serif;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #000;
	text-decoration: none;
	font-style: normal;
	background-color: transparent;
	}

h1 {
	font-family: Verdana, Trebuchet, Arial, Helvetica, serif;
	font-size: 1.3em;
	margin: 0;
	padding: 0;
	color: #000;
	font-weight: bold;
	font-style: normal;
	background-color: transparent;
	}

h1 a:link,
h1 a:hover,
h1 a:active,
h1 a:visited {
	font-weight: bold;
	}

h2 {
	font-family: Verdana, Trebuchet, Arial, Helvetica, serif;
	font-size: 1.2em;
	padding: 10px 0 3px 0;
	margin: 0;
	color: #000;
	font-weight: bold;
	font-style: normal;
	background-color: transparent;
	}

.gold {
	color: #000;
	background-color: transparent;
}

h2 a:link,
h2 a:hover,
h2 a:active,
h2 a:visited {
	font-weight: bold;
	}

h3 {
	font-family: Verdana, Trebuchet, Arial, Helvetica, serif;
	font-size: 1.1em;
	margin: 10px 0 0 0;
	padding: 0;
	color: #000;
	font-weight: bold;
	font-style: normal;
	background-color: transparent;
	}

h3 a:link,
h3 a:hover,
h3 a:active,
h3 a:visited {
	font-weight: bold;
	}

h4 {
	font-family: Verdana, Trebuchet, Arial, Helvetica, serif;
	font-size: 1.0em;
	margin: 15px 0 2px 0;
	padding: 0;
	color: #000;
	font-weight: bold;
	font-style: normal;
	background-color: transparent;
	}


blockquote {
	border: 1px solid #000;
	padding: 12px;
	font-style: italic;
	background-color: transparent;
	}

hr {
	border: 0;
	color: #000;
	background-color: #000;
	height: 1px;
	width: 100%;
	text-align: left;
	}

em {
	font-style: italic;
	}
	
img {
	border: none;
	background-color: transparent;
	}

ul {
	font-family: Verdana, Trebuchet, Arial, Helvetica, serif;
	font-size: 1.0em;
	color: #000;
	margin: 0 0 0 10px;
	padding: 0;
	font-weight: normal;
	background-color: transparent;
	list-style-type: none;
	}

ol {
	font-family: Verdana, Trebuchet, Arial, Helvetica, serif;
	font-size: 1.0em;
	color: #000;
	margin: 0 0 0 15px;
	padding: 15px;
	font-weight: normal;
	background-color: transparent;
	}

ul.circle { margin: 0 0 15px 15px; padding: 0 0 0 5px; list-style-type: disc; }

/*------------INSTRUCTIONS-------------------*/
ol.instructions { color: #000; margin: 0 0 20px 0; }
ol.instructions li { margin: 0 0 15px 10px; padding: 0 0 0 5px; }

ul.instructions { color: #000; margin: 0 0 20px 0; }
ul.instructions li { margin: 0 0 15px 15px; padding: 0 0 0 5px; list-style-type: disc; }


/*-------CENTER CONTENT LISTS--------------------------------*/
#contentCenter ul {
	list-style-type: none;
	margin: 0 10px 0 15px;
	padding: 0 0 0 5px;
	}

#contentCenter ul li { margin: 3px 0 0 0; }

#contentCenter ul li a:link, 
#contentCenter ul li a:visited{
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
	}

#contentCenter ul li a:hover, 
#contentCenter ul li a:active {
	background-color: transparent;
	font-weight: bold;
	text-decoration: underline;
	color: #000;
	}

/*-------PURPLE--------*/
ul.purpleBullet { list-style-image: url(/iwp/images/enfamil/purpleListBullet.gif); }

/*-------YELLOW--------*/
ul.yellowBullet { list-style-image: url(/iwp/images/enfamil/yellowListBullet.gif); }

/*--------------------------------------------------------------*/




/* Generic Table Elements ------------------------------------------*/
/*------------------------------------------------------------------*/

table {
	font-family: Verdana, Trebuchet, Arial, Helvetica, serif;
	font-size: 1.0em;
	border: none;
	}

table.border {
	border: 1px #000 solid;
	}

tr {
	background-color: transparent;
	border: none;
	}


td.noPad {
	padding: 0;
	}

th {
	font-family: Verdana, Trebuchet, Arial, Helvetica, serif;
	font-size: 1.0em;
	padding: 2px;
	background-color: transparent;
	border: none;
	color: #000;
	}

td {
	font-family: Verdana, Trebuchet, Arial, Helvetica, serif;
	font-size: 1.0em;
	padding: 2px;
	background-color: transparent;
	border: none;
	color: #000;
	}

td.right {
	text-align: right;
	}

td.heading {
	font-weight: bold;
 	}


/*-------------INGREDIENTS----------------*/
table.ingredients {
margin: 10px 0 10px 0;
}

table.ingredients td,
table.ingredients th {
	color: #000;
	padding: 0 0 0 6px;
}


/* Details Table Elements ------------------------------------------*/
/*------------------------------------------------------------------*/

table.details {
	font-family: Verdana, Trebuchet, Arial, Helvetica, serif;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
	width: 435px;
	margin: 0;
	padding: 0;
	border: 1px solid #cab541;
	}

table.details td {
	font-family: Verdana, Trebuchet, Arial, Helvetica, serif;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
	color: #000;
	margin: 0;
	padding: 4px;
	border-right: 1px solid #ccc;
	border-bottom: 1px dotted #cab541;
	text-align: left;
	}

table.details td.lastCell {
	border-right: 0;
	width: 260px;
	}

table.details tr.highlight td {
	color: #000;
	background: transparent;
	}

/* Form Elements --------------------------------------------------*/
/*-----------------------------------------------------------------*/
form {
	padding: 0;
	margin: 0 0 2px 0;
	background-color: transparent;
	}

fieldset {
	border: none;
	padding: 0;
	margin: 0;
	color: #000;
	background-color: transparent;
	}

label {
	font-weight: bold;
	}
	
input, select, textarea {
	border: #000 1px solid;
	font-family: Verdana, Trebuchet, Arial, Helvetica, serif;
	padding: 2px;
	font-size: 1.0em;
	}

input.submit {
	color: #000;
	font-family: Verdana, Trebuchet, Arial, Helvetica, serif;
	font-size: 1.1em;
	border: 2px #000 solid;
	background-color: transparent;
	padding: 2px;
	margin: 0 2px 0 2px;
	font-weight: normal;
	}

input.checkbox {
	border: none;
	background: transparent;
	padding: 0;
	margin: 0;
	}


input.noborder {
	border: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
	}


/*-------ACCOUNT ELEMENTS------------*/

#accountNavigation { 
	display: block;
	padding: 0;
	margin: 15px 0 0 10px;
	border: none;
	width: 717px;
	height: 44px;
	background-color: transparent;
	text-align: left;
	background: transparent;
	clear: both;
	}

.accountNavButton { 
	font-family: Verdana, Trebuchet, Arial, Helvetica, serif;
	display: block;
	float: left;
	padding: 10px;
	margin: 0;
	border: none;
	width: 140px;
	height: 24px;
	background: transparent;
	text-align: center;
	color: #000;
	font-size: 1.3em;
	font-weight: bold;
	}

* html .accountNavButton { /* BOX MODEL HACK (recognized by IE only) */
	width: 160px; /* total width (only for IE5.x/Win) */
	w\idth: 140px; /* content width (for other IE) */
	height: 44px; /* total width (only for IE5.x/Win) */
	he\ight: 24px; /* content width (for other IE) */
	}

.accountNavButton a,
.accountNavButton a:link,
.accountNavButton a:hover,
.accountNavButton a:visited,
.accountNavButton a:active {
	font-weight: bold;
	text-decoration: none;
}
.accountOnState {
	background: transparent;
	}

.accountOffState {
	background: transparent;
	}
	
#accountBody { 
	display: block;
	padding: 15px 15px 15px 30px;
	margin: 0 0 10px 10px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	width: 670px;
	background-color: transparent;
	text-align: left;
	background: transparent;
	clear: both;
	}

* html #accountBody  { /* BOX MODEL HACK (recognized by IE only) */
	width: 717px; /* total width (only for IE5.x/Win) */
	w\idth: 670px; /* content width (for other IE) */
	}
	
