#main_navigation li a {
	background:#E6F3CD none repeat scroll 0 0;
	padding:11px 11px 10px;
}

#main_navigation li.current a,
#main_navigation li a:hover,
#main_navigation li a:active,
#main_navigation li a:focus {
	color: #09455D;
	background:#E9F2F7 none repeat scroll 0 0;
}

.news-latest h2 {
  text-transform: none !important;
}

.news-latest a {
background:transparent;
color:#09455D;
padding: 0;
}

.news-latest a:hover, .news-latest a:focus, .news-latest a:active {
background: #09455D;
color:white;
text-decoration:none;
padding: 0;
}

.news-item {
    display: inline-block;
    margin-top: 5px;
    vertical-align: top;
    width: 225px;
}
.news-item.right {
    float: right;
}
.news-item a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-decoration: none;
}
.news-item a:hover {
    background-color: #09455d;
}
.news-content {
    margin: 0 0 0 65px;
}
.news-content p {
    margin: 0;
    padding: 0;
}

.news-img-wrap {
  float: left;
  padding-right: 1em;
}

