.articleSectionHeader {
	margin-bottom:16px;
}

.datePosted {
	font-size:9px;
	margin-bottom: 0px;
	line-height:normal;
	color:#9DA6AF;
}
.articleHeadline {
	margin-bottom:0px;
	line-height:normal;
}
.articleHeadline a {

}

.articleTags {
	font-size:9px;
}

.articleTags a {

}

.addthis_container {
	margin-top:20px;
	margin-bottom:10px;
}
.articlesErrorMsg {
	font-weight:bold;
}
hr {
    height:1px;
    border:none;
    background-color:#336DA8;
}
ul#searchByYear {
	margin:0 0 36px 18px;
	padding:0;
	list-style:none;
	white-space:nowrap;
	text-align:center;
	background:#368AB8;
	width: 130px;
	line-height: 1em;
	height: 36px;
	float: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #FFB50E;
	font-size: 14px;
	font-weight: bold;
	position: relative;
}
ul#searchByYear li {
	cursor: pointer;
	padding-top: 11px;
	list-style: none;
	padding-bottom: 11px;
}
ul#searchByYear a:link, ul#searchByYear a:visited {
	text-decoration: none;
	color: #FDEBA4;
	display: block;
}
ul#searchByYear a:hover {
	text-decoration: none;
	color: #FF8A00;
}
ul#searchByYear ul {
	position:absolute;
	background: #336DA8;
	list-style: none;
	line-height: 1em;
	margin: 0px;
	padding: 3px 3px 1px;
	text-align: center;
	border-right: none;
	width: 126px;
	border-left: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top: none;
	border-bottom: none;
	display: none;
	top: 36px;
	left: -1px;
}

ul#searchByYear li:hover > ul {
	display: block;
	list-style: none;
}
ul#searchByYear ul li {
	font-weight: normal;
	margin: 0px 0px 2px;
	padding: 4px 0px;
	background: #368AB8;
}
ul#searchByYearSub a:link, ul#searchByYearSub a:visited {
	text-decoration: none;
	color: #FDEBA4;
	display: block;
}
ul#searchByYearSub a:hover {
	text-decoration: none;
	color: #FF8A00;
}
