/* ------------------------------------------------------------------
Unico Banking Site
author: Vikki Neal
email: vneal@one2create.co.uk
use of conditional comments have been used throughout site, therefore several styles have been filtered into appropriate IE6/IE7 CSS documents - notes have been made next to relevant css rules
/* ------------------------------------------------------------------
Sets default margin and padding
-------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}
/* ------------------------------------------------------------------
 Sets default font-size for headers 
 -------------------------------------------------------------------*/
h1, h2, h3, h4, h5 {
	font-size: 100%;
	}
/* ------------------------------------------------------------------
Removes list-style from lists
-------------------------------------------------------------------*/
ol, ul {
	list-style: none;
	}
/* ------------------------------------------------------------------
Sets font-style and font-weight to normal
-------------------------------------------------------------------*/
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
	}
/* ------------------------------------------------------------------
Removes border from fieldset and image
-------------------------------------------------------------------*/
fieldset, img {
	border: 0;
	}
/* ------------------------------------------------------------------
Link styles
-------------------------------------------------------------------*/
a {
	text-decoration: underline;
	outline: none;
	outline: none;
	}
a:hover {
	text-decoration: none;
	outline: none;
	outline: none;
	}
/* ------------------------------------------------------------------
Form elements
-------------------------------------------------------------------*/
input, select {
	font-family: Arial, Helvetica, sans-serif;
	}
/* ------------------------------------------------------------------
=Generic classes
-------------------------------------------------------------------*/
.floatLeft {
	float: left;
	}
.floatRight {
	float: right;
	}
.clearBoth {
	clear: both;
	}
/* ------------------------------------------------------------------
=Body settings & columns
-------------------------------------------------------------------*/
body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../Images/Shared/background.gif);
	width: 955px;
	border: 1px solid #fff;
	margin: 10px auto;
	}
.leftColumn {
	width: 180px;
	float: left;
	display: block;
	}
.centreColumn {
	width: 595px;
	float: left;
	display: block;
	}
.contactsColumn {
	width: 580px;
	float: left;
	padding-left:15px;
	display: block;
	}
.rightColumn {
	width: 180px;
	float: right;
	display: block;
	}
.widthContainer {
	display: block;
	background: url(../Images/Shared/Secondary_Nav/width_container_bg.gif) top left repeat-y;
	border-bottom: 2px solid #ee9800;
	}
/* ------------------------------------------------------------------
=Header area
-------------------------------------------------------------------*/
#header {
	display: block;
	border-bottom: 1px solid #ee9800;
	}
#logo h2 {
	float: left;
	text-indent: -100000px;
	}
#logo h2 a {
	display: block;
	height: 145px;
	width: 215px;
	background: url(../Images/Shared/unico_logo.gif) no-repeat;
	}
#flashMovie {
	float: right;
	width: 740px;
	margin: 0 0 -2px 0;
	}
/* ------------------------------------------------------------------
=Main navigation - please see ie6 specific stylesheet
-------------------------------------------------------------------*/
.menu {
	width: 955px;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 100;
	height: 42px;
	background-color: #fff;
	}
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color: #667a9d;
	overflow: hidden;
	}
.menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}
.menu ul li {
	float: left;
	position: relative;
	}
.menu ul li ul {
	display: none;
	}
/* shorthand not used for below values as IE6 applies a cascade */
.menu ul li#aboutLink a {
	background-image: url(../Images/Shared/Nav/about_unico.gif);
	width: 99px;
	height: 42px;
	background-position: top;
	background-repeat: no-repeat;
	text-indent: -10000px;
	}
.menu ul li#aboutLink a:hover {
	background-image: url(../Images/Shared/Nav/about_unico.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	}
.menu ul li#memberLink a {
	background-image: url(../Images/Shared/Nav/member_banks.gif);
	width: 119px;
	height: 42px;
	background-position: top;
	background-repeat: no-repeat;
	text-indent: -10000px;
	}
.menu ul li#memberLink a:hover {
	background-image: url(../Images/Shared/Nav/member_banks.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	}
.menu ul li#eventsLink a {
	background-image: url(../Images/Shared/Nav/events_calendar.gif);
	width: 136px;
	height: 42px;
	background-position: top;
	background-repeat: no-repeat;
	text-indent: -10000px;
	}
.menu ul li#eventsLink a:hover {
	background-image: url(../Images/Shared/Nav/events_calendar.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	}
.menu ul li#servicesLink a {
	background-image: url(../Images/Shared/Nav/specialised_services.gif);
	width: 153px;
	height: 42px;
	background-position: top;
	background-repeat: no-repeat;
	text-indent: -10000px;
	}
.menu ul li#servicesLink a:hover {
	background-image: url(../Images/Shared/Nav/specialised_services.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	}
.menu ul li#newsLink a {
	background-image: url(../Images/Shared/Nav/news.gif);
	width: 88px;
	height: 42px;
	background-position: top;
	background-repeat: no-repeat;
	text-indent: -10000px;
	}
.menu ul li#newsLink a:hover {
	background-image: url(../Images/Shared/Nav/news.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	}
/* specific to non IE browsers */
.menu ul li:hover a {
	color: #ee9800;
	background: #fff;
	}
.menu ul li:hover ul {
	display: block;
	position:absolute;
	top: 42px;
	left: 0;
	background: #fff;
	border: 1px solid #667a9d;
	border-bottom: none;
	width: 136px;
	}
.menu ul li:hover ul li a.hide {
	color: #667a9d;
	background: #fff;
	height: 20px !important;
	line-height: 20px !important;
	border-bottom: 1px solid #667a9d;
	}
.menu ul li:hover ul li:hover a.hide {
	color: #ee9800;
	background: #fff;
	border-bottom: 1px solid #666;
	}
.menu ul li:hover ul li ul {
	display: none;
	}
.menu ul li ul li {
	font-size: 1.2em;
	}
.menu ul li:hover ul li a {
	display: block;
	background: #fff;
	color: #667a9d !important;
	height: 20px !important;
	line-height: 20px !important;
	border-bottom: 1px solid #667a9d;
	padding-left: 10px;
	width: 126px !important;
	background-image: none !important;
	text-indent: 0 !important;
	}
.menu ul li:hover ul li a:hover {
	background: #fff;
	color: #ee9800 !important;
	}
/* specific widths */
.menu ul li:hover ul#aboutSubMenu {
	width: 190px;
	}
.menu ul li:hover ul#aboutSubMenu li a {
	width: 180px !important;
	}
.menu ul li:hover ul#servicesSubMenu {
	width: 153px;
	}
.menu ul li:hover ul#servicesSubMenu li a {
	width: 143px !important;
	}
/* ------------------------------------------------------------------
=Search Panel
-------------------------------------------------------------------*/
#searchPanel {
	background: url(../Images/Shared/Search/search_header.gif) top left no-repeat;
	}
#searchPanel fieldset {
	margin: 0 0 -2px 0;
	padding: 0;
	}
#searchPanel .textField {
	border: 1px solid #848484;
	width: 115px;
	margin: 20px 0 0 30px;
	float: left;
	}
#searchPanel .submitButton{
	float: left;
	margin-top: 15px;
	}
/* ------------------------------------------------------------------
=Secondary Navigation
-------------------------------------------------------------------*/
#secondaryNavigation ul {
	background: url(../Images/Shared/Secondary_Nav/background_shadow.gif) top right no-repeat;
	padding-top: 29px;
	margin-bottom: 25px;
	}
#secondaryNavigation ul li {
	margin: 0 0 -1px 6px;
	}
#secondaryNavigation ul li#subForumLink {
	margin: 0 0 0 6px;
	}
#secondaryNavigation ul li a {
	width: 174px;
	height: 63px;
	display: block;
	text-indent: -10000px;
	}
#secondaryNavigation ul li#subHomeLink a {
	background: url(../Images/Shared/Secondary_Nav/home.jpg) top no-repeat;
	}
#secondaryNavigation ul li#subHomeLink a:hover {
	background: url(../Images/Shared/Secondary_Nav/home.jpg) bottom no-repeat;
	}
#secondaryNavigation ul li#subContactLink a {
	background: url(../Images/Shared/Secondary_Nav/contact.jpg) top no-repeat;
	}
#secondaryNavigation ul li#subContactLink a:hover {
	background: url(../Images/Shared/Secondary_Nav/contact.jpg) bottom no-repeat;
	}
#secondaryNavigation ul li#subUnicoContactsLink a {
	background: url(../Images/Shared/Secondary_Nav/unico_contacts.jpg) top no-repeat;
	}
#secondaryNavigation ul li#subUnicoContactsLink a:hover {
	background: url(../Images/Shared/Secondary_Nav/unico_contacts.jpg) bottom no-repeat;
	}
#secondaryNavigation ul li#subLinksLink a {
	background: url(../Images/Shared/Secondary_Nav/links.jpg) top no-repeat;
	}
#secondaryNavigation ul li#subLinksLink a:hover {
	background: url(../Images/Shared/Secondary_Nav/links.jpg) bottom no-repeat;
	}
#secondaryNavigation ul li#subForumLink a {
	background: url(../Images/Shared/Secondary_Nav/forum.jpg) top no-repeat;
	}
#secondaryNavigation ul li#subForumLink a:hover {
	background: url(../Images/Shared/Secondary_Nav/forum.jpg) bottom no-repeat;
	}
/* ------------------------------------------------------------------
=Content Area
-------------------------------------------------------------------*/
.contentArea {
	background: url(../Images/Shared/content_background.gif) top repeat-x;
	line-height: 1.5em;
	}
.copyContainer {
	padding: 35px 70px;
	width: 455px;
	}
.contentArea h1 {
	font-size: 2em;
	color: #ee9800;
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #ee9800;
	font-weight: normal;
	margin-bottom: 20px;
	position: relative;
	}
.contentArea h1 span {
	position: absolute;
	right: 0;
	font-size: 11px;
	line-height: 2em;
	}
.contentArea h1 span a {
	color: #142f5f !important;
	}
.contentArea h1 span a:hover {
	color: #ee9800 !important;
	}
.contentArea h1 span.downloadIcon {
	position: absolute;
	right: 0;
	font-size: 11px;
	}
.contentArea h1 span.downloadIcon a {
	color: #142f5f !important;
	background: url(../Images/Events_Calendar/pdf_Icon.gif) top left no-repeat;
	padding: 13px 0 13px 40px;
	}
.contentArea h1 span.downloadIcon a:hover {
	color: #ee9800 !important;
	}
.contentArea h2 {
	font-size: 1.4em;
	color: #142f5f;
	font-weight:bold;
	display: block;
	margin-bottom: 0px;
	}
.contentArea p {
	color: #142f5f;	
	font-size: 1.2em;
	margin: 0px 0 20px 0;
	}
.contentArea p a {
	color: #142f5f;
	}
.contentArea p a:hover {
	color: #ee9800;
	}
.contentArea TABLE TD {
	font-size: 11px !important;
	padding:2px !important;
	font-weight:normal !important;
	color: #142f5f !important;	
	}
.contentArea TABLE {
	border-collapse:collapse;
	}

.contentArea ul {
	color: #142f5f;	
	font-size: 1.2em;
	list-style-type:disc;
	list-style-position:inherit;
	}

/* ------------------------------------------------------------------
=UnicoContacts
-------------------------------------------------------------------*/
#UnicoContacts {
	width: 565px;
	margin-left:15px;
	height: 600px;
	position: relative;
	z-index: 10;
	}
.divUnicoContactsHeader
{
	padding-left:25px;
	margin-top:20px;
}
/* ------------------------------------------------------------------
=Member Banks
-------------------------------------------------------------------*/
#divBankdetailLinks
{
	padding-bottom:20px;
	margin-top:-15px;
	margin-left:-10px;
}
#memberBanks.contentArea h1 {
	border-bottom: none;
	top: 35px;
	left: 75px;
	position: absolute;
	z-index: 20;
	}
#mapImage {
	background: url(../Images/Member_Banks/map.gif) top left no-repeat;
	width: 595px;
	height: 690px;
	position: relative;
	z-index: 10;
	}
#mapImage a {
	display: block;
	position: absolute;
	text-indent: -10000px;
	z-index: 20;
	}
#mapImage a:hover {
	border: 3px solid #f0950b;
	}

a#pohjolaBankMapLink {
	width: 101px;
	height: 34px;
	display: block;
	left: 257px;
	top: 107px;
	}
a#raboBankMapLink {
	width: 63px;
	height: 50px;
	left: 209px;
	top: 231px;
	}
a#dzBankMapLink {
	width: 101px;
	height: 34px;
	left: 426px;
	top: 289px;
	}
a#creditBankMapLink {
	width: 101px;
	height: 34px;
	left: 111px;
	top: 355px;
	}
a#rzbBankMapLink {
	width: 101px;
	height: 34px;
	left: 461px;
	top: 425px;
	}
a#bccBankMapLink {
	width: 101px;
	height: 34px;
	left: 461px;
	top: 535px;
	}
a#raiffeisenBankMapLink {
	width: 101px;
	height: 34px;
	left: 257px;
	top: 524px;
	}
a#bancoBankMapLink {
	width: 63px;
	height: 64px;
	left: 153px;
	top: 594px;
	}
/* ------------------------------------------------------------------
=Events & calendar pages
-------------------------------------------------------------------*/
#eventsCalendarPages {
	background: url(../Images/Events_Calendar/bg_fade.jpg) left repeat-y;
	position: relative;
	padding: 14px 10px 10px 10px;
	width: 575px;
	}
#eventsCalendarPages .dropShadow {
	background: url(../Images/Events_Calendar/drop_shadow.jpg) top no-repeat;
	height: 14px;
	width: 595px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	}
#eventsCalendarPages h1 {
	margin-bottom: 20px;
	}
#eventsCalendarPages .leftCol {
	float: left;
	margin-right: 10px;
	width: 282px;
	}
#eventsCalendarPages .rightCol {
	float: right;
	width: 282px;
	}
#eventsCalendarPages table {
	margin: 10px 0 15px 0;
	width: 282px;
	border: 1px solid #ee9800;
	background-color: #fff;
	}
#eventsCalendarPages table caption {
	font-size: 1.4em;
	color: #132b56;
	text-align: left;
	margin: 0 0 5px 0;
	}
#eventsCalendarPages table td {
	padding: 2px 5px;
	font-size: 1.3em;
	color: #132b56;
	font-weight: bold;
	}
#eventsCalendarPages table td a {
	color: #132b56;
	}
#eventsCalendarPages table td a:hover {
	color: #ee9800;
	}
#eventsCalendarPages table td.date {
	width: 50px;
	font-size: 1.2em;
	color: #ee9800;
	text-align: center;
	font-weight: normal;
	}
/* ------------------------------------------------------------------
=links pages
-------------------------------------------------------------------*/
#linksPanel P {
	display: block;
	padding-bottom: 40px;
	border-bottom: 1px solid #ee9800;
	margin-bottom: 40px;
	}
#linksPanel P IMG {
	float: left;
	margin: -10px 20px 40px 0;
	width: 115px;
	}
/* ------------------------------------------------------------------
=News pages
-------------------------------------------------------------------*/
#newsPages h1 {
	padding: 35px 0 10px 0;
	margin: 0 70px 35px 70px;
	}
.newsPanelDropShadow {
	width: 522px;
	padding: 0 3px 5px 3px;
	background: url(../Images/News/dropshadow_bg.gif) bottom right no-repeat;
	margin: 0 auto 0 auto;
	}
.currentArticle {
	width: 476px;
	padding: 10px 20px;
	margin: 0 auto;
	border: 1px solid #667a9d;
	background: #f2f2f2 url(../Images/News/current_article_bg.jpg) top left no-repeat;
	}
.currentArticle h3 {
	color: #142f5f;
	font-size: 1.2em;
	margin-bottom: 10px;
	}
.currentArticle h3 a {
	color: #142f5f;
	}
.currentArticle h3 a:hover {
	color: #ee9800;
	}
.currentArticle h2 {
	color: #142f5f;
	font-size: 1.2em;
	float: left;
	font-weight: normal;
	margin: 0 0 10px 0;
	display: block;
	line-height: 1.5em;
	}
.currentArticle h2 a {
	color: #142f5f;
	}
.currentArticle h2 a:hover {
	color: #ee9800;
	}
.currentArticle img {
	float: left;
	width: 60px;
	margin-right: 70px;
	}
.currentArticle h2 span.readMore {
	margin: 0;
	font-weight: bold;
	}
.currentArticle h2 span.articleDate {
	margin: 0 0 10px 0;
	font-weight: normal;
	font-style:italic;
	}
#newsArchive {
	background-color: #eceff4;
	padding: 10px 40px 10px 40px;
	margin: 10px 0 0 0;
	}
#newsArchive h3 {
	padding: 5px 0;
	border-bottom: 1px solid #142f5f;
	font-size: 1.2em;
	}
#newsArchive h3 a {
	color: #142f5f;
	}
#newsArchive h3 a:hover {
	color: #ee9800;
	}
#newsArchive h3 a span {
	width: 148px;
	display: block;
	float: left;
	}
/* ------------------------------------------------------------------
=Accordion
-------------------------------------------------------------------*/
#accordion {
	width: 174px;
	float: right;
	padding: 20px 0 0 6px;
	background: url(../Images/Accordion/background_shadow.gif) top left no-repeat;
	}
.toggler {
	margin: 0;
	}
h3.toggler.LatestNewsLink {
	cursor: pointer;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	text-indent: -10000px;
	}
h3.toggler.LatestNewsLink a {
	height: 58px;
	width: 174px;
	display: block;
	background: url(../images/Accordion/latest_news.jpg);
	}
h3.MainEventsLink {
	cursor: pointer;
	font-size: 1.4em;
	font-weight: bold;
	margin:0;
	text-indent: -10000px;
	}
h3.MainEventsLink a {
	height: 58px;
	width: 174px;
	display: block;
	background: url(../images/Accordion/main_events.jpg) no-repeat;
	}
.element {
	margin: 4px 0;
	background-color: #FFF;
	border: 1px solid #ee9800;
	padding: 5px;
	line-height: 1.5em;
	}
.element h2 {
	font-size: 1.2em;
	margin: 5px 0px;
	color: #667a9d;
	}
.element p {
	margin: 10px 0;
	font-size: 1.1em;
	color: #142f5f;
	}
.element p a {
	color: #142f5f;
	font-weight: bold;
	float: right;
	}
.element p a:hover{
	color: #142f5f;
	}
/* ------------------------------------------------------------------
=Footer
-------------------------------------------------------------------*/
#footer {
	width: 907px;
	padding: 0 0 0 48px;
	background-color: #fff;
	height: 45px;
	}
#footer ul li {
	float: left;
	padding: 10px 48px 10px 0;
	height: 27px;
	}
#footer ul li a {
	text-indent: -100000px;
	display: block;
	height: 26px;
	}
#footer ul li#creditAgricoleLink a {
	width: 59px;
	background: url(../Images/Shared/Footer/credit_agricole.gif) center no-repeat;
	}
#footer ul li#dzBankLink a {
	width: 77px;
	background: url(../Images/Shared/Footer/dz_bank.gif) center no-repeat;
	}
#footer ul li#bccLink a {
	width: 61px;
	background: url(../Images/Shared/Footer/bcc.gif) center no-repeat;
	}
#footer ul li#pohjolaBankLink a {
	width: 86px;
	background: url(../Images/Shared/Footer/Pohjola.gif) center no-repeat;
	}
#footer ul li#bancoLink a {
	width: 29px;
	background: url(../Images/Shared/Footer/banco.gif) center no-repeat;
	}
#footer ul li#rabobankLink a {
	width: 83px;
	background: url(../Images/Shared/Footer/rabobank.gif) center no-repeat;
	}
#footer ul li#rzbLink a {
	width: 53px;
	background: url(../Images/Shared/Footer/rzb.gif) center no-repeat;
	}
#footer ul li#raiffeisenLink a {
	width: 66px;
	background: url(../Images/Shared/Footer/raiffeisen.gif) center no-repeat;
	}
