#info {
	background-image: url(images/landing_bg_information.png);
	background-repeat: no-repeat;
	height: 396px;
	width: 858px;
	margin: auto;
	padding-top: 75px;
}
	#info h2, #tools h2, #moms h2, #family h2 {
		display: none;
	}
	#info ul, #tools ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		list-style-image: none;
	}
		#info ul li {
			float: left;
			list-style-type: none;
			list-style-image: none;
			display: inline;
			padding-right: 18px;
			padding-bottom: 20px;
			padding-left: 18px;
		}
#tools {
	background-image: url(images/landing_bg_tools.png);
	height: 192px;
	width: 858px;
	padding-top: 70px;
	margin: 0 auto 25px;
	background-repeat: no-repeat;
}
	#tools ul li {
		float: left;
		list-style-type: none;
		list-style-image: none;
		display: inline;
		padding-right: 18px;
		padding-bottom: 20px;
		padding-left: 18px;
		width: 178px;
		text-align: center;
	}
	#tools p {
		margin: 0 0 10px 0;
		padding: 0px;
		font-size: 18px;
		color: #3b6d6c;
		font-weight: bold;
		white-space: nowrap;
	}
	#tools .bg {
		background-image: url(images/landing_tools_bg.png);
		background-repeat: no-repeat;
		height: 129px;
		width: 128px;
		padding: 10px;
		position: relative;
		margin-left:16px;
	}
		#tools .bg p {
			font-size: 12px;
			color: #333333;
			font-weight: normal;
			position: absolute;
			bottom: 10px;
			left: 0%;
			width: 100%;
			white-space: normal;
		
		}
#more {
	display: block;
	width: 858px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
	.block {
		background-image: url(images/landing_bg_more.png);
		background-repeat: no-repeat;
		padding: 10px;
		height: 109px;
		width: 358px;
		margin-top: auto;
		margin-right: auto;
		margin-bottom: 10px;
		margin-left: auto;
	}
		.block h3 {
			background-repeat: no-repeat;
			text-indent: -5000px;
			height: 30px;
			width: 352px;
			padding: 0px;
			margin-top: 0px;
			margin-right: 0px;
			margin-bottom: 8px;
			margin-left: 0px;
		}
		.block img {
			float: right;
			padding: 0px;
			margin-top: 0px;
			margin-right: 0px;
			margin-bottom: 0px;
			margin-left: 15px;
		}
		.block p {
			margin: 0px;
			padding: 0px;
		}
		.block em {
			font-weight:bold;
		}
		.block a:link, .block a:visited, .block a:hover, .block a:visited:hover {
			color: #000000;
			font-weight:bold;
		}
		.block a:hover, .block a:visited:hover {
			text-decoration: underline;
		}
		
	#moms {
		background-image: url(images/landing_bg_moms.png);
		background-repeat: no-repeat;
		float: left;
		height: 304px;
		width: 425px;
		margin-right: 20px;
		padding-top: 65px;
	}
		#moms #daily.block h3 {
			background-image: url(images/landing_more_heading_daily.gif);
		}
		#moms #morning.block h3 {
			background-image: url(images/landing_more_heading_mornings.gif);
		}
	
	
	#family {
		background-image: url(images/landing_bg_families.png);
		background-repeat: no-repeat;
		float: left;
		height: 304px;
		width: 407px;
		padding-top: 65px;
	}
		#family #dads.block h3 {
			background-image: url(images/landing_more_heading_dads.gif);
		}
		#family #families.block h3 {
			background-image: url(images/landing_more_heading_families.gif);
		}
