@charset "utf-8";
/* Styles unique to Home Page */
#welcome {
	width: 664px;
	height: 304px;
	float: left;
	background-image: url(../images/welcomeBkgd.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AAC4BF;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;

}
#welcome H1 {
	margin: 0px;
	padding: 0px;
	display: none;
}
#welcome p {
	margin-top: 50px;
	margin-right: 350px;
	font-size: 14px;
	line-height: 20px;
	margin-left: 25px;
	color: #3C3C3C;
}
body.Home #breadWrapper {
	display: none;
}
#rightContent {
	height: 304px;
}
#lowerContent {
	clear: both;
}
#lowerCol1, #lowerCol2 {
	width: 444px;
	float: left;
	background-image: url(../images/FPO_topTierBkgd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 140px;
	margin-top: 20px;
}
#lowerCol1 H2, #lowerCol2 H2 {
	margin: 0px;
	padding: 0px;
	display: none;
}
#lowerCol2 {
	float: right;
	background-image: url(../images/mindBodyHdr.gif);
	background-repeat: no-repeat;
}
#lowerContent p {
	margin-top: 30px;
	line-height: 18px;
	margin-left: 25px;
	margin-right: 25px;
}
#lowerCol1 p {
	margin-right: 90px;
}
