/* MAIN SITE PRINT CSS
---------------------------------------------------------------------------------- */

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 30px;
	margin: 0;
}

.collapseForPrint {
	display: none;
}

a,
a:visited {
	color: #3b6e93;
	text-decoration: none;
}
a img {
	border: 0;
}

.clear, .clr {
	clear: both;
}

h1, h2, h3, h4 {
	color: #2f4c9a;
	font-weight: normal;
	padding: 14px 0 0 0;
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", Arial, Sans-Serif;
}
h1 {
	font-size: 19px;
	margin: 0 0 14px 0;
}
h2 {
	font-size: 16px;
	margin: 0 0 5px 0;
}
h3 {
	font-size: 15px;
	margin: 0 0 7px 0;
}
h4 {
	font-size: 13px;
	margin: 0 0 4px 0;
	font-weight: bold;
	font-family: "Helvetica Neue", "HelveticaNeue", Arial, Sans-Serif;
}

ul {
	padding-left: 14px;
}
ul li {
	margin: 0 0 10px 0;
}
ul li a {
	display: block;
	background: #FFFFFF;
}

#header,
#subNavigation,
#footerToolbar,
#nextPreviousProjects {
	display: none;
}


.subheading {
	clear: both;
	display: block;
	font-size: 11px;
}

#printHeader {
	margin: 0 0 20px 0;
}
	#printHeader img {
		float: left;
		width: 250px;
	}
	#printHeader span {
		float: right;
		color: #2f4c9a;
	}
#printFooter {
	color: #2f4c9a;
	padding: 20px 0 0 0;
	clear: both;
}
	#printFooter span {
		float: right;
	}
	#printFooter div {
		float: left;
	}
	

	/* people ----------------------------------------- */
	
	.section-profile.page-people #content {
		display: none;
	}
	
	
	/* Projects Pages
	----------------------------------------- */

		.section-projects.page-projects #records ul {
			display: inline;
			list-style: none;
			margin: 0;
			padding: 0;
		}
			.section-projects.page-projects #records ul li {
				float: left;
				display: inline;
				margin: 0 25px 25px 0;
				height: 154px;
				width: 169px;
			}
			.section-projects.page-projects #records ul li.last {
				margin: 0;
			}
				.section-projects.page-projects #records ul li .image {
					display: block;
					height: 137px;
					background-position: center center;
					background-repeat: no-repeat;
				}
					.section-projects.page-projects #records ul li .image img {
						display: none;
					}
				.section-projects.page-projects #records ul li .image.disabled {
					background: #dee7ee;
				}
				.section-projects.page-projects #records ul li .title {
					display: block;
					padding: 2px 0 0 2px;
				}


	/* News Section
	----------------------------------------- */
	
	.section-news ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.section-news #news ul li.textImage h3,
	.section-news #news ul li.textImage .subheading,
	.section-news #news ul li.textImage .description {
		display: inline;
		clear: left;
	}
	.section-news #news ul li.textImage span.image {
		float: right;
		display: inline;
		margin: 0 0 5px 15px;
	}



/* ----------------------------------------- 
   Global Controls
----------------------------------------- */


	/* Links ----------------------------------------- */
	
	.link {
		display: none;
	}
	
	
	/* Details List ----------------------------------------- */
	
	.detailsList {
		width: 300px;
		clear: left;
	}
	.detailsList h4 {
		border-bottom: 1px solid #b2bfda;
	}
	.detailsList ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		.detailsList ul li {
			margin: 0 0 2px 0;
			border-bottom: 1px solid #d7e0ed;
			color: #7ea8c7;
		}
			.detailsList ul li strong {
				font-weight: normal;
				color: #3b6e93;
			}
			.detailsList ul li a {
				padding-right: 7px;
				background: url(/site/images/next.gif) right 1px no-repeat;
			}
				.detailsList ul li a,
				.detailsList ul li a:visited {
					text-decoration: none;
					color: #3b6e93;
				}
				.detailsList ul li a:hover {
					color: #2f4c9a;
				}
	

	/* Table Results ----------------------------------------- */
	
	.resultsTable.first {
		margin: 0 0 35px 0;
	}
			.resultsTable tr.tableHeaders td a {	
				border-bottom: 1px solid #bdc9e0;
				display: block;
			}
		.resultsTable td {
			padding: 0 10px 5px 0;
			vertical-align: top;
			text-align: left;
		}
		.resultsTable td.column1 {
			width: 40%;
		}
		.resultsTable td.column2 {
			width: 20%;
		}


	#content { }
	#mainImage {
		float: left;
	}
	#mainImage img {
		width: 400px;
	}
	
	h3,
	h2,
	.subheading,
	.description {
		clear: left;
	}
	
	.image {
		float: right;
		display: inline;
		margin: 0 0 5px 15px;
	}
	
	
	
	
	
	
	

