

/**** INTERIOR LANDING PAGE NEWS & EVENTS TABS CSS ********/

.view_full a {
	padding:4px 0 9px 0;
	float:right;
	display:block;
	color:#5c855c;
}
.view_full a:hover{
	color:#DDAB35;
}
#news_events_landing {
	background:url('/images/system/news_events_widget_interior_edges.png') no-repeat 0 0;
	overflow:hidden;
}

#news_events_landing ul {
        list-style:none;
}

.tab-content {
	margin:0;
	width:278px; /*300 minus padding */
	padding:0 10px;
	overflow:hidden;
}
.tab-content  a {
	text-decoration: none;
}
.tab-content ul{
	padding:0;
	margin:0;
}
.tab-content ul li{
	border-bottom:1px solid #ccc;
}
.tab-content ul li a {
	font-weight:bold;
	color:#000;
}
.tab-content ul p {
	color:#999;
	font-size:8pt;
	display: inline;
}
/*****NEWS *******/

a#more-link, a#close-link {
	text-decoration:none;
	font-weight:bold;
	color:#5c855c;
}
a#more-link:hover, a#close-link:hover  {
	text-decoration:underline;
	color:#DDAB35;
}
#more-link {
	padding-right: 60px;
}
#close-link {
	padding-left: 60px;
}
#tab_news {
	margin: 0;
	padding-right:8px;
}
#tab1 ul li {
	padding:4px 0;
	width:100%;
}
#tab1 ul li a {
  /* no color assigned */
}
#tab1 ul li a:hover {
	color:#DDAB35;
}
#news_item_teaser {
	width:50%;
	float:left;
}
#news_item_photo {
	float:right;
	padding:5px;
	width:76px;  /*86 minus padding */
	height:76px;  /*86 minus padding */
	background:url('/images/system/news-item-image-box.png') no-repeat 0 0;
}
#news_item_photo  img {
	margin:8px 8px;
}

/*****EVENTS *******/
#tab2 ul li {
	padding:4px 0;
	width:100%;
}
#tab2 ul li a {
	float:left;
}
#tab2 ul li a:hover {
	color:#DDAB35;
}
.calendar_add {
	display:block;
	margin-left:60px;
	height:14px;
	width:15px;
	background:url('/images/system/add_to_calendar_icon.png') no-repeat 0 0;
}
.event_plus {
	display:block;
	margin-left:4px;
	height:14px;
	width:15px;
	background:url('/images/system/events_plus_icon.png') no-repeat 0 0;
}
#landingrotator img {
 margin: 0;
}

