/*-----------------------------------------------------------------------------------
the ul and li tags have padding/margins - original tag is in stylesheet.css
-----------------------------------------------------------------------------------*/
#nav-content ul{
	margin-top: 0;
}
#nav-content li{
	padding-bottom: 1em;
}

#paragraph-01{
	float: left;
	width: 256px;
	padding-bottom: 3em;
}
#paragraph-01 em{
	font-size: 11px;
	font-style: italic;
}
#paragraph-01 p{
	margin-bottom: 0;
}
#photo-01{
	float: right;
	width: 192px;
}
#paragraph-02{
	float: right;
	width: 298px;
	padding-bottom: 1em;
}
#photo-02{
	float: left;
	width: 148px;
}
#paragraph-03{
	margin: 0;
	padding: 0 232px 3em 0;
	background-image: url(/images/community-benefits/photo-03.jpg);
	background-repeat: no-repeat;
	background-position: right 7px;
}
#ul-image{
	background-image: url(/images/community-benefits/photo-04.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 170px;
}
#ul-image ul{
	margin-top: 0;
	margin-bottom: 1em;
}

#compare-lt,
#compare-rt{
	width: 220px;
	display: block;
	text-align: center;
	float: left;
}
#compare-rt{
	float: right;
}
