body {
	font-family: Helvetica, "Helvetica 55 Roman", Arial, sans-serif;
	background-color: white;	
	
	padding-top: 50px;
	
	/**/
}
body a {
	color: #9B0031;
	text-decoration: none;
}
body a:hover {
	color: #D96917;
	text-decoration: underline;
}
body a:visited {
	color: #808080;
}
body a:visited:hover {
	color: #D96917;
}
table {
	margin: 0px;
	padding: 0px;
}
table tr td {
	padding-bottom: 2px;
	padding-top: 2px;
	border-top: 1px dashed #AAAAAA;
	vertical-align: top;
}
h1 {	
}
h2 {		
}
h3 {	
}
/*  */
/* ------------------------ PERSISTENT ELEMENTS ------------------------ */
#persistentLogo {
	visibility: hidden;
	position: absolute;
}
#print-logo {
	height: 45px;
}
#nav {
	visibility: hidden;
	position: absolute;
}
#searchNavButton {
	visibility: hidden;
	position: absolute;
}
#subnav {
	visibility: hidden;
	position: absolute;
}
/* ------------------------ HOME PAGE ELEMENTS ------------------------ */
#featured_projects {
}
#featured_projects p {
}
/* ------------------------ SEARCH PAGE ------------------------ */
#searchPageContent {
}
#page_search  {
}
#querymain {
}
#searchSubmitButton input {
	visibility: hidden;
	position: absolute;
}
#search_result {
	/* single search result div */
}
/* ------------------------ ABOUT US SECTION PAGES ------------------------ */
#awards {
}
#award_details  p {
}
#profile {
}
#leadership {
	width: 50%;
}
#leadership_group  {
	/* div container of leadership group (i.e., "Design Principals" */	
}
#leadership_bio  {
	/* div container of bio detail information */
	left: 50%;
	width: 50%;
}
#philosophy {
}
/* ------------------------ CONTACT US SECTION ------------------------ */
#contacts {
/* div container of all contacts content */	
}
#contact  {
	/* div container of single contact */	
}
#contact p {
}
/* ------------------------ PRESS AND NEWS SECTION ------------------------ */
#announcement  {
	/* div container of announcements */	
}
#announcement_summaries {
	/* div container of list of all announcement summaries */	
}
#announcement_summary {
	/* div container of single announcement summary (short desc) */	
}
#news_article  {
	/* div container of news article details (for announcements, too) */
}
#divisor{
	width: 100%;
	height: 5px;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
}
#news  {
	/* div container of news h1 title */	
}
#news_years {
	/* div container of list of years (p+links) */		
}
#news_years a {	
}
#news_years a:hover {	
}
#news_years p {	
}
#news_summaries {
	/* div container of list of news article overviews (links+date+shortdesc) */
}
#news_summary {
	/* individual news article overview (links+date+shortdesc) */
}
/* ------------------------ PROJECTS SECTION ------------------------ */
#projects_type {
	/* div container of all projects by type content */	
}
#projects_date {
	/* div container of all projects by date content */	
}
#projects_year {
	/* projects by year, year heading */	
}
#projects_location {
	/* div container of all projects by location content */	
}
#projects_region {
	/* projects by region, region heading */	
}
#project {
	/* div container of all project details content */	
}
#secondary_content {
	/* div container of project stats + project media content */
}
#project_media {
	/* div container of project media links (long list) */	
}
#statLabels {
	/* table cells for stat labels */	
	border-right: 1px solid black;
	padding-left: 0px;
	padding-right: 3px;
	margin: 0px;
}
#statData {
	/* table cells for stat items */	
	padding-left: 3px;
	padding-right: 0px;
	margin: 0px;
}
#project_media {
	visibility: hidden;
	position: absolute;
}
