/* --------------------------------------------- */
/* 1. Feature Image                              */
	
#feature {
	background: url(/a/img/age/zeroToThreeMonths/feature.jpg) no-repeat 0 0;
	margin: 0;
}

#feature a {
	height: 120px;
}


/* --------------------------------------------- */
/* 2. Content Region One                         */
	
#didYouKnow {
	background: url(/a/img/age/zeroToThreeMonths/didYouKnow.jpg) no-repeat 0 0;
	width: 288px ;
	padding: 17px 0 0 0 ;
	height: 165px ; 
	
}
#didYouKnow h2 {
	background: url(/a/img/age/zeroToThreeMonths/didYouKnowTitle.gif) no-repeat 0 0;
	width: 161px ;
	height: 29px ;
	margin: 0 0 0 21px ;
}
#didYouKnow p {
	color: #00A3CC ;
	font-size: 1.15em ;
	margin: 0 110px 0 17px ;
}


/* --------------------------------------------- */
/* 3. Content Region Two                         */
	
#contentRegionTwo h2#development {
	background: #ffffff url(/a/img/age/zeroToThreeMonths/developmentTitle.gif) no-repeat 0 0;
}


/* --------------------------------------------- */
/* 4. Forum				                         */
	
#inTheForum {
	background: #00CCFF url(/a/img/global/corners/lightBlueBL.gif) no-repeat 0 100%;
}

	#inTheForum p {
		margin-left: 5px;
	}

	#inTheForum p,
	#inTheForum a {
		color: #fff;
		text-decoration: underline;		
	}

	#inTheForum h2 {
		background: url(/a/img/age/zeroToThreeMonths/inTheForumTitle.gif) no-repeat 0 0;
	}
	

/* --------------------------------------------- */
/* 5. Hyperlinks Colour Overrides                */
#page #bannerContainer a {
	color: #00A3CC ;
}
a,
a:visited {
	color: #0477ec;
}

a:active,
a:hover {
	text-decoration: none;
}


/* --------------------------------------------- */
/* 6. Article Images			                 */

#articlePrefs {
	background: #00ccff url(/a/img/age/zeroToThreeMonths/development/doing/feature.jpg) no-repeat 0 0;
}

#article h2 {
	background: url(/a/img/age/zeroToThreeMonths/development/doing/doingTitle.gif) no-repeat 0 0;
	width: 92px;
	height: 31px;
}

#articlePrefs h4#printMe {
	background: url(/a/img/age/zeroToThreeMonths/printIcon.gif) no-repeat 0 3px;
}

#articlePrefs h4#bookmark {
	background: url(/a/img/age/zeroToThreeMonths/bookmarkIcon.gif) no-repeat 0 50%;
}

#articlePrefs #corner {
	background: #00ccff url(/a/img/global/corners/lightBlueBL.gif) no-repeat 0 101%;
}


#prevArticle {
	background: url(/a/img/age/zeroToThreeMonths/previousArticle.gif) no-repeat 0 0;
}

#nextArticle {
	background: url(/a/img/age/zeroToThreeMonths/nextArticle.gif) no-repeat 0 0;
}

/* Banner */
#breastFeedingBanner,
#bottleFeedingBanner,
#developmentBanner {
	width: 202px;
	float: left;
}

#breastFeedingBanner h2 {
	background: url(/a/img/age/zeroToThreeMonths/breastFeeding.gif) no-repeat 0 0;
	width: 110px;
	height: 27px;
}
#bottleFeedingBanner h2 {
	background: url(/a/img/age/zeroToThreeMonths/bottleFeeding.gif) no-repeat 0 0;
	width: 110px;
	height: 27px;
}
#developmentBanner h2 {
	background: url(/a/img/age/zeroToThreeMonths/development.gif) no-repeat 0 0;
	width: 110px;
	height: 27px;
}

#breastFeedingBanner {
	margin: 0 1px 0 0 ;
}

/* block quotes for section */


blockquote {
	margin: 10px 0;
	font-size: 1.7em;
	color: #00A3CC !important;
}

/* --------------------------------------------- */
/* 6. Article Links	*/


#articlePrefs ul a {
		text-decoration: none ;
		color: #fff ;
	}
	#articlePrefs ul a:hover {
		color: #fff ;
		text-decoration: underline ;
	}
	#articlePrefs h4 {
		color: #fff ;
		margin-bottom: 10px ;
	}
	#articlePrefs ul {
		margin: 0 0 15px 10px ;
		padding: 0 ;
		list-style-type: none ;
	}
	
	