/* Full Color CSS Document */
/* General Styles */
body {
background: #fff url(../images/bg_page.png) repeat-x 0 0;
color: #092666;
}
img{border:none;}
a {color:#0b5876;}
/* END: General Styles */
.keat_info {
background-color: #DFE7EF;
}
#bottom, #bottom a {
color: #7f7f7f;
}
/* END: Container - Bottom - Information Box Styles */
/* Header Styles */
#header {
background: transparent url(../images/logo_page.jpg) no-repeat 0 0;
}
#header a.lang_en, #header a.lang_gr {
background: url(../images/bt_lang_en.png) no-repeat 0 5px;
}
#header a.lang_gr {
background-image: url(../images/bt_lang_gr.png);
}
/*#header div.banner {
background-color: #aef;
}*/
	/* Top menu */
	div.top_menu {
	background: transparent url(../images/bg_right_top_menu.gif) no-repeat top right;
	}
	div.top_menu ul {
	background: transparent url(../images/bg_left_top_menu.gif) no-repeat 0 0;
	}
	div.top_menu ul li {
	border-right: 1px solid #fff;
	}
	div.top_menu ul li a {
	color: #fff;
	}
	/* END: Top menu */
	/* Main menu */
	ul.main_menu li {
	background: transparent url(../images/bg_main_menu_left.png) no-repeat 0 0;
	}
	ul.main_menu li a {
	color: #2a5c85;
	background: transparent url(../images/bg_main_menu_right.png) no-repeat top right;
	}
	ul.main_menu li.active {
	background-image: url(../images/bg_main_menu_left_hover.png);
	}
	ul.main_menu li.active a {
	background-image: url(../images/bg_main_menu_right_hover.png);
	color: #fff;
	}
	/* END: Main menu */
/* END: Header Styles */
/* Left column Styles */
	/* Submenu Styles */
	.sub_menu {
	background-color: #deedf5;
	}
	.sub_menu li {
	background: transparent url(../images/arrow_sub_menu.png) no-repeat right 6px;
	border-bottom: 1px solid #899fbb;
	}
	.sub_menu li a {
	color: #2d6b9e;
	}
	/* END: Submenu Styles */
	/* Quick Search Styles */
	#q_search input {
	border: 1px solid #005194;
	}
	#q_search label, .terms_link {
	background-color: #e9b504;
	color: #005194;
	}
	#q_search a {
	color: #005194;
	}
	#q_search #q_submit {
    background: transparent url(../images/arrow_search_submit.png) no-repeat;
    position: relative;
    top: -8px;
    left: 3px;
	}
 
	/* END: Quick Search Styles */
	/* News Center Styles */
	.news_center dt {
	background-color: #a2b9d0;
	color: #154063;
	}
	.news_center dd {
	border: 1px solid #a2b9d0;
	}
	/* END: News Center Styles */
/* END: Left column Styles */
/* Main column Styles */
#main_content .category_title, #main_content h1, #main_content h2, #main_content h3, #main_content h4, #main_content h5, #main_content h6 {
color: #356F94;
}
#main_content hr {
border: 1px solid #5e87ae;
}
#main_content .companyChart dt, #main_content .SiteMap dt a, #main_content .SiteMap dd a  {
color: #356F94;
}
#main_content .news_date {
background-color: #DEEDF6;
}
#main_content .terms li {
background-color: #41648E;
color: #fff;
}
#main_content .terms li a {
color: #fff;
}
/* END: Main column Styles */
/* Right column Styles */
	/* More images Link */
	p.more_images {
	background: transparent url(../images/more_img.png) no-repeat 0 10px;
	}
	p.more_images a {
	color: #8a9fb1;
	}
	/* END: More images Link */
	/* Newsletter Form Styles */
	.newsletter_form {
	color: #fff;
	background-color: #41648e;
	}
	.newsletter_form fieldset legend {
	background: #41648e url(../images/icon_newsletter.png) no-repeat 0 3px;
	}
	.newsletter_form #newsletter_email {
	border: 1px solid #005194;
	color: #8a9fb1;
	}
	.newsletter_form #register_news {
	background: transparent url(../images/bt_newsletter_submit.png) no-repeat 0 5px;
	}
	.newsletter_form a {
	color: #eeb81a;
	}
	/* END: Newsletter Form Styles */
	/* Events box Styles */
	.events_display {
	background-color: #092964;
	color: #fff;
	}
	.events_display .events_title {
	background: transparent url(../images/icon_events.png) no-repeat 10px 6px;
	}
	.events_display .events_title a {
	color: #ced4e0;
	}
	.events_display .event dt, .events_display .event dt a {
	color: #96a6b6;
	}
	.events_display .event .event_date {
	color: #efb00b;
	}
	/* END: Events box Styles */
/* END: Right column Styles */

ul.organ a {
	color:#0b5876;
}
ul.organ {
  margin: 0;
  padding: 0;
  }
ul.organ li {
  margin: 5px 0;
  }
p.seasonal {
  width: 354px;
  height: 410px;
  text-align: center;
  background: url(../images/easter_card.jpg) no-repeat;
  font-size: 140%;
  font-family: "palatino linotype", palatino, serif;
  font-style: italic;
  font-weight: bold;
  line-height: 24px;
  color: #88175d;
  padding-top: 50px;
  }
p.seasonal span {
  text-align: right;
  font-size: 84%;
  display: block;
  position: relative;
  top: 95px;
  right: 20px;
  }