@charset "utf-8";

/* Layout */
body{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #363636;
	background-color: #d9e1ff;
}
div#container {
	width: 998px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000066;
	border: 1px solid #CCCCCC;
} 
div#header {
	background: #D9E3E8 url('img/header.png') no-repeat;
	background-color: #9ad749;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:300px;
	position:relative;
} 
div#menu {
	background:#000066;
	position:relative;
	top: 0px;
	left: 0px;
	width:998px;
	height: 37px;
	padding: 0 0 0 0;
	text-align:center;
} 
div#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 240px;
	height: auto;
	padding: 15px 0 15px 0;
	background-color:#000066;
	background:url(img/sidebar_bg.png) repeat;	
}
div#main_content {
	margin: 20px 0px 0px 240px;
	padding: 30px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#e3f2e7;
	min-height:400px;
	background-color: #ffffff;
} 
div#footer {
	padding: 20px 10px 100px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000066;
	text-align:center;
	color: #FFFFFF;
} 

#slideshow {
	text-align:center;
}

/*- Typography */
h1, h2, h3, h4, h5, h6 {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #363636;
}
strong, em, b, i {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
h4 { 
	font-size: 12px;
}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 10px;
}
p { /* main text */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #363636;
	text-decoration: none;
	text-align:left;
	line-height:1.8;
}
a, a:hover, visited
{
	text-decoration: underline;
	color: #363636;
}
.txtalgnl{
text-align:left;
}
.txtalgnr{
text-align:right;
}

img {
	border:0px;
	margin:4px;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
}

/* Main menu */	
#menu ul {
      list-style:none;
	  text-align:center;
	  width:998px;
	  padding-left:0px;
	  display:block;
	  margin:0;	
}
#menu li{
	background: transparent;
	font-size:16px;
	padding:7px 0 0 25px;
	float:left;
	width:auto;
	text-align:center;
	letter-spacing: 1px;
}
#menu li a{
	display:inline-block;
	color:#FFFFFF;
	font-size:16px;
	text-decoration:none;
	font-style: italic;
	height:30px;
	}
#menu li a:hover{
	color:#D9E3E8;
	background:url('img/arrow.png') center bottom no-repeat;
	}
#menu #current_m a{
     color:#BFDCE6;
      }
/* Dropdown menu - for flags */	

#flagbar {
position:absolute;
right:20px;
top:290px;
height:20px;
width:auto;
} 
#flagbar ul {
list-style:none;
	  text-align:left;
	  display:block;
	  margin:0;	
}

#flagbar ul li{
background: transparent;
	padding:0;
	float:left;
	width:auto;
	text-align:center;
}

#flagbar ul li a {
display:block;
width:30px;
height:15px;
padding:10px 5px;
overflow:visible;
}
#flagbar ul li a#greek {background:transparent url(img/flags/greek.png) center center no-repeat;}
#flagbar ul li a#english {background:transparent url(img/flags/english.png) center center no-repeat;}
#flagbar ul li a#german {background:transparent url(img/flags/german.png) center center no-repeat;}
#flagbar ul li a#italian {background:transparent url(img/flags/italian.png) center center no-repeat;}
#flagbar ul li a#french {background:transparent url(img/flags/french.png) center center no-repeat;}


	  
#sidebar_list{
	width:auto;
	height:auto;
	padding: 50px 0 0 0;
	}

#sidebar_list li{
	background:url(img/sidebar_li_bg.png)right no-repeat;
	height: 43px;
	font-size:16px;
	text-align:right;
	list-style:none;
	color:#FFFFFF;
	display:block;
	margin: 0 0 10px 0;
	padding-top: 10px;
	padding-right:45px;
	letter-spacing: 1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#sidebar_list #current_s{
background: url('img/current_bg.png') right no-repeat;
}
#sidebar_list li a{
	color:#FFFFFF;
	font-size:16px;
	text-decoration:none;
	}
#sidebar_list li a:hover{
	color:#bfdce6;
	}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#boat_picture
{
	position:absolute;
	left:0;
	top: 136px;
	width:260px;
	height:140px;
	background:url('img/boat.png') center bottom no-repeat;
}

.arrow_go_up, arrow_go_up a
{
display:inline-block;
	width:18px;
	height:14px;
	background:url('img/arrow_go_up.png') center bottom no-repeat;
	text-decoration:none;

}

#footer_links div {
display:block;
float:left;
text-align:left;
margin:0 10px 0 10px;
padding:0;
}
#footer_links div h3{
margin:0 0 10px 0;
color:#FFFFFF;
}
#footer_links div h3 a{
text-decoration:none;
padding:0;
margin:0;
}

#footer_links div ul{
	list-style:none;
	padding:0;
	margin:0;
	}
#footer_links div ul li a{
	font-size:12px;
	text-decoration:none;
	line-height:1.5;
}

