@font-face {
    font-family: RobotoBoldCondensed;
    src: url(/custom/ResearchMetrics/fonts/Roboto-BoldCondensed-webfont.woff);
}

@font-face {
    font-family: Roboto;
    src: url(/custom/ResearchMetrics/fonts/Roboto-Regular-webfont.woff);
}
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #484848;
	font: 12px/1.7 "Roboto",Verdana,"Lucida Sans Unicode","Lucida Grande",sans-serif;
}

.top {
	width: 940px;
	height: 346px;
	margin: 0 auto;
	margin-bottom: 20px;
}

#left, #right {
	float:left;
	height: 324px;
	width: 444px;
	font: 17px "RobotoBoldCondensed",Verdana,"Lucida Sans Unicode","Lucida Grande",sans-serif;
	padding-top: 22px;
	padding-left: 15px;
}

#left {
	margin-right: 22px;
	background: url("/custom/ResearchMetrics/images/Photo_01.png") no-repeat;
}

#right {
	background: url("/custom/ResearchMetrics/images/Photo_02.png") no-repeat;
}

.heading {
	display: block;
	width: 915px;
	height: 54px;
	background: url("/custom/ResearchMetrics/images/Heading.png") no-repeat;
	margin: 0 auto;
	padding: 10px 10px 10px 15px;
	font-weight: bold;
	margin-bottom: 25px;
	font: 17px "RobotoBoldCondensed",Verdana,"Lucida Sans Unicode","Lucida Grande",sans-serif;
}
.heading-head {
	display: block;
	text-transform: uppercase;
	color: #ffffff;
}

.heading-content {
	display: block;
	color: #b8e0fc;
}

.research-highlights {
	width: 940px;
	margin: 0 auto;
}

.element {
	margin-bottom:25px;
	height: 120px;
}

.element > .element-picture {
	float: left;
	height: 120px;
	width: 120px;
}

.element > .element-body {
	float:left;
	padding-left: 25px;
	position: relative;
	top: -5px;
}

.element-body > .element-body-head {
	text-transform: uppercase;
	font: 17px "RobotoBoldCondensed",Verdana,"Lucida Sans Unicode","Lucida Grande",sans-serif;
	display: block;
	color: #474747;
}

.element-list , .element-list > li{
	margin: 0;
	padding: 0;
}

.element-list {
	padding-left: 15px;
	list-style: outside none disc;
}

.element-list > li {
	margin-top: 6px;
	color: #005088;
}

.li-content {
	color: #484848;
}

.emphasize {
	text-transform: uppercase;
	font-family: "RobotoBoldCondensed",Verdana,"Lucida Sans Unicode","Lucida Grande",sans-serif;

}