﻿/* Styles for the main look of the microsite */

body {
	background: #FFFFFF;
	color: #333333;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.mainPage {
	width: 1000px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	font-family: arial, sans serif;
}

/* Header */
.header {
	background: url("/NR/rdonlyres/2BE11C4F-4F80-4CA9-8404-6A93A66D9C05/0/banner.jpg") no-repeat top left #ffffff;
	width: 1000px;
	height: 95px;
	margin: 0px;
	padding:0px;
	border-bottom: 2px solid #ffffff;
}
#homePage .header a {
	background: url("/NR/rdonlyres/1E188CC4-71A8-492C-B4FD-66CC21FE9520/0/HP_banner.jpg") no-repeat top left #ffffff;
	height: 95px;
	display:block;
}

.media{
		font-weight:bold;
		padding-top:10px;
}

h1 {
	text-align: left;
	display: none;
}
h2 {
	text-align: left;
	padding: 69px 0px 5px 15px;
	margin: 0px;
	font-weight: normal;
	color: #ffffff;
	font-size: 17px;
}

#eoposdb h2 {
	background: url("/NR/rdonlyres/E81331C0-C941-462B-B605-D4D1616F6C75/0/h2_eoposdb.jpg") no-repeat bottom left;
}
#posdb h2 {
	background: url("/NR/rdonlyres/255FC9C4-F0A3-445B-868B-83AE00E62F1A/0/h2_posdb.jpg") no-repeat bottom left;
}

#posdb .content{border-bottom: 5px solid #8396a5;}
#posdbAus h2 {
	background: url("/NR/rdonlyres/0A59B124-DA94-46FE-8100-0749D5847CAE/0/h2_posdb_aus.jpg") no-repeat bottom left;
}

#posdbCan h2 {
	background: url("/NR/rdonlyres/60606551-5516-437F-8F6C-78F127F1A7A9/0/h2_posdb_can.jpg") no-repeat bottom left;
}
#posdbIre h2 {
	background: url("/NR/rdonlyres/DB734EA4-C67E-4A52-9276-99500DBD374F/0/h2_posdb_ire.jpg") no-repeat bottom left;
}
#posdbIce h2 {
	background: url("/NR/rdonlyres/8627F939-E430-4A76-B7D8-0F920D88DB65/0/h2_posdb_ice.jpg") no-repeat bottom left;
}
#posdbNor h2 {
	background: url("/NR/rdonlyres/9D34CCBF-034C-4524-8169-7297FF6D7F5C/0/h2_posdb_Nor.jpg") no-repeat bottom left;
}

#posdbAusHome h2 {
	background: url("/NR/rdonlyres/0A59B124-DA94-46FE-8100-0749D5847CAE/0/h2_posdb_aus.jpg") no-repeat bottom left;
}

#posdbCanHome h2 {
	background: url("/NR/rdonlyres/60606551-5516-437F-8F6C-78F127F1A7A9/0/h2_posdb_can.jpg") no-repeat bottom left;
}
#posdbIreHome h2 {
	background: url("/NR/rdonlyres/DB734EA4-C67E-4A52-9276-99500DBD374F/0/h2_posdb_ire.jpg") no-repeat bottom left;
}
#posdbIceHome h2 {
	background: url("/NR/rdonlyres/8627F939-E430-4A76-B7D8-0F920D88DB65/0/h2_posdb_ice.jpg") no-repeat bottom left;
}

#posdbNorHome h2 {
	background: url("/NR/rdonlyres/9D34CCBF-034C-4524-8169-7297FF6D7F5C/0/h2_posdb_Nor.jpg") no-repeat bottom left;
}



/* Left navigation */

.navigation {
	float: left;
	width: 225px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	background: url("/NR/rdonlyres/01F489AC-2241-4A39-B636-4ACEFCBC38AB/0/menuRadius.jpg") no-repeat bottom right #F2F2F2;	
}
.menu {
	text-align: left;	
	margin: 0px;
	padding:0px 0px 50px 0px;
	background:url("/NR/rdonlyres/E1D48A66-358E-45DB-BDF3-9617D4BE43EF/0/navigation_bottom.jpg") no-repeat bottom;
}
.menu li {
	float: left;
	display: block;
	width: 100%;
	background: #E9E9E9;
}
.menu li a, .menu li .menuLast {
	background: url("/NR/rdonlyres/426F814B-18BE-42C2-96EA-26264012CFAF/0/main_bullet.jpg") no-repeat 15px 27px #E9E9E9;
	text-decoration: none;	
	color: #333333;
	font-size: 12px;
	display: block;
	line-height: 40px;
	width: 210px;
	padding: 0px 0px 0px 15px; 
}
*html .menu li a, .menu li .menuLast {
	width: 225px;
}
.menu li .menuLast {
	background: url("/NR/rdonlyres/C01C135D-7CB1-4312-BE4A-5050F6D4E06D/0/menu_shadow.jpg") no-repeat 2px 25px #E9E9E9;
	padding-bottom: 37px;
}
.menu li a#selected {
	font-weight: bold;
	color: #000000;
}
.menu li a:hover {
	text-decoration: underline;
}
.menu li .csub, .menu li .csubLast {
	background: url("/NR/rdonlyres/8F47F42E-64DB-4E82-AC36-F0770DCA7CB5/0/sub_bullet.jpg") no-repeat 20px 8px #E9E9E9;
	width: 195px;
	padding-left: 30px;
	line-height: 20px;
}
*html .menu li .csub, .menu li .csubLast {
	width: 225px;
}
.menu li .csubLast {
	background: url("/NR/rdonlyres/A0CC0212-0E15-4D2F-A082-22B2831EFEC7/0/sub_bullet_last.jpg") no-repeat 9px 8px #E9E9E9;
	padding-bottom: 15px;
}

.menu li .sub {
	background: pink;
	width: 180px;
	padding-left: 45px;
}
*html .menu li .sub {
	width: 225px;
}



.support {
	text-align: left;
	clear: both;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
.support li {
	float: left;
	display: block;
	width: 100%;
}
.support li a {
	text-decoration: none;
	color: #000000;
	font-size: 11px;
	width: 210px;
	padding: 0px 0px 0px 20px;
	background: url("/NR/rdonlyres/12381F2E-39D0-4B02-8FC4-12B116B387F2/0/support_bullet.jpg") no-repeat 12px 4px;	
}
.support li a#chosen {
	font-weight: bold;
}
.support li a:hover {
	text-decoration: underline;
}


/* content */

.content {
	float: left;
	width: 720px;
	margin: 10px 10px 0px;
}

#eoposdb .content {
	border-bottom: 5px solid #FF7216;
	padding-bottom: 100px;
}
#posdbAusHome .content {
	border-bottom: 5px solid #CCD5DA;
}
#posdbCanHome .content {
	border-bottom: 5px solid #CCD5DA;
}
#posdbIreHome .content {
	border-bottom: 5px solid #CCD5DA;
}
#posdbIceHome .content {
	border-bottom: 5px solid #CCD5DA;
}

#posdbNorHome .content {
	border-bottom: 5px solid #CCD5DA;
}


.content h3 {
	text-align: left;	
	clear: both;
	color: #000000;
	margin: 5px 0px;
	padding: 0px 0px 0px 30px;
	background: url("/NR/rdonlyres/480CFA16-E1D7-4033-9593-3D96F85E441A/0/h3_bullet.jpg") no-repeat 0px 0px;
	font-size: 12px;
	font-weight:normal;
}

.content p {
	text-align: left;
	color: #000000;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}
.content p a {
	color: #0000FE;
}
.content .half {
	float: left;
	width: 325px;
	margin: 20px 30px 20px 0px;

}
.content .highLight {
	padding: 7px 15px;
	margin: 10px 0px 10px 0px;
	background: #E9E9E9;
}

.content .newContent {
	padding: 7px 15px;
	margin: 10px 0px 10px 0px;
	border:2px solid red;
	padding-top:10px;
	padding-bottom:10px;
}

.content .bulletGroup {
	margin-bottom: 40px;
}
.content .bulletGroup .bulletItem {
	padding: 0px 15px;
	padding-top:5px;
	margin-top:5px;
	background: url("/NR/rdonlyres/44F690B7-EC79-4FD6-B079-5F83EDDE54E2/0/content_bullet.jpg") no-repeat 0px 11px;	
}

.content .bulletGroup .reference{
	padding-left:15px;
}
.content .reference {
	font-weight: normal;
	color:#666666;
	padding: 0px;
}
.content .notes {
	color: #656565;
	margin-bottom:10px;	
}
.content .pageAnchor {
	padding: 0px;
	margin: 10px 0px;
}
.content .quote {
	font-style: italic;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}
.content .quotee {
	font-style: italic;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px
}

.content .column1{padding-top:28px;}

/* general page layout and colours */

.generalPageGroup, .generalPageGroupTab {
	float: left;
	width: 160px;
	margin: 15px 20px 0px 0px; 
}
.generalPageGroup {
	min-height: 210px;
	padding-bottom: 10px;
	margin: 15px 20px 15px 0px; 
}
*html .generalPageGroup {
	height: 210px;
}
.generalPageGroupTab .selectedGroup {
	font-weight: bold;
}
.generalPageGroup a, .generalPageGroupTab a {
	padding: 5px 0px;
	width: 160px;
	display: block;
	border-bottom: 1px solid #ffffff;
	color: #000000;
	text-decoration: none;
}
.generalPageGroup a:hover, .generalPageGroupTab a:hover {
	color: #333333;
	text-decoration: underline;
}
.generalPageGroup p {
	padding: 5px 5px 0px 5px;
	font-size:12px;
}
.generalPageGroup .reference {
	padding: 0px 5px 0px 5px;
}

.generalPageGroupBody {
	padding: 10px 0px;
	clear: both;
}
.generalPageGroupBody h3 {
	margin-top: 10px;
}

/* Colours for the country default home pages*/

#posdbAusHome #element1 { background: #CCD5DA;height:260px;}
#posdbAusHome #element2 { background: #D8DDE1;height:260px;}
#posdbAusHome #element3 { background: #E2E7EB;height:260px;}
#posdbAusHome #element4 { background: #EBEEF3;height:260px;}
#posdbAusHome .content h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbAusHome #forElement1 {border-top: 5px solid #CCD5DA;}
#posdbAusHome #forElement1 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbAusHome #forElement2 {border-top: 5px solid #D8DDE1;}
#posdbAusHome #forElement3 {border-top: 5px solid #E2E7EB;}
#posdbAusHome #forElement4 {border-top: 5px solid #EBEEF3;}

#posdbCanHome #element1 { background: #CCD5DA;height:270px;}
#posdbCanHome #element2 { background: #D8DDE1;height:270px;}
#posdbCanHome #element3 { background: #E2E7EB;height:270px;}
#posdbCanHome #element4 { background: #EBEEF3;height:270px;}
#posdbCanHome #forElement1 {border-top: 5px solid #CCD5DA;}
#posdbcanHome .content h3 { background: url("/NR/rdonlyres/480CFA16-E1D7-4033-9593-3D96F85E441A/0/h3_bullet.jpg") no-repeat 0px 0px;}
#posdbCanHome #forElement1 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbCanHome #forElement2 {border-top: 5px solid #D8DDE1;}
#posdbCanHome #forElement3 {border-top: 5px solid #E2E7EB;}
#posdbCanHome #forElement4 {border-top: 5px solid #EBEEF3;}

#posdbIreHome #element1 { background: #CCD5DA;height:270px;}
#posdbIreHome #element2 { background: #D8DDE1;height:270px;}
#posdbIreHome #element3 { background: #E2E7EB;height:270px;}
#posdbIreHome #element4 { background: #EBEEF3;height:270px;}
#posdbIreHome #forElement1 {border-top: 5px solid #CCD5DA;}
#posdbIreHome .content h3 { background: url("/NR/rdonlyres/480CFA16-E1D7-4033-9593-3D96F85E441A/0/h3_bullet.jpg") no-repeat 0px 0px;}
#posdbIreHome #forElement1 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbIreHome #forElement2 {border-top: 5px solid #D8DDE1;}
#posdbIreHome #forElement3 {border-top: 5px solid #E2E7EB;}
#posdbIreHome #forElement4 {border-top: 5px solid #EBEEF3;}

#posdbIceHome #element1 { background: #CCD5DA;height:285px;}
#posdbIceHome #element2 { background: #D8DDE1;height:285px;}
#posdbIceHome #element3 { background: #E2E7EB;height:285px;}
#posdbIceHome #element4 { background: #EBEEF3;height:285px;}
#posdbIceHome #forElement1 {border-top: 5px solid #CCD5DA;}
#posdbIceHome .content h3 { background: url("/NR/rdonlyres/480CFA16-E1D7-4033-9593-3D96F85E441A/0/h3_bullet.jpg") no-repeat 0px 0px;}
#posdbIceHome #forElement1 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbIceHome #forElement2 {border-top: 5px solid #D8DDE1;}
#posdbIceHome #forElement3 {border-top: 5px solid #E2E7EB;}
#posdbIceHome #forElement4 {border-top: 5px solid #EBEEF3;}

#posdbNorHome #element1 { background: #CCD5DA;height:270px;}
#posdbNorHome #element2 { background: #D8DDE1;height:270px;}
#posdbNorHome #element3 { background: #E2E7EB;height:270px;}
#posdbNorHome #element4 { background: #EBEEF3;height:270px;}
#posdbNorHome #forElement1 {border-top: 5px solid #CCD5DA;}
#posdbNorHome .content h3 { background: url("/NR/rdonlyres/480CFA16-E1D7-4033-9593-3D96F85E441A/0/h3_bullet.jpg") no-repeat 0px 0px;}
#posdbNorHome #forElement1 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbNorHome #forElement2 {border-top: 5px solid #D8DDE1;}
#posdbNorHome #forElement3 {border-top: 5px solid #E2E7EB;}
#posdbNorHome #forElement4 {border-top: 5px solid #EBEEF3;}


#eoposdb #element1 { background: #FF7216;}
#eoposdb #element2 { background: #FEA468;}
#eoposdb #element3 { background: #FED1B2;}
#eoposdb #element4 { background: #FFEADC;}
#eoposdb .content h3 { background: url("/NR/rdonlyres/F3A614BB-202D-4FDA-A554-605533969BE0/0/h3_bullet_eoposdb1.JPG") no-repeat 0px 0px;}
#eoposdb #forElement1 {border-top: 5px solid #FF7216;}
#eoposdb #forElement2 {border-top: 5px solid #FEA468;}
#eoposdb #forElement3 {border-top: 5px solid #FED1B2;}
#eoposdb #forElement4 {border-top: 5px solid #FFEADC;}
#eoposdb #forElement1 {border-bottom: 5px solid #FF7216;}
#eoposdb #forElement2 {border-bottom: 5px solid #FEA468;}
#eoposdb #forElement3 {border-bottom: 5px solid #FED1B2;}
#eoposdb #forElement4 {border-bottom: 5px solid #FFEADC;}


/* Colours for the country general pages */
#element1 a,#element2 a,#element3 a,#element4 a{min-height:30px;}
*html #element1 a,*html #element2 a,*html #element3 a,*html #element4 a{height:30px;}
#posdbAus #element1 { background: #CCD5DA;}
#posdbAus #element2 { background: #D8DDE1;}
#posdbAus #element3 { background: #E2E7EB;}
#posdbAus #element4 { background: #EBEEF3;}
#posdbAus h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbAus #forElement3 #blue {background: url("/NR/rdonlyres/76DE63A7-E28B-47EB-A963-CB796190F570/0/Content_bullet_blue.JPG") no-repeat 0px 0px;}}
#posdbAus #forElement1 {border-top: 5px solid #CCD5DA;}
#posdbAus #forElement2 {border-top: 5px solid #D8DDE1;}
#posdbAus #forElement3 {border-top: 5px solid #E2E7EB;}
#posdbAus #forElement4 {border-top: 5px solid #EBEEF3;}

#posdbAus #forElement1 {border-bottom: 5px solid #CCD5DA;}
#posdbAus #forElement2 {border-bottom: 5px solid #D8DDE1;}
#posdbAus #forElement3 {border-bottom: 5px solid #E2E7EB;}
#posdbAus #forElement4 {border-bottom: 5px solid #EBEEF3;}

#posdbCan #element1 { background: #CCD5DA;}
#posdbCan #element2 { background: #D8DDE1;}
#posdbCan #element3 { background: #E2E7EB;}
#posdbCan #element4 { background: #EBEEF3;}

#posdbCan h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbCan #forElement3 #blue {background: url("/NR/rdonlyres/76DE63A7-E28B-47EB-A963-CB796190F570/0/Content_bullet_blue.JPG") no-repeat 0px 0px;}}
#posdbCan #forElement1 {border-top: 5px solid #CCD5DA;}
#posdbCan #forElement2 {border-top: 5px solid #D8DDE1;}
#posdbCan #forElement3 {border-top: 5px solid #E2E7EB;}
#posdbCan #forElement4 {border-top: 5px solid #EBEEF3;}
#posdbCan #forElement1 {border-bottom: 5px solid #CCD5DA;}
#posdbCan #forElement2 {border-bottom: 5px solid #D8DDE1;}
#posdbCan #forElement3 {border-bottom: 5px solid #E2E7EB;}
#posdbCan #forElement4 {border-bottom: 5px solid #EBEEF3;}


#posdbIre #element1 { background: #CCD5DA;}
#posdbIre #element2 { background: #D8DDE1;}
#posdbIre #element3 { background: #E2E7EB;}
#posdbIre #element4 { background: #EBEEF3;}

#posdbIre h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbIre #forElement3 #blue {background: url("/NR/rdonlyres/76DE63A7-E28B-47EB-A963-CB796190F570/0/Content_bullet_blue.JPG") no-repeat 0px 0px;}}

#posdbIre #forElement1 {border-top: 5px solid #CCD5DA;}
#posdbIre #forElement2 {border-top: 5px solid #D8DDE1;}
#posdbIre #forElement3 {border-top: 5px solid #E2E7EB;}
#posdbIre #forElement4 {border-top: 5px solid #EBEEF3;}
#posdbIre #forElement1 {border-bottom: 5px solid #CCD5DA;}
#posdbIre #forElement2 {border-bottom: 5px solid #D8DDE1;}
#posdbIre #forElement3 {border-bottom: 5px solid #E2E7EB;}
#posdbIre #forElement4 {border-bottom: 5px solid #EBEEF3;}
#posdbIre #forElement3 .media{text-align:center;}

#posdbIce #element1 { background: #CCD5DA;}
#posdbIce #element2 { background: #D8DDE1;}
#posdbIce #element3 { background: #E2E7EB;}
#posdbIce #element4 { background: #EBEEF3;}
#posdbIce #forElement1 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbIce #forElement2 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbIce #forElement3 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbIce #forElement4 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}

#posdbIce #forElement1 {border-top: 5px solid #CCD5DA;}
#posdbIce #forElement2 {border-top: 5px solid #D8DDE1;}
#posdbIce #forElement3 {border-top: 5px solid #E2E7EB;}
#posdbIce #forElement4 {border-top: 5px solid #EBEEF3;}
#posdbIce #forElement1 {border-bottom: 5px solid #CCD5DA;}
#posdbIce #forElement2 {border-bottom: 5px solid #D8DDE1;}
#posdbIce #forElement3 {border-bottom: 5px solid #E2E7EB;}
#posdbIce #forElement4 {border-bottom: 5px solid #EBEEF3;}

#posdbNor #element1 { background: #CCD5DA;}
#posdbNor #element2 { background: #D8DDE1;}
#posdbNor #element3 { background: #E2E7EB;}
#posdbNor #element4 { background: #EBEEF3;}
#posdbNor #forElement1 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbNor #forElement2 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbNor #forElement3 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbNor #forElement4 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}

#posdbNor #forElement1 {border-top: 5px solid #CCD5DA;}
#posdbNor #forElement2 {border-top: 5px solid #D8DDE1;}
#posdbNor #forElement3 {border-top: 5px solid #E2E7EB;}
#posdbNor #forElement4 {border-top: 5px solid #EBEEF3;}
#posdbNor #forElement1 {border-bottom: 5px solid #CCD5DA;}
#posdbNor #forElement2 {border-bottom: 5px solid #D8DDE1;}
#posdbNor #forElement3 {border-bottom: 5px solid #E2E7EB;}
#posdbNor #forElement4 {border-bottom: 5px solid #EBEEF3;}



#eoposdbRet #element1 { background: #FF7216;}
#eoposdbRet #element2 { background: #FEA468;}
#eoposdbRet #element3 { background: #FED1B2;}
#eoposdbRet #element4 { background: #FFEADC;}
#eoposdbRet .content h3 { background: url("/NR/rdonlyres/F3A614BB-202D-4FDA-A554-605533969BE0/0/h3_bullet_eoposdb1.JPG") no-repeat 0px 0px;}
#eoposdbRet #forElement1 {border-top: 5px solid #FF7216;}
#eoposdbRet #forElement2 {border-top: 5px solid #FEA468;}
#eoposdbRet #forElement3 {border-top: 5px solid #FED1B2;}
#eoposdbRet #forElement4 {border-top: 5px solid #FFEADC;}
#eoposdbRet #forElement1 {border-bottom: 5px solid #FF7216;}
#eoposdbRet #forElement2 {border-bottom: 5px solid #FEA468;}
#eoposdbRet #forElement3 {border-bottom: 5px solid #FED1B2;}
#eoposdbRet #forElement4 {border-bottom: 5px solid #FFEADC;}
#eoposdbRet h2 {background: url("/NR/rdonlyres/E81331C0-C941-462B-B605-D4D1616F6C75/0/h2_eoposdb.jpg") no-repeat bottom left;}
#eoposdbRet .content #forElement1 .highLight{margin-bottom:20px;}
#eoposdbRet p .initialText{margin-bottom:0px;}

#eoposdbCon #element1 { background: #FF7216;}
#eoposdbCon #element2 { background: #FEA468;}
#eoposdbCon #element3 { background: #FED1B2;}
#eoposdbCon #element4 { background: #FFEADC;}
#eoposdbCon .content h3 { background: url("/NR/rdonlyres/F3A614BB-202D-4FDA-A554-605533969BE0/0/h3_bullet_eoposdb1.JPG") no-repeat 0px 0px;}
#eoposdbCon #forElement1 {border-top: 5px solid #FF7216;}
#eoposdbCon #forElement2 {border-top: 5px solid #FEA468;}
#eoposdbCon #forElement3 {border-top: 5px solid #FED1B2;}
#eoposdbCon #forElement4 {border-top: 5px solid #FFEADC;}
#eoposdbCon #forElement1 {border-bottom: 5px solid #FF7216;}
#eoposdbCon #forElement2 {border-bottom: 5px solid #FEA468;}
#eoposdbCon #forElement3 {border-bottom: 5px solid #FED1B2;}
#eoposdbCon #forElement4 {border-bottom: 5px solid #FFEADC;}
#eoposdbCon h2 {background: url("/NR/rdonlyres/E81331C0-C941-462B-B605-D4D1616F6C75/0/h2_eoposdb.jpg") no-repeat bottom left;}


#eoposdbMan #element1 { background: #FF7216;}
#eoposdbMan #element2 { background: #FEA468;}
#eoposdbMan #element3 { background: #FED1B2;}
#eoposdbMan #element4 { background: #FFEADC;}
#eoposdbMan .content h3 { background: url("/NR/rdonlyres/F3A614BB-202D-4FDA-A554-605533969BE0/0/h3_bullet_eoposdb1.JPG") no-repeat 0px 0px;}
#eoposdbMan #forElement1 {border-top: 5px solid #FF7216;}
#eoposdbMan #forElement2 {border-top: 5px solid #FEA468;}
#eoposdbMan #forElement3 {border-top: 5px solid #FED1B2;}
#eoposdbMan #forElement4 {border-top: 5px solid #FFEADC;}
#eoposdbMan #forElement1 {border-bottom: 5px solid #FF7216;}
#eoposdbMan #forElement2 {border-bottom: 5px solid #FEA468;}
#eoposdbMan #forElement3 {border-bottom: 5px solid #FED1B2;}
#eoposdbMan #forElement4 {border-bottom: 5px solid #FFEADC;}
#eoposdbMan h2 {background: url("/NR/rdonlyres/E81331C0-C941-462B-B605-D4D1616F6C75/0/h2_eoposdb.jpg") no-repeat bottom left;}


#eoposdbGov #element1 { background: #FF7216;}
#eoposdbGov #element2 { background: #FEA468;}
#eoposdbGov #element3 { background: #FED1B2;}
#eoposdbGov #element4 { background: #FFEADC;}
#eoposdbGov .content h3 { background: url("/NR/rdonlyres/F3A614BB-202D-4FDA-A554-605533969BE0/0/h3_bullet_eoposdb1.JPG") no-repeat 0px 0px;}
#eoposdbGov #forElement1 {border-top: 5px solid #FF7216;}
#eoposdbGov #forElement2 {border-top: 5px solid #FEA468;}
#eoposdbGov #forElement3 {border-top: 5px solid #FED1B2;}
#eoposdbGov #forElement4 {border-top: 5px solid #FFEADC;}
#eoposdbGov #forElement1 {border-bottom: 5px solid #FF7216;}
#eoposdbGov #forElement2 {border-bottom: 5px solid #FEA468;}
#eoposdbGov #forElement3 {border-bottom: 5px solid #FED1B2;}
#eoposdbGov #forElement4 {border-bottom: 5px solid #FFEADC;}
#eoposdbGov h2 {background: url("/NR/rdonlyres/E81331C0-C941-462B-B605-D4D1616F6C75/0/h2_eoposdb.jpg") no-repeat bottom left;}







/* columns and layout */
.clear {
	height: 1px;
	clear: both;
	font-size: 0em;
	display: block;
}

/* images */
.imageCaption a img{border:2px;}
.imageCaption a{text-decoration:none;}
.imageCaption {
	float: left;
	margin: 0px 5px 20px 10px;
}
.imageCaption p {
	text-align: center;
	padding: 0px;
	margin: 0px;
}


/*  Notecard */

/* start global nav */
#noteCardIndex {width: 650px; font-size: 93%; line-height: normal;}
#noteCardIndex ul {margin:0px 0px 0px 10px; padding:0; list-style:none; background:#DAE0D2;}
#noteCardIndex li {float:left; background:url("navTabRight.gif") no-repeat right top; margin:0; padding:0;}
#noteCardIndex a {display:block; background:url("navTabLeft.gif") no-repeat left top; padding:5px 15px 10px 15px; text-decoration:none; font-weight: bold; color:#765;}
#noteCardIndex a:hover {color:#333;}
#noteCardIndex #current {background:url("navTabOnRight.gif") no-repeat right top;}
#noteCardIndex #current a {background:url("navTabOnLeft.gif") no-repeat left top; color:#333;}
#noteCard {border: 2px solid black; margin-right: 20px; padding: 10px;}

/*end of global nav*/

.lnkImage {
				margin-right:20px;
				margin-top:20px;
				margin-bottom:20px;
				margin-left:0px;
				width:300px;
				float:left;
}
.lnkImage a {
				display:block;
				text-decoration:none;
				color:black;
				font-weight:bold;
				font-size:10pt;
}
.lnkImage a img {
				margin-bottom:10px;
				border:2px;
}

#homePage p{margin-bottom:10px;}
#posdb h3, #posdbAus h3, #posdbCan h3, #posdbIce h3, #posdbIre h3, #posdbNor h3, #posdbAusHome h3, #posdbCanHome h3, #posdbIceHome h3, #posdbIreHome h3, #posdbNorHome h3, #eoposdb h3{margin-bottom:5px;}
#posdb .mainPage .content,#posdbAusHome .mainPage .content,#posdbIceHome .mainPage .content,#posdbIreHome .mainPage .content,#posdbNorHome .mainPage .content{padding-bottom:60px;}

.headerImage{margin-top:20px;}

#mediaCoverage h2{background: url("/NR/rdonlyres/663C8E0C-D73D-4F53-AEDC-616CEB110E1C/0/Pagina1_f28.jpg") no-repeat bottom left;}
#mediaCoverage h3{background: url("/NR/rdonlyres/FB133C32-B0A8-4655-AC31-891A8419CD8A/0/h3_bullet_pos_db5.JPG") no-repeat 0px 0px;}
#mediaCoverage .content {
	border-bottom: 5px solid #FE9900;}
#mipage h2{background: url("/NR/rdonlyres/5316F3A6-E7C7-4B98-9C91-6DF67177B93C/0/Pagina1_f29.jpg") no-repeat bottom left;}
#report h2{background: url("/NR/rdonlyres/E5E50A33-755F-4EAA-BC0A-49F94535EB6A/0/Pagina1_f30.jpg") no-repeat bottom left;}
#mipage .content .column1 h3{background: url("/NR/rdonlyres/AA575D11-A40F-44CB-AB30-EC322B597E49/0/h3_bullet_miPage.jpg") no-repeat bottom left;margin-top:10px;}
.content .column1 .contact {margin-top :10px;margin-bottom:10px}

#mipage .content {
	border-bottom: 5px solid #669900;padding-bottom:230px;
}
#report .content {
	border-bottom: 5px solid #3399FE;padding-bottom:30px;
}


.mainPage .navigation .menu .divider{background:#E9E9E9 url("/NR/rdonlyres/0D407805-5A84-440C-AE0E-7F099D682C2C/0/divider.jpg") no-repeat bottom left;height:18px;}
#homepage .content{border-bottom: 5px solid #CCCCCC;}

#homepage .content .highLight{margin: 0px 0px 20px 0px;}

.initialText{min-height: 40px;}
 *html .initialText {height: 40px;} 
 
 /* finalText styles for the specific pages */
 #eoposdb .finalText{margin-top: 30px;}
 #posdbCanHome .finalText{margin-top: 30px;}

/* Image Gallery styles */
#imgGal h2{background: url("/NR/rdonlyres/982FA721-203B-4A6E-96AE-6CF537CF298F/0/h2_imggal.jpg") no-repeat bottom left;}
#imgGal .content {border-bottom: 5px solid #343434;}
 
 /* page specific styles */
 
 #report .content .column1{padding-top:0px;}
 #mediaCoverage .content .column1{padding-top:0px;}
 
 /*Terms and conditions styles */
  #terms .content .column1{padding-top:16px;}
  #terms h3{margin-bottom:15px;}
  #terms .content{border-bottom: 5px solid #CCCCCC;}
  
  /*privacy styles */
  #privacy .content .column1{padding-top:16px;}
  #privacy h3{margin-bottom:15px;}
  #privacy .content{border-bottom: 5px solid #CCCCCC;}

/*Legal styles */
  #legal .content .column1{padding-top:16px;}
  #legal h3{margin-bottom:15px;}
  #legal .content{border-bottom: 5px solid #CCCCCC;}
  #legal .content .column1{padding-bottom:114px;}
 #terms .header a,#privacy .header a,#legal .header a, #press .header a, #irStmt .header a{
	background: url("/NR/rdonlyres/1E188CC4-71A8-492C-B4FD-66CC21FE9520/0/HP_banner.jpg") no-repeat top left #ffffff;
	height: 95px;display:block;
}
	
	#illicitTrade h2 {
	background: url("/NR/rdonlyres/B9502C1A-C715-43FA-A0DE-C1E6F25A69D5/0/h2_illicitTrade.jpg") no-repeat bottom left;
}
 #illicitTrade .content {border-bottom: 5px solid #cc9a03; padding-bottom: 30px;}

.content .column1 #blue{background: url("/NR/rdonlyres/76DE63A7-E28B-47EB-A963-CB796190F570/0/Content_bullet_blue.JPG") no-repeat 0px 0px;}

.content .column1 #readMore{
				width:auto;
				border:0px;
				padding:0px;
				height:auto;
				text-decoration:underline;
				}
.content .column1 #grey{background: url("/NR/rdonlyres/480CFA16-E1D7-4033-9593-3D96F85E441A/0/h3_bullet.jpg") no-repeat 0px 0px;}


/* Styles for the main look of the microsite */

body {
	background: #FFFFFF;
	color: #333333;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.mainPage {
	width: 1000px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	font-family: arial, sans serif;
}

/* Header */
.header {
	background: url("/NR/rdonlyres/2BE11C4F-4F80-4CA9-8404-6A93A66D9C05/0/banner.jpg") no-repeat top left #ffffff;
	width: 1000px;
	height: 95px;
	margin: 0px;
	padding:0px;
	border-bottom: 2px solid #ffffff;
}
#homePage .header a {
	background: url("/NR/rdonlyres/1E188CC4-71A8-492C-B4FD-66CC21FE9520/0/HP_banner.jpg") no-repeat top left #ffffff;
	height: 95px;display:block;

}

.media{
		font-weight:bold;
		padding-top:10px;
}

h1 {
	text-align: left;
	display: none;
}
h2 {
	text-align: left;
	padding: 69px 0px 5px 15px;
	margin: 0px;
	font-weight: normal;
	color: #ffffff;
	font-size: 17px;
}

#eoposdb h2 {
	background: url("/NR/rdonlyres/E81331C0-C941-462B-B605-D4D1616F6C75/0/h2_eoposdb.jpg") no-repeat bottom left;
}
#posdb h2 {
	background: url("/NR/rdonlyres/255FC9C4-F0A3-445B-868B-83AE00E62F1A/0/h2_posdb.jpg") no-repeat bottom left;
}

#posdb .content{border-bottom: 5px solid #8396a5;}
#posdbAus h2 {
	background: url("/NR/rdonlyres/0A59B124-DA94-46FE-8100-0749D5847CAE/0/h2_posdb_aus.jpg") no-repeat bottom left;
}

#posdbCan h2 {
	background: url("/NR/rdonlyres/60606551-5516-437F-8F6C-78F127F1A7A9/0/h2_posdb_can.jpg") no-repeat bottom left;
}
#posdbIre h2 {
	background: url("/NR/rdonlyres/DB734EA4-C67E-4A52-9276-99500DBD374F/0/h2_posdb_ire.jpg") no-repeat bottom left;
}
#posdbIce h2 {
	background: url("/NR/rdonlyres/8627F939-E430-4A76-B7D8-0F920D88DB65/0/h2_posdb_ice.jpg") no-repeat bottom left;
}
#posdbNor h2 {
	background: url("/NR/rdonlyres/9D34CCBF-034C-4524-8169-7297FF6D7F5C/0/h2_posdb_Nor.jpg") no-repeat bottom left;
}

#posdbAusHome h2 {
	background: url("/NR/rdonlyres/0A59B124-DA94-46FE-8100-0749D5847CAE/0/h2_posdb_aus.jpg") no-repeat bottom left;
}

#posdbCanHome h2 {
	background: url("/NR/rdonlyres/60606551-5516-437F-8F6C-78F127F1A7A9/0/h2_posdb_can.jpg") no-repeat bottom left;
}
#posdbIreHome h2 {
	background: url("/NR/rdonlyres/DB734EA4-C67E-4A52-9276-99500DBD374F/0/h2_posdb_ire.jpg") no-repeat bottom left;
}
#posdbIceHome h2 {
	background: url("/NR/rdonlyres/8627F939-E430-4A76-B7D8-0F920D88DB65/0/h2_posdb_ice.jpg") no-repeat bottom left;
}

#posdbNorHome h2 {
	background: url("/NR/rdonlyres/9D34CCBF-034C-4524-8169-7297FF6D7F5C/0/h2_posdb_Nor.jpg") no-repeat bottom left;
}





/* Left navigation */

.navigation {
	float: left;
	width: 225px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	background: url("/NR/rdonlyres/01F489AC-2241-4A39-B636-4ACEFCBC38AB/0/menuRadius.jpg") no-repeat bottom right #F2F2F2;	
}
.menu {
	text-align: left;	
	margin: 0px;
	padding:0px 0px 50px 0px;
	background:url("/NR/rdonlyres/E1D48A66-358E-45DB-BDF3-9617D4BE43EF/0/navigation_bottom.jpg") no-repeat bottom;
}
.menu li {
	float: left;
	display: block;
	width: 100%;
	background: #E9E9E9;
}
.menu li a, .menu li .menuLast {
	background: url("/NR/rdonlyres/426F814B-18BE-42C2-96EA-26264012CFAF/0/main_bullet.jpg") no-repeat 15px 27px #E9E9E9;
	text-decoration: none;	
	color: #333333;
	font-size: 12px;
	display: block;
	line-height: 40px;
	width: 210px;
	padding: 0px 0px 0px 15px; 
}
*html .menu li a, .menu li .menuLast {
	width: 225px;
}
.menu li .menuLast {
	background: url("/NR/rdonlyres/C01C135D-7CB1-4312-BE4A-5050F6D4E06D/0/menu_shadow.jpg") no-repeat 2px 25px #E9E9E9;
	padding-bottom: 37px;
}
.menu li a#selected {
	font-weight: bold;
	color: #000000;
}
.menu li a:hover {
	text-decoration: underline;
}
.menu li .csub, .menu li .csubLast {
	background: url("/NR/rdonlyres/8F47F42E-64DB-4E82-AC36-F0770DCA7CB5/0/sub_bullet.jpg") no-repeat 20px 8px #E9E9E9;
	width: 195px;
	padding-left: 30px;
	line-height: 20px;
}
*html .menu li .csub, .menu li .csubLast {
	width: 225px;
}
.menu li .csubLast {
	background: url("/NR/rdonlyres/A0CC0212-0E15-4D2F-A082-22B2831EFEC7/0/sub_bullet_last.jpg") no-repeat 9px 8px #E9E9E9;
	padding-bottom: 15px;
}

.menu li .sub {
	background: pink;
	width: 180px;
	padding-left: 45px;
}
*html .menu li .sub {
	width: 225px;
}



.support {
	text-align: left;
	clear: both;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
.support li {
	float: left;
	display: block;
	width: 100%;
}
.support li a {
	text-decoration: none;
	color: #000000;
	font-size: 11px;
	width: 210px;
	padding: 0px 0px 0px 20px;
	background: url("/NR/rdonlyres/12381F2E-39D0-4B02-8FC4-12B116B387F2/0/support_bullet.jpg") no-repeat 12px 4px;	
}
.support li a#chosen {
	font-weight: bold;
}
.support li a:hover {
	text-decoration: underline;
}


/* content */

.content {
	float: left;
	width: 720px;
	margin: 10px 10px 0px;
}

#eoposdb .content {
	border-bottom: 5px solid #FF7216;
	padding-bottom: 100px;
}
#posdbAusHome .content {
	border-bottom: 5px solid #CCD5DA;
}
#posdbCanHome .content {
	border-bottom: 5px solid #CCD5DA;
}
#posdbIreHome .content {
	border-bottom: 5px solid #CCD5DA;
}
#posdbIceHome .content {
	border-bottom: 5px solid #CCD5DA;
}
#posdbNorHome .content {
	border-bottom: 5px solid #CCD5DA;
}


.content h3 {
	text-align: left;	
	clear: both;
	color: #000000;
	margin: 5px 0px;
	padding: 0px 0px 0px 30px;
	background: url("/NR/rdonlyres/480CFA16-E1D7-4033-9593-3D96F85E441A/0/h3_bullet.jpg") no-repeat 0px 0px;
	font-size: 12px;
	font-weight:normal;
}

.content p {
	text-align: left;
	color: #000000;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}
.content p a {
	color: #0000FE;
}
.content .half {
	float: left;
	width: 325px;
	margin: 20px 30px 20px 0px;

}
.content .highLight {
	padding: 7px 15px;
	margin: 10px 0px 10px 0px;
	background: #E9E9E9;
}
.content .bulletGroup {
	margin-bottom: 40px;
}
.content .bulletGroup .bulletItem {
	padding: 0px 15px;
	padding-top:5px;
	margin-top:5px;
	background: url("/NR/rdonlyres/44F690B7-EC79-4FD6-B079-5F83EDDE54E2/0/content_bullet.jpg") no-repeat 0px 11px;	
}

.content .bulletGroup .reference{
	padding-left:15px;
}
.content .reference {
	font-weight: normal;
	color:#666666;
	padding: 0px;
}
.content .notes {
	color: #656565;
	margin-bottom:10px;	
}
.content .pageAnchor {
	padding: 0px;
	margin: 10px 0px;
}
.content .quote {
	font-style: italic;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}
.content .quotee {
	font-style: italic;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px
}

.content .column1{padding-top:28px;}

/* general page layout and colours */

.generalPageGroup, .generalPageGroupTab {
	float: left;
	width: 160px;
	margin: 15px 20px 0px 0px; 
}
.generalPageGroup {
	min-height: 210px;
	padding-bottom: 10px;
	margin: 15px 20px 15px 0px; 
}
*html .generalPageGroup {
	height: 210px;
}
.generalPageGroupTab .selectedGroup {
	font-weight: bold;
}
.generalPageGroup a, .generalPageGroupTab a {
	padding: 5px 0px;
	width: 160px;
	display: block;
	border-bottom: 1px solid #ffffff;
	color: #000000;
	text-decoration: none;
}
.generalPageGroup a:hover, .generalPageGroupTab a:hover {
	color: #333333;
	text-decoration: underline;
}
.generalPageGroup p {
	padding: 5px 5px 0px 5px;
	font-size:12px;
}
.generalPageGroup .reference {
	padding: 0px 5px 0px 5px;
}

.generalPageGroupBody {
	padding: 10px 0px;
	clear: both;
}
.generalPageGroupBody h3 {
	margin-top: 10px;
}

/* Colours for the country default home pages*/

#posdbAusHome #element1 { background: #CCD5DA;height:260px;}
#posdbAusHome #element2 { background: #D8DDE1;height:260px;}
#posdbAusHome #element3 { background: #E2E7EB;height:260px;}
#posdbAusHome #element4 { background: #EBEEF3;height:260px;}
#posdbAusHome .content h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbAusHome #forElement1 {border-top: 5px solid #CCD5DA;}
#posdbAusHome #forElement1 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbAusHome #forElement2 {border-top: 5px solid #D8DDE1;}
#posdbAusHome #forElement3 {border-top: 5px solid #E2E7EB;}
#posdbAusHome #forElement4 {border-top: 5px solid #EBEEF3;}

#posdbCanHome #element1 { background: #CCD5DA;height:270px;}
#posdbCanHome #element2 { background: #D8DDE1;height:270px;}
#posdbCanHome #element3 { background: #E2E7EB;height:270px;}
#posdbCanHome #element4 { background: #EBEEF3;height:270px;}
#posdbCanHome #forElement1 {border-top: 5px solid #CCD5DA;}
#posdbcanHome .content h3 { background: url("/NR/rdonlyres/480CFA16-E1D7-4033-9593-3D96F85E441A/0/h3_bullet.jpg") no-repeat 0px 0px;}
#posdbCanHome #forElement1 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbCanHome #forElement2 {border-top: 5px solid #D8DDE1;}
#posdbCanHome #forElement3 {border-top: 5px solid #E2E7EB;}
#posdbCanHome #forElement4 {border-top: 5px solid #EBEEF3;}

#posdbIreHome #element1 { background: #CCD5DA;height:270px;}
#posdbIreHome #element2 { background: #D8DDE1;height:270px;}
#posdbIreHome #element3 { background: #E2E7EB;height:270px;}
#posdbIreHome #element4 { background: #EBEEF3;height:270px;}
#posdbIreHome #forElement1 {border-top: 5px solid #CCD5DA;}
#posdbIreHome .content h3 { background: url("/NR/rdonlyres/480CFA16-E1D7-4033-9593-3D96F85E441A/0/h3_bullet.jpg") no-repeat 0px 0px;}
#posdbIreHome #forElement1 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbIreHome #forElement2 {border-top: 5px solid #D8DDE1;}
#posdbIreHome #forElement3 {border-top: 5px solid #E2E7EB;}
#posdbIreHome #forElement4 {border-top: 5px solid #EBEEF3;}

#posdbIceHome #element1 { background: #CCD5DA;height:285px;}
#posdbIceHome #element2 { background: #D8DDE1;height:285px;}
#posdbIceHome #element3 { background: #E2E7EB;height:285px;}
#posdbIceHome #element4 { background: #EBEEF3;height:285px;}
#posdbIceHome #forElement1 {border-top: 5px solid #CCD5DA;}
#posdbIceHome .content h3 { background: url("/NR/rdonlyres/480CFA16-E1D7-4033-9593-3D96F85E441A/0/h3_bullet.jpg") no-repeat 0px 0px;}
#posdbIceHome #forElement1 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
##posdbIceHome #forElement2 {border-top: 5px solid #D8DDE1;}
#posdbIceHome #forElement3 {border-top: 5px solid #E2E7EB;}
#posdbIceHome #forElement4 {border-top: 5px solid #EBEEF3;}

#posdbNorHome #element1 { background: #CCD5DA;height:270px;}
#posdbNorHome #element2 { background: #D8DDE1;height:270px;}
#posdbNorHome #element3 { background: #E2E7EB;height:270px;}
#posdbNorHome #element4 { background: #EBEEF3;height:270px;}
#posdbNorHome #forElement1 {border-top: 5px solid #CCD5DA;}
#posdbNorHome .content h3 { background: url("/NR/rdonlyres/480CFA16-E1D7-4033-9593-3D96F85E441A/0/h3_bullet.jpg") no-repeat 0px 0px;}
#posdbNorHome #forElement1 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbNorHome #forElement2 {border-top: 5px solid #D8DDE1;}
#posdbNorHome #forElement3 {border-top: 5px solid #E2E7EB;}
#posdbNorHome #forElement4 {border-top: 5px solid #EBEEF3;}


#eoposdb #element1 { background: #FF7216;}
#eoposdb #element2 { background: #FEA468;}
#eoposdb #element3 { background: #FED1B2;}
#eoposdb #element4 { background: #FFEADC;}
#eoposdb .content h3 { background: url("/NR/rdonlyres/F3A614BB-202D-4FDA-A554-605533969BE0/0/h3_bullet_eoposdb1.JPG") no-repeat 0px 0px;}
#eoposdb #forElement1 {border-top: 5px solid #FF7216;}
#eoposdb #forElement2 {border-top: 5px solid #FEA468;}
#eoposdb #forElement3 {border-top: 5px solid #FED1B2;}
#eoposdb #forElement4 {border-top: 5px solid #FFEADC;}
#eoposdb #forElement1 {border-bottom: 5px solid #FF7216;}
#eoposdb #forElement2 {border-bottom: 5px solid #FEA468;}
#eoposdb #forElement3 {border-bottom: 5px solid #FED1B2;}
#eoposdb #forElement4 {border-bottom: 5px solid #FFEADC;}


/* Colours for the country general pages */
#element1 a,#element2 a,#element3 a,#element4 a{min-height:30px;}
*html #element1 a,*html #element2 a,*html #element3 a,*html #element4 a{height:30px;}
#posdbAus #element1 { background: #CCD5DA;}
#posdbAus #element2 { background: #D8DDE1;}
#posdbAus #element3 { background: #E2E7EB;}
#posdbAus #element4 { background: #EBEEF3;}
#posdbAus #forElement1 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbAus #forElement2 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbAus #forElement3 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbAus #forElement4 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbAus #forElement1 {border-top: 5px solid #CCD5DA;}
#posdbAus #forElement2 {border-top: 5px solid #D8DDE1;}
#posdbAus #forElement3 {border-top: 5px solid #E2E7EB;}
#posdbAus #forElement4 {border-top: 5px solid #EBEEF3;}

#posdbAus #forElement1 {border-bottom: 5px solid #CCD5DA;}
#posdbAus #forElement2 {border-bottom: 5px solid #D8DDE1;}
#posdbAus #forElement3 {border-bottom: 5px solid #E2E7EB;}
#posdbAus #forElement4 {border-bottom: 5px solid #EBEEF3;}

#posdbCan #element1 { background: #CCD5DA;}
#posdbCan #element2 { background: #D8DDE1;}
#posdbCan #element3 { background: #E2E7EB;}
#posdbCan #element4 { background: #EBEEF3;}

#posdbCan #forElement1 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbCan #forElement2 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbCan #forElement3 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbCan #forElement4 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbCan #forElement1 {border-top: 5px solid #CCD5DA;}
#posdbCan #forElement2 {border-top: 5px solid #D8DDE1;}
#posdbCan #forElement3 {border-top: 5px solid #E2E7EB;}
#posdbCan #forElement4 {border-top: 5px solid #EBEEF3;}
#posdbCan #forElement1 {border-bottom: 5px solid #CCD5DA;}
#posdbCan #forElement2 {border-bottom: 5px solid #D8DDE1;}
#posdbCan #forElement3 {border-bottom: 5px solid #E2E7EB;}
#posdbCan #forElement4 {border-bottom: 5px solid #EBEEF3;}


#posdbIre #element1 { background: #CCD5DA;}
#posdbIre #element2 { background: #D8DDE1;}
#posdbIre #element3 { background: #E2E7EB;}
#posdbIre #element4 { background: #EBEEF3;}

#posdbIre #forElement1 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbIre #forElement2 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbIre #forElement3 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbIre #forElement4 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}

#posdbIre #forElement1 {border-top: 5px solid #CCD5DA;}
#posdbIre #forElement2 {border-top: 5px solid #D8DDE1;}
#posdbIre #forElement3 {border-top: 5px solid #E2E7EB;}
#posdbIre #forElement4 {border-top: 5px solid #EBEEF3;}
#posdbIre #forElement1 {border-bottom: 5px solid #CCD5DA;}
#posdbIre #forElement2 {border-bottom: 5px solid #D8DDE1;}
#posdbIre #forElement3 {border-bottom: 5px solid #E2E7EB;}
#posdbIre #forElement4 {border-bottom: 5px solid #EBEEF3;}
#posdbIre #forElement3 .media{text-align:center;}

#posdbIce #element1 { background: #CCD5DA;}
#posdbIce #element2 { background: #D8DDE1;}
#posdbIce #element3 { background: #E2E7EB;}
#posdbIce #element4 { background: #EBEEF3;}
#posdbIce #forElement1 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbIce #forElement2 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbIce #forElement3 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbIce #forElement4 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}

#posdbIce #forElement1 {border-top: 5px solid #CCD5DA;}
#posdbIce #forElement2 {border-top: 5px solid #D8DDE1;}
#posdbIce #forElement3 {border-top: 5px solid #E2E7EB;}
#posdbIce #forElement4 {border-top: 5px solid #EBEEF3;}
#posdbIce #forElement1 {border-bottom: 5px solid #CCD5DA;}
#posdbIce #forElement2 {border-bottom: 5px solid #D8DDE1;}
#posdbIce #forElement3 {border-bottom: 5px solid #E2E7EB;}
#posdbIce #forElement4 {border-bottom: 5px solid #EBEEF3;}

#posdbNor #element1 { background: #CCD5DA;}
#posdbNor #element2 { background: #D8DDE1;}
#posdbNor #element3 { background: #E2E7EB;}
#posdbNor #element4 { background: #EBEEF3;}
#posdbNor #forElement1 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbNor #forElement2 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbNor #forElement3 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbNor #forElement4 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}

#posdbNor #forElement1 {border-top: 5px solid #CCD5DA;}
#posdbNor #forElement2 {border-top: 5px solid #D8DDE1;}
#posdbNor #forElement3 {border-top: 5px solid #E2E7EB;}
#posdbNor #forElement4 {border-top: 5px solid #EBEEF3;}
#posdbNor #forElement1 {border-bottom: 5px solid #CCD5DA;}
#posdbNor #forElement2 {border-bottom: 5px solid #D8DDE1;}
#posdbNor #forElement3 {border-bottom: 5px solid #E2E7EB;}
#posdbNor #forElement4 {border-bottom: 5px solid #EBEEF3;}



#eoposdbRet #element1 { background: #FF7216;}
#eoposdbRet #element2 { background: #FEA468;}
#eoposdbRet #element3 { background: #FED1B2;}
#eoposdbRet #element4 { background: #FFEADC;}
#eoposdbRet .content h3 { background: url("/NR/rdonlyres/F3A614BB-202D-4FDA-A554-605533969BE0/0/h3_bullet_eoposdb1.JPG") no-repeat 0px 0px;}
#eoposdbRet #forElement1 {border-top: 5px solid #FF7216;}
#eoposdbRet #forElement2 {border-top: 5px solid #FEA468;}
#eoposdbRet #forElement3 {border-top: 5px solid #FED1B2;}
#eoposdbRet #forElement4 {border-top: 5px solid #FFEADC;}
#eoposdbRet #forElement1 {border-bottom: 5px solid #FF7216;}
#eoposdbRet #forElement2 {border-bottom: 5px solid #FEA468;}
#eoposdbRet #forElement3 {border-bottom: 5px solid #FED1B2;}
#eoposdbRet #forElement4 {border-bottom: 5px solid #FFEADC;}
#eoposdbRet h2 {background: url("/NR/rdonlyres/E81331C0-C941-462B-B605-D4D1616F6C75/0/h2_eoposdb.jpg") no-repeat bottom left;}
#eoposdbRet .content #forElement1 .highLight{margin-bottom:20px;}
#eoposdbRet p .initialText{margin-bottom:0px;}

#eoposdbCon #element1 { background: #FF7216;}
#eoposdbCon #element2 { background: #FEA468;}
#eoposdbCon #element3 { background: #FED1B2;}
#eoposdbCon #element4 { background: #FFEADC;}
#eoposdbCon .content h3 { background: url("/NR/rdonlyres/F3A614BB-202D-4FDA-A554-605533969BE0/0/h3_bullet_eoposdb1.JPG") no-repeat 0px 0px;}
#eoposdbCon #forElement1 {border-top: 5px solid #FF7216;}
#eoposdbCon #forElement2 {border-top: 5px solid #FEA468;}
#eoposdbCon #forElement3 {border-top: 5px solid #FED1B2;}
#eoposdbCon #forElement4 {border-top: 5px solid #FFEADC;}
#eoposdbCon #forElement1 {border-bottom: 5px solid #FF7216;}
#eoposdbCon #forElement2 {border-bottom: 5px solid #FEA468;}
#eoposdbCon #forElement3 {border-bottom: 5px solid #FED1B2;}
#eoposdbCon #forElement4 {border-bottom: 5px solid #FFEADC;}
#eoposdbCon h2 {background: url("/NR/rdonlyres/E81331C0-C941-462B-B605-D4D1616F6C75/0/h2_eoposdb.jpg") no-repeat bottom left;}


#eoposdbMan #element1 { background: #FF7216;}
#eoposdbMan #element2 { background: #FEA468;}
#eoposdbMan #element3 { background: #FED1B2;}
#eoposdbMan #element4 { background: #FFEADC;}
#eoposdbMan .content h3 { background: url("/NR/rdonlyres/F3A614BB-202D-4FDA-A554-605533969BE0/0/h3_bullet_eoposdb1.JPG") no-repeat 0px 0px;}
#eoposdbMan #forElement1 {border-top: 5px solid #FF7216;}
#eoposdbMan #forElement2 {border-top: 5px solid #FEA468;}
#eoposdbMan #forElement3 {border-top: 5px solid #FED1B2;}
#eoposdbMan #forElement4 {border-top: 5px solid #FFEADC;}
#eoposdbMan #forElement1 {border-bottom: 5px solid #FF7216;}
#eoposdbMan #forElement2 {border-bottom: 5px solid #FEA468;}
#eoposdbMan #forElement3 {border-bottom: 5px solid #FED1B2;}
#eoposdbMan #forElement4 {border-bottom: 5px solid #FFEADC;}
#eoposdbMan h2 {background: url("/NR/rdonlyres/E81331C0-C941-462B-B605-D4D1616F6C75/0/h2_eoposdb.jpg") no-repeat bottom left;}


#eoposdbGov #element1 { background: #FF7216;}
#eoposdbGov #element2 { background: #FEA468;}
#eoposdbGov #element3 { background: #FED1B2;}
#eoposdbGov #element4 { background: #FFEADC;}
#eoposdbGov .content h3 { background: url("/NR/rdonlyres/F3A614BB-202D-4FDA-A554-605533969BE0/0/h3_bullet_eoposdb1.JPG") no-repeat 0px 0px;}
#eoposdbGov #forElement1 {border-top: 5px solid #FF7216;}
#eoposdbGov #forElement2 {border-top: 5px solid #FEA468;}
#eoposdbGov #forElement3 {border-top: 5px solid #FED1B2;}
#eoposdbGov #forElement4 {border-top: 5px solid #FFEADC;}
#eoposdbGov #forElement1 {border-bottom: 5px solid #FF7216;}
#eoposdbGov #forElement2 {border-bottom: 5px solid #FEA468;}
#eoposdbGov #forElement3 {border-bottom: 5px solid #FED1B2;}
#eoposdbGov #forElement4 {border-bottom: 5px solid #FFEADC;}
#eoposdbGov h2 {background: url("/NR/rdonlyres/E81331C0-C941-462B-B605-D4D1616F6C75/0/h2_eoposdb.jpg") no-repeat bottom left;}







/* columns and layout */
.clear {
	height: 1px;
	clear: both;
	font-size: 0em;
	display: block;
}

/* images */
.imageCaption a img{border:2px;}
.imageCaption a{text-decoration:none;}
.imageCaption {
	float: left;
	margin: 0px 5px 20px 10px;
}
.imageCaption p {
	text-align: center;
	padding: 0px;
	margin: 0px;
}


/*  Notecard */

/* start global nav */
#noteCardIndex {width: 650px; font-size: 93%; line-height: normal;}
#noteCardIndex ul {margin:0px 0px 0px 10px; padding:0; list-style:none; background:#DAE0D2;}
#noteCardIndex li {float:left; background:url("navTabRight.gif") no-repeat right top; margin:0; padding:0;}
#noteCardIndex a {display:block; background:url("navTabLeft.gif") no-repeat left top; padding:5px 15px 10px 15px; text-decoration:none; font-weight: bold; color:#765;}
#noteCardIndex a:hover {color:#333;}
#noteCardIndex #current {background:url("navTabOnRight.gif") no-repeat right top;}
#noteCardIndex #current a {background:url("navTabOnLeft.gif") no-repeat left top; color:#333;}
#noteCard {border: 2px solid black; margin-right: 20px; padding: 10px;}

/*end of global nav*/

.lnkImage {
				margin-right:20px;
				margin-top:20px;
				margin-bottom:20px;
				margin-left:0px;
				width:300px;
				float:left;
}
.lnkImage a {
				display:block;
				text-decoration:none;
				color:black;
				font-weight:bold;
				font-size:10pt;
}
.lnkImage a img {
				margin-bottom:10px;
				border:2px;
}

#homePage p{margin-bottom:10px;}
#posdb h3,#posdbAus h3,#posdbCan h3,#posdbIce h3,#posdbIre h3,#podbNor h3,#posdbAusHome h3,#posdbCanHome h3,#posdbIceHome h3,#posdbIreHome h3,#eoposdb h3,#posdbNorHome h3,#eoposdb h3{margin-bottom:5px;}
#posdb .mainPage .content,#posdbAusHome .mainPage .content,#posdbIceHome .mainPage .content,#posdbIreHome .mainPage .content,#posdbNorHome .mainPage .content{padding-bottom:60px;}

.headerImage{margin-top:20px;}

#mediaCoverage h2{background: url("/NR/rdonlyres/663C8E0C-D73D-4F53-AEDC-616CEB110E1C/0/Pagina1_f28.jpg") no-repeat bottom left;}
#mediaCoverage h3{background: url("/NR/rdonlyres/FB133C32-B0A8-4655-AC31-891A8419CD8A/0/h3_bullet_pos_db5.JPG") no-repeat 0px 0px;}
#mediaCoverage .content {
	border-bottom: 5px solid #FE9900;}
#mipage h2{background: url("/NR/rdonlyres/5316F3A6-E7C7-4B98-9C91-6DF67177B93C/0/Pagina1_f29.jpg") no-repeat bottom left;}
#report h2{background: url("/NR/rdonlyres/E5E50A33-755F-4EAA-BC0A-49F94535EB6A/0/Pagina1_f30.jpg") no-repeat bottom left;}
#mipage .content .column1 h3{background: url("/NR/rdonlyres/AA575D11-A40F-44CB-AB30-EC322B597E49/0/h3_bullet_miPage.jpg") no-repeat bottom left;margin-top:10px;}
.content .column1 .contact {margin-top :10px;margin-bottom:10px}

#mipage .content {
	border-bottom: 5px solid #669900;padding-bottom:230px;
}
#report .content {
	border-bottom: 5px solid #3399FE;padding-bottom:30px;
}


.mainPage .navigation .menu .divider{background:#E9E9E9 url("/NR/rdonlyres/0D407805-5A84-440C-AE0E-7F099D682C2C/0/divider.jpg") no-repeat bottom left;}
#homepage .content{border-bottom: 5px solid #CCCCCC;}

#homepage .content .highLight{margin: 0px 0px 20px 0px;}

.initialText{min-height: 40px;}
 *html .initialText {height: 40px;} 
 
 /* finalText styles for the specific pages */
 #eoposdb .finalText{margin-top: 30px;}
 #posdbCanHome .finalText{margin-top: 30px;}

/* Image Gallery styles */
#imgGal h2{background: url("/NR/rdonlyres/982FA721-203B-4A6E-96AE-6CF537CF298F/0/h2_imggal.jpg") no-repeat bottom left;}
#imgGal .content {border-bottom: 5px solid #343434;}
 
 /* page specific styles */
 
 #report .content .column1{padding-top:0px;}
 #mediaCoverage .content .column1{padding-top:0px;}
 
 /*Terms and conditions styles */
  #terms .content .column1{padding-top:16px;}
  #terms h3{margin-bottom:15px;}
  #terms .content{border-bottom: 5px solid #CCCCCC;}
  
  /*privacy styles */
  #privacy .content .column1{padding-top:16px;}
  #privacy h3{margin-bottom:15px;}
  #privacy .content{border-bottom: 5px solid #CCCCCC;}

/*Legal styles */
  #legal .content .column1{padding-top:16px;}
  #legal h3{margin-bottom:15px;}
  #legal .content{border-bottom: 5px solid #CCCCCC;}
  #legal .content .column1{padding-bottom:114px;}
 #terms .header a,#privacy .header a,#legal .header a, #press .header a, #irStmt .header a{
	background: url("/NR/rdonlyres/1E188CC4-71A8-492C-B4FD-66CC21FE9520/0/HP_banner.jpg") no-repeat top left #ffffff;
	height: 95px;display:block;
}
	
	#illicitTrade h2 {
	background: url("/NR/rdonlyres/B9502C1A-C715-43FA-A0DE-C1E6F25A69D5/0/h2_illicitTrade.jpg") no-repeat bottom left;
}
 #illicitTrade .content {border-bottom: 5px solid #cc9a03; padding-bottom: 30px;}

.content .column1 #blue{background: url("/NR/rdonlyres/76DE63A7-E28B-47EB-A963-CB796190F570/0/Content_bullet_blue.JPG") no-repeat 0px 0px;}

.content .column1 #readMore{
				width:auto;
				border:0px;
				padding:0px;
				height:auto;
				text-decoration:underline;
				}
.content .column1 #grey{background: url("/NR/rdonlyres/480CFA16-E1D7-4033-9593-3D96F85E441A/0/h3_bullet.jpg") no-repeat 0px 0px;}


/* Styles for the main look of the microsite */

body {
	background: #FFFFFF;
	color: #333333;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.mainPage {
	width: 1000px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	font-family: arial, sans serif;
}

/* Header */
.header a {
	background: url("/NR/rdonlyres/2BE11C4F-4F80-4CA9-8404-6A93A66D9C05/0/banner.jpg") no-repeat top left #ffffff;
	width: 1000px;
	height: 64px;
	margin: 0px;
	padding:0px;
	border-bottom: 0px solid #ffffff;
	display:block;
}
#homePage .header a{
	background: url("/NR/rdonlyres/1E188CC4-71A8-492C-B4FD-66CC21FE9520/0/HP_banner.jpg") no-repeat top left #ffffff;
	height: 95px;display:block;

}

.media{
		font-weight:bold;
		padding-top:10px;
}

h1 {
	text-align: left;
	display: none;
}
h2 {
	text-align: left;
	padding: 5px 0px 5px 15px;
	margin: 0px;
	font-weight: normal;
	color: #ffffff;
	font-size: 17px;
}

#eoposdb h2 {
	background: url("/NR/rdonlyres/E81331C0-C941-462B-B605-D4D1616F6C75/0/h2_eoposdb.jpg") no-repeat bottom left;
}
#posdb h2 {
	background: url("/NR/rdonlyres/255FC9C4-F0A3-445B-868B-83AE00E62F1A/0/h2_posdb.jpg") no-repeat bottom left;
}

#posdb .content{border-bottom: 5px solid #8396a5;}
#posdbAus h2 {
	background: url("/NR/rdonlyres/0A59B124-DA94-46FE-8100-0749D5847CAE/0/h2_posdb_aus.jpg") no-repeat bottom left;
}

#posdbCan h2 {
	background: url("/NR/rdonlyres/60606551-5516-437F-8F6C-78F127F1A7A9/0/h2_posdb_can.jpg") no-repeat bottom left;
}
#posdbIre h2 {
	background: url("/NR/rdonlyres/DB734EA4-C67E-4A52-9276-99500DBD374F/0/h2_posdb_ire.jpg") no-repeat bottom left;
}
#posdbIce h2 {
	background: url("/NR/rdonlyres/8627F939-E430-4A76-B7D8-0F920D88DB65/0/h2_posdb_ice.jpg") no-repeat bottom left;
}
#posdbNor h2 {
	background: url("/NR/rdonlyres/9D34CCBF-034C-4524-8169-7297FF6D7F5C/0/h2_posdb_Nor.jpg") no-repeat bottom left;
}

#posdbAusHome h2 {
	background: url("/NR/rdonlyres/0A59B124-DA94-46FE-8100-0749D5847CAE/0/h2_posdb_aus.jpg") no-repeat bottom left;
}

#posdbCanHome h2 {
	background: url("/NR/rdonlyres/60606551-5516-437F-8F6C-78F127F1A7A9/0/h2_posdb_can.jpg") no-repeat bottom left;
}
#posdbIreHome h2 {
	background: url("/NR/rdonlyres/DB734EA4-C67E-4A52-9276-99500DBD374F/0/h2_posdb_ire.jpg") no-repeat bottom left;
}
#posdbIceHome h2 {
	background: url("/NR/rdonlyres/8627F939-E430-4A76-B7D8-0F920D88DB65/0/h2_posdb_ice.jpg") no-repeat bottom left;
}
#posdbNorHome h2 {
	background: url("/NR/rdonlyres/9D34CCBF-034C-4524-8169-7297FF6D7F5C/0/h2_posdb_Nor.jpg") no-repeat bottom left;
}




/* Left navigation */

.navigation {
	float: left;
	width: 225px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	background: url("/NR/rdonlyres/01F489AC-2241-4A39-B636-4ACEFCBC38AB/0/menuRadius.jpg") no-repeat bottom right #F2F2F2;	
}
.menu {
	text-align: left;	
	margin: 0px;
	padding:0px 0px 50px 0px;
	background:url("/NR/rdonlyres/E1D48A66-358E-45DB-BDF3-9617D4BE43EF/0/navigation_bottom.jpg") no-repeat bottom;
}
.menu li {
	float: left;
	display: block;
	width: 100%;
	background: #E9E9E9;
}
.menu li a, .menu li .menuLast {
	background: url("/NR/rdonlyres/426F814B-18BE-42C2-96EA-26264012CFAF/0/main_bullet.jpg") no-repeat 15px 27px #E9E9E9;
	text-decoration: none;	
	color: #333333;
	font-size: 12px;
	display: block;
	line-height: 40px;
	width: 210px;
	padding: 0px 0px 0px 15px; 
}
*html .menu li a, .menu li .menuLast {
	width: 225px;
}
.menu li .menuLast {
	background: url("/NR/rdonlyres/C01C135D-7CB1-4312-BE4A-5050F6D4E06D/0/menu_shadow.jpg") no-repeat 2px 25px #E9E9E9;
	padding-bottom: 37px;
}
.menu li a#selected {
	font-weight: bold;
	color: #000000;
}
.menu li a:hover {
	text-decoration: underline;
}
.menu li .csub, .menu li .csubLast {
	background: url("/NR/rdonlyres/8F47F42E-64DB-4E82-AC36-F0770DCA7CB5/0/sub_bullet.jpg") no-repeat 20px 8px #E9E9E9;
	width: 195px;
	padding-left: 30px;
	line-height: 20px;
}
*html .menu li .csub, .menu li .csubLast {
	width: 225px;
}
.menu li .csubLast {
	background: url("/NR/rdonlyres/A0CC0212-0E15-4D2F-A082-22B2831EFEC7/0/sub_bullet_last.jpg") no-repeat 9px 8px #E9E9E9;
	padding-bottom: 15px;
}

.menu li .sub {
	background: pink;
	width: 180px;
	padding-left: 45px;
}
*html .menu li .sub {
	width: 225px;
}



.support {
	text-align: left;
	clear: both;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
.support li {
	float: left;
	display: block;
	width: 100%;
}
.support li a {
	text-decoration: none;
	color: #000000;
	font-size: 11px;
	width: 210px;
	padding: 0px 0px 0px 20px;
	background: url("/NR/rdonlyres/12381F2E-39D0-4B02-8FC4-12B116B387F2/0/support_bullet.jpg") no-repeat 12px 4px;	
}
.support li a#chosen {
	font-weight: bold;
}
.support li a:hover {
	text-decoration: underline;
}


/* content */

.content {
	float: left;
	width: 720px;
	margin: 10px 10px 0px;
}

#eoposdb .content {
	border-bottom: 5px solid #FF7216;
	padding-bottom: 100px;
}
#posdbAusHome .content {
	border-bottom: 5px solid #CCD5DA;
}
#posdbCanHome .content {
	border-bottom: 5px solid #CCD5DA;
}
#posdbIreHome .content {
	border-bottom: 5px solid #CCD5DA;
}
#posdbIceHome .content {
	border-bottom: 5px solid #CCD5DA;
}
#posdbNorHome .content {
	border-bottom: 5px solid #CCD5DA;
}

.content h3 {
	text-align: left;	
	clear: both;
	color: #000000;
	margin: 5px 0px;
	padding: 0px 0px 0px 30px;
	background: url("/NR/rdonlyres/480CFA16-E1D7-4033-9593-3D96F85E441A/0/h3_bullet.jpg") no-repeat 0px 0px;
	font-size: 12px;
	font-weight:normal;
}

.content p {
	text-align: left;
	color: #000000;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}
.content p a {
	color: #0000FE;
}
.content .half {
	float: left;
	width: 325px;
	margin: 20px 30px 20px 0px;

}
.content .highLight {
	padding: 7px 15px;
	margin: 10px 0px 10px 0px;
	background: #E9E9E9;
}
.content .bulletGroup {
	margin-bottom: 40px;
}
.content .bulletGroup .bulletItem {
	padding: 0px 15px;
	padding-top:5px;
	margin-top:5px;
	background: url("/NR/rdonlyres/44F690B7-EC79-4FD6-B079-5F83EDDE54E2/0/content_bullet.jpg") no-repeat 0px 11px;	
}

.content .bulletGroup .reference{
	padding-left:15px;
}
.content .reference {
	font-weight: normal;
	color:#666666;
	padding: 0px;
}
.content .notes {
	color: #656565;
	margin-bottom:10px;	
}
.content .pageAnchor {
	padding: 0px;
	margin: 10px 0px;
}
.content .quote {
	font-style: italic;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}
.content .quotee {
	font-style: italic;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px
}

.content .column1{padding-top:28px;}

/* general page layout and colours */

.generalPageGroup, .generalPageGroupTab {
	float: left;
	width: 160px;
	margin: 15px 20px 0px 0px; 
}
.generalPageGroup {
	min-height: 210px;
	padding-bottom: 10px;
	margin: 15px 20px 15px 0px; 
}
*html .generalPageGroup {
	height: 210px;
}
.generalPageGroupTab .selectedGroup {
	font-weight: bold;
}
.generalPageGroup a, .generalPageGroupTab a {
	padding: 5px 0px;
	width: 160px;
	display: block;
	border-bottom: 1px solid #ffffff;
	color: #000000;
	text-decoration: none;
}
.generalPageGroup a:hover, .generalPageGroupTab a:hover {
	color: #333333;
	text-decoration: underline;
}
.generalPageGroup p {
	padding: 5px 5px 0px 5px;
	font-size:12px;
}
.generalPageGroup .reference {
	padding: 0px 5px 0px 5px;
}

.generalPageGroupBody {
	padding: 10px 0px;
	clear: both;
}
.generalPageGroupBody h3 {
	margin-top: 10px;
}

/* Colours for the country default home pages*/

#posdbAusHome #element1 { background: #CCD5DA;height:260px;}
#posdbAusHome #element2 { background: #D8DDE1;height:260px;}
#posdbAusHome #element3 { background: #E2E7EB;height:260px;}
#posdbAusHome #element4 { background: #EBEEF3;height:260px;}
#posdbAusHome .content h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbAusHome #forElement1 {border-top: 5px solid #CCD5DA;}
#posdbAusHome #forElement1 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbAusHome #forElement2 {border-top: 5px solid #D8DDE1;}
#posdbAusHome #forElement3 {border-top: 5px solid #E2E7EB;}
#posdbAusHome #forElement4 {border-top: 5px solid #EBEEF3;}

#posdbCanHome #element1 { background: #CCD5DA;height:270px;}
#posdbCanHome #element2 { background: #D8DDE1;height:270px;}
#posdbCanHome #element3 { background: #E2E7EB;height:270px;}
#posdbCanHome #element4 { background: #EBEEF3;height:270px;}
#posdbCanHome #forElement1 {border-top: 5px solid #CCD5DA;}
#posdbcanHome .content h3 { background: url("/NR/rdonlyres/480CFA16-E1D7-4033-9593-3D96F85E441A/0/h3_bullet.jpg") no-repeat 0px 0px;}
#posdbCanHome #forElement1 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbCanHome #forElement2 {border-top: 5px solid #D8DDE1;}
#posdbCanHome #forElement3 {border-top: 5px solid #E2E7EB;}
#posdbCanHome #forElement4 {border-top: 5px solid #EBEEF3;}

#posdbIreHome #element1 { background: #CCD5DA;height:270px;}
#posdbIreHome #element2 { background: #D8DDE1;height:270px;}
#posdbIreHome #element3 { background: #E2E7EB;height:270px;}
#posdbIreHome #element4 { background: #EBEEF3;height:270px;}
#posdbIreHome #forElement1 {border-top: 5px solid #CCD5DA;}
#posdbIreHome .content h3 { background: url("/NR/rdonlyres/480CFA16-E1D7-4033-9593-3D96F85E441A/0/h3_bullet.jpg") no-repeat 0px 0px;}
#posdbIreHome #forElement1 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbIreHome #forElement2 {border-top: 5px solid #D8DDE1;}
#posdbIreHome #forElement3 {border-top: 5px solid #E2E7EB;}
#posdbIreHome #forElement4 {border-top: 5px solid #EBEEF3;}

#posdbIceHome #element1 { background: #CCD5DA;height:285px;}
#posdbIceHome #element2 { background: #D8DDE1;height:285px;}
#posdbIceHome #element3 { background: #E2E7EB;height:285px;}
#posdbIceHome #element4 { background: #EBEEF3;height:285px;}
#posdbIceHome #forElement1 {border-top: 5px solid #CCD5DA;}
#posdbIceHome .content h3 { background: url("/NR/rdonlyres/480CFA16-E1D7-4033-9593-3D96F85E441A/0/h3_bullet.jpg") no-repeat 0px 0px;}
#posdbIceHome #forElement1 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
##posdbIceHome #forElement2 {border-top: 5px solid #D8DDE1;}
#posdbIceHome #forElement3 {border-top: 5px solid #E2E7EB;}
#posdbIceHome #forElement4 {border-top: 5px solid #EBEEF3;}

#posdbNorHome #element1 { background: #CCD5DA;height:270px;}
#posdbNorHome #element2 { background: #D8DDE1;height:270px;}
#posdbNorHome #element3 { background: #E2E7EB;height:270px;}
#posdbNorHome #element4 { background: #EBEEF3;height:270px;}
#posdbNorHome #forElement1 {border-top: 5px solid #CCD5DA;}
#posdbNorHome .content h3 { background: url("/NR/rdonlyres/480CFA16-E1D7-4033-9593-3D96F85E441A/0/h3_bullet.jpg") no-repeat 0px 0px;}
#posdbNorHome #forElement1 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbNorHome #forElement2 {border-top: 5px solid #D8DDE1;}
#posdbNorHome #forElement3 {border-top: 5px solid #E2E7EB;}
#posdbNorHome #forElement4 {border-top: 5px solid #EBEEF3;}

#eoposdb #element1 { background: #FF7216;}
#eoposdb #element2 { background: #FEA468;}
#eoposdb #element3 { background: #FED1B2;}
#eoposdb #element4 { background: #FFEADC;}
#eoposdb .content h3 { background: url("/NR/rdonlyres/F3A614BB-202D-4FDA-A554-605533969BE0/0/h3_bullet_eoposdb1.JPG") no-repeat 0px 0px;}
#eoposdb #forElement1 {border-top: 5px solid #FF7216;}
#eoposdb #forElement2 {border-top: 5px solid #FEA468;}
#eoposdb #forElement3 {border-top: 5px solid #FED1B2;}
#eoposdb #forElement4 {border-top: 5px solid #FFEADC;}
#eoposdb #forElement1 {border-bottom: 5px solid #FF7216;}
#eoposdb #forElement2 {border-bottom: 5px solid #FEA468;}
#eoposdb #forElement3 {border-bottom: 5px solid #FED1B2;}
#eoposdb #forElement4 {border-bottom: 5px solid #FFEADC;}


/* Colours for the country general pages */
#element1 a,#element2 a,#element3 a,#element4 a{min-height:30px;}
*html #element1 a,*html #element2 a,*html #element3 a,*html #element4 a{height:30px;}
#posdbAus #element1 { background: #CCD5DA;}
#posdbAus #element2 { background: #D8DDE1;}
#posdbAus #element3 { background: #E2E7EB;}
#posdbAus #element4 { background: #EBEEF3;}
#posdbAus #forElement1 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbAus #forElement2 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbAus #forElement3 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbAus #forElement4 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbAus #forElement1 {border-top: 5px solid #CCD5DA;}
#posdbAus #forElement2 {border-top: 5px solid #D8DDE1;}
#posdbAus #forElement3 {border-top: 5px solid #E2E7EB;}
#posdbAus #forElement4 {border-top: 5px solid #EBEEF3;}

#posdbAus #forElement1 {border-bottom: 5px solid #CCD5DA;}
#posdbAus #forElement2 {border-bottom: 5px solid #D8DDE1;}
#posdbAus #forElement3 {border-bottom: 5px solid #E2E7EB;}
#posdbAus #forElement4 {border-bottom: 5px solid #EBEEF3;}

#posdbCan #element1 { background: #CCD5DA;}
#posdbCan #element2 { background: #D8DDE1;}
#posdbCan #element3 { background: #E2E7EB;}
#posdbCan #element4 { background: #EBEEF3;}

#posdbCan #forElement1 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbCan #forElement2 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbCan #forElement3 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbCan #forElement4 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbCan #forElement1 {border-top: 5px solid #CCD5DA;}
#posdbCan #forElement2 {border-top: 5px solid #D8DDE1;}
#posdbCan #forElement3 {border-top: 5px solid #E2E7EB;}
#posdbCan #forElement4 {border-top: 5px solid #EBEEF3;}
#posdbCan #forElement1 {border-bottom: 5px solid #CCD5DA;}
#posdbCan #forElement2 {border-bottom: 5px solid #D8DDE1;}
#posdbCan #forElement3 {border-bottom: 5px solid #E2E7EB;}
#posdbCan #forElement4 {border-bottom: 5px solid #EBEEF3;}


#posdbIre #element1 { background: #CCD5DA;}
#posdbIre #element2 { background: #D8DDE1;}
#posdbIre #element3 { background: #E2E7EB;}
#posdbIre #element4 { background: #EBEEF3;}

#posdbIre #forElement1 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbIre #forElement2 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbIre #forElement3 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbIre #forElement4 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}

#posdbIre #forElement1 {border-top: 5px solid #CCD5DA;}
#posdbIre #forElement2 {border-top: 5px solid #D8DDE1;}
#posdbIre #forElement3 {border-top: 5px solid #E2E7EB;}
#posdbIre #forElement4 {border-top: 5px solid #EBEEF3;}
#posdbIre #forElement1 {border-bottom: 5px solid #CCD5DA;}
#posdbIre #forElement2 {border-bottom: 5px solid #D8DDE1;}
#posdbIre #forElement3 {border-bottom: 5px solid #E2E7EB;}
#posdbIre #forElement4 {border-bottom: 5px solid #EBEEF3;}
#posdbIre #forElement3 .media{text-align:center;}

#posdbIce #element1 { background: #CCD5DA;}
#posdbIce #element2 { background: #D8DDE1;}
#posdbIce #element3 { background: #E2E7EB;}
#posdbIce #element4 { background: #EBEEF3;}
#posdbIce #forElement1 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbIce #forElement2 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbIce #forElement3 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbIce #forElement4 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}

#posdbIce #forElement1 {border-top: 5px solid #CCD5DA;}
#posdbIce #forElement2 {border-top: 5px solid #D8DDE1;}
#posdbIce #forElement3 {border-top: 5px solid #E2E7EB;}
#posdbIce #forElement4 {border-top: 5px solid #EBEEF3;}
#posdbIce #forElement1 {border-bottom: 5px solid #CCD5DA;}
#posdbIce #forElement2 {border-bottom: 5px solid #D8DDE1;}
#posdbIce #forElement3 {border-bottom: 5px solid #E2E7EB;}
#posdbIce #forElement4 {border-bottom: 5px solid #EBEEF3;}

#posdbNor #element1 { background: #CCD5DA;}
#posdbNor #element2 { background: #D8DDE1;}
#posdbNor #element3 { background: #E2E7EB;}
#posdbNor #element4 { background: #EBEEF3;}
#posdbNor #forElement1 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbNor #forElement2 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbNor #forElement3 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}
#posdbNor #forElement4 h3 { background: url("/NR/rdonlyres/8BDB4DD3-86E4-4351-AA3C-479101B65CE3/0/h3_bullet_posdb1.jpg") no-repeat 0px 0px;}

#posdbNor #forElement1 {border-top: 5px solid #CCD5DA;}
#posdbNor #forElement2 {border-top: 5px solid #D8DDE1;}
#posdbNor #forElement3 {border-top: 5px solid #E2E7EB;}
#posdbNor #forElement4 {border-top: 5px solid #EBEEF3;}
#posdbNor #forElement1 {border-bottom: 5px solid #CCD5DA;}
#posdbNor #forElement2 {border-bottom: 5px solid #D8DDE1;}
#posdbNor #forElement3 {border-bottom: 5px solid #E2E7EB;}
#posdbNor #forElement4 {border-bottom: 5px solid #EBEEF3;}
#posdbNor #forElement3 .media {text-align:center;}


#eoposdbRet #element1 { background: #FF7216;}
#eoposdbRet #element2 { background: #FEA468;}
#eoposdbRet #element3 { background: #FED1B2;}
#eoposdbRet #element4 { background: #FFEADC;}
#eoposdbRet .content h3 { background: url("/NR/rdonlyres/F3A614BB-202D-4FDA-A554-605533969BE0/0/h3_bullet_eoposdb1.JPG") no-repeat 0px 0px;}
#eoposdbRet #forElement1 {border-top: 5px solid #FF7216;}
#eoposdbRet #forElement2 {border-top: 5px solid #FEA468;}
#eoposdbRet #forElement3 {border-top: 5px solid #FED1B2;}
#eoposdbRet #forElement4 {border-top: 5px solid #FFEADC;}
#eoposdbRet #forElement1 {border-bottom: 5px solid #FF7216;}
#eoposdbRet #forElement2 {border-bottom: 5px solid #FEA468;}
#eoposdbRet #forElement3 {border-bottom: 5px solid #FED1B2;}
#eoposdbRet #forElement4 {border-bottom: 5px solid #FFEADC;}
#eoposdbRet h2 {background: url("/NR/rdonlyres/E81331C0-C941-462B-B605-D4D1616F6C75/0/h2_eoposdb.jpg") no-repeat bottom left;}
#eoposdbRet .content #forElement1 .highLight{margin-bottom:20px;}
#eoposdbRet p .initialText{margin-bottom:0px;}

#eoposdbCon #element1 { background: #FF7216;}
#eoposdbCon #element2 { background: #FEA468;}
#eoposdbCon #element3 { background: #FED1B2;}
#eoposdbCon #element4 { background: #FFEADC;}
#eoposdbCon .content h3 { background: url("/NR/rdonlyres/F3A614BB-202D-4FDA-A554-605533969BE0/0/h3_bullet_eoposdb1.JPG") no-repeat 0px 0px;}
#eoposdbCon #forElement1 {border-top: 5px solid #FF7216;}
#eoposdbCon #forElement2 {border-top: 5px solid #FEA468;}
#eoposdbCon #forElement3 {border-top: 5px solid #FED1B2;}
#eoposdbCon #forElement4 {border-top: 5px solid #FFEADC;}
#eoposdbCon #forElement1 {border-bottom: 5px solid #FF7216;}
#eoposdbCon #forElement2 {border-bottom: 5px solid #FEA468;}
#eoposdbCon #forElement3 {border-bottom: 5px solid #FED1B2;}
#eoposdbCon #forElement4 {border-bottom: 5px solid #FFEADC;}
#eoposdbCon h2 {background: url("/NR/rdonlyres/E81331C0-C941-462B-B605-D4D1616F6C75/0/h2_eoposdb.jpg") no-repeat bottom left;}


#eoposdbMan #element1 { background: #FF7216;}
#eoposdbMan #element2 { background: #FEA468;}
#eoposdbMan #element3 { background: #FED1B2;}
#eoposdbMan #element4 { background: #FFEADC;}
#eoposdbMan .content h3 { background: url("/NR/rdonlyres/F3A614BB-202D-4FDA-A554-605533969BE0/0/h3_bullet_eoposdb1.JPG") no-repeat 0px 0px;}
#eoposdbMan #forElement1 {border-top: 5px solid #FF7216;}
#eoposdbMan #forElement2 {border-top: 5px solid #FEA468;}
#eoposdbMan #forElement3 {border-top: 5px solid #FED1B2;}
#eoposdbMan #forElement4 {border-top: 5px solid #FFEADC;}
#eoposdbMan #forElement1 {border-bottom: 5px solid #FF7216;}
#eoposdbMan #forElement2 {border-bottom: 5px solid #FEA468;}
#eoposdbMan #forElement3 {border-bottom: 5px solid #FED1B2;}
#eoposdbMan #forElement4 {border-bottom: 5px solid #FFEADC;}
#eoposdbMan h2 {background: url("/NR/rdonlyres/E81331C0-C941-462B-B605-D4D1616F6C75/0/h2_eoposdb.jpg") no-repeat bottom left;}


#eoposdbGov #element1 { background: #FF7216;}
#eoposdbGov #element2 { background: #FEA468;}
#eoposdbGov #element3 { background: #FED1B2;}
#eoposdbGov #element4 { background: #FFEADC;}
#eoposdbGov .content h3 { background: url("/NR/rdonlyres/F3A614BB-202D-4FDA-A554-605533969BE0/0/h3_bullet_eoposdb1.JPG") no-repeat 0px 0px;}
#eoposdbGov #forElement1 {border-top: 5px solid #FF7216;}
#eoposdbGov #forElement2 {border-top: 5px solid #FEA468;}
#eoposdbGov #forElement3 {border-top: 5px solid #FED1B2;}
#eoposdbGov #forElement4 {border-top: 5px solid #FFEADC;}
#eoposdbGov #forElement1 {border-bottom: 5px solid #FF7216;}
#eoposdbGov #forElement2 {border-bottom: 5px solid #FEA468;}
#eoposdbGov #forElement3 {border-bottom: 5px solid #FED1B2;}
#eoposdbGov #forElement4 {border-bottom: 5px solid #FFEADC;}
#eoposdbGov h2 {background: url("/NR/rdonlyres/E81331C0-C941-462B-B605-D4D1616F6C75/0/h2_eoposdb.jpg") no-repeat bottom left;}







/* columns and layout */
.clear {
	height: 1px;
	clear: both;
	font-size: 0em;
	display: block;
}

/* images */
.imageCaption a img{border:2px;}
.imageCaption a{text-decoration:none;}
.imageCaption {
	float: left;
	margin: 0px 5px 20px 10px;
}
.imageCaption p {
	text-align: center;
	padding: 0px;
	margin: 0px;
}


/*  Notecard */

/* start global nav */
#noteCardIndex {width: 650px; font-size: 93%; line-height: normal;}
#noteCardIndex ul {margin:0px 0px 0px 10px; padding:0; list-style:none; background:#DAE0D2;}
#noteCardIndex li {float:left; background:url("navTabRight.gif") no-repeat right top; margin:0; padding:0;}
#noteCardIndex a {display:block; background:url("navTabLeft.gif") no-repeat left top; padding:5px 15px 10px 15px; text-decoration:none; font-weight: bold; color:#765;}
#noteCardIndex a:hover {color:#333;}
#noteCardIndex #current {background:url("navTabOnRight.gif") no-repeat right top;}
#noteCardIndex #current a {background:url("navTabOnLeft.gif") no-repeat left top; color:#333;}
#noteCard {border: 2px solid black; margin-right: 20px; padding: 10px;}

/*end of global nav*/

.lnkImage {
				margin-right:20px;
				margin-top:20px;
				margin-bottom:20px;
				margin-left:0px;
				width:300px;
				float:left;
}
.lnkImage a {
				display:block;
				text-decoration:none;
				color:black;
				font-weight:bold;
				font-size:10pt;
}
.lnkImage a img {
				margin-bottom:10px;
				border:2px;
}

#homePage p{margin-bottom:10px;}
#posdb h3,#posdbAus h3,#posdbCan h3,#posdbIce h3,#posdbIre h3,#posdbNor h3,#posdbAusHome h3,#posdbCanHome h3,#posdbIceHome h3,#posdbIreHome h3,#eoposdb h3,#posdbNorHome h3{margin-bottom:5px;}
#posdb .mainPage .content,#posdbAusHome .mainPage .content,#posdbIceHome .mainPage .content,#posdbIreHome .mainPage .content,#posdbNorHome .mainPage .content{padding-bottom:60px;}

.headerImage{margin-top:20px;}

#mediaCoverage h2{background: url("/NR/rdonlyres/663C8E0C-D73D-4F53-AEDC-616CEB110E1C/0/Pagina1_f28.jpg") no-repeat bottom left;}
#mediaCoverage h3{background: url("/NR/rdonlyres/FB133C32-B0A8-4655-AC31-891A8419CD8A/0/h3_bullet_pos_db5.JPG") no-repeat 0px 0px;}
#mediaCoverage .content {
	border-bottom: 5px solid #FE9900;}
#mipage h2{background: url("/NR/rdonlyres/5316F3A6-E7C7-4B98-9C91-6DF67177B93C/0/Pagina1_f29.jpg") no-repeat bottom left;}
#report h2{background: url("/NR/rdonlyres/E5E50A33-755F-4EAA-BC0A-49F94535EB6A/0/Pagina1_f30.jpg") no-repeat bottom left;}
#mipage .content .column1 h3{background: url("/NR/rdonlyres/AA575D11-A40F-44CB-AB30-EC322B597E49/0/h3_bullet_miPage.jpg") no-repeat bottom left;margin-top:10px;}
.content .column1 .contact {margin-top :10px;margin-bottom:10px}

#mipage .content {
	border-bottom: 5px solid #669900;padding-bottom:230px;
}
#report .content {
	border-bottom: 5px solid #3399FE;padding-bottom:30px;
}


.mainPage .navigation .menu .divider{background:#E9E9E9 url("/NR/rdonlyres/0D407805-5A84-440C-AE0E-7F099D682C2C/0/divider.jpg") no-repeat bottom left;}
#homepage .content{border-bottom: 5px solid #CCCCCC;}

#homepage .content .highLight{margin: 0px 0px 20px 0px;}

.initialText{min-height: 40px;}
 *html .initialText {height: 40px;} 
 
 /* finalText styles for the specific pages */
 #eoposdb .finalText{margin-top: 30px;}
 #posdbCanHome .finalText{margin-top: 30px;}

/* Image Gallery styles */
#imgGal h2{background: url("/NR/rdonlyres/982FA721-203B-4A6E-96AE-6CF537CF298F/0/h2_imggal.jpg") no-repeat bottom left;}
#imgGal .content {border-bottom: 5px solid #343434;}
 
 /* page specific styles */
 
 #report .content .column1{padding-top:0px;}
 #mediaCoverage .content .column1{padding-top:0px;}
 
 /*Terms and conditions styles */
  #terms .content .column1{padding-top:16px;}
  #terms h3{margin-bottom:15px;}
  #terms .content{border-bottom: 5px solid #CCCCCC;}
  
  /*privacy styles */
  #privacy .content .column1{padding-top:16px;}
  #privacy h3{margin-bottom:15px;}
  #privacy .content{border-bottom: 5px solid #CCCCCC;}

/*Legal styles */
  #legal .content .column1{padding-top:16px;}
  #legal h3{margin-bottom:15px;}
  #legal .content{border-bottom: 5px solid #CCCCCC;}
  #legal .content .column1{padding-bottom:114px;}
 #terms .header a,#privacy .header a,#legal .header a, #press .header a, #irStmt .header a{
	background: url("/NR/rdonlyres/1E188CC4-71A8-492C-B4FD-66CC21FE9520/0/HP_banner.jpg") no-repeat top left #ffffff;
	height: 95px;display:block;
}
	
	#illicitTrade h2 {
	background: url("/NR/rdonlyres/B9502C1A-C715-43FA-A0DE-C1E6F25A69D5/0/h2_illicitTrade.jpg") no-repeat bottom left;
}
 #illicitTrade .content {border-bottom: 5px solid #cc9a03; padding-bottom: 30px;}

.content .column1 #blue{background: url("/NR/rdonlyres/76DE63A7-E28B-47EB-A963-CB796190F570/0/Content_bullet_blue.JPG") no-repeat 0px 0px;}

.content .column1 #readMore{
				width:auto;
				border:0px;
				padding:0px;
				height:auto;
				text-decoration:underline;
				}
.content .column1 #grey{background: url("/NR/rdonlyres/480CFA16-E1D7-4033-9593-3D96F85E441A/0/h3_bullet.jpg") no-repeat 0px 0px;}