

html{}


.link{ cursor: pointer;}  

BODY{	
	margin: 10px;
	margin: 12px;
	padding: 0px;
	background-color: #f8f8f8;

	font-family: Arial;
	font-weight:     normal;
	font-size:       11px;
	color:			 #828282;
	text-align: center;
}
    
FORM{margin: 0px; padding: 0px;}
IMG{margin: 0px; padding: 0px; border: 0px;}

#container{ /*width: 762px;*/width: 890px;
  text-align: left;
  margin: 0px auto; 
  }
 
  .btn{/*8ccede*/
  	background-color:#8ccede;
  	border: 0px;

	font-family: Arial;
	font-weight:     normal;
	font-size:       11px;
    cursor: pointer;
	color:			 white;  
  	padding: 2px;
  }
  .field{border: 1px solid #8ccede;

	font-family: Arial;
	font-weight:     normal;
	font-size:       11px;
	color:			 #828282;  
  	padding: 2px;
  }
#header{
  
}

#header_top{ height: 188px;
  background-image: url(../img/header.jpg);
  background-repeat: no-repeat;
  position: relative;
  }
#logo{ position: absolute; top: 12px; left: 22px;}
#header_contact{position: absolute; top: 32px;left:688px;
  overflow: hidden;}
  
#header_contact .header_contact_item{ float: left;}    
#header_contact .header_contact_item a{        
	font-weight:     normal;
	font-size:       11px;
	color:			 #494949;
	text-align: center;
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
	font-weight:bold;
}
#header_contact .header_contact_item a:hover{    
	text-decoration: underline;
}

#topmenu{
	height: 32px;
	background-color: #8ccede;
}

#topmenu_line{
	height: 10px;
	background-color: #52adc6;
}

#topmenu_inner{
	padding: 7px;
	height: 25px;
}
.MainMenu_Item {
	cursor: pointer;
}
.MainMenu_Item a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	text-decoration: none;
	font-size:  12px;
}

.MainMenu_Item .leftcorner{
	height: 25px;
}

.MainMenu_Item .rightcorner{
	height: 25px;
}
.MainMenu_Item .MainMenu_Item_content{
	padding: 6px 8px 0px 8px;
}

.Menu_Item_Seperator{
	width: 2px;
}

.MainMenu_Item_Selected {
	cursor: pointer;
	background-color: #52adc6;
}
.MainMenu_Item_Selected a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	text-decoration: none;
	font-size:  12px;
}

.MainMenu_Item_Selected .leftcorner{
	background-image: url(../img/topmenu/topleft.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 25px;
}
.MainMenu_Item_Selected .rightcorner{
	background-image: url(../img/topmenu/topright.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 25px;
}
.MainMenu_Item_Selected .MainMenu_Item_content{
	padding: 6px 8px 0px 8px;
}

.TopMenu_Item_Sub{
	/*background-color: #53aac2;*/
	/*padding-top: 20px;*/
}

/*.TopMenu_Item_Sub .bottomleft*/

.TopMenu_Item_Sub .bottomleft{
	background-image: url(../img/topmenu/bottomleft.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 4px;
}
.TopMenu_Item_Sub .bottomright{
	background-image: url(../img/topmenu/bottomright.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 4px;
	padding-left: 4px;
	padding-right: 4px;
}
.TopMenu_Item_Sub .sub_content{
	padding: 10px;
	background-color: #53aac2;
}
.TopMenu_Item_Sub .bottomcenter{
	background-color: #53aac2;
	height: 4px;
}
.TopMenu_Item_Sub_Item{
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 7px;
	padding-right: 7px;
}
.TopMenu_Item_Sub_Item a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	text-decoration: none;
	font-size: 11px;
	/*text-transform: uppercase;;*/
}
.TopMenu_Item_Sub_Item_Selected{
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 7px;
	padding-right: 7px;
	background-image: url(../img/topmenu/subselected.jpg);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}
.TopMenu_Item_Sub_Item_Selected a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	text-decoration: none;
	font-size: 11px;
	/*text-transform: uppercase;;*/
}
  


#content{
	overflow: hidden;
	margin-top: 4px;
	background-color: white;
}
#left{
	/*width: 453px;*/width: 581px;
	float: left;;
	padding: 12px 38px 24px 38px ;
	text-align: justify;
}
#right{
	width: 233px;
	float: left;
	background-color:  #eaeaea;
}

h1{
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 14px;
	font-weight:  bold;
	color: #52adc6;
}

h2{
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 13px;
	font-weight:  bold;
	color: #52adc6;
}

h3{
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 12px;
	font-weight:  bold;
	color: #52adc6;
}

 .content a{
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 11px;
	font-weight:  normal;
	color: #4ca1b8;
	text-decoration: underline;
}
 .content a:hover{
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 11px;
	font-weight:  normal;
	color: #4ca1b8;
	text-decoration: none;
}



#right_contacts{
	
}
.right_title{
	height: 24px;
	background-image: url(../img/right_title.jpg);
	background-repeat: no-repeat;	
	padding-left: 34px;
	padding-top: 13px;
	cursor: pointer;
}
.right_title a{
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 12px;
	font-weight:  bold;
	color: black;
	text-decoration: none;;
}


#contact_right_container{
	width: 189px;
	padding: 10px 22px 10px 22px;
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 12px;
	font-weight:  normal;
	color: 5b5a5a;
}
#contact_right_container .tel{
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 18px;
	font-weight:  normal;
	color: #52adc6;
}


#news_small{
	
}


#news_small_container{
	width: 189px;
	padding: 10px 22px 10px 22px;
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 12px;
	font-weight:  normal;
	color: 5b5a5a;
}

#news_small_content a, #news_small_content a:hover{
	font-size: 12px;
}

#news_small_content{
	text-align:left;
}
#news_small_content .news_small_item{
	cursor: pointer;
}

#news_small_content .news_small_item .date{
	margin-top: 3px;
	margin-bottom: 7px;
}

#news_small_content .news_small_item .arrow{
	float: right;
	margin-left: 2px;
	margin-top: 2px;
}

#news_small_container .news_item_seperator{
	height: 10px;
	clear: both;
}

#news_small_container .news_small_footer{
	margin-top: 10px;
	clear: both;
	text-align: right;	
	padding-left: 30px; 

}


	


#footer{
	background-color: #4ea5bd;
	margin-top: 6px;
}
#footer .leftcorner{
	background-image: url(../img/footer/left.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#footer .rightcorner{
	background-image: url(../img/footer/right.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#footer #footer_content{
	text-align: center;
	padding-top: 15px;
	padding-bottom: 20px;
	font-size: 11px;
	font-weight:  normal;
	color: white;	
	text-decoration: none;
}

#footer #footer_content a{
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 11px;
	font-weight:  normal;
	color: white;	
	text-decoration: none;
	font-weight: bold;	
}
#footer #footer_content a:hover{
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 11px;
	font-weight:  normal;
	color: white;	
	text-decoration: underline;
	font-weight: bold;	
}
#footer #footer_content #authors{
	margin-top: 10px;
}
#footer #footer_content #authors a{
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 11px;
	font-weight:  normal;
	color: white;	
	text-decoration: none;
}
#footer #footer_content #authors a:hover{
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 11px;
	font-weight:  normal;
	color: white;	
	text-decoration: underline;
}


#index_bottom{
	background-color: #eaeaea;		
}

.index_bottom_title{
	background-color: #8ccede;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	cursor: pointer;
}
.index_bottom_title a{
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 12px;
	color: white;	
	text-decoration: none;
	font-weight: bold;		
}
.index_bottom_title a:hover{
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 12px;
	color: white;	
	text-decoration: none;
	font-weight: bold;		
}

/* Gallery - front */

#gallery_front{
	width: 297x;
	vertical-align: top;
}

#gallery_front_container{
	width: 296px;
	border-right: 1px solid white;
	padding-top: 15px;
	padding-bottom: 10px;	
}


#gallery_front_content{
	text-align:left;
	width: 236px;
	padding-left: 30px;
}

#gallery_front_content a, #gallery_front_content a:hover{
	font-size: 12px;
}

#gallery_front_content .gallery_front_item{
	cursor: pointer;
}

#gallery_front_content .gallery_front_item .date{
	margin-top: 3px;
	margin-bottom: 7px;
}

#gallery_front_content .gallery_front_item .arrow{
	float: right;
	margin-left: 2px;
	margin-top: 2px;
}
#gallery_front_content .gallery_front_item .img{
	margin-top: 5px;
}

#gallery_front_container .gallery_item_seperator{
	height: 10px;
	clear: both;
}

#gallery_front_container .gallery_front_footer{
	margin-top: 10px;
	clear: both;
	text-align: right;
}

/* gallery - list */ 

.gallery_item{
	cursor: pointer;
}

.gallery_item .date{
	margin-top: 3px;
	margin-bottom: 7px;
}

.gallery_item .arrow{
	float: right;
	margin-left: 2px;
	margin-top: 2px;
}
.gallery_item .img{
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}


.gallery_item_seperator{
	height: 10px;
	clear: both;
}


/* gallery - details */ 

.gallery_details{}

.gallery_details .date{
	margin-top: 3px;
	margin-bottom: 7px;
}
.gallery_details .arrow{
	float: left;
	margin-left: 2px;
	margin-top: 10px;
}
.gallery_details .description{
	margin-bottom: 10px;
}



/* news - front */

#news_front{
	width: 297px;
	vertical-align: top;
}

#news_front_container{
	width: 296px;
	border-right: 1px solid white;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
}

#news_front_content a, #news_front_content a:hover{
	font-size: 12px;
}

#news_front_content{
	text-align:left;
	width: 236px;
	padding-left: 30px;
}
#news_front_content .news_front_item{
	cursor: pointer;
}

#news_front_content .news_front_item .date{
	margin-top: 3px;
	margin-bottom: 7px;
}

#news_front_content .news_front_item .arrow{
	float: right;
	margin-left: 2px;
	margin-top: 2px;
}

#news_front_container .news_item_seperator{
	height: 10px;
	clear: both;
}

#news_front_container .news_front_footer{
	margin-top: 10px;
	clear: both;
	text-align: right;
	width: 236px;
	padding-left: 30px;
}

/* News - list */ 

.news_item{
	cursor: pointer;
}

.news_item .date{
	margin-top: 3px;
	margin-bottom: 7px;
}

.news_item .arrow{
	float: right;
	margin-left: 2px;
	margin-top: 2px;
}

.news_item_seperator{
	height: 10px;
	clear: both;
}


/* News- details */ 

.news_details{}

.news_details .date{
	margin-top: 3px;
	margin-bottom: 7px;
}
.news_details .arrow{
	float: left;
	margin-left: 2px;
	margin-top: 10px;
}



/* Public_contract - front */

#public_contract_front{
	width: 296px;
	vertical-align: top;
}

#public_contract_front_container{
	width: 295px;
	border-right: 1px solid white;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;	
	
}

#public_contract_front_content a, #public_contract_front_content a:hover{
	font-size: 12px;
}

#public_contract_front_content{
	text-align:left;
	width: 235px;
	padding-left: 30px;
}
#public_contract_front_content .public_contract_front_item{
	cursor: pointer;
}

#public_contract_front_content .public_contract_front_item .date{
	margin-top: 3px;
	margin-bottom: 7px;
}

#public_contract_front_content .public_contract_front_item .arrow{
	float: right;
	margin-left: 2px;
	margin-top: 2px;
}

#public_contract_front_container .public_contract_item_seperator{
	height: 10px;
	clear: both;
}

#public_contract_front_container .public_contract_front_footer{
	margin-top: 10px;
	clear: both;
	text-align: right;
	width: 235px;
	padding-left: 30px;
}



/* Public_contract - list */ 

.public_contract_item{
	cursor: pointer;
}

.public_contract_item .date{
	margin-top: 3px;
	margin-bottom: 7px;
}

.public_contract_item .arrow{
	float: right;
	margin-left: 2px;
	margin-top: 2px;
}

.public_contract_item_seperator{
	height: 10px;
	clear: both;
}


/* Public_contract - details */ 

.public_contract_details{
}

.public_contract_details .date{
	margin-top: 3px;
	margin-bottom: 7px;
}
.public_contract_details .arrow{
	float: left;
	margin-left: 2px;
	margin-top: 10px;
}

.public_contract_details .file{
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	width: 100px;
}

.public_contract_details .file_icon{
	text-align: center;
}

.public_contract_details .file_text{
	margin-top: 5px;
	text-align: center;
}



