html, div, map, dt, isindex, form 
{
    display: block;
}

#header a {text-decoration: none; color:#5B5B5B;}
#header a:hover {text-decoration: none; color:#000000;}

#footer a {text-decoration: none; color:#989898;}
#footer a:hover {text-decoration: none; color:#000000;}

a {text-decoration: none; color:#666699;}
a:hover {text-decoration: none; color:#0000CC;}
a img { border: none; }

ul 
{
    display:block;
    list-style-type:disc;
}

body 
{
    background: transparent url(../images/pattern_bg_tile.png) repeat;    
    font-family: Arial,Verdana,sans-serif;
    color: #5B5B5B;
    text-align: center; /*hack to center div on IE6*/
    border-top: 8px solid #c90b06;
    margin: 0px;
}

#christmas_wrapper {
    background: transparent url(../images/crackers_tile_01.png) repeat-x;
}

#wrapper 
{
    width: 984px; 
    overflow: hidden;
    margin: 0 auto;    
    text-align: left; /*hack to center div on IE6*/
}

#header 
{
    height: 83px;
    padding-top: 37px;
    position: relative;
}

#header #logo
{
    height: 70px;
    width: 206px;
    float:left;
    background: transparent url(../images/logo_springfestival.png) no-repeat scroll 0 7px;
    margin: -20px 30px 0 0px;    
}

#header #logo:hover {
    background: transparent url(../images/logo_springfestival_hover.png) no-repeat scroll 0 7px;
}

#header ul{
    margin: 0 auto;
}

#header ul#header_menu_list
{
    margin: 0 10px;    
    list-style: none;
}

#header ul#header_menu_list li
{
    display: inline; /*IE6 double margin bug*/
    float: right;    
    padding: 33px 0px 5px 0px;      
}
#header ul#header_menu_list li a
{     
    text-align: center;    
    font-size: 14px;
    font-weight:normal;
    padding: 5px 10px;        
    margin: 0px 0px;    
    border: 1px solid #999;      
    -webkit-border-radius-topleft: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-radius-topright: 5px;
    -moz-border-radius-topright: 5px;
    background:#eee;
}

#header ul#header_menu_list li a:hover {
    background:#D3D3D3;
}

#header ul#header_menu_list li a.selected
{   
    border: 1px solid #262626;      
    color:#eee;
    background:#262626;
}
#header ul#header_menu_list li a.selected:hover 
{
    border: 1px solid #262626;      
    color:#eee;
    background:#262626;
}





#content_header
{    
    padding-left: 50px;
    color:white;
    font-size:20px;
    line-height:35px;
    background-color: #262626;
    height: 35px;
}


#content_menu 
{
    display: inline; /*IE6 double margin bug*/
    float: left;
    width: 180px;    
    min-height: 418px;
    height: auto !important; /*IE6*/
    height: 418px; /*IE6*/
    //border: 1px solid #CCC;
    margin: 10px 0px 10px 10px;
    padding: 10px;
    background: url(http://commondatastorage.googleapis.com/aldiko/sider_bg.png) no-repeat;
}

#content_menu {
    color: white;    
}

#content_menu a {
    color: white;
}

#content2_wrapper
{
    margin-top: 40px;
}
.left 
{
    display: inline; /*IE6 double margin bug*/
    float:left;
}
.right 
{
    display: inline; /*IE6 double margin bug*/
    float:right;
}


#footer-wrapper {
    border-top: 9px solid #d0d0d0;
    text-align: center;
    background: transparent url(../images/foot_bg_plain_01.png) repeat;
}

#footer
{   
    clear: both;
    width: 984px;
    text-align: center;
    margin: 0 auto;
    padding-top: 60px;
}

#footer ul {
    padding-left: 0px;
    list-style: none;
    margin: 0px;
    line-height: 1.6em;
    font-size: 14px;
    color: #989898;
}

#footer h4{
    margin:0 0 5px;
}

#footer .c1{
    width: 185px;
    height: 224px;
    float: left;
    padding-left: 11px;
    text-align: left;
}

.c1 h4 {
    font-size: 16px;
    color: #989898;
}

.c1 li {
    margin: 10px 0;
}

#footer .hot {
    width: 24px;
    height: 13px;
    background: transparent url(../images/logo_bg.png) no-repeat scroll 100px 3px;
    background-position: -176px -16px;
    position: absolute;
    top: 3px;
    left: 65px;
}

#footer .new {
    width: 24px;
    height: 13px;
    background: transparent url(../images/logo_bg.png) no-repeat scroll 200px 3px;
    background-position: -176px -38px;
    position: absolute;
    top: 3px;
    left: 145px;
}
a.rsslink 
{
    background: transparent url(../images/feedicon10.png) no-repeat scroll left top;
    padding-left:14px;
}

a.twitterlink 
{
    background: transparent url(../images/twitter.png) no-repeat scroll left top;
    padding-left:14px;
}

a.facebooklink 
{
    background: transparent url(../images/facebook.png) no-repeat scroll left top;
    padding-left:14px;
}


h1 
{
    display:block;
    font-size:2em;
    font-weight:bold;
    margin:0.67em 0;
}

h2
{
    display:block;
    font-size:1.6em;
    font-weight:bold;
    margin:2em 0 1em 0;
}

h3 
{
    display:block;
    font-size:1.17em;
    font-weight:bold;
    margin:1em 0;
}

.visible 
{
    visibility:visible;
}

.collapsed
{
    visibility:collapse;
}

.innerblock 
{
    display: inline; /*IE6 double margin bug*/
    width: 808px;
    margin: 15px 30px 15px 30px;
    padding:15px;
    float:left;
}

.description
{
    margin: 10px 60px 10px 60px;    
}

.list ul
{    
    margin: 0 80px;
    line-height:2.5;        
}

.description {
  font-size: 14px;
}

.description a 
{
    text-decoration: underline;
}

.description .date
{
}

.description .source
{
    text-decoration: none;
}

.description .subtitle
{
    font-weight:bold;
}

#menu {
  margin-top:10px;
  margin-right:15px;
  float: right;
}

#menu ul {
  list-style-type: none;
  height: 20px;
  margin: auto;
}

#menu .nav-item {
  float: left;
  background-color: #A4C72A;
  text-align: center;
  z-index: 1111;
  padding-top: 4px;
  text-shadow: 1px 1px 1px #8caa24;
  font-weight: bold;
}

#menu ul a {
  padding-right: 15px;
  padding-left: 15px;
  display: block;
  line-height: 20px;
  text-decoration: none;
  font-family: Arial,Verdana,serif;
  font-size: 14px;
  color: white;
  font-weight: bold;
  border-bottom: 4px solid #7f9a1f;
  height: 22px;  
  width: 65px;
}

#menu ul a.selected
{   
    color: #4b5a12;
}
#menu ul a:hover
{       
    color: #4b5a12;
    border-bottom: 4px solid #4b5a12;
}

#menu_item {
  width: 74px;
}

#menu_item ul {
  margin: 0px;
  padding: 0px;
}

#menu_item li {
  display: none;
  float: none;
  width: 135px;
  position: relative;
  background-color: white;
}

#menu_item ul:hover .item {
  display: block;
}

.banner {
    clear: both;
    display: inline;
    float: left;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    width: 900px;
    margin-top: 10px;    
    margin-bottom: 30px;    
}

.banner h4 {
    margin-top: 0;    
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
}

.banner a {
    text-align: center;
    display: block;
}

.banner a img {
    text-align: center;
}


#footer_copyright {
    color: #989898;
    font-size: 12px;
    padding-bottom: 20px;
}

#nav-head {
    background: transparent url('../images/logo_bg.png');
    background-position: -166px 0px;
    height: 30px;
    width: 10px;
    float: left;
}

#nav-tail {
    background: transparent url('../images/logo_bg.png');
    background-position: -166px -70px;
    height: 30px;
    width: 10px;
    float: left;
}

