#article-list ul {
	margin: 12px 0 0 8px;
}
#article-list ul li {
	list-style-type: none;
}
#article-list ul li .article-title {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	margin-top: 12px;
}
#article-list ul li p {
	margin: 2px 0 0 0;
}
#article-list .byline {
	font-style: italic;
}
#article-list .read-online {
	display: inline;
}
#article-list ul .article-title img {
	padding-left: 16px;
}

/*
ARTICLE LIST
-------------------------------------*/
#article-list {
	width: 693px;
	float: left;
	padding-bottom: 12px;
	background-color: #fff;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	margin-bottom: 12px;
}
#article-list .header {
	background-color: #8F191C;
	background-image: url(/images/design/three_blips_red.gif);
	background-repeat: no-repeat;
	background-position: 688px;
}
#article-list .header h2 {
	background-image: url(/images/design/arrow_light.gif);
	background-repeat: no-repeat;
	background-position: 6px 4px;
	padding: 2px 0 2px 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #f0f0f0;
	text-transform: uppercase;
	margin: 0;
	height: 18px;
}
#article-list h1 {
	margin: 8px;
	font-size: 170%;
	color: #333;
}
