/********************************************************/
/* ---------------------------------------------------- */
/* CSS RESET
/* ---------------------------------------------------- */
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, acronym, address, big, cite,
em, img, small, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
.clear {clear:both;}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
a {
	color: #095AA8;
	text-decoration: none;
}
a:hover { 
	color: #111; 
	cursor: pointer;
	text-decoration: underline; 
}

h1, h2, h3, h4, h5, h6, strong { font-weight: bold; }

h1 { font-size: 18px; }
h2 { font-size: 17px; }
h3 { font-size: 16px; }
h4 { font-size: 15px; }
h5 { font-size: 14px; }
h6 { font-size: 13px; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1;
}
/********************************************************/

/* ---------------------------------------------------- */
/* GENERAL
/* -------------------------------------------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #D2E1EF url("../imgs/bg-grad.png") repeat-x 0 0;
	font-size: 12px;
}
body.inner {
	background-position: 0 -230px;
}
div#page-wrapper {
	background: url("../imgs/body-wrapper-bg.png") repeat-x 0 0;
	overflow:hidden;
	position:relative;
}
div#main-area {
	background: url(../imgs/background_mainContaineFiller.png) repeat-y center top;
}
.container {
	width:980px;
	margin:0 auto;
	/*margin-top: -6px;*/
	overflow: hidden;
	padding-bottom: 10px;
}
.container.inner {
	/*margin-top: -10px;*/
	overflow: hidden;
}
#main {
	margin-top: 14px;
	background: url("../imgs/background_homepage-head.jpg") no-repeat center top;
	overflow: hidden;
}
#main.inner {
	margin-top: 36px;
	background: url("../imgs/background_bodypage-head.jpg") no-repeat center top;
}
/**ADMIN MENU**/
#admin_menu {
	width: 98%;
	position:fixed;
	z-index:99999;
	left: 0; top: 0;
	background:#222;
	color:#ddd;
	padding: 1px 1%;
	font-size: 10px;
	border-bottom: 2px solid #777;
}
#admin_menu a {
	color:#fff;
}
/* ------------------------------ */
/* TOP MENU
/* ---------------------------- */
div#top-menu-container {
	width: 980px;
	margin: 0 auto;
	padding-bottom:35px;
}
#top-nav li a:hover, 
#top-nav li.selected a,
#top-nav li.par_selected a {
	text-decoration: none;
	background-color: #00b8b8;
	background-image: none;
}
#top-nav {
	list-style: none;
	margin: 0;
	position:absolute;
	float:left;
	margin-left: 15px;
	z-index:99999999;
}
#top-nav li {
	position:relative;
	float: left;
	height: 27px;
	line-height: 24px;
	border-left: 1px solid #095AA8;
}
#top-nav>li:first-child {
	border: none;
}
#top-nav li a {
	background: #5a91c5 url("../imgs/nav-menu-bg.png");	
	float: left;
	height: 100%;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px;
}

/* 2-level */
#top-nav li ul {
	display:none;
	position:absolute;
	left:0; top:27px;
	width:250px;
}
#top-nav li:hover ul {
	display:block;
}
#top-nav li ul li {
	background-color:#5A91C5;
	border-left: none;
	float: none;
	clear: both;
	height: auto;
	*margin-top: -1px;
}

#top-nav li ul li a {
	border-top:1px solid #095aa8;
	display: block;
	float: none;
	clear: both;
	background-image:none;
	color:#FFF;
	overflow: hidden;
	font-size: 11px;
	line-height: 22px !important;
}

#top-nav li li a {
	background-color: #5A91C5 !important;
}
#top-nav li li a:hover {
	background-color: #00b8b8 !important;
}
#top-nav li ul li:first-child a {
	border-top: 0;
}
/* 3-level */
#top-nav ul ul {
	display:none !important;
	position:absolute;
	width:250px;
	left:248px;	top:0;
	border-left: 1px solid #fff;
}
#top-nav li ul li:hover ul    {
	display:block !important;
}

#top-nav li.selected ul li a   {
	background:none;
}
/* ------------------------------ */
/* LANG CHANGER
/* ---------------------------- */
#lang_ch {
	float: left;
	*margin-left: -2px;
}
#lang_ch li {
	border-left:1px solid #095AA8;
	background-color:#9bc1e6;
	float:left;
	height:27px;
	line-height:24px;
}
#lang_ch li a {
	float:left;
	width:71px;
	height:100%;
	padding:0 10px;
	color:#fff;
	font-size:14px;
	font-weight:bold;	
	text-align:center;
}
#lang_ch li a:hover {
	text-decoration: none;
	background-color: #00b8b8;
}
/* ------------------------------ */
/* HOME PAGE
/* ---------------------------- */
.home-right-block {
	float: right;
	width: 498px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
.home-left-block {
	float: left;
	width: 480px;
}
.home-right-block h3, .home-left-block h3 {
	height: 43px;
	line-height: 52px;
	color: #589536;
	padding-left: 1px;	
}
.home-big-pic {
	width: 482px;
	height: 478px;
	background: url("../imgs/background_homepage-flash.jpg") no-repeat right bottom;	
	float: left;
}
/** LOGO **/
.logo {
	float: right;
	padding-top: 10px;
}
.logo.inner {
	margin-top: -10px;
}
.logo.inner img {
	margin-top: -8px;
	padding-bottom: 8px;
}
.logo img {
	border: 0;
}
.logo .tel {
	width:234px;
	height: 53px;
	margin-top: 58px;
	background-color: pink;
	text-indent: -9999em;
	background:url("../images/phones.png") no-repeat 0 0; 
}
/** FEATURED MENU **/
.feat-nav-container {
	width: 200px;
	float: left;
}
.feat-nav-container a {
	color: #333;
} 
.feat-nav-container h3 {
	height: 40px;
	line-height: 50px;
	color: #005DA9;
	padding-left: 24px;	
}
#feat-nav {
	list-style: none;
	padding-left: 5px;
}
#feat-nav li {
	font-size: 12px;
	line-height: 15px;
	padding: 6px;
	background: url("../imgs/arrow.gif") no-repeat 5px 9px;
	padding-left: 20px;
	font-weight: bold; 
	border-bottom: 1px solid #ccc;
}
/** ---------------------------------------------------------------------- ADMINISTRATION **/
.home-administration {
	width: 256px;
	float: left;
	padding-left: 16px; 
}
ul.administration-list {
	border: 1px solid #bdd4e8;
	background-color: #e3eef4;
	height: 364px;
	overflow: auto;
}
ul.administration-list li {
	padding: 7px 7px 7px 10px;
	border-bottom: 1px solid #bdd4e8;
	color: #555;
}
ul.administration-list li h4 {
	font-size: 14px;
}
ul.administration-list li p {
	font-size: 12px;
}
/** -------------------------------------------------------------------------------- SEARCH **/
#search-block {
	height: 36px;
	padding-top: 34px;
}
#search-block.inner {
	float: right;
	padding: 67px 10px 0 0;
}
#search-block.inner #search-form .search-field {
	 width:388px;
}
/* ---------------------------- */
/* SEARCH
/* ------------------------- */
#search-form {
    width:100%;
    height:31px;
    float:left;
    position:relative;
    text-align:right;
	overflow: hidden;
}
#search-form .eng-geo {
    display:none;
}
#search-form .search-field {
    width:400px;
    height:18px;
	padding-bottom: 1px;
	background-color: #fff;
    border: 1px solid #6a87aa;
    float:left;
    font-size:12px;
    color: #777;
	margin: 8px 0 0 9px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#search-form .submit {
    width:72px;
    height:21px;
	border: 1px solid #00699b;
	padding-bottom: 3px;
    float: left;
    display: inline;   
    margin: 8px 0 0 5px;
	background-color: #0080c0;
	color: #fff;
	font-size:10px;
	cursor:pointer;
	text-transform:uppercase;  
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
}
#search-form .submit:hover {
	background-color: #00B8B8;
}
/** ----------------------------------------------------------------------------- HOME NEWS **/
.home-news {
	width: 224px;
	padding: 0 10px;
	float: left;
}
/** ------------------------------------------ SUPER NEWS **/
.super-news h3 {
	padding-top: 1px; 
	padding-bottom: 5px; 
}
.super-news p {
	margin-bottom: 8px
}
.super-news .read-more {
	text-align: right;
	padding-right: 3px;
}
.super-news .read-more a {
	color: #025dba;
	font-weight: bold;
}
.read-more a:hover { 
	text-decoration: underline; 
}
/** ------------------------------------------ TOP NEWS **/
.top-news-list {
	list-style: none;	
}
.top-news-list li {
	font-size: 12px;
	line-height: 15px;
	padding: 6px;
	background: url("../imgs/arrow.gif") no-repeat 3px 10px;
	padding-left: 20px;
	color: #555;
}
.top-news-list li h4 {
	font-size: 14px;
}
.top-news-list li a { 
	color: #444; 
}
.top-news-list li a:hover { 
	color: #111; 
}
/** ------------------------------------------ LINKS AND BANNERS **/
.links-and-banners {
	width: 238px;
	padding: 0 4px 0 10px;
	float: right;
}
#quick-nav {
	overflow: hidden;
}
#quick-nav li {
	width: 100px;
	float: left;
	font-size: 12px;
	line-height: 15px;
	padding: 5px 0;
	background: url("../imgs/arrow.gif") no-repeat 2px 9px;
	padding-left: 17px;
	font-weight: bold; 
}
#quick-nav li a {
	color: #555;	
}
.links-and-banners .banners-block {
	padding-top: 20px;
	text-align: center;
}
.links-and-banners .banners-block img {
	padding-bottom: 10px;
}
/** ----------------------------------------------------------------------------- INNER PAGES LAYOUT **/
#inner-head-area {
	background: url("../imgs/background_bodypage-flash.png") no-repeat 3px 100%; 
}
#left-block {
	float: left;
	display: inline;
	width: 205px;
}
#center-block {
	float: left;
	display: inline;
	width: 493px;
	padding: 18px 14px;
}
#right-block {
	float: right;
	display: inline;
	width: 254px;
	height: 200px;
}
/* ------------------------------ */
/* LEFT SUB MENU
/* ---------------------------- */
/*.feat-nav-container a {
	color: #333;
} 
.feat-nav-container h3 {
	height: 40px;
	line-height: 50px;
	color: #005DA9;
	padding-left: 24px;	
}*/
.sub-menu {
	list-style: none;
	padding-left: 5px;
}
.sub-menu li {
	font-size: 12px;
	line-height: 15px;
	padding: 6px;
	background: url("../imgs/arrow.gif") no-repeat 5px 9px;
	padding-left: 20px;
	font-weight: bold; 
}
.sub-menu li a {
	color: #333;
}

.sub-menu li.selected > a {
	color:#6B92CD ;
}

/** ------------------------------------------------------------------------------------- INNER PAGES  **/
/* ------------------------------ */
/* TXT PAGE TYPE
/* ---------------------------- */
.txt_page p {
 	font-size: 12px;
	line-height: 1.36;
	margin-bottom: 8px;	
}
.txt_page strong, .txt_page b { font-weight: bold; }
.txt_page ul, .txt_page ol {
	padding-left: 20px;	
}
.txt_page ul {
 	list-style: disc;	
}
.txt_page ol {
 	list-style: decimal;	
}
.txt_page li {
	padding-bottom: 3px;
} 
 
 
h1.title {
	color:#095AA8;
	font-family: Sylfaen,Arial,Helvetica,sans-serif;
	font-size:21px;
	font-weight:normal;
	line-height:26px;
	padding-bottom: 10px;
}
/* ------------------------------ */
/* SEARCH PAGE TYPE
/* ---------------------------- */
.search-found {
	padding-bottom: 6px;
	height: 16px;
	line-height: 16px;
	font-size: 13px;
	font-style:italic;
	color: #555;
}
.search-found .number {
	font-weight: bold;
	color: #333;
}
.search-results {
	border-top: 1px dashed #ddd;
}
.search-results li {
	border-bottom: 1px dashed #ddd;
	padding-bottom: 4px;
}

/* ------------------------------ */
/* FOOTER
/* ---------------------------- */
#footer-wrapper {
	background-color: #C4D8EA;
}
#footer {
	width:980px;
	height: 100px;
	margin:0 auto;
	overflow: hidden;	
	font-size: 12px;
	color: #444;
}
#footer .footer-info {
	float: left;
	padding-top: 10px;
}
#footer .footer-banner {
	width: 254px;
	height: 65px;
	padding-top: 10px;
	float: right;
	background-color: #4280BD;
	text-align: center;
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
}
#footer #foot-nav {
	padding-top: 10px;
}
#footer #foot-nav li {
	float: left;
	padding-left: 10px;
	border-left: 1px solid #999;
	margin-left: 10px; 
}
#footer #foot-nav li#first {
	margin-left: 0;
	padding-left:0;
	border-left: none;
}

/*SITEMAP*/

.sitemap {
	width:400px;
	overflow:hidden;
}

.sitemap li ul {
	margin-left:10px;
}

.sitemap li {
	background: url("../imgs/bluearrow.gif") no-repeat 0 4px;
	padding-left:10px;
	margin-top:5px;
}

.sec_title {
	float:left;
	font-size:14px;
}

.add {float:right;}

.list_cascad {
	border-bottom:1px solid #476ABE;
margin-top:10px;
overflow:hidden;
padding-bottom:5px;
}

.list_cascad p {
	font-size:10px;
}

.list_cascad h2 {
	font-size:12px;
}

.read_more {
	float:right;
}

.read_more  {
	color:#476ABE;
	text-decoration:none;
	cursor:pointer;
}

.list_cascad .date {
	float:left;
}

.gallery_items {
	border-bottom:1px solid #476ABE;
	overflow:hidden;
	padding-bottom:10px;
}

.gallery_items .gallery-element {
	float:left;
}

.gallery_items .right_bl_top {
	float:left;
	margin-left:15px;
	width:350px;
}

.gallery_items .right_bl_top .desc {
	margin-top:10px;
	font-size:10px;
}