H1.main_title {
  padding-top: 10px;
  padding-bottom: 10px;
}

.col_a {
  border-top: 1px solid rgb(98, 80, 66);
  padding-top: 0px;
}

.video_thumb {
  float: left;
  padding-right: 10px;
}

.breadcrumbs { 
  padding-top: 10px; 
  padding-bottom: 10px; 
}

/* Make the news look different here */

.news_header {
  border-top: 0;
}

.news_content {
  clear: both;
  background-color: rgb(244, 244, 244);
  background-image: url('../img/news-bg-top.gif');
  background-repeat: repeat-x;
  padding-top: 20px;
  padding-bottom: 10px;
/*  border-bottom: 0px;*/
  border-top: 3px solid rgb(27, 89, 40);
  padding-left: 20px;
}

.news_story_list {
  width: 650px;
  border-left: 0;
}

.news_story_body {
  width: 640px;
  margin-right: 10px;
}

/* Supported Entities */

.supported_entity {
  padding-top: 7px;
  padding-bottom: 3px;
  border-bottom: 1px solid rgb(154, 154, 154);
}

.supported_entity.last {
  border-bottom: 0;
  padding-bottom: 0;
}

.supported_entity .cta_list {
  float: left;
}

.supported_entity .entity_name {
  float: left;
  font-weight: bold;
  padding-left: 15px;
  font-size: 95%;
}

.news_story blockquote {
	display: block;
	padding: 0 20px;
	margin-left: 10px;
	margin-top: 5px;
	width: 500px;
	background: url('../img/openquote.gif') no-repeat left top;
}

.news_story blockquote p {
	background: url('../img/closequote.gif') right bottom no-repeat;
}