	/* SECTION NEWSLETTER STYLES */

div#section-news-container h1 {
	font: bold 24px Arial, Helvetica, sans-serif !important;
	color: #302F7B !important;
	margin-top: 0px !important;
	margin-bottom: 20px !important;
}
div.section-article-container h2 {
	font: italic 18px Arial, Helvetica, sans-serif !important;
	color: #C18C09 !important;
	margin-top: 0px !important;
	margin-bottom: 20px !important;
	border: none !important;
}
div.section-article-container h3 {
	font: bold 16px Arial, Helvetica, sans-serif !important;
	color: #1E1C48 !important;
	margin: 0px 0px 20px !important;
}
div.section-article-container #section-right-col h3 {
	font: bold 14px Arial, Helvetica, sans-serif !important;
	color: #1E1C48 !important;
	margin: 0px 0px 20px !important;
}
div.section-article-container h4 {
	font: 12px;
}
div.section-article-container p {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #333;
	padding: 0px;
	margin: 0px 0px 20px;
}
div.section-article-container a {
	font: bold 12px/16px Arial, Helvetica, sans-serif !important;
	color: #C68D09 !important;
	text-decoration: none !important;
}
div.section-article-container a:hover {
	color: #9C7106;
}
div.section-article-container a.section-cta {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #C28D09;
	text-decoration: none;
	display: block;
	text-align: right;
	clear: both;
}
div.section-article-container a.section-cta:hover {
	color: #9C7106;
}
#section-news-container {
	width: 930px;
	margin: 0px auto;
}
#section-left-col {
	float: left;
	width: 600px;
}
#section-right-col {
	float: right;
	width: 300px;
}
.section-article-container {
	border: 1px solid #ccc;
	padding: 15px;
	margin-bottom: 40px;
	background:#ededed;
	background: -moz-linear-gradient(top, #ededed 59%, #d7d7d7 100%);
	background: -webkit-linear-gradient(top, #ededed 59%,#d7d7d7 100%);
	background: -o-linear-gradient(top, #ededed 59%,#d7d7d7 100%);
	background: -ms-linear-gradient(top, #ededed 59%,#d7d7d7 100%);
	background: linear-gradient(top, #ededed 59%,#d7d7d7 100%);
	-pie-background: linear-gradient(top, #ededed 59%,#d7d7d7 100%);
	-webkit-box-shadow: 2px 5px 15px #ccc;
	box-shadow: 2px 5px 15px #ccc;
	-moz-border-radius: 10px 0px;
	-webkit-border-radius: 10px 0px;
	border-radius: 10px 0px;
	behavior: url(js/PIE.htc);
}
#section-left-col .section-article-container img {
	border: 1px solid #ccc;
	float: right;
	width: 200px;
	margin: 0px 0px 20px 20px !important;
	-moz-box-shadow: 0px 0px 5px #888;
	-webkit-box-shadow: 0px 0px 5px #888;
	box-shadow: 0px 0px 5px #888;
	behavior: url(js/PIE.htc);
}
#section-right-col .section-article-container img {
	border: 1px solid #ccc;
	width: 100%;
	margin: 0px 0px 20px 0px !important;
	-moz-box-shadow: 0px 0px 5px #888;
	-webkit-box-shadow: 0px 0px 5px #888;
	box-shadow: 0px 0px 5px #888;
	behavior: url(js/PIE.htc);
}
.section-intro-container {
	padding:10px;
	margin-bottom: 20px;
}
.section-intro-container img {
	border: 1px solid #ccc;
	float: left;
	width: 100px;
	margin: 0px 20px 20px 0px;
	-moz-box-shadow: 0px 0px 5px #888;
	-webkit-box-shadow: 0px 0px 5px #888;
	box-shadow: 0px 0px 5px #888;
	behavior: url(js/PIE.htc);
}
.section-author {
	font: bold 12px Arial, Helvetica, sans-serif !important;
	color: #999999 !important;
	margin: -15px 0px 20px !important;
	padding-bottom: 10px !important;
	border-bottom: 1px dotted #999;
	display: block !important;
}
div#section-news-container .clear-all {
	clear:both;
}
#section-right-col img.author-image {
	border: 1px solid #ccc;
	float: left !important;
	width: 50px !important;
	height: auto !important;
	margin: 0px 10px 10px 0px !important;
	-moz-box-shadow: 0px 0px 5px #888;
	-webkit-box-shadow: 0px 0px 5px #888;
	box-shadow: 0px 0px 5px #888;
	behavior: url(js/PIE.htc);
}
#section-left-col img.author-image {
	border: 1px solid #ccc;
	float: left !important;
	width: 70px !important;
	height: auto !important;
	margin: 0px 20px 20px 0px !important;
	-moz-box-shadow: 0px 0px 5px #888;
	-webkit-box-shadow: 0px 0px 5px #888;
	box-shadow: 0px 0px 5px #888;
	behavior: url(js/PIE.htc);
}