﻿#site_links ul {
  position:absolute;
  z-index:1000;
  display:none;
  list-style:none;
  background:#996600;
  border-top:2px ridge #666633;
  border-bottom:2px ridge #666633;
  margin:0;
  padding:10px 0;
}
#site_links ul li {
  display:inline;
  font-weight:bold;
  padding:0 12px 0 8px;
  background-image:none;
}
#site_links ul li a {
	text-decoration:underline;
}
/* Iexploder min-height hack */
/*\*/
* html #left_nav {
  height:400px;
}
.section_group {
  margin:0 0 8px 0;  
}
.section_group h2 
{
  color: #ffffff; background-color: #4d4d4d;
}
div.news, div.news_sub {
  margin: 8px 8px;
  min-height:50px;
}
p.news, p.news_sub {
  margin:8px 8px;
}
/* Iexploder min-height hack */
/*\*/
* html .news, * html .news_sub {
  height:50px;
}
/**/

a.newslinks,
a.newslinks:visited {
  display:block;
  padding:0 0 2px 0;
  color:#515735;
  font-weight:bold;
}
.no_list      {list-style:none}
.black_bg     {background:#000;}
.highlight    {background:#ffff33;}
.lt_yellow    {background:#ffffcc;}
.bold_red     {color:#ff0000;font-weight:bold;}
.medium       {font-size:medium;}
.small        {font-size:small;}
.xsmall       {font-size:x-small;}
.pad_8        {padding:8px;}
.pad_4        {padding:4px;}
.image_block  {display:block;border:0;}
.em           {font-style:italic;}

/*====NEWS AREA==*/
.news_sub{padding:3px;clear:both;}
.news_sub:hover{background-color:#ececec;}

.scroll_to_top 
{
    text-align: right;
    padding-right: 5px;
}