/* elements */
#body.section #copy.section .element {
	margin: 0px 0px 50px;
	padding: 0px;
}
#copy h1 {
	font-family: 'Droid Sans', Arial, sans-serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #71000a;
}
	#copy h1 a {
		color: #71000a;		
	}
#copy h2 {
	font-size: 14px;
	font-weight: bold;
	color: #2d4c6d;
}
#copy h3 {
	font-size: 14px;
	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/template/bullet.png');
}
#copy .readmore a,
#copy a.read-more {
	display: block;
	padding-left: 8px;
	background: url('../images/template/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/template/arrow_red.png') 20px 12px no-repeat;
}

/* faqs */
ul.faqs {
	background: #5d6973;
	/*border: 1px #d9d9d9 solid;*/
	padding: 30px 30px 30px 50px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: white;
}
	ul.faqs li {
		/*display: block;*/
		/*background: url('../images/template/arrow_red.png') 0px 5px no-repeat;	
		padding-left: 15px;
		list-style: none;*/
	}
		ul.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/template/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/template/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/template/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/template/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 div.controls a {
	display: inline-block;
	height: 23px;
	line-height: 23px;
	padding: 0px 10px;
	color: #48505e;
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
	border: 1px solid #d0d0d0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: white url('../images/template/btn_grad.png') 0px 0px repeat-x;
	/* buttons weren't displaying rounded corners with PIE without position: relative; */
	/* this may cause an issue with dropdown menus down the line.  Will need to turn off when necessary */
	/* behavior: url(pie.htc); */
}
.element_images div.nav-controls a {
	margin-left: 5px;
}
.element_images div.controls a:hover,
.element_images div.controls a:active {
	border-color: #790d00;
	color: white;
	background-color: red;
	background-position: 0px -46px;
	text-decoration: none;
}
.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;
		text-align: left !important;
	}
		.element_images .caption p a {
			display: block;
			padding-left: 8px;
			background: url('../images/template/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/template/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/template/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;
		}
	*/
	.element_images div.pagination > a,
	.element_images div.pagination > span {
		display: inline-block;
		position: relative;
		background-color: white;
		background-image: url('../images/template/btn_grad.png');
		background-position: 0px 0px;
		background-repeat: repeat-x;
		height: 23px;
		padding: 0px 10px;
		border: 1px solid #d0d0d0;
		margin-right: 5px;
		line-height: 23px;
		color: #48505e;
		font-family: Georgia, serif;
		font-size: 14px;
		font-style: italic;
		padding-left: 10px;	
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		/* behavior: url(pie.htc); */
	}
	.element_images div.pagination > span.current {
		background-position: 0px -23px;
		background-color: silver;
		border-color: #b3b3b3;
	}
	.element_images div.pagination > a:hover {
		background-position: 0px -46px;
		background-color: red;
		border-color: #790d00;
		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;
}
form.filterBarForm {
	/*background: url('../images/template/bg_browserby_bar.png') top left no-repeat;*/
	border: 1px solid #d1d1d1;
	background: url('../images/template/bg_browserby_repeat.png') top left repeat-x;
	height: 44px; /* 47 */
	color: #2e373f;
	margin-bottom: 20px !important;
	padding: 0px 10px;
}
	table.filterBar {
		height: 44px;
		margin: 0px 10px 0px 0px;
		padding: 0px;
		border: 0px;
		background: transparent;
		float: left;
		width: auto;
		text-align: left;
	}
		table.filterBar label {
			color: #2e373f;
			font-size: .7em;
		}
	.filterBarButtons {
		float: right;
		/*width: 20%;*/
		text-align: right;
		height: 44px;
		line-height: 44px;
		padding-top: 11px;
	}
		.filterBarButtons .filterReset {
			display: none;
		}
div.recordsDate {
	/*background: url('../images/template/bg_date_bar.png') top left no-repeat;*/
	border: 1px solid #c5c5c5;
	background: url('../images/template/bg_date_repeat.png') top left repeat-x;
	height: 44px; /* 47 */
	line-height: 44px; /* 47 */
	color: #2e373f;
	padding: 0px 30px;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
}
.recordList {
	border: 1px #d9d9d9 solid;
	padding: 20px 30px;
}
/* month/year */
table.recordList {
	/*
	border: 0px;
	padding: 0px;
	*/
	padding: 20px 30px;
	margin-bottom: 20px;
}
	table.recordList tr {
		/* substitute the border with an image to prevent the cell height issue */
		/*background: url('../images/template/hrule.png') top center no-repeat;*/
		padding: 0px 30px;
	}
	table.recordList tr:first-child {
		/*background-image: none;*/
	}
		table.recordList tr td {
			border-top: 1px solid #d9d9d9;
			border-bottom: 0px;
			border-left: 0px;
			border-right: 0px;
			vertical-align: top;
			padding: 8px 0px;
			line-height: 16px;
			height: 100%;
		}
		table.recordList tr:first-child td {
			border-top: 0px;
		}
		.recordListDate {
			font-style: italic;
			width: 70px;
		}
			table.recordList tr td a {
				font-weight: bold;
			}
			
/* pagination */
.element_posttypes div.pagination {
	border: 1px solid #c5c5c5;
	background: url('../images/template/bg_date_repeat.png') top left repeat-x;
	height: 44px; /* 47 */
	line-height: 44px; /* 47 */	
	padding: 0px 30px;
}
	.element_posttypes div.pagination span.current {
		padding: 0px;
		border: 0px;
		background: transparent;
	}
		.element_posttypes div.pagination span.current form {
			height: 44px;
		}
			.element_posttypes div.pagination span.current form select {
				display: block;
				margin-top: 12px;
			}
	.element_posttypes div.pagination a {
		border: 0px;
		padding: 0px 10px;
		color: #404040;
		font-weight: normal;
	}
	.element_posttypes div.pagination a:hover,
	.element_posttypes div.pagination a:active {
		color: #a60000;
		text-decoration: none;
		background: transparent;
	}

			
/* digest */
div.recordList {
	margin-bottom: 50px;
}
.calendar div.recordList {
	padding: 20px 30px;
}
.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;
}

/* CALENDAR */
/* pulled from public/resources/stylesheets/factory.css */
.calendar {
margin: 1.33em 0;
}
/* header */
table.cal-header {
font-size: 0.8em;
line-height: 1.25em;
width: 100%;
}
.calendar th, .calendar td {
padding: 0;
vertical-align: top;
}
.cal-header-steps, .cal-header-layouts {
width: 25%;
}
.cal-header-steps table {
float: left;
}
.cal-header-title {
text-align: center;
width: 50%;
}
.cal-header-title table {
margin: 0 auto;
}
.cal-header-title {
margin: 0;
padding: 0.25em 0;
white-space: nowrap;
}
.cal-header-layouts table {
float: right;
}
.cal-header-space {
padding-left: 10px;
}
/* buttons */
.cal-header .cal-state-default, .cal-header .ui-state-default {
margin-bottom: 1em;
cursor: pointer;
}
.cal-header .cal-state-default {
border-width: 1px 0;
padding: 0 1px;
}
.cal-header .cal-state-default, .cal-header .cal-state-default a {
border-style: solid;
}
.cal-header .cal-state-default a {
display: block;
border-width: 0 1px;
margin: 0 -1px;
width: 100%;
text-decoration: none;
}
.cal-header .cal-state-default span {
display: block;
border-style: solid;
border-width: 1px 0 1px 1px;
height: 1.25em;
padding: 3px 5px;
}
.cal-header .ui-state-default {
padding: 4px 6px;
}
.cal-header .cal-state-default span, .cal-header .ui-state-default span {
white-space: nowrap;
}
.cal-header .cal-no-right {
padding-right: 0;
}
.cal-header .cal-no-right a {
margin-right: 0;
border-right: 0;
}
.cal-header .ui-no-right {
border-right: 0;
}
.cal-header .cal-corner-left {
margin-left: 1px;
padding-left: 0;
}
.cal-header .cal-corner-right {
margin-right: 1px;
padding-right: 0;
}
.cal-header .cal-state-default, .cal-header .cal-state-default a {
border-color: #777; /* outer border */
color: #333;
}
.cal-header .cal-state-default span {
border-color: #fff #fff #d1d1d1; /* inner border */
background: #e8e8e8;
}
.cal-header .cal-state-active a {
color: #fff;
}
.cal-header .cal-state-down span, .cal-header .cal-state-active span {
background: #888;
border-color: #808080 #808080 #909090; /* inner border */
}
.cal-header .cal-state-disabled a {
color: #999;
cursor: default;
}
.cal-header .cal-state-disabled, .cal-header .cal-state-disabled a {
border-color: #ccc; /* outer border */
}
.cal-header .cal-state-disabled span {
border-color: #fff #fff #f0f0f0; /* inner border */
background: #f0f0f0;
}
.calendar .recordList {
padding: 0.5em 0;
}
.calendar table.recordList {
padding: 0.5em 1em;
width: 100%;
}
/* calendar layout */
.cal-month table {
background-color: #ccc;
border-spacing: 1px;
font-size: 75%;
line-height: 1.25em;
}
.cal-month table th {
background-color: #ddd;
}
.cal-month table td.cal-day {
background-color: #fff;
cursor: pointer;
height: 7em;
}
.cal-month table td div.cal-date {
background-color: #f3f4f6;
cursor: pointer;
padding: 0 0.33em;
text-align: right;
}
.cal-month table td div.cal-date a {
color: #6D747A;
}
.cal-month table td div.cal-event {
background-color: #a94130;
cursor: pointer;
margin: 1px;
padding: 1px 2px;
-moz-border-radius: 3px;
}
.cal-month table td div.cal-event a {
color: #fff;
}
.cal-month table td.cal-day-now {
background-color: #fef8d6;
border-color: #f7d35c;
}
.cal-month table td.cal-day-now div.cal-date {
background-color: #f7d35c;
}
.cal-month table td.cal-day-prevnext {
/*background-color: #f7f7f7;*/
}
.cal-month table td.cal-day-prevnext div.cal-date {
background-color: transparent;
color: #ccc;
}
.cal-month table td.cal-day-prevnext div.cal-date a {
color: #ccc;
}

/* maps */
.mapList {
	z-index: 0;
}
#copy .map-marker h4.date {
	font-size: 10px;
	height: 22px;
	line-height: 22px;
	margin: 0px;
}
#copy .map-marker h1.title {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 5px;
	margin-top: 0px;
	clear: left;
}
#copy .map-marker h2.subtitle {
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 5px;
	margin-top: 0px;
}



/* post */
#copy .contentrecord h1.title {
	margin: 0px 0px 10px;
}
#copy .contentrecord h2.subtitle {
	margin: 0px;
}
#copy .contentrecord h4.date {
	font-size: 14px;
	font-weight: bold;
	color: #2d4c6d;
	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/template/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/template/icon_leavecomment.png');
	}
	.element_posttypes .footer .commentlinks .viewcomments {
		background-image: url('../images/template/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/template/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/template/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;
			}
/* forms */
.uniForm {
	background: #f3f3f3;
	border: 1px solid #ccc;
	padding: 30px;
	position: static;
}
	.uniForm .ctrlHolder {
		zoom: 1;
		padding: 7px 0px;
	}
	.uniForm ul {
		list-style: url('../images/template/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 .textInput, .uniForm .blockLabels .textInput, .uniForm .blockLabels .fileUpload {
		width: 100%;
	}
	.uniForm .blockLabels textarea {
		width: 100%;
	}
	.uniForm .inlineLabel, 
	.uniForm .inlineLabels .inlineLabel, 
	.uniForm .blockLabels .inlineLabel {
		margin-bottom: 10px;
	}
	.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 #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;
			}
		.table-of-contents h2 {
			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: 10px;
			background: url('../images/template/arrow_red.png') 0px 5px no-repeat;
			font-style: italic;
		}
		
/* nav buttons */
.navButtons {
    background: none repeat scroll 0 0 #FFFFFF;
    /*border: 6px solid #D7D7D7;*/
}
.navButtons ul {
    margin: 0;
    padding: 20px 0 0 0px;
}
.navButtons ul li {
    background: url("../images/template/contactbtn_bg.png") no-repeat scroll left top transparent;
    float: left;
    height: 53px;
    padding-bottom: 10px;
    padding-right: 10px;
    width: 296px;
}
.navButtons ul li a {
    background-position: 14px 14px;
    background-repeat: no-repeat;
    color: #616161 !important;
    display: block;
    font-weight: bold;
    height: 53px;
    line-height: 53px;
    padding-left: 50px;
    text-decoration: none !important;
    width: 246px;
}

		
/* 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/template/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/template/arrow_red.png') 0px 5px no-repeat;
			font-style: italic;
		}

/* Internship Application Form Dev Action */
#intern-app {}
#intern-app fieldset {}
#intern-app fieldset legend { 
	background: #6D747A; 
	color: white;
	font-weight: bold;
	line-height: 2.33em;
	text-align: center;
	text-transform: uppercase;
	width: 100%; 
}
#intern-app fieldset table { border: 1px #6D747A solid; }
#intern-app fieldset table td { 
	border: 1px #6D747A solid; 
	padding: 0.67em 10px; 
	vertical-align: top; 
}
#intern-app fieldset.references label { font-weight: normal; }
#intern-app fieldset fieldset { margin: 0; }
	
#intern-app fieldset fieldset legend { 
	background: none; 
	color: inherit;
	line-height: inherit;
	text-align: inherit;
	text-transform: inherit;
	vertical-align: inherit;
	white-space: normal;
}

#intern-app label { font-weight: bold; }
	#intern-app label.inline {  }
	#intern-app label.block { display: block; }
#intern-app fieldset fieldset label { font-weight: normal; }
	#intern-app fieldset fieldset.location label { display: inline-block; width: 40%; }
	#intern-app fieldset fieldset.session label { display: inline-block; margin-bottom:10px; width: 90%; }
	#intern-app fieldset fieldset.available label {  }

#intern-app input {  }
	#intern-app input.text { background: none; border: 0; border-bottom: 1px #777 solid; float: right; width: 55%; }
		#intern-app input.text.city {  float: none; width: 25%; }
		#intern-app input.text.state {  float: none; width: 35%; }
#intern-app fieldset fieldset input {  }
	#intern-app fieldset fieldset.location input { margin: 0; width: 5%; }
	#intern-app fieldset fieldset.session input { vertical-align: top; }
	#intern-app fieldset fieldset.available input {  }

#intern-app textarea { background: none; border: 1px solid black; width: 100%; }
#intern-app h6.footnote { font-style: italic; font-weight: bold; margin: 0; padding: 0; }
#intern-app ol { margin-top:0; margin-bottom:0; }

@media print {
	.NoPrint {
		display: none;
	}
	input[type=submit]{
		display: none;
	}
}