/* GENERIC */
.pagegroup {
	margin-bottom: 40px;
}
.pagegroup h2 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	color: #b20000;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.pagegroup h3 {
	font-size: 24px;
	line-height: 30px;
	color: #262626;
	text-transform: uppercase;
}
.pagegroup h4 {
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	color: #262626;
}
.pagegroup h5 {
	font-size: 14px;
	line-height: 20px;
	color: #262626;
	font-weight: 400;
	font-style: italic;
}

/* TEXTBLOCKS */
/* LINKS */
.pagegroup_links ul li {
	margin-bottom: 20px;
}
/* FAQS */
.pagegroup_faqs ul.faqs {
	border: 1px solid #ccc;
	background: #f2f2f2;
	padding: 20px 20px 20px 40px;
	margin-left: 0px;
}
.pagegroup_faqs dl dt {
	border-top: 1px solid #ccc;
	margin-top: 0;
	padding-top: 20px;
	font-size: 24px;
	line-height: 30px;
	color: #262626;
	text-transform: uppercase;	
}
.pagegroup_faqs dl dt:first-child {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}
.pagegroup_faqs dl dd {
	margin-left: 0;
	padding-left: 0;
}
	.pagegroup_faqs dl dd .returnToTop {
		display: block;
		margin-top: 10px;
		margin-bottom: 40px;
		text-transform: lowercase;
		font-style: italic;
		font-size: 12px;
	}
/* IMAGES */
/* FILES */
/* POSTS */
.recordListDate {
	width: 80px;
}
.pagegroup_posttypes article {
	margin-bottom: 40px; 
}
.pagegroup_posttypes article .header {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.pagegroup_posttypes article .header h1.title {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	color: #b20000;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.pagegroup_posttypes article .header h2.subtitle {
	font-size: 24px;
	line-height: 30px;
	color: #262626;
	text-transform: uppercase;
}
.pagegroup_posttypes article .header .bookmarklet {
	float: right;
}
.pagegroup_posttypes article .header h4 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
}
.pagegroup_posttypes article .foot {
	border: 1px solid #ccc;
	padding: 20px;
	background: #f2f2f2;
}
	.pagegroup_posttypes article .foot .bookmarklet {
		float: right;
	}
	.pagegroup_posttypes article .foot .permalink {
		margin: 0;
		padding: 0;
		line-height: 16px;
	}
	
/* MISCELLANEOUS */
.photoGalleryList {
	border: 1px solid #ccc;
	background: #f2f2f2;
	padding: 20px;
}
	.photoGalleryList ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		.photoGalleryList ul li {
			margin-top: 10px;
			border-top: 1px solid #ccc;
			padding-top: 10px;
		}
		.photoGalleryList ul li:first-child {
			margin-top: 0;
			border-top: 0;
			padding-top: 0;
		}
		.photoGalleryList ul li:after {
			content: "";
			display: block;
			clear: both;
		}
			.photoGalleryList ul li img {
				display: block;
				float: left;
			}
			.photoGalleryList ul li .info {
				margin-left: 120px;
			}
				.photoGalleryList ul li .info h3 {
					margin-top: 0;
					margin-bottom: 0;
				}
				.photoGalleryList ul li .info .dateUpdated {
					font-style: italic;
				}
				
/* table of contents */
.table-of-contents ul {
	margin-left: 0px;
	list-style: none;
}
	.table-of-contents ul li {
		border-top: 1px solid #d9d9d9;
		/*min-height: 170px;*/
		margin-top: 30px;
		padding-top: 30px;
		zoom: 1;
	}
	.table-of-contents ul li:first-child {
		border-top: 0px;
		margin-top: 0px;
		padding-top: 0px;
	}
		.table-of-contents ul li .image-wrapper {
			float: left;
			border: 1px #cccccc solid;
			background: white;
			padding: 7px;
		}
			.table-of-contents ul li .image-wrapper .image {
				display: block;
				width: 244px;
				/*height: 124px;*/
				height: 105px;
				background-color: black;
				background-position: center center;
				background-repeat: no-repeat;
				background-size: cover;
			}
		.table-of-contents h3 {
			margin-left: 280px;
			margin-bottom: 10px;
			margin-top: 0px;
		}
		.table-of-contents .abstract {
			margin-left: 280px;
			margin-bottom: 10px;
		}
		.table-of-contents .read-more {
			display: block;
			margin-left: 280px;
			padding-left: 0px;
			font-style: italic;
		}
@media (max-width: 979px) {
	.table-of-contents .image-wrapper {
		display: none;
	}
	.table-of-contents h3,
	.table-of-contents .abstract,
	.table-of-contents .read-more {
		margin-left: 0px;
	}
}			
/* VOTING RECORD */
.voteTable {
	width: 100%;
}
	.voteTable td {
		border: 1px solid #ccc;
		vertical-align: top;
		text-align: left;
		font-size: 14px;
		line-height: 16px;
		padding: 4px;
	}
	.voteTable .voteColumnHeader {
		font-weight: 700;
	}
	.voteTable .voteQuestion {
		font-style: italic;
	}