/* - Body - */
* {
	padding: 0;
	margin: 0;
	}
	
html {
    height: 100%;
	padding: 0;
	margin: 0;
	}

body {
	background: #fff url('images/body-background.png') repeat-x;
	height: 100%;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	}
	
img {
	border: 0;
	}
a img {
	border: 0;
	}
	
/* - Misc - */
a {
	color: #0e61a0;
	font-weight: normal;
	text-decoration: underline;
	}
a:hover {
	color: #115a92;
	text-decoration: none;
	}

span.name {
	color: #0e61a0;
	font-weight: bold;
	}
span.faint {
	color: #666;
	}
div.floatLeft {
	float: left;
	width: auto;
	}
div.floatRight {
	float: right;
	width: auto;
	}
div.center {
	text-align: center;
	}	
div.clear {
	clear: both;
	}

.content h2 {
	color: #0f568c;
	font-size: 36px;
	font-weight: normal;
	font-family: Tahoma, Arial, sans-serif;
	margin: 10px 0;
	}	
h3 {
	line-height: 100%;
	color: #0e61a0;
	font-size: 22px;
	margin: 0 0 5px;
	}
	
/* - Wrapper - */
#wrapper {
	background: #fff url('images/wrapper-background.png') no-repeat;
	width: 824px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -120px;
	padding: 0 8px;
	position: relative;
	}
	
/* - Columns - */
.column {
	float: left;
	padding: 49px 0 0;
	}
.column.left {
	width: 240px;
	}
.column.right {
	width: 584px;
	}
	
/* - Banner - */
#banner {
	text-align: center;
	}
#banner h2 {
	font-size: 36px;
	color: #1b6ead;
	font-family: Tahoma, Arial, sans-serif;
	line-height: 100%;
	margin: 2px 0 0;
	position: relative;
	z-index: 2;
	}
#banner p {
	line-height: 140%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4694d0;
	font-size: 12px;
	padding: 5px 0 0;
	position: relative;
	z-index: 2;
	}
#banner p a {
	color: #db6969;
	text-decoration: none;
	}
#banner p a:hover {
	color: #cc3333;
	text-decoration: underline;
	}
	
/* - Logo - */
#logo {
	width: 231px;
	height: 106px;
	}
#logo a {
	display: block;
	background: url('images/logo.png') no-repeat 0 0;
	width: 231px;
	height: 106px;
	}
#logo a:hover {
	background-position: 0 -106px;
	}
	
/* - Menu - */
ul#menu {
	list-style-type: none;
	width: 231px;
	margin: 15px 0 0;
	padding: 0;
	}
ul#menu li {
	width: 231px;
	height: 41px;
	margin: 0 0 1px;
	}
ul#menu li.large {
	height: 66px;
	}
ul#menu li a {
	display: block;
	background: #a0d0f4 url('images/menu-links.png') no-repeat 0 0;
	width: 231px;
	height: 16px;
	color: #0f5b96;
	text-align: center;
	padding: 12px 0 13px;
	}
ul#menu li a:hover {
	background-position: 0 -41px;
	text-decoration: none;
	}
ul#menu li.large a {
	background-position: 0 -82px;
	height: 66px;
	}
ul#menu li.large a:hover {
	background-position: 0 -148px;
	}
ul#menu li a.selected {
	background-color: #2e7fbd;
	background-position: -231px 0;
	color: #fff;
	font-weight: bold;
	}
ul#menu li a.selected:hover {
	background-position: -231px -41px;
	}
ul#menu li.large a.selected {
	background-position: -231px -82px;
	}
ul#menu li.large a.selected:hover {
	background-position: -231px -148px;
	}
			
/* - Content - */
.content {
	padding: 10px 5px;
	margin: 15px 0;
	border-top: 1px solid #d7ecfb;
	}
.content#malta {
	background: url('images/malta-background.png') no-repeat top right;
	}
.content#iceland {
	background: url('images/iceland-background.png') no-repeat top right;
	}
.content#cyprus {
    background: url('images/cyprus-background.png') no-repeat top right;
    }
	
.content p {
	line-height: 145%;
	padding: 2px 10px 6px;
	}

div.seperator {
	clear: both;
	height: 10px;
	margin: 10px 10px 0;
	border-top: 1px solid #d7ecfb;
	}

.content ul {
	padding: 0 10px;
	margin: 2px 18px;
	}
.content ul li {
	color: #333;
	margin: 1px 0;
	}	
.content ul.highlight {
	list-style-type: none;
	padding: 0;
	margin: 20px 0 10px;
	}
.content ul.highlight li {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin: 10px 0;
	}
	
.list {
	margin: 0 auto;
	padding: 0 10px;
	}
.list .content {
	width: 260px;
	float: left;
	border: 0;
	}
.list .content h3 {
	font-size: 20px;
	}
.list .content ul {
	padding: 0 8px;
	margin: 3px 0 25px;
	}
.list .content ul li {
	margin: 2px 8px 4px;
	padding: 0 8px 0 0;
	}
	
.map {
	text-align: center;
	margin: 0;
	padding: 10px 0 0;
	}
.map h3 {
	font-size: 22px;
	}
.map img {
	border: 1px solid #fff;
	}
.floatLeft.map {
	text-align: left;
	padding: 0 10px;
	}
	
.image-box {
	width: 190px;
	text-align: center;
	float: right;
	padding: 5px;
	border: 1px solid #e1f2ff;
	margin: 0 0 10px 10px;
	}
.image-box.large {
	width: 250px;
	}
.image-box.left {
	float: left;
	margin: 0 10px 0 10px;
	}
.image-box img {
	background: #fff;
	padding: 5px 5px 0;
	margin: 0;
	}
.image-box p {
	font-size: 11px;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
	padding: 5px 8px;
	}
	
/* - Footer - */
#footerFaux {
	height: 120px;
	clear: both;
	}
#footer {
	height: 110px;
	font-size: 10px;
	position: relative;
	z-index: 2;
	text-align: center;
	}
	
#footer div.seperator {
	width: 800px;
	margin: 10px auto 0;
	}
	
#footer div#astran {
	width: 80px;
	height: 80px;
	position: absolute;	
	left: 25px;
	bottom: 15px;
	}

#footer div#astran a img {
	border: 0;
	}
	
#footer div.address {
	width: 390px;
	text-align: center;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0 0 10px;
	border: 1px solid #fff;
	}
#footer div.address address {
	color: #000;
	font-style: normal;
	padding: 5px;
	border-bottom: 1px solid #d7e7f3;
	}
#footer div.address address span {
	color: #000;
	}
#footer div.address div.tel {
	color: #000;
	border-bottom: 1px solid #d7e7f3;
	}
#footer div.address div.tel strong {
	color: #222;
	}
#footer div.address div.tel span {
	color: #999;
	margin: 0 2px;
	}
#footer div.address div {
	padding: 5px;
	}
	
#footer div#bifa {
	width: 85px;
	text-align: center;
	position: absolute;	
	padding: 5px;
	right: 20px;
	bottom: 20px;
	border: 1px solid #fff;
	}
#footer div#bifa p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444;
	margin: 0;
	line-height: 100%;
	}