.news-holder p {
    margin-bottom: 12px;
}

.news-holder {
    max-width: 1170px;
    margin: 0 auto;
}

.news-content h2
{
color: #292828;
margin-bottom: 15px;
}


.news-holder * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
  color: #336699;
  text-decoration: none;
}

.news-headlines {
  list-style: none;
  position: relative;
}

 .news-headlines li {
    padding: 5px 20px 5px 8px;
  
    position: relative;
    z-index: 20;
    color: #000;
	padding-top:15px;
	padding-bottom:15px;
  }
  
  
  .news-headlines .selected {
    padding: 5px 20px 5px 8px;
    
    position: relative;
    z-index: 20;
    color: #000 !important;
	padding-top:15px;
	padding-bottom:15px;
  }
  
  
  .nh-anim {
    -webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  
  .news-headlines li:before {
    content: "";
display: inline-block;
width: 5px;
height: 5px;
vertical-align: middle;
margin-left: -12px;
margin-right: 7px;
border-radius: 10px;
  }

  .news-headlines li:hover, a:hover {
      cursor: pointer;
  }
  
  .news-headlines .highlight {
    width: 100%;
 /* background: url(../icons/bigGreenArrow%20copy.png);*/
  border-radius: 9px;
  background-position: 0px 23px;
  position: absolute;
  height: 83px !important;
  top: 0;
  left: 0;
  z-index: 10;
  color: #000 !important;
  margin-right: 10px;
  background-repeat: no-repeat;
  }

  .news-headlines .highlight:before {
    display: none;
  }

.news-headlines {
   float: left;
   width:281px;
   border-right: 1px solid #fff;
}

.news-preview {
   float: left;
width: 818px;
background: none !important;
position: relative;
margin-left: -1px;
min-height: 500px;
position: relative;
margin-left: 40px;
}

  .news-preview img {
    display: block;
border: solid 1px #f4f4e6;
width: 100%;
height: auto;
max-width: 820px;
max-height: 223px;
margin: 0 auto 5px auto;
background: #fff;
padding: 7px;
box-shadow: 0px 0px 10px;
margin-bottom: 23px;
  } 

.news-content {
background:none !important;
    z-index: 10;
    padding: 10px;
    top: 0;
    left: 0;
    display: none;
}

.top-content {
    display: block;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}