h3{
	display: block;
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	color: #003E9D;
}
h4{
	display: block;
	padding: 0;
	margin: 1em 0 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #003E9D;
}
.no-margin-top{
	margin-top: 0;
}
.short-margin-top{
	margin-top: 1em;
}
/*-----------------------------------------------------------------------------------
the ul and li tags have padding/margins - original tag is in stylesheet.css
-----------------------------------------------------------------------------------*/
#nav-content ul{
	margin-top: 1em;
}
#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;
	padding-top: 25px;
	padding-left: 40px;
	padding-bottom: 1em;
}
#paragraph-02{
	float: right;
	width: 298px;
	padding-bottom: 1em;
}
#photo-02{
	float: left;
	width: 148px;
	padding-top: 20px;
	padding-right: 20px;
}
#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;
}
