/* A jQuery Color override for hyperlinks.  Prevents the dark, hyperlink color */
.ui-widget-content a { color: #0000FF; }

ul { padding:0; margin-top:0; margin-left: 40px; }

ul.newsEventsLinksUL { 
    padding:0; 
    margin-bottom:5px; 
    margin-left: 0px;
}

ul#newsIndex,  ul#newsIndexLanding {
  overflow:hidden; 
/*
  margin-bottom:20px;
  columns: 2; 
  -webkit-columns: 2;  
  -moz-columns: 2;
  */
 }
ul#newsIndex { width:430px; }

table { border-spacing:7px 0; }
tbody { border-spacing:0; }
td {padding: 7px 7px 7px 0; left: -7px; position: relative } 
.allNewsLinks { height: 220px; position: relative;}
#newsEventsLinks {
    height: 47px;
    width: 935px;
    background-color: #FFF;
    background-image: url(../images/home/audienceLinksTopTile.gif);
    font-family: Oswald, "Arial Narrow", Arial, Helvetica;
    font-size: 2em;
    font-weight: bold;
    margin:0;
    margin-left:6px;
    padding:0;
}
#newsEventsLinks li {
    list-style:none;
    border-right: #fff solid 6px;
    float:left;
    height:33px;
    text-align:left;
    padding-top:14px;
    padding-left:10px;
}
#newsEventsLinks #eventsLI {
    width:296px;
}
#newsEventsLinks #newsLI {
    width:295px;
}
#newsEventsLinks #linksLI {
    width:296px;
}
#newsEventsLinks a:link, #newsEventsLinks a:visited {
    text-decoration:none;
    color:#fff;
    width:290px;
    height:23px;
    display:block;
    padding-bottom:4px;
}
#newsEventsLinks a:hover, #newsEventsLinks a:active { color:#eeb211; }
#newsEventsLinksDropDowns {
    background-image: url(../images/home/newsEventsLinksBG.gif);
    background-repeat: repeat-y;
    overflow:hidden;
    padding-bottom:5px;
}
#newsEventsLinksDropDowns ul{
    margin:0;
    padding:0;
    float:left;
    margin-left: 6px;
}
#newsEventsLinksDropDowns li {
    list-style:none;
    clear:left;
    margin-left:9px;
    margin-right:9px;
}
#newsEventsLinksDropDowns a:link, #newsEventsLinksDropDowns a:visited { text-decoration:none; color:#00405E; }
#newsEventsLinksDropDowns img { border:none; }
#news { width: 200px; }
#people { width: 200px; } 
#newsLI { width:295px; }
ul#news li  {
    display: block;
    height:48px;
    overflow:hidden;
    padding:0;
}
#news li .newsImage, #news li img {
    padding:0;
    float:left;
    margin-right:5px !important;
    height:45px !important;
    width:45px !important;
    border: 1px solid #CCC;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    moz-border-radius-topleft:5px;
    moz-border-radius-bottomleft:5px;
}
#news li .news-copy {
    height:45px;
    overflow:hidden;
    padding-right:3px;
}
#news li .news-header {
    /*font-family:Oswald;*/
    color:black;
    padding-bottom:5px;
    line-height:1.2em;
}
#news li .news-text {
    height:50px;
    overflow:hidden;
    color:#5e5e5e;
}
#news li .news-elip { color:#5e5e5e; }
#news li.clear {
    clear:both;
    width:80%;
    height:1px;
}
#events {
    width: 305px;
    float:right;
}
#events li {
    padding-top:8px;
    font-weight:bold;
    margin-left:7px;
    font-size:1.1em;
}
#events li img {margin-left:2px;}
.eventdate {
    float: left;
    margin-right: 5px;
}
#events .eventdate div {
    margin-bottom: 5px;
}
#links {
    width: 306px;
    padding-top: 4px;
    padding-left:5px;
}
#linksLI {
    width:296px;
}
#links img {
    border:0;
    margin:0;
    margin-top: 8px;
}
#moreEvents, #moreNews {
    font-weight:bold;
    padding-left:212px;
}
#moreNews {
    padding-left:227px;
}
ul#people li  { 
    height:100%;
    width:200px; 
    display:block;     
    overflow:hidden;
    padding:0;
}
ul#newsIndex li, ul#newsIndexLanding li  { float:left; display:inline;}
ul#newsIndex li  { width:50%;}

#people li .newsImage, #people li img, #newsIndex li .newsImage, #newsIndex li img, #newsIndexLanding li .newsImage, #newsIndexLanding li img {
    padding:0;
    float:left;
    margin-right:5px !important;
    height:50px !important;
    width:50px !important;
    border:1px solid #ccc;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    moz-border-radius-topleft:5px;
    moz-border-radius-bottomleft:5px;
}
#people li .news-header, #newsIndex li .news-header, #newsIndexLanding li .news-header {
    /*font-family:Oswald;*/
    color:black;
    padding-bottom:5px;
    line-height:1.2em;
}
#people li a, #newsIndex li a, #newsIndexLanding li a {
    /*font-family:Oswald;*/
    color:black;
    text-decoration:none;
    padding-bottom:5px;
    line-height:1.2em;
}
#people li .news-copy, #newsIndex li .news-copy, #newsIndexLanding li .news-copy {
    height:66px;
    overflow:hidden;
    padding-right:3px;
}