@charset "UTF-8";

* {
	margin:0;
	padding:0;
	border:none;
}


html,
body {
	height:100%;
}

body {
	text-align:center;
	background:#fff url(../img/body_bg.jpg) repeat-x top left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}




h1,
h1 span {
	font-size:12pt;
	font-weight:normal;
	color:#01639b;
}

h4 {
	font-size:9pt;
	font-weight:normal;
	line-height:13pt;
	color:#3884b0;
	margin-bottom:5px;
}

p,
li,
td,
input,
textarea,
select {
	font-size:9pt;
	line-height:13pt;
	color:#333;
}

p {
	margin-bottom:10px;
}

li {

}

td {
	padding:5px;
}


input.textfield,
textarea {
	padding:3px;
	border:1px solid #cecece;
	background:#f3f3f3;
}

input.submitbutton,
input[type=reset] {
	font-weight:bold;
	padding:3px 10px;
	color:#fff;
	background:#01639b;
}


#content ul {
	margin:0 0 20px 25px;
	list-style:disc;
}

a:link,
a:active,
a:visited {
	color:#01639b;
	text-decoration:underline;
}

a:hover {
	color:#333;
	text-decoration:none;
}





#sunny-background {
	width:100%;
	background:url(../img/top_bg.jpg) no-repeat top center;
}


#wrapper {
	position:relative;
	width:855px;
	min-height:100%;
	margin:0 auto;
	text-align:left;
}


#navigation {
	height:40px;
	padding:45px 0 0;
	overflow:hidden;
}

	
	#navigation ul {
		list-style:none;
		float:left;
	}
	
	
	#navigation ul li {
		float:left;
		text-transform:uppercase;
		
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		text-decoration:none;
	}
	
	
	#navigation ul li a {
		display:block;
		
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		text-decoration:none;
	}
	
	
	#navigation ul li a:hover {
		color:#01639b;
		background:#fff;
	}
	
	#lang {
		width:134px;
		padding-left:60px;
	}
	
		#lang li a {
			padding:3px;
		}
	
	
	#menu {
		width:630px;
		padding-left:25px;
	}
	
		#menu li {
			font-size:10pt;
		}
		
		#menu li:hover {
			background:#fff;
		}
		
		#menu li a {
			padding:3px 10px;
		}
		
		#menu a.x {
			background:#fff url(../images/menu/arrow.gif) no-repeat scroll 97% center;
		}
		
		#navigation #menu a.x:hover {
			background:#fff url(../images/menu/arrow.gif) no-repeat scroll 97% center;
		}
		
		
			#menu li ul {
				position:absolute;
				display:none;
				float:none;
				background-color:#fff;
				width:200px;
				padding:10px 0;
				margin-top:-3px;
				
				-moz-border-radius:3px;
				-webkit-border-radius:3px;
				text-decoration:none;
			}
			
			#menu li:hover ul {
				display:block;
			}
			
			#menu li ul li {
				float:none;
				text-transform:none;
			}
			
			#menu li ul li a:hover {
				color:#676767;
			}
			
			
			
			
			
			
			#menu li:hover ul ul  {
				position:absolute;
				left:95%;
				margin-top:-30px;
				display:none;
				float:none;
				background-color:#fff;
				width:200px;
				padding:10px 0;
				
				-moz-border-radius:3px;
				-webkit-border-radius:3px;
				text-decoration:none;
			}
			
			#menu ul li:hover ul {
				display:block;
			}
			
			#menu ul li ul li {
				float:none;
				text-transform:none;
			}
			
			#menu li ul li a:hover {
				color:#676767;
			}
			
			
				
	#menu li  {
		font-weight:bold;
	}
	
	#menu li li  {
		font-weight:normal;
	}
			
			
			
	

#header {
	width:855px;
	height:197px;
	overflow:hidden;
	background:#fff;
}

	#logo {
		float:left;
		width:190px;
		height:95px;
		padding:51px 0;
		text-align:center;
	}
	
	#top-image {
		float:right;
		width:661px;
		height:197px;
	}
	
	

#content {
	overflow:hidden;
	margin:10px 0 0;
	padding-bottom:100px;
}

#sidebar {
	padding:42px 10px 0 0;
	width:184px;
	border-right:1px solid #c7ddf3;
	float:left;
	text-align:right;
}

	ul#firstlist,
	ul#secondlist {
		list-style:none;
		margin:0;
	}
	
	ul#sub-menu {
		list-style:none;
		margin:0 0 20px;
	}
	
	ul#sub-menu li {
		font-size:10pt;
	}
	
	ul#sub-menu li a {
		display:block;
		padding:3px 15px 3px 0;
		color:#666;
		background-image:url(../img/submenu_bullet.gif);
		background-repeat:no-repeat;
		background-position:right 8px;
		text-decoration:none;
	}
	
	ul#sub-menu li a.current,
	ul#sub-menu li a:hover {
		color:#01639b;
		background-image:url(../img/submenu_current_bullet.gif);
	}
	
	#firstlist_free_text2 {
		padding-top:20px;
	}
	
	#picture-box {
		padding-right:10px;
	}
	
	#addresses { display:none; }
	
	#addresses p {
		margin:15px 0 15px 15px;
		text-align:left;
		color:#6d9abc;
		font-size:7pt;
		line-height:10pt;
	}
	
	

#main {
	width:645px;
	padding-right:5px;
	float:right;
}

	#breadcrumb {
		height:30px;
		margin-bottom:6px;
		overflow:hidden;
		border-bottom:1px solid #c7ddf3;
	}
	
		#breadcrumb h1 {
			width:550px;
			padding-top:5px;
			float:left;
			font-size:10pt;
			color:#c7ddf3;
		}
		
		#breadcrumb h1 span {
			font-size:12pt;
			color:#01639b;
		}
		
		#breadcrumb h1 a {
			color:#6d91a5;
			text-decoration:none;
		}
		
		#breadcrumb h1 a:hover {
			color:#333;
		}
	
	
	
	
		#icons {
			float:right;
			width:85px;
			text-align:center;
			border:1px solid #9bcaed;
			line-height:0;
			-moz-border-radius:3px;
			-webkit-border-radius:3px;
		}
	
	div#more-info {
		padding:12px 0 0;
		margin-bottom:20px;
		background:url(../img/blue_arrow.gif) no-repeat top 600px;
	}
	
	div#more-info div {
		padding:5px 0 5px 160px;
		background-color:#d6e8f4;
		background-repeat:no-repeat;
		height:92px;
		overflow:hidden;
	}
	
	div#more-info p {
		font-size:8pt;
		line-height:11pt;
	}
	
	
	#main table {
		width:645px;
	}
	
	#main table tr.title td {
		background:#f1f1f1;
	}
	
	#main table td {
		border-top:1px solid #dedede;
		text-align:left;
		vertical-align:top;
		padding-right:10px;
	}
	
	#main table td.center {
		text-align:center;
	}
	
	
#footer {
	position:absolute;
	clear:both;
	width:855px;
	padding:10px 0;
	bottom:0;
	border-top:1px solid #c7ddf3;
}

#footer p {
	font-size:8pt;
	text-align:center;
	color:#737373;
}
	
.curved {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}



div.news-item {
	margin:20px 0 10px; 
	padding-bottom:20px; 
	overflow:hidden;
	zoom:1;
}

	div.news-item div.title {
		background:#c7ddf3; 
		padding:5px 10px; 
		margin:0 0 20px;
	}
	
	div.news-item h5,
	div.news-item span.date {
		color:#01639b;
	}
	
	div.news-item span.date {
		color:#01639b;
		font-size:8pt; 
		font-weight:normal;
	}


.bigitem,
.bigitemon {
	padding-left:50px;
	margin-bottom:40px;
	cursor:pointer;
}

.bigitem .itemdate,
.bigitemon .itemdate {
	color:#999;
}

.bigitem .itemtitle,
.bigitemon .itemtitle {
	font-weight:bold;
}


#npages {
	margin:20px 0;
}

#npages a {
	display:block;
	float:left;
	padding:2px 7px;
	margin:0 1px;
	color:#01639b;
	background:#c7ddf3;
	text-decoration:none;
}

#npages a:hover {
	color:#fff;
	background:#01639b;
}