#tabs {
  float: left;
  margin-top: 16px; 
}
.ui-tabs { 
  padding: .2em;
  zoom: 1; 
}
.ui-tabs .ui-tabs-nav { 
  list-style: none;
  padding: .2em .2em 0;
  position: relative;
}
.ui-tabs .ui-tabs-nav li { 
  background: transparent url(/design/images/template/bg-shadow.png) repeat-x 0 23px;
  border-bottom-width: 0 !important;  
  float: left; 
  margin: 0 .2em -1px 0; 
  padding: 0;
  position: relative;
}
.ui-tabs .ui-tabs-nav li a { 
  border-left: 1px solid #DADAC3;
  border-right: 1px solid #DADAC3;
  border-top: 1px solid #DADAC3;
  display: block;
  float: left;
  font: bold 11px Arial, Helvetica, sans-serif;
  height: 20px;
  outline: 0;
  padding: 6px 0 4px 10px;
  text-decoration: none; 
  width: 100px;
}  
.ui-tabs .ui-tabs-nav li a:hover {
  background-color: #E7F4DC;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { 
  background-color: #E7F4DC;
  background-image: none;
  color: #00778A;
  padding-bottom: 2px; 
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a#news, 
.ui-tabs .ui-tabs-nav li.ui-state-disabled a#news, 
.ui-tabs .ui-tabs-nav li.ui-state-processing a#news { 
  background: url(/design/images/template/icon-newspaper.gif) no-repeat 95% 6px;  
  border-bottom: 1px solid #E7F4DC;
  color: #00778A; 
  cursor: text;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a#events, 
.ui-tabs .ui-tabs-nav li.ui-state-disabled a#events, 
.ui-tabs .ui-tabs-nav li.ui-state-processing a#events { 
  background: url(/design/images/template/icon-calendar.gif) no-repeat 95% 6px; 
  border-bottom: 1px solid #E7F4DC;
  color: #00778A; 
  cursor: text;
}
.ui-tabs .ui-tabs-nav li a, 
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { 
  cursor: pointer; 
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { 
  background-image: none;
  border-width: 0;
  padding: 1em 1.4em; 
  display: block;  
}
.ui-tabs .ui-tabs-hide { display: none !important; }

#tabs li { list-style: none; line-height: 16px; }

#tabs-1, #tabs-2,
#tabs-3, #tabs-4 { 
  clear:left;
  float:left;
  width: 600px; 
}
a#news { 
  background: url(/design/images/template/icon-newspaper.gif) no-repeat 95% -38px;
  color: #333;
  padding-right: 20px;
}
a#news:hover {
  background-position: 95% 6px;
  color:#00778A;
}
a#events { 
  background: url(/design/images/template/icon-calendar.gif) no-repeat 95% -38px;
  color: #333;
  padding-right: 20px;
}
a#events:hover { 
  background-position: 95% 6px;
  color: #00778A;
}

ul.tabs-nav { margin-left: 10px; }

#news-events { 
  background-color: #E7F4DC;
  border: 1px solid #DADAC3;
  float: left;
  margin-top: -2px; 
  padding-bottom: 5px;
  width: 618px;
}

.rssButton{ float:right; }

#tabs h3 { 
  clear: left; 
  font-size: 12px;
}
.date { 
  color: #333; 
  float: left;
  margin: 5px 0 15px 0;
}
.btn { 
  clear: both; 
  float: left;
}
