/* special styles for home page */
#home .mr_23 {
  margin-right: 0;
  display:inline;
  float:left;
  margin-top:10px;
}
#home #content {
  margin-left: 0;
}
#home #left {
  display: none;
}


.homeleft {
  display: inline;
  float: left;
  width: 605px;
}

.homeright {
  display: inline;
  float: left;
  margin-left: 11px;
  width: 295px;
}

#home .homeright h2 {
  border-bottom: 8px solid #596166;
  font-size: 14px;
  height:22px;
}
  #home .homeright h2 a {
    color: #596166;
  }
  #home .homeright h2 a:hover {
    color: #30B5BD;
  }
  

#home .news-latest-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
  #home .news-latest-container li {
    border-bottom: 1px solid #596166;
    margin: 10px 0 0 0;
    padding: 0 0 10px 30px;
  }
    #home .news-latest-container h3 a {
      color: #596166;
      font-size: .9em;
      text-decoration: none;
    }
    #home .news-latest-container h3 a:hover {
      color: #30B5BD;
    }
    #home .news-latest-morelink {
      display:block;
      text-align:right;
      width:250px;
    }
      #home .news-latest-morelink a {
        text-decoration: none;
      }


#home .news-list-container {
  height: 200px;
  margin: 0 0 20px 0;
  width: 605px;
}
  #home .news-list-container ul {
    height: 200px;
    list-style: none; 
    margin: 0;
    padding: 0;
    position:relative;
    width:605px;
  }
    #home li.news-list-item {
      background: #EFEFEF;
      height: 200px;
      margin-left: 0;
      padding: 0;
      position: absolute;
      width: 605px;

    }
      #home .news-list-item .news-image,
      #home .news-list-item .news-image a {
        cursor: pointer;
        display: inline;
        float: left;
        height: 200px;
        width: 170px;
      }
        #home .news-category,
        #home .news-record-image {
          display: block;
          height: 200px;
          overflow: hidden;
          width: 170px;
          position: absolute;
        }
      
      #home .news-list-item .news-text {
        background:transparent url(img/bg_home_news_bottom.gif) no-repeat scroll -20px 0pt;
        display:inline;
        float:left;
        height:200px;
        margin-left:15px;
        width:420px;
      }
      #home .news-list-item .news-text h3 {
        height: 45px;
        margin: 10px 0 10px 0;
      }
          #home .news-list-item .news-text h3 a {
            color: #596166;
            font-size: .9em;
            text-decoration: none;
          }
          #home .news-list-item .news-text h3 a:hover {
            color: #30B5BD;
          }
        #home .news-list-item .news-text .news-list-morelink {
        
        }
          #home .news-list-item .news-text .news-list-morelink a{
            text-decoration: none;
          }


/* RSS Feed teaser styles */
#home #contextTeaser .rssteaser {
  margin-top: 15px;
}

  #home #contextTeaser .rssteaser a span {
    width: 275px;
  }
