/*********************************************************************
Info boxes beneath content

The three inner DIVs maintain a consistent minimum height using the
OneTrueLayout method by Alex Robinson:
http://www.positioniseverything.net/articles/onetruelayout/
*********************************************************************/

#column-container {
	overflow: hidden;
}

#content .column {
	float: left;
	width: 221px;
	margin-right: 8px;
	padding-bottom: 20000px;
	margin-bottom: -20000px;
}

#content .column.last {
	margin-right: 0;
}

#content .article {
	width: 100%;
	min-height: 145px;
	margin-bottom: 50px;
}

#content .article h3 {
	margin: 0;
	padding: 0;
}

#content .article h3 a {
	display: block;
	color: white;
	text-decoration: none;
	padding: 4px 0 2px 6px;
	background: #4E4855 url(../../images/template/three-column/heading_background.gif) no-repeat top left;
}

#content .article p {
	font-size: 95%;
	line-height: 1.24em;
	margin: 10px 4px 4px 6px;
}

#content .article a.more {
	display: block;
	font-size: 95%;
	color: #4E4855;
	text-decoration: none;
	margin: 0 0 0 6px;
	padding: 0 0 0 10px;
	background: url(../../images/template/three-column/bullet_black.gif) no-repeat left 4px;
}