@charset "utf-8";
/* CSS Document */

/*
* Contact Us
*/
#newsEvents { width: 956px; margin: 20px auto; padding: 0px; overflow: hidden; font-family: Arial, Helvetica, sans-serif; text-align: left; margin-bottom: 20px; }
#newsEvents .news-title { background: url(../images/news-title.jpg) no-repeat; width: 184px; height: 13px; border: 0; }
#newsEvents ul { padding: 0px; margin: 15px 0px; list-style: none; list-style-type: none; }
#newsEvents ul li { float: left; margin-right: 34px; margin-bottom: 30px; min-height: 250px; }
#newsEvents ul li .img-holder { border: 1px solid #cccccc; padding: 35px; margin-bottom: 10px; width: 110px; }
#newsEvents ul li.no-margin { margin: 0px; } 

#newsEvents ul li .news-details { text-align: left; font-family: Arial; width: 600px; margin-left: 20px; }
#newsEvents ul li .news-details a { font-size: 18px; color: #333; text-decoration: none; font-weight: bold; }
#newsEvents ul li .news-details .blurb { font-size: 14px; color: #333; font-weight: normal; }

#newsEvents .news-holder { overflow: hidden; margin-top: 15px; }
#newsEvents .news-holder .img-holder { border: 1px solid #ccc; padding: 10px; }
#newsEvents .news-holder .detail-holder { width: 580px; text-align: left; }
#newsEvents .news-holder .detail-holder .head-title { font-size: 24px; color: #333; font-weight: bold; margin-bottom: 10px; }
#newsEvents .news-holder .detail-holder .blurb { font-size: 14px; color: #333; font-weight: normal; }
