h2 {
	font-weight: bold;
	font-size: 17px;
	line-height: 16px;
	margin-bottom: 12px;
	color: #00adee;
}
#imgContainer {
	margin-bottom: 13px;
}

/* Features */
#featuredArticles div {
	height: 81px;
	margin-bottom: 24px;
}

#featuredArticles h3 {
  color: #00adee;
	font-weight: bold;
	font-size: 14px;
}
#featuredArticles h3 a {
	text-decoration: none;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

div.articleIntro p.intro {
	height: 43px;
	margin-bottom: 8px;
}
div.articleIntro a.see_more {
	line-height: 10px;
}

/* Search */
.searchResults .srLabel {
	font-weight: bold;
	font-size: 17px;
	line-height: 16px;
	margin-bottom: 12px;
	color: #00adee;
}
.searchResults .srLabel #srQuery {
	color: #808080
	font-weight: normal;
}
.searchResults #srCount {
	color: #a0a0a0;
}
.searchResults #results {
	margin-top: 2em;
	margin-bottom: 2em;
}
.searchResults .resultTitle {
	color: #00adee;
	font-weight: bold;
}
.searchResults .oneResult {
	margin-bottom: 1.5em;
}
