/*----------------------------- BILL ----------- ÀÔÈØÀ -----------------------*/

div.bill{
	  overflow: hidden;
	  padding-left: 31px;
}

div.bill_block{
	  overflow: hidden;
      margin-bottom: 28px;
      clear: both;
}

div.bill_block div.icon{
	  width: 17px;
	  float: left;
}

div.bill_block div.date{
	  width: 104px;
	  float: left;
}

div.bill_block div.text{
	  width: 507px;
	  float: left;
}

div.bill_block div.text p.title{
	  font-size: 1.08em;
	  font-weight: 900;
}

div.bill_block div.text p.title a{
	  color: #e31b23;
}




/*--------------------------- EVENT -------- ÑÎÁÛÒÈÅ --------------------------*/

div.event_block{
	   overflow: hidden;
	   margin-bottom: 22px;
	   color: #007cc2;
}

div.event_block a{
	   color: #000;
}

div.event_block div.date{
	   margin-bottom: 3px;
}

div.event_block div.event_photo{
		width: 235px;
		height: 96px;
		overflow: hidden;
		clear: both;
		background: url(../img/event_bg.gif) no-repeat;
}

div.event_block div.event_photo img{
	width: 223px;
	height: 84px;
	margin: 6px;
}




/*---------------------------- 	BREADCRUMB -------------------------------------*/

div#breadcrumb{
	   overflow: hidden;
	   clear: both;
	   padding: 9px 0px 11px 0px;
	   font-size: 0.83em;
	   color: #545454;
	   margin: 0px 0px 27px 31px;
	   background: url(../img/breadcrumb_bg.gif) repeat-x left bottom;
}



/*-------------------------- SUBMENU -----------------------------------------*/

div#submenu{
	width: 235px;
	overflow: hidden;
	clear: both;
	background: url(../img/submenu_bg.gif) repeat-y 0px -3px;
	margin-bottom: 34px;

	color: #fff;
}

div#submenu div.top{
	width: 100%;
	height: 27px;
	background: url(../img/submenu_top_bg.gif) no-repeat;
}

div#submenu div.inner{
	width: 100%;
	overflow: hidden;

	color: #fff;
}

div#submenu ul{
	width: 95%;
	margin: auto;
	color: #fff;
	font-weight: 600;
}

div#submenu ul li{
	width: 100%;
	height: 15px;
	overflow: hidden;
	clear: both;
	text-align: center;
}

div#submenu ul li.current{
	text-decoration: underline;
}

div#submenu ul li a{
	text-decoration: none;
	color: #fff;
}

div#submenu div.bottom{
	width: 100%;
	height: 23px;
	background: #fff url(../img/submenu_bottom_bg.gif) no-repeat;
}




/*-------------------------- FULL TEXT ---------------------------------------*/

div.full_text{
	   overflow: hidden;
	   clear: both;
	   margin-left: 31px;
}

div.full_text big{
	   color: #00539b;
	   font-weight: 600;
}



/*--------------------- DOWNLOAD BLOCK ---------------------------------------*/

div.download_block{
	   width: 639px;
	   overflow: hidden;
	   clear: both;
	   margin: 0px 0px 20px 31px;
	   padding-bottom: 25px;
	   background: url(../img/breadcrumb_bg.gif) repeat-x left bottom;
}

div.download_block div.icon{
	   width: 120px;
	   float: left;
}

div.download_block div.text{
	   width: 518px;
	   float: left;
}

