@charset "utf-8";
/* CSS Document */
.text_banner{
	font:tahoma;
	font-size:16px;
	font-weight:bold;
	color:#ff7d00;
	text-transform:uppercase;
}
.text_content_left{
	font:Verdana;
	font-size:12px;
	color:#fff;
	/*text-align:justify;*/
}
.text_intro a{
	color:#ff0000;
	font:tahoma;
	font-size:11px;
}
.text_detail{
	color:#fff;
	font:tahoma;
	font-size:11px;
}


.short_news{
	width:685px; overflow:hidden; margin-bottom: 20px;float:left;
}
#full_news{
clear:both;
width: 675px;
padding-bottom:20px;
padding-top:0px;
padding-left:5px;
}
.short_news .img_news{
	width:110px; /*height:110px;*/ margin: 5px 5px 5px 5px; float:left;
}
.short_news .content2{
	width:540px; float:left; margin: 5px 2px;
}
.short_news .content2 p a{
	font-family:Tahoma; font-size:13px;color:#FF9900; font-weight:bold; text-decoration:none;
}
.short_news .content2 p a:hover{
	color:#d60b02;
}
.short_news .content2 .text{
	padding-top:0px; 
	padding-bottom: 12px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; 
	color:#FFFFFF;
}
.short_news .text{
	padding-top:0px; 
	padding-bottom: 12px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; 
	color:#FFFFFF;
}
.short_news p a{
	font-family:Tahoma; font-size:13px;color:#FF9900; font-weight:bold; text-decoration:none;
}
.short_news p a:hover{
	color:#d60b02;
}
.title_news{
	color:#FF9900;
	font-weight:bold;				
	padding-bottom:10px;
}
/*.list_news{
	width:445px;
	margin:5px 0px;
}
.list_news .short_news{
	width:445px;
	overflow:hidden;	
}
.short_news .img_news{
	width: 150px;
	float:left;
	text-align:center;
}
.short_news .img_news a img{
	border:1px solid #7c553b;
}
.short_news .right_img{
	width:275px;
	float:left;
	margin:0 9px 0 10px;
}
.short_news .right_img .title_news{
	color:#000000;
	font-weight:bold;				
}
.short_news .right_img .title_news a{
	color:#915800;
	font-weight:bold;				
}
.short_news .right_img .title_news a:hover{
	color:#f59c00;
}
.short_news .right_img .short_content{
	margin-top:10px;
	color:#5c3d2b;
}
.short_news .right_img .detail_news{
	text-align:right;
	margin-top:5px;
}
.short_news .right_img .detail_news a{
	color:#5c3d2b;
	font-size:10px;
	font-weight:normal;
}
.short_news .right_img .detail_news a:hover{
	color:#f59c00;
}*/
ul.another_news{ /*CSS for UL of each sub menu*/
list-style-type: none;
padding-bottom: 0px;
text-align:left;
padding-left:5px;
margin-left:0px;
/*margin-bottom: 8px; bottom spacing between each UL and rest of content*/
}

.another_news li{
padding-bottom: 2px; /*bottom spacing between menu items*/
padding-left: 0px;
text-align:left;
}

.another_news li a{
color: #FF9900;
background: url(../images/bullet_black1.jpg) no-repeat top left; /*custom bullet list image*/
vertical-align:text-top;
display: block;
padding: 2px 0 2px 0;
padding-left: 15px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
border-bottom: 0px;
}
.another_news li a:hover{ /*hover state CSS*/
color: #ff0000;
background: url(../images/bullet_red1.jpg) no-repeat top left;
}
.full_news{
	width:100%;
	margin: 50px 0;
}
