div#omNavigation {
	background-image: url('../images/research/navigation/navBorderMain.gif');
}
	div#omNavigation ul {
		background-image: url('../images/research/navigation/navBackground.gif');
	}
		div#omNavigation ul li {
			position: relative;
			background-image: url('../images/research/navigation/navBackground.gif');
		}
			div#omNavigation ul li.selected {
				background-image: url('../images/research/navigation/navOn.gif');
			}
			div#omNavigation ul li a {
				color: rgb(144, 144, 144);
			}
			div#omNavigation ul li a:hover {
				color: rgb(76, 76, 76);
			}
			div#omNavigation ul li.selected a {
				color: rgb(33, 125, 94);
			}
div.omContainer {
	margin-left: 160px;
}
	div.omContainer img {
		position: absolute;
	}
div#researchOverview a.gotoLink {
	left: 0;
	height: 22px;
	margin-left: 0;
	line-height: 22px;
	background-image: url('../images/research/buttons/green_button.gif');
}

div#researchPresentations div.omContainer,
div#researchAwards div.omContainer,
div#researchOpportunities div.omContainer {
	margin-right: 24px;
	margin-left: 115px;
	height: auto;
}

div#researchPeople div.omContainer,
div#researchGalleries div.omContainer,
div#researchPapers div.omContainer {
	margin-right: 24px;
	margin-left: 115px;
	padding: 12px 12px 0 85px;
	height: auto;
	background-image: url('../images/research/backgrounds/gradientBackground.gif');
	background-repeat: repeat-y;
}
	div#researchPeople div.omContainer img.profileImage,
	div#researchPapers div.omContainer img.profileImage {
		top: 12px;
		left: 0;
		padding: 4px;
		background-color: rgb(231, 231, 231);
	}
	div#researchPapers div.omContainer img.profileImage {
		padding: 0;
		border: 1px solid rgb(212, 212, 212);
		background-color: transparent;
	}
div#researchOpportunities ul {
	font-size: 1.1em;
}
div.gallery {
	margin-bottom: 4px;
}
	div.gallery a.thumbnail {
		display: block;
		width: 61px;
		height: 61px;
		margin: 0 3px 3px 0;
		float: left;
		padding: 2px;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-color: rgb(212, 212, 212);
	}
		div.gallery a.thumbnail:hover {
			background-color: rgb(151, 151, 151);
		}
div.profile {
	min-height: 44px;
}
div.profile p {
	margin-bottom: 0;
}
div.omToggle {
	padding-bottom: 12px;
}
div.actions a {
	position: relative;
	float: left;
	height: 22px;
	margin: 12px 0 12px 3px;
	line-height: 22px;
}
	div.actions a.omToggle {
		width: 152px;
	}
	div.actions a.download,
	div.actions a.visit {
		width: 193px;
		background-image: url('../images/research/buttons/actionButton.gif');
	}
		div.actions a.download img {
			vertical-align: top;
			margin-top: 2px;
			padding-left: 4px;
		}
		div.actions a.download span {
			padding-left: 26px;
		}
		div.action a.visit span {
			padding-left: 20px;
		}