/* elements */
#body.section #copy.section .element {
	margin: 0px 0px 50px;
	padding: 0px;
}
#copy h1 {
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	color: #354356;
}
	#copy h1 a {
		color: #354356;		
	}
	#copy h1 a:hover {
		color: #A10202;
		text-decoration: none;
	}
#copy h2 {
	font-size: 16px;
	font-weight: bold;
	color: #a78321;
}
#copy h3 {
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #595959;
}
#copy hr {
	border-top: 1px solid #d9d9d9;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}
#copy .article ul {
	list-style: url('../images/bullet.png');
}
#copy .readmore a,
#copy a.read-more {
	display: block;
	/*padding-left: 8px;*/
	background: url('../images/arrow_red.png') 0px 5px no-repeat;
	/*font-style: italic;*/
	margin-top: 20px;	
}

/* text blocks */

/* links */
.element_links ul li {
	border: 1px #d9d9d9 solid;
	margin: 0px 0px 10px;
	padding: 10px 10px 10px 30px;
	background: url('../images/arrow_red.png') 20px 12px no-repeat;
}

/* faqs */
ol.faqs {
	background: #5d6973;
	/*border: 1px #d9d9d9 solid;*/
	padding: 30px 30px 30px 50px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: white;
}
	ol.faqs li {
		/*display: block;*/
		/*background: url('../images/arrow_red.png') 0px 5px no-repeat;	
		padding-left: 15px;
		list-style: none;*/
	}
		ol.faqs li a {
			font-weight: normal;
			color: white;
		}
dl.faqs {
}
	dl.faqs dt.question {
		border-left: 1px solid #d9d9d9;
		border-right: 1px solid #d9d9d9;
		border-top: 1px solid #d9d9d9;
		background: #2e373f;
		font-size: 16px;
		font-weight: bold;
		color: white;
		margin: 0px;
		padding: 20px 30px;
	}
	dl.faqs dd.answer {
		border-left: 1px solid #d9d9d9;
		border-right: 1px solid #d9d9d9;
		border-bottom: 1px solid #d9d9d9;
		margin: 0px 0px 20px;
		padding: 20px 30px;
	}
		dl.faqs dd.answer ul {
			list-style: url('../images/bullet.png');			
		}
		dl.faqs a.returnToTop {
			display: block;
			font-style: italic;
			border-top: 1px solid #d9d9d9;
			margin-top: 10px;
			padding-top: 10px;
			padding-left: 15px;
			font-size: 14px;
			background: url('../images/arrow_red.png') 450px 15px no-repeat;
		}
		
/* audios */
ul.audios {
	margin-left: 0px;
}
	ul.audios li {
		padding: 20px;
		margin-bottom: 20px;
		border: 1px solid #ccc;
	}
		#copy ul.audios li h2 {
			margin: 0px;
		}

/* images */
.element_images div.controls {
	height: 35px;
}
.element_images div.nav-controls {
}
.element_images div.controls a {
	display: inline-block;
	background-image: url('../images/btn_cap.png');
	background-position: right 0px;
	background-repeat: no-repeat;
	height: 25px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.element_images div.controls a:hover,
.element_images div.controls a:active {
	background-position: right -50px;
	text-decoration: none;
}
.element_images div.nav-controls a {
	margin-left: 5px;
}
	.element_images div.controls a span {
		display: inline-block;
		height: 25px;
		line-height: 25px;
		color: #48505e;
		font-family: Georgia, serif;
		font-size: 14px;
		font-style: italic;
		background-image: url('../images/btn_bg.png');
		background-position: left 0px;
		background-repeat: no-repeat;	
		padding-left: 10px;	
		cursor: pointer;
	}
	.element_images div.controls a:hover span,
	.element_images div.controls a:active span {
		background-position: left -50px;
		color: white;
	}

.element_images .image {
	background-color: white;
	border: 1px solid #ccc;  
	padding: 9px;
}
	.element_images .image .image-wrapper {
		display: block;
		background: #000;
		width: 100%;
	}
	.gallery .image img {
		display: block;
		max-width: 580px;
		/*width: 100%;*/
		width: auto;
		/*height: 100%;*/
		height: auto;
		margin: 0px auto;
	}
.element_images .caption {
	padding: 20px 0px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
	.element_images .caption h2 {
		margin-top: 0px;
	}
	.element_images .caption p {
		margin: 0px;
		padding: 0px;
	}
	.element_images .caption .read-more {
		display: block;
		padding-left: 8px;
		background: url('../images/arrow_red.png') 0px 5px no-repeat;
		font-style: italic;
		margin-top: 20px;
	}
.element_images ul.thumbs {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}
	.element_images ul.thumbs li {
		margin-top: 0px;
		margin-bottom: 0px;
		border-width: 1px;
		border-style: solid;
		padding: 3px;
		background-color: white;
		border-color: #ccc;
	}
	.element_images ul.thumbs li.selected {
		background-color: #A10202;
		border-color: #A10202;
	}
		.element_images ul.thumbs li a.thumb {
			border-width: 1px;
			border-color: white;
			padding: 0px;
		}
.element_images div.bottom.pagination {
	padding-top: 20px;
}
	.element_images div.pagination a {
		display: inline-block;
		background-image: url('../images/btn_cap.png');
		background-position: right 0px;
		background-repeat: no-repeat;
		height: 25px;
		padding-right: 10px;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		border: 0px;
		margin-right: 5px;
	}
	.element_images div.pagination a.current {
		background-position: right -25px;
	}
	.element_images div.pagination a:hover {
		background-position: right -50px;
	}
		.element_images div.pagination a span {
			display: inline-block;
			height: 25px;
			line-height: 25px;
			color: #48505e;
			font-family: Georgia, serif;
			font-size: 14px;
			font-style: italic;
			background-image: url('../images/btn_bg.png');
			background-position: left 0px;
			background-repeat: no-repeat;	
			padding-left: 10px;	
			cursor: pointer;
		}
		.element_images div.pagination a.current span {
			background-position: left -25px;
		}
		.element_images div.pagination a:hover span {
			background-position: left -50px;
			color: white;
		}

/* files */
.element_files ul {
	margin-left: 0px;
}
	#copy .element_files ul li {
		zoom: 1;
		list-style-type: none !important;
		list-style-image: none !important;
		background-position: 20px 12px;
		background-repeat: no-repeat;
		border: 1px #d9d9d9 solid;
		margin: 0px 0px 10px;
		padding: 10px 10px 10px 45px;
		background-image: url('../../../_resources/images/icons/files/page_attach.gif');
	}
	#copy .element_files ul li.pdf { background-image: url('../../../_resources/images/icons/files/pdf.gif'); }
	#copy .element_files ul li.xls { background-image: url('../../../_resources/images/icons/files/xls.gif'); }
	#copy .element_files ul li.doc { background-image: url('../../../_resources/images/icons/files/doc.gif'); }
	#copy .element_files ul li.audio { background-image: url('../../../_resources/images/icons/files/music.gif'); }
	#copy .element_files ul li.video { background-image: url('../../../_resources/images/icons/files/image.gif'); }
	#copy .element_files ul li.image { background-image: url('../../../_resources/images/icons/files/image.gif'); }
		.element_files ul li h3.title {
			margin: 0px;
		}
		
/* posts */
form.form-default {
	margin: 0px;
}
.recordsContainer {
	margin-top: 0px;
}
.filterBarForm {
	background: url('../images/bg_browserby_bar.png') top left no-repeat;
	height: 47px;
	color: #2e373f;
	margin-bottom: 20px;
}
	.filterBarForm table.filterBar {  }
	.filterBarForm table.filterBar label {
		color: #2e373f;
	}
.filterBarForm .filterBarButtons {  }

div.recordsDate {
	background: url('../images/bg_date_bar.png') top left no-repeat;
	height: 47px;
	line-height: 47px;
	color: #2e373f;
	padding: 0px 30px;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
.recordList {
	border: 1px #d9d9d9 solid;
	padding: 20px 30px;
}
/* month/year */
table.recordList {
	/*border: 1px solid #D9D9D9;*/
	/*padding: 10px 15px;*/
	margin-bottom: 20px;
}
	table.recordList tr {
		/* substitute the border with an image to prevent the cell height issue */
		background: url('../images/hrule.png') top center repeat-x;
	}
	table.recordList tr:first-child {
		background-image: none;
	}
		table.recordList tr td {
			border: 0px;
			vertical-align: top;
			padding: 8px 0px;
			line-height: 16px;
		}
		.recordListDate {
			font-style: italic;
			width: 70px;
		}
			table.recordList tr td a {
				font-weight: bold;
			}
/* digest */
div.recordList {
	margin-bottom: 50px;
}
.element_posttypes .recordList .article {
	border-top: 1px solid #d9d9d9;
	margin-top: 20px;
	padding-top: 20px;
}
.element_posttypes .recordList .article:first-child {
	border-top: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

/* post */
#copy .contentrecord h1.title {
	margin: 0px;
}
#copy .contentrecord h2.subtitle {
	color:#595959;
	font-style:italic;
	font-weight:normal;
	margin: 0px;
}
#copy .contentrecord h4.date {
	color:#80000b;
	margin: 0px 0px 20px;
}
#copy .contentrecord .content {
	margin-top: 20px;
}
#copy .contentrecord .abstract {
	margin-top: 20px;
}
#copy .contentrecord .byline {
	margin: 0px;
}
.contentrecord ul {
	list-style: url('../images/bullet.png');			
}
.contentrecord .youtube-wrapper {
	border: 1px #ccc solid;
	background: #f3f3f3;
	padding: 9px;
}
	.contentrecord .youtube-wrapper object,
	.contentrecord .youtube-wrapper embed {
		display: block;
		width: 100%;
	}
.element_posttypes .footer .permalink {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 10px 0px 10px;
	padding: 10px 0px 10px;
}
	
.element_posttypes .footer .bookmarklet {
	float: left;
}
.element_posttypes .footer .commentlinks {
	float: right;
}
	.element_posttypes .footer .commentlinks .leavecomment {
		background-image: url('../images/icon_leavecomment.png');
	}
	.element_posttypes .footer .commentlinks .viewcomments {
		background-image: url('../images/icon_comments.png');
	}

/* comments */
.comment_listwrapper .prevnext_wrapper {
	background: transparent;
	color: auto;
}
	.comment_listwrapper .prevnext {
		width: 100%;
		margin: 0px;
	}
		.comment_listwrapper .prevnext span {
			width: auto;
		}
		.comment_listwrapper .prevnext > span {
			display: block;
			height: 25px;
			line-height: 25px;
			float: left;
			margin: 0px 10px 0px 0px;
			padding: 0px 10px 0px 0px;
			background-color: transparent;
			background-image: url('../images/btn_cap.png');
			background-position: right 0px;
			background-repeat: no-repeat;
			width: auto;
			border: 0px;
		}
		.comment_listwrapper .prevnext > span:hover {
			background-position: right -50px;
		}
			.comment_listwrapper .prevnext > span > a {
				display: block;
				margin: 0px;
				padding: 0px 0px 0px 10px;
				background-color: transparent !important;
				background-image: url('../images/btn_bg.png') !important;
				background-position: left 0px;
				background-repeat: no-repeat;
				height: 25px;
				line-height: 25px;
				color: #48505e;
				font-family: Georgia, serif;
				font-size: 14px;
				font-style: italic;
				border: 0px;
			}
			.comment_listwrapper .prevnext > span:hover > a {
				background-position: left -50px;
				color: white;
				text-decoration: none;
			}
.comment_listwrapper .comment_list {
	border: 1px solid #ccc;
	background: white;
	padding: 30px;
}
	.comment_listwrapper .comment_list li {
		border-top: 1px solid #ccc !important;
		border-bottom: 0px;
		margin: 20px 0px 0px;
		padding: 20px 0px 0px;
	}
	.comment_listwrapper .comment_list li:first-child {
		border-top: 0px !important;
		margin-top: 0px;
		padding-top: 0px;
	}
		.comment_listwrapper .comment_list li div.commenttitle {
			padding: 0px;
		}
		.comment_listwrapper .comment_list li div.comment {
			padding: 0px;
			width: 100%;
		}
			.comment_listwrapper .comment_list li div.comment p {
				margin-top: 0px;
			}
.element_posttypes .mapList .mapRecordList {
	width: 25%;
}		
#copy .mapRecordList h4 {
	height: 22px;
	margin: 0px 0px 5px;
	line-height: 22px;
}	
#copy .mapRecordList h1 {
	font-size: 12px;
	line-height: 12px;
	margin: 0px 0px 5px;
}			
#copy .mapRecordList h2 {
	font-size: 11px;
	line-height: 11px;
	margin: 0px 0px 5px;
}
/* forms */
.uniForm {
	background: #f3f3f3;
	border: 1px solid #ccc;
	padding: 30px;
}
	.uniForm .ctrlHolder {
		zoom: 1;
		padding: 7px 0px;
	}
	
	.uniForm ul {
		list-style: url('../images/bullet.png');			
	}
	.uniForm .legend {
		background: #2e373f;
		font-size: 16px;
		line-height: 36px;
		color: white;
		padding: 0px 10px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	/*
	.uniForm fieldset {
		border: 1px #d9d9d9 solid;
		padding: 20px 30px;
	}
	*/
/*
	.uniForm .blockLabels .textInput
	, .uniForm .blockLabels .fileUpload {
		width: 100%;
	}
	.uniForm .blockLabels textarea {
		width: 100%;
	}
	.uniForm .formHint, .uniForm .blockLabels .formHint {
		width: 100%;
		margin-top: 5px;
	}
*/
	.uniForm .buttonHolder {
		text-align: left;
	}
	
/* table of contents */
.table-of-contents ul {
	margin-left: 0px;
}
	.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 #cfcfcf solid;
			background: white;
			padding: 2px;
		}
			.table-of-contents ul li .image-wrapper .image {
				display: block;
				width: 164px;
				height: 98px;
				background-color: black;
				background-position: center center;
				background-repeat: no-repeat;
			}
		.table-of-contents h2 {
			margin-left: 190px;
			margin-bottom: 10px;
			margin-top: 0px;
		}
		.table-of-contents .abstract {
			margin-left: 190px;
			/*margin-bottom: 10px;*/
		}
		.table-of-contents .read-more {
			display: block;
			margin-left: 190px;
			margin-top:5px !important;
			/*padding-left: 10px;*/
			/*background: url('../images/arrow_red.png') 0px 5px no-repeat;*/
			/*font-style: italic;*/
			font-weight:bold;
		}
		
/* featured photo */
.actionsList .featured-photo {
	border: 1px solid #ccc;
	padding: 9px;
}
	.actionsList .featured-photo .image-wrapper {
		width: 580px;
		margin: 0px auto;
		background: black;
	}
		.actionsList .featured-photo .image-wrapper img {
			display: block;
			margin: 0px auto;
			width: 100%;
			height: 100%;
			max-width: 580px;
		}
	.actionsList .featured-photo .caption {
		padding: 20px;
	}
		#copy .actionsList .featured-photo .caption h2 {
			margin: 0px;
		}
		.actionsList .featured-photo .caption p {
			margin: 0px;
			padding: 0px;
		}
			.actionsList .featured-photo .caption .read-more {
				display: inline-block;
				padding-left: 15px;
				background: url('../images/arrow_red.png') 8px 5px no-repeat;
				font-style: italic;
			}
			
/* photo gallery list */
.actionsList .gallery-list {
	border: 1px solid #ccc;
	background: #f2f2f2;
	margin: 0px;
	padding: 30px 30px 30px;
}
	.actionsList .gallery-list li {
		display: block;
		zoom: 1;
		border-top: 1px solid #ccc;
		margin-top: 20px;
		padding-top: 20px;
	}
	.actionsList .gallery-list li:first-child {
		border-top: 0px;
		margin-top: 0px;
		padding-top: 0px;
	}
		.actionsList .gallery-list li .image-wrapper {
			display: block;
			float: left;
			border: 1px solid #ccc;
			background: white;
			padding: 4px;
		}
			.actionsList .gallery-list li .image-wrapper img {
				display: block;
			}
		.actionsList .gallery-list li h2 {
			margin-left: 130px;
			margin-top: 0px;
			margin-bottom: 0px;
		}
		.actionsList .gallery-list li .abstract {
			margin-left: 130px;
		}
		#copy .actionsList .gallery-list li .read-more {
			display: block;
			margin-left: 130px;
			margin-top: 0px;
			padding-left: 8px;
			background: url('../images/arrow_red.png') 0px 5px no-repeat;
			font-style: italic;
		}

div.pagination span.current { background:none; border: 1px solid #d9d9d9; }
.element_posttypes .footer { border:0; }

.page_service-academies .header#header h1 a, .page_defense-and-veterans .header#header h1 a  {
	background-image: url(../images/VeteransBanner.jpg);
	background-size: contain;
}