﻿.box-news { 
	border:1px solid #dddddd; 
	margin-bottom:10px;
}

.cat-title {
	border-bottom:2px solid	 #0076BF;
	padding-bottom:5px;
	margin-bottom:10px;
}
.cat-title h1{
	/*background:url(../images/icon_title.gif) left no-repeat;*/
	color:#535353;
	font-size:12px;	  
	text-transform:uppercase; 
	/*padding-left:15px;*/
}
.cat-title h1:hover{
	color:red;
	
}
h1.box-news-title a {color:#535353;}
 
.top-news {
	background:#f9f9f9;
	border-right:1px solid #dddddd;
	padding:5px 10px;
	vertical-align:top;
}
.other-news {
	background:url(../images/other_bg.gif) bottom repeat-x;
	padding:5px 10px;
	vertical-align:top;
}
 
.other-news ul {list-style:none;} 
.other-news li {
	background: url(../images/icon_other.gif) 0 10px no-repeat;
	padding:2px;
	padding-left: 10px;	
	 text-align:justify;
} 
a {
text-decoration: none;
color: #0076BF;
 text-align:justify;
}
a:hover{

color: red;
 text-align:justify;
}
 
/*********** Box NEWS *********/
.boxNews {
	 
}

.boxNews p {
margin: 0px;
padding: 5px 5px;
}

.boxNews h3 {
	font-size: 13px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	text-align: left
}

.boxNews h3 a {
	text-align: left;
	color:#0076BF;
}
  
.boxNews .img_left {
	border: 1px solid #d4d4d4;
	padding: 2px;
	text-align: center;
	float:left;
	margin-right:5px;	
}
.boxNews .img_right {
	border: 1px solid #d4d4d4;
	padding: 2px;
	text-align: center;
	float:right;
	margin-left:5px;	
}

.boxNews .short {
	text-align: justify;
}

.relate_news {
	font-weight:bold;
	color:#5F5F5F;
}
.relate_news a {color:#5F5F5F; text-decoration:underline;} 
.date_news {
	padding: 0px;
	margin: 0px;
	color: #b7b7b7;
	font-weight: normal;

}
.date_news  span {
	color:#dc4c4c;
}

#footer
{
	width:940px;
	padding:10px 20px;
	margin:8px 0 3px 0;
	line-height:16px;
	display:table;
	background-color:#016d36;
	color:#ffffff;
}
#footer #leftbox
{
	width:68%;
	float:left;
	display:block;
	text-align:left;
}
#footer #rightbox
{
	width:20%;
	float:right;
	display:block;
	text-align:right;
}
.bannerbox
{
 padding:0px 0 5px 20px;
}

.articleBlock
{
	width:100%;
	display:table;
	margin-bottom:3px;
	border-bottom:dotted 1px #b6b6b6;
	line-height:18px;
	text-align:justify;
	padding:5px 0 6px 0px; 
}
.articleBlock img
{
	width:90px;
	height:57px;
	float:left;
	padding:2px;
	border:solid 1px #d8d8d8;
	margin:0 6px 2px 0;
}
.articleBlock a:hover
{
	text-decoration:underline;
}