
#mod_latest_cols {
  background: #fff;
  margin-bottom: 7px;
  overflow: hidden
}


#mod_latest_cols .mod_latest_entry,#mod_latest_cols .mod_latest_image,#mod_latest_cols .mod_latest_image img {
    width:195px;
}
#mod_latest_cols .mod_latest_entry{
overflow: hidden;
display: inline-block;
max-height: 415px;
min-height: 100px;
text-align: left;
margin-left: 7px;
vertical-align: top;
}

.mod_latest_banner {
vertical-align: middle;padding: 0 7px;
}
#mod_latest_cols .mod_latest_title{
font-size:15px;
font-weight: bold;
height: 75px;
display: block;
overflow: hidden;
color:#000;
font-family: 'PT Sans', sans-serif;

}
#mod_latest_cols .mod_latest_date{
	margin-bottom:5px;
    padding:2px 5px;
	font-size:11px;
	color:gray;
	overflow: hidden;
	font-family: 'PT Sans', sans-serif;
	*background: #f5f5f5
}
#mod_latest_cols .mod_latest_date a:hover{
	
}
#mod_latest_cols .mod_latest_col_content .mod_latest_desc{
	margin-top:5px;overflow: hidden;
	font-family: 'PT Sans', sans-serif;
	color:#808080;
	
}

#mod_latest_cols .mod_latest_image{
margin-bottom:7px;
    background:#FFF;
    float: none;
    height: 120px;
    overflow: hidden;
      padding: 0
}
@media only screen and (min-width: 1224px){
#mod_latest_cols .mod_latest_image{
margin-bottom:7px;
    background:#FFF;
    float: none;
    height: 150px;
    overflow: hidden;
      padding: 0
}
}

#mod_latest_cols .mod_latest_image img {
  padding: 0
}

#mod_latest_cols .mod_latest_col_content {
  text-decoration: none;
  display: block;
  max-height:450px;
  color:#333030
}
#mod_latest_cols .mod_latest_col_content:hover {
  color:#333030
}
#mod_latest_cols .mod_latest_col_content:hover .mod_latest_title {
 color:#d91e18;
  text-decoration: none
}
#mod_latest_cols .mod_latest_col_content:hover .mod_latest_desc {
 color:#808080;
}
#mod_latest_cols div.mod_latest_rss {
float: right;
display: block;
padding-top: 17px;
margin-right: 7px;
background-position: left 17px
}
#mod_latest_cols div.mod_latest_pagebar {
float: left;
display: block;
margin-top: 0
}







#mod_latest_cols .mod_latest_cols_modtit {
      background: #fff;
      margin: 0 0;
}

#mod_latest_cols .mod_latest_cols_tabs {
 
	font-weight: 400;
   	font-size:13px;
  padding-left: 4px;
      height:24px;
 display: inline-block;
  margin-left: 146px
}

#mod_latest_cols .mod_latest_desc{
font-size:13px;}
#mod_latest_cols .mod_latest_cols_tabs a{
  display:inline-block;
    height:24px;
  line-height:24px;
  padding:0 7px;
  text-decoration:none;


}
#mod_latest_cols .mod_latest_cols_tabs a.selected{
  color:#fff;
  background: #0099CC;
}
#mod_latest_cols .mod_latest_cols_tabs a:hover{
  color:#666666;
    background: #ddd
}


#mod_latest_cols .mod_latest_cols_cats {
display: table-cell;
    padding: 5px 0 10px 0;
    background: #fff;
    width:100px;
    vertical-align: top
}
#mod_latest_cols .mod_latest_cols_cats a{
  display: block;
  padding: 7px 5px 6px 7px;
  text-decoration: none;
  font-family: 'PT Sans', sans-serif;
	font-weight: 400;
   	font-size:15px;
	color: #666;
	border-bottom: 1px solid #f2f2f2;
	margin: 0 0 0 4px
}

#mod_latest_cols .mod_latest_cols_cats a:hover{
  display: block;
  padding: 7px 5px 6px 7px;
  text-decoration: none;
  font-family: 'PT Sans', sans-serif;
	font-weight: 400;
   	font-size:15px;
	color: #d91e18;
	border-bottom: 1px solid #f2f2f2;
	margin: 0 0 0 4px;
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}
#mod_latest_cols .mod_latest_cols_cats a.selected{
  color: #fff;
  background: #d91e18;
}

@media only screen and (max-width: 2000px) and (min-width: 1224px){
#mod_latest_cols .mod_latest_entry,#mod_latest_cols .mod_latest_image,#mod_latest_cols .mod_latest_image img {
    width:265px;
}
}
}