.article {
	margin: 0;
	margin-bottom: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	clear: both;
}

.content_item_first .article .article_headline {
	color: #d2bd50;
	font-size: 16px;
	line-height: 21px;
	text-transform: uppercase;

	padding-top: 3px;
	margin-bottom: 12px;
}
/* Shifty Headlines. Line-height will need adjusted */
.content_item_first .article .article_headline .over {
	height: auto;
	max-height: none;
	/*position: absolute;*/
	line-height: 21px;
}


/*.mobile .content_item_first .article .article_headline {
	height: auto;
}

.mobile .content_item_first .article .article_headline .over {
	height: auto;
	max-height: auto;
	position: relative;
}*/


.article_headline {
	color: #786535;
	font-size: 13px;
	font-weight: bold;
}

.article_headline p {
	margin: 0;
	padding: 0;
}
.article_headline a {
	color: #d2bd50;
}

.article_copy {
	margin: 0;
	padding: 0;
	color: #786535;
	font-size: 12px;
	line-height: 16px;
}

.article_copy p {
	margin: 0;
	padding: 0;
	margin-bottom: 16px;
}

.article_copy img {
    vertical-align: top;
	max-width: 460px; /* match content width */
	height: auto !important;
}

.article_copy a {
	color: #d2bd50;
}

.article_copy ol {
	padding: 0;
	margin: 0 0 15px 0;
}

.article_copy ol li {
	margin-left: 19px;
	list-style-type: decimal;
	line-height: 15px;
	font-size: 11px;
}

.article_copy ul {
	padding: 0px 0 0 14px;
	margin: 0 0 15px 0;
}

.article_copy ul li {
	margin: 0 0 10px 0;
	padding-left: 13px;

	background-image: url(images/li.png);
	background-repeat: no-repeat;
	background-position: 5px 7px;

	list-style: none;
	/*color: #d2bd50;*/
	line-height: 16px;
}


.article_copy ul ul {
	margin-bottom: 0;
}

.body_photo_left {
	float: left;
	position: relative;
	margin: 12px 12px 12px 0;
}

.body_photo_left img {
	float:inherit;
}

.body_photo_right {
	float: right;
	position: relative;
	margin: 12px 0 12px 12px;
}

.body_photo_right img {
	float:inherit;
}

.body_photo_left img.top, .body_photo_right img.top {
	margin-top: -9px;
}
