body {
	margin: 60px 20px 20px 20px;
	
	background-color: #fff;
	
	text-align: center;
}

body, .body, td, select, input, textarea, h1, h2, h3, h4, h5, h6  {
	font-size: 11px; 
	line-height: 110%;
	font-family: Helvetica,Arial,Verdana;
	color: #7c3a00;
	text-decoration: none;
	font-weight: normal;
}

div, ul, li, table, td, form, img, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

table {
	margin: 0 10px;
	padding-bottom: 1em;
}

p {
	padding-bottom: 1em;
}

a {
	color: #7c3a00;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}



h1 {
	font-size: 13px;
	color: #111;
	
	font-weight: normal;
	
	margin: 0 0 10px 0;

	text-transform: lowercase;
}

h2 {
	font-size: 12px;
	color: #111;
	
	font-family: Helvetica,Arial,Verdana;
	font-weight: normal;
	
	margin: 4px 0 2px 0;
}



ul {
	padding: 0 0 .6em 10px;
	
	list-style-position: outside;
	list-style-type: disc;
}

li {
	padding: 0 0 2px 0;
}

.clear {
	clear:both;
	display:block;
	overflow:hidden;
	padding: 0;
	margin: 0;
	height: 0;
	width: 100%;
}


.floatLeft {
	position: relative;
	float: left;
	display:inline;
}
.floatRight {
	position: relative;
	float: right;
	display:inline;
}


.smallText {
	font-size: 11px;
}

.greyText {
	color: #666;
}

.blackText {
	color: #111;
}



#mainBody {
	position: relative;
	
	margin: 0 auto;
	width: 960px;
}


#contentWrapper {
	position: relative;
	
	width: 960px; height: 610px;
}


#sideBar {
	position: absolute;
	
	top: 0; left: 0;
	width: 110px; height: 540px;
	
	background: url('/images/backgrounds/bg_sideBar.gif') repeat;
}



#mainNav {
	position: relative;
	
	padding-top: 83px;
	
	text-align: right;
	
	
}

#mainNav a {
	display: block;
	
	text-transform: lowercase;
	
	/* color: #c28d73; */
	color: #fff;
}

#mainNav a.nav {
	margin-top: 22px;
	padding: 0 10px;
	
	font-size: 12px;
}

#mainNav a.subnav {
	margin-top: 8px;
	padding: 0 15px 0 10px;
	
	font-size: 11px;
}

#mainNav a.selected {
	color: #aaa;
}

#mainNav a.selectedSubnav {
	color: #aaa;
	background: url('/images/misc/misc_subnavArrow.gif') no-repeat 100% 0;
}

#mainNav a:hover {
	color: #aaa;
	text-decoration: none;
}



#mainContent {
	position: absolute;
	
	top: 0; left: 110px;
	width: 850px; height: 540px;
	
	text-align: right;
	
	background-color: #ccc;
}

#mainBackgroundImageContainer {
	position: absolute;
	
	top: 0; right: 0;
	width: 850px; height: 540px;
	
	overflow: hidden;
}

#mainBackgroundImage {
	position: absolute;
	
	bottom: 0; right: 0;
}


#bottomContent {
	position: absolute;
	
	top: 540px; left: 0;
	width: 960px; height: 70px;
}



#footer {
	position: relative;

	text-align: left;
	
	font-size: 11px;
}

#footer a {
	margin-right: 25px;
	
	text-transform: lowercase;
}

#footer a:hover {
	text-decoration: none;
}

#footer a.selectedFooter {
	color: #000;
	text-decoration: none;
}



.listItemThumbContainer {
	z-index: 1000000;
	position: absolute;
	
	top: 0; left: 240px;
	width: 160px; height: 122px;
}

.listItemThumb {
	position: relative;
	
	width: 150px; height: 115px;
	
	padding: 2px 5px 5px 5px;
	
	background: url('/images/backgrounds/bg_floatingThumb.png') repeat;
}



#innerContentLeft {
	position: absolute;
	
	top: 0; left: 0;
	width: 320px; height: 540px;
}

#innerContentRight {
	position: absolute;
	
	top: 0; left: 320px;
	width: 530px; height: 540px;
}


#innerContentLeftBackground {
	position: absolute;
	
	top: 0; left: 0;
	width: 320px; height: 540px;
	
	background: #fff;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75); 
	-moz-opacity: 0.75; 
	opacity: 0.75;
}


#innerContentLeftScrollContentWrapper { 
	position: absolute;
	
	top: 30px; left: 30px;
	width: 260px; height: 480px;
	
	overflow: hidden;
}

#innerContentLeftScrollContent { 
	position: absolute;
	
	top: 0; left: 0;
	width: 260px;
	
	text-align: left;
	
	font-family: Helvetica,Arial,Verdana;
	font-size: 11px; 
	line-height: 165%;
}

#innerContentLeftScrollContentWrapper .stdTopPadding {
	padding-top: 146px;
}

#innerContentLeftScrollContentWrapper .projectTopPadding {
	/* nothing */
}

#innerContentLeftScrollContent h2 { 
	color: #111;
	font-weight: normal;
	font-size: 12px;
}

#innerContentLeftScrollbarContainer { 
	position: absolute;
	
	top: 30px; left: 304px;
	width: 4px; height: 480px;
}



#innerContentRightBackground {
	position: absolute;
	
	top: 0; left: 0;
	width: 530px; height: 540px;
	
	background: #fff;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75); 
	-moz-opacity: 0.75; 
	opacity: 0.75;
}


#innerContentRightScrollContentWrapper { 
	position: absolute;
	
	top: 30px; left: 40px;
	width: 450px; height: 480px;
	
	overflow: hidden;
}

#innerContentRightScrollContent { 
	position: absolute;
	
	top: 0; left: 0;
	width: 450px;
	
	text-align: left;
	
	font-family: Helvetica,Arial,Verdana;
	font-size: 11px; 
	line-height: 165%;
}

#innerContentRightScrollContent h1 {
	font-size: 12px;
	font-family: Helvetica,Arial,Verdana;
	
	text-transform: none;
	
	margin: 2px 0 9px 0;
}


#innerContentRightScrollContentWrapper .stdTopPadding {
	padding-top: 146px;
}

#innerContentRightScrollContent h2 { 
	color: #111;
	font-weight: normal;
	font-size: 12px;
}

#innerContentRightScrollContent a { 
	text-decoration: underline;
}

#innerContentRightScrollbarContainer { 
	position: absolute;
	
	top: 30px; left: 514px;
	width: 4px; height: 480px;
}




.Scrollbar-Track { 
	z-index: 100;
	position: absolute;
	
	top: 0; left: 1px;
	width: 4px; height: 480px;
	
	background-color: #aaa;
}

.Scrollbar-Handle { 
	z-index: 1000;
	position: absolute;
	
	top: 0; left: 0;
	width: 6px; height: 340px;
	
	margin-left: -1px;
	
	background-color: #111;
}




.newsScrollList #innerContentLeftScrollContentWrapper,
	.musingsScrollList #innerContentLeftScrollContentWrapper {
	
	height: 468px;
}

.newsScrollList #innerContentLeftScrollbarContainer,
	.musingsScrollList #innerContentLeftScrollbarContainer {
	
	height: 468px;
}

.newsScrollList .Scrollbar-Track,
	.musingsScrollList .Scrollbar-Track { 
	
	height: 468px;
}



#innerContentLeft.legalprivacyScrollList, #innerContentLeft.legalprivacyScrollList #innerContentLeftBackground {
	width: 640px;
}

.legalprivacyScrollList #innerContentLeftScrollContentWrapper {
	width: 580px;
}

.legalprivacyScrollList #innerContentLeftScrollContent {
	width: 580px;
}

.legalprivacyScrollList #innerContentLeftScrollbarContainer {
	left: 624px;
}



#innerContentLeft.sitemapScrollList, #innerContentLeft.sitemapScrollList #innerContentLeftBackground {
	width: 850px;
}

.sitemapScrollList #innerContentLeftScrollContentWrapper {

	width: 790px;
}

.sitemapScrollList #innerContentLeftScrollContent {
	width: 790px;
}

.sitemapScrollList #innerContentLeftScrollbarContainer {
	left: 834px;
}




.listItem {
	position: relative;
	
	padding-bottom: 9px;
	
	font-family: Helvetica,Arial,Verdana;
	font-size: 11px; 
	line-height: 140%;
	
	color: #111;
}

.listItem a {
	color: #111;
	text-decoration: none;
}

.listItem a:hover, .listItem a.on {
	color: #7c3a00;
	text-decoration: none;
}

.listItem a.downloadLink  {
	color: #7c3a00;
	text-decoration: none;
}

.listItem a.downloadLink:hover {
	color: #111;
	text-decoration: underline;
}



#bottomContent #imageCredit {
	padding-top: 10px;
	
	text-align: right;
	
	font-size: 11px;
	color: #111;
}



#projectDetailNameLink {
	position: absolute;
	
	top: 21px; left: 110px; /*top: 30px;*/
	width: 315px; height: 49px;
	
	text-align: left;
	
	font-size: 11px;
	color: #111;
}

#projectDetailName {
	max-width: 205px;
	/* to get this to work on IE */
	width: expression(this.width > 205 ? 205: true);
}

#projectDetailsLink {
	margin-left: 30px;
	width: 80px;
}

#projectDetailsLink a {
	color: #111;
}

#projectDetailsLink a:hover {
	color: #7c3a00;
	text-decoration: none;
}


#projectDetailContent h1 {
	font-size: 12px;
	font-family: Helvetica,Arial,Verdana;
	
	text-transform: none;
	
	margin: 0 0 2px 0;
}

#projectDetailContent .topInfo {
	font-size: 11px;
	line-height: 14px;
	
	font-family: Helvetica,Arial,Verdana;
	
	color: #111;
	
	margin: 0 0 2px 0;
}

#projectDetailContent #detailsCopy {
	margin-top: .5em;
}


#projectDetailContent #projectAwardsList, #projectDetailContent #projectPublicationsList {
	margin: 1.5em 0;
	
	color: #111;
	font-size: 10px;
}

#projectDetailContent #projectAwardsList .subItemsListItem,
	#projectDetailContent #projectPublicationsList .subItemsListItem {

	line-height: 12px;
	margin: 2px 0 6px 0;

}


#projectDetailThumbs {
	position: absolute;
	
	top: 21px; left: 425px;
	width: 535px; height: 50px;
}


#projectDetailThumbsNav {
	position: relative;
	float: left;
	display:inline;
	
	width: 20px; height: 15px;
	
	margin: 6px 5px 0 0;
}

#projectDetailThumbsLeftArrow {
	position: absolute;
	
	top: 0; left: 0;
	width: 10px; height: 15px;
}

#projectDetailThumbsRightArrow {
	position: absolute;
	
	top: 0; left: 10px;
	width: 10px; height: 15px;
}


.projectDetailThumb {
	position: relative;
	float: left;
	display:inline;
	
	width: 28px; height: 28px;
	
	margin-left: 2px;
}


#projectDetailThumbsScrollContainer {
	position: relative;
	float: left;
	display:inline;
	
	height: 28px;
	
	overflow: hidden;
}

#projectDetailThumbsScroll {
	position: absolute;
	
	top: 0; left: 0;
	height: 28px;
}


.peopleSpecialInfo {
	width: 150px;
	padding: 0 24px 12px 0;
	
	line-height: 120%;
}

.peopleSpecialInfo img {
	padding-bottom: 8px;
}

.peopleSpecialInfo h1#personName {
	margin: 4px 0 2px 0;
}

.peopleBio {
	width: 276px;
}


.subProjectListItem {
	font-size: 11px;
	line-height: 11px;
	
	margin: 2px 0 4px 0;
}


#newsNav, #musingsNav {
	position: absolute;
	
	bottom: 5px; left: 2px;
	width: 316px; height: 31px;
	
	color: #ccc;
	font-family: Helvetica,Arial,Verdana;
	font-size: 11px;
	line-height: 24px;
	
	text-transform: lowercase;
	
	text-align: left;
}

#newsNav #newsNavArrow, #musingsNav #musingsNavArrow {
	position: absolute;
	
	top: 0;
	width: 16px; height: 7px;
	
	background: url('/images/misc/misc_currentArrow.gif') no-repeat;
}

#newsNav #newsNavArrow.current, #musingsNav #musingsNavArrow.current {
	left: 27px;
}

#newsNav #newsNavArrow.archives, #musingsNav #musingsNavArrow.archives {
	left: 139px;
}


#newsNav #newsNavBlock, #musingsNav #musingsNavBlock {
	position: absolute;
	
	bottom: 0; left: 0;
	width: 316px; height: 24px;
	
	background-color: #111;
}

#newsNav #newsNavBlock a, #musingsNav #musingsNavBlock a {
	display: block;
	float: left;
	
	margin-left: 27px;
	width: 85px;
	
	color: #ccc;
}

#newsNav #newsNavBlock a:hover, #newsNav #newsNavBlock a.selectedNewsNav,
		#musingsNav #musingsNavBlock a:hover, #musingsNav #musingsNavBlock a.selectedMusingsNav {
	color: #fff;
	text-decoration: none;
}



h1#newsTitle, h1#musingsTitle {
	margin-top: 0;
}

#musingsAuthor {
	margin: -9px 0 9px 0;
}

#newsDownloadLink, #musingsDownloadLink {
	margin: 1.5em 0;
	
	font-size: 11px;
}

#newsDownloadLink a, #musingsDownloadLink a {
	color: #111;
}

#newsDownloadLink a:hover, #musingsDownloadLink a:hover {
	color: #7c3a00;
	text-decoration: none;
}



#newsProjectsList, #musingsProjectsList {
	margin: 1.5em 0;
	
	font-size: 11px;
}

#newsProjectsList .subItemsListItem, #musingsProjectsList .subItemsListItem {
	line-height: 13px;
	margin: 3px 0 6px 0;
}

#newsProjectsList a, #musingsProjectsList a {
	color: #111;
}

#newsProjectsList a:hover, #musingsProjectsList a:hover {
	color: #7c3a00;
	text-decoration: none;
}





#sitemapList ul {
	list-style-type: none;
}

#sitemapList ul li {
	line-height: 13px;
	margin: 3px 0 4px 0;
}

#sitemapList ul ul {
	padding-left: 16px;
}


#pageError {
	position: absolute;
	
	top: 100px; left: 0;
	width: 850px; height: 125px;
	
	text-align: left;
}

#pageErrorBackground {
	z-index: 10;
	position: absolute;
	
	top: 0; left: 0;
	width: 850px; height: 125px;
	
	background: #fff;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75); 
	-moz-opacity: 0.75; 
	opacity: 0.75;
}

#pageErrorContent {
	z-index: 100;
	position: absolute;
	
	top: 0; left: 0;
	width: 800px; height: 75px;
	
	padding: 25px;
}