.section_contents {
	margin-bottom: 40px;


}

/* added article_headline to pull correct formatting automatically, shouldn't need .heading selectors */
	.section_contents .heading {
		height: auto !important;
		display: block;

	}

		.section_contents .heading a {
			background-repeat: no-repeat;
			background-position: 100% 50%;
			padding-right: 12px;
		}


	.content_item_first .section_contents .heading a {
	}


			.section_contents.open .heading a {
				background-image: url(../collapse/images/arrow_up.png);
			}

			.section_contents.closed .heading a {
				background-image: url(../collapse/images/arrow_down.png);
			}


	.section_contents .items {
		/*padding-left: 10px;*/

		display: none;
	}


	.section_contents ul li {
	}

		.section_contents ul li p {
			margin: 0px;
			padding: 0px;
		}