
/*****************************************************************************/
body {
  margin: 0;
  padding: 0;     
}
#main_container {
  margin: 0 auto;
}
#top_row {
  margin: 10px 0px 13px 15px;
  height: 20px;
  color: #848281;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.02em

}

#main_row {
  margin: 0;
  padding: 0;
}

#top_name {
  margin: 0 30px 0 0;
  text-decoration: underline;
  font-family: Arial, Helvetica, Sans-Serif;
  cursor: pointer;
}

#top_contacts {
  display: none;
}

#main_container {
  width: 980px;
  position: relative;
  /*background: #0010a0;  */

}

#left_col {
  width: 690px;
  float: left;
  position: relative;
}

#right_col {
  float: left;
  position: relative;
}

#main_text {
  margin: 0px 25px 0px 50px;
  width: 568px; /* ???615px - 12px*2  */    
  height: 408px;  /*428px - 10px2 */
  padding: 10px 16px;
  color: #329be4;
  background: #eeeeee;
  overflow: auto;
  font-family: "Times New Roman", Times, serif;
  font-size: 37px;

}


#main_slides {
  margin: 0px 25px 0px 50px;
  width: 600px;     
  height: 428px;  
  padding: 0px;
  
}

#main_slide {
  margin: 0 25px 0 50px;
  padding: 0;
}

#news_1 {
  padding: 5px 0;
  font-size: 31px;

}

#news_2 {
  padding: 7px 0;
  font-size: 26px;

}

#news_3 {
  padding: 7px 0;
  font-size: 21px;

}

#news_caption {
  margin: 5px 0px 13px 15px;
  color: #848281;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.02em

}

#news {
  margin: 10px 0px 5px 15px;
  color: #848281;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.02em

}

#news_text {
  margin: 0px 40px 0px 50px;
  height: auto;  
  padding: 10px 12px;
  background: #eeeeee;
  overflow: auto;
  color: #070707;
  font-family: "Times New Roman", Times, Serif;
  font-size: 19px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.02em;
  display: none;

}

#news_text a {
  color: #070707;
}

div#news_text p {
  margin-top: 0;
}


div#right_col ul { 
  margin: 0; 
  padding: 0; 
  list-style: none;  
}

div#right_col ul li ul {
  display: none; 
  left: -640px;
  top: 0px; 
  position: absolute; 
}

/*
div#right_col ul li:hover ul {
  display: block
}


div#right_col ul li.over ul {
  display: block
}
*/

/*
div#right_col ul li a {
  display:block;
  width:240px;
  height:26px;
  background: url("img/menu_01.gif") 0 0 no-repeat;

}

div#right_col ul li a:hover { 
  background-position: -240px 0;
}

*/
#archive {
  margin12: 0 0px 0 0;
  text-decoration: underline;
  font-family: Arial, Helvetica, Sans-Serif;
  cursor: pointer;
}

a[href$='.pdf'] {
background:transparent url(./img/pdf.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:15px;
}
