.container_div_with_green_bg {
	background-image:url(../../dulcinea/img/news/news_card_shadow.jpg);
	background-repeat:repeat-x;
	background-color:#7F9600;
	clear:right;
}

.more_top_stories_title {
	position:relative;
	color:white;
	font-size:1.2em;
	padding-left:13px;
	padding-top:5px;
	margin-bottom:5px;
	font-weight:normal;
}
.card_ad {
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
}
.secondary_card_box {
	
}
.card_navigation_row {
	width:400px;
	float:right;
	text-align:right;
}
#activateMenu {
	position:absolute;
	top:5px;
	right:25px;
}
.card_row {
	display:block;
	margin-bottom:5px;
	padding-left:10px;
}
.card_row ul {
	margin:0;
	padding:0;
	list-style-type:none;
	background-color:none;
	background-image:url(../../dulcinea/img/news/news_card_middle.jpg);
	background-repeat:repeat-y;
	background-position:left top;
	clear:left;
	width:100%;
}
#FIREFOX .card_row ul, #SAFARI .card_row ul {
	overflow:auto; /* DO NOT REMOVE, FIXES background-image BUG */
}
.card_row ul li {
	float:left;
	width:233px;
	height:auto;
	padding-left:10px;
	padding-right:10px;
	padding-top:1px;
	padding-bottom:.25em;
}
#MSIE .card_row ul li {
	width:256px;
}
.more_story_cards {
	position:relative;
	/*padding-bottom:1em;*/
}
#MSIE .more_story_cards {
	height:1%;
}
.more_story_cards:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    width:10px;
}
.more_top_stories_small_image {
	float:left;
	vertical-align:top;
	padding:1px;
	border:solid 1px gray;
	margin-bottom:5px;
	margin-right:5px;
}
.more_top_stories_headline {
	font-weight:bold;
	line-height:1em;
}
.more_top_stories_headline a, .more_top_stories_headline a:visited {
	color:#006BB7;
}
.more_top_stories_headline_deck {
	line-height:1.1em;
	clear:left;
}

.more_top_stories_headline_deck, .more_top_stories_headline a {
	font-size:9pt;
}
.more_top_stories_headline_startdate {
	color:rgb(85,85,85);
	margin-top:2px;
	font-style:italic;
	font-size:8pt;
}
.card_read_more {
	text-align:right;
}
.card_read_more a, .card_read_more a:hover {
	color:#006BB7;
}
.link_to_index {
	text-align:right;
	margin-top:2px;
	padding:3px;
	padding-right:20px;
	margin-bottom:3px;
	/*background-color:white;*/
}
.link_to_index a {
	text-decoration:none;
	color: white;
}
.link_to_index a:hover {
	text-decoration:underline;
}
#footer {
	clear:left;
}

#headerMenu {
	background-image: url(../../dulcinea/jsp/home/newsDropdownFade.gif);
	border: 1px solid #809600;
}



#headerMenu #topics a {
	color: #809600;
}

#headerMenu #completeMenu a {
	color: #809600;
}

	
