/* POSITIONING BLOCKS */
body {
	background:#EEEAE6;
} 
#container{
	position:relative;
	width:800px;
	margin:0 auto;
}
#header{
	position:relative;
	display:block;
	width:800px;
	height:196px;
	background:url("images/about_top.png") no-repeat;
}
#home #header{
	position:relative;
	display:block;
	width:800px;
	height:429px;
	background:url("images/home_top.png") no-repeat;
}
#main {
	position:relative;
	width:800px;
	background:url("images/bg_main.png") repeat-y;
}
#footer {
	position:relative;
	width:800px;
	background:url("images/bg_footer.png") no-repeat;
	padding:14px 0 28px 0;
	min-height:100px;
	_height:100px;
}

/* fonts etc. */
p,a,h3,h4,h5,li,th,td{
	font: 11px/150% "Trebuchet MS",Verdana,Helvetica, Arial, sans-serif;
	color: #424A52;
	margin:0 0 11px 0;
}
th{
	font-weight:bold;
}
th,td{
	margin:0;
	padding:3px 10px 3px 0;
	vertical-align:top;
}
#register td{
	padding:14px 14px 0 0;
}
#register input{
	font: 11px/170% "Trebuchet MS",Verdana,Helvetica, Arial, sans-serif;
	color: #424A52;
}
input {
	font: 11px/170% "Trebuchet MS",Verdana,Helvetica, Arial, sans-serif;
	margin:0;
}
h2 {
	font: bold 21px "Trebuchet MS",Verdana,Helvetica, Arial, sans-serif;
	color:#A10127;
}
h3 {
	font: 21px "Trebuchet MS",Verdana,Helvetica, Arial, sans-serif;
	color:#A10127;
}
h4 {
	font: bold 12px "Trebuchet MS",Verdana,Helvetica, Arial, sans-serif;
	margin:0px;
}
p {
	margin: 0 0 1.2em;
}
a{
	color:#424A52;
}
a:hover{
	color: #424A52;
}
ol li{
	margin-left:20px;
	list-style-type:decimal;
}
ol li ol li{
	list-style-type:decimal;
}
ol li ol li ol li{
	list-style-type:lower-alpha;
}
ol li ol li ol li ol li{
	list-style-type: lower-roman
}

/* footer */
#footer p {
	font: 10px/100% "Trebuchet MS",Verdana,Helvetica, Arial, sans-serif;
	color:#8E9398;
	text-align: center;
	margin: 0 0 0.2em 0; 
}
#footer a{
	font: 10px/100% "Trebuchet MS",Verdana,Helvetica, Arial, sans-serif;
	text-decoration:none;
	color:#8E9398;
}
#footer a:hover{
	color:#696F75;
}

/* more specific stuff */
#keepuptodate{
	position:relative;
	margin:4px 21px 0 0;
	width:184px;
	height:68px;
	background:url("images/keepuptodate.png");
}
#keepuptodate #mailinglist a{
	background:url('images/home_mailinglist_f1.png');
	position:absolute;
	left:6px;
	top:28px;
	width:129px;
	height:17px;
}
#keepuptodate #mailinglist a:hover{
	background:url("images/home_mailinglist_f2.png");
}
#keepuptodate #mailinglist a span{
	display:none;
}
#keepuptodate #mdsdesk a{
	position:absolute;
	left:6px;
	top:47px;
	width:165px;
	height:17px;
	background:url("images/home_mdsdesk_f1.png");
}
#keepuptodate #mdsdesk a:hover{
	background:url("images/home_mdsdesk_f2.png");
}
#keepuptodate #mdsdesk a span{
	display:none;
}

#home_mailinglist{
	position:relative;
	margin:4px 0 0 0;
}
#mailinglist{
	position:relative;
	margin:4px 21px 0 0;
	width:184px;
}
#home_projects{
	position:relative;
	margin:0 17px 0 0;
}
#home_container{
	margin:0 0 0 21px;
	border:1px solid #EEEAE6;
	width:503px;
	_width:501px;
}
#home_copy{
	border:1px solid #fff;
	background:#fff url("images/bg_home_copy.png") repeat-x bottom center;
	padding:12px 6px 6px 6px;
	width:489px;
	_width:489px;
	min-height:286px;
}
#home_projects a{
	display:block;
	position:absolute;
	top:186px;
	left:9px;
	width:122px;
	height:16px;
	background:url("images/home_projects_f1.png");
}
#home_projects a:hover{
	background:url("images/home_projects_f2.png");
}
#home_projects a span{
	display:none;
}
#home_mailinglist a{
	display:block;
	position:absolute;
	top:66px;
	left:9px;
	width:74px;
	height:16px;
	background:url("images/home_clickhere_f1.png");
}
#home_mailinglist a:hover{
	background:url("images/home_clickhere_f2.png");
}
#mailinglist p{
	margin:4px 0 0 6px;
}
#mailinglist a{
	display:block;
	width:170px;
	height:18px;
	background:url("images/join_f1.png");
}
#mailinglist a:hover{
	background:url("images/join_f2.png");
}
#home_mailinglist a span,
#mailinglist a span{
	display:none;
}

/* internals */
#nav{
	margin:0 0 0 21px;
	width:151px;
}
#copy_container{
	margin:0 0 0 7px;
	width:409px;
}
#copy_container #copy_border{
	border:1px solid #EEEAE6;
}
#copy_container #copy_border #copy{
	border:1px solid #fff;
	background:#EEEAE6;
	padding:8px 10px 10px 10px;
	min-height:200px;
	_height:200px;
}
#maps{
	margin:0 21px 9px 0;
	width:184px;
}
#copy_container #copy_border #copy ul{
	margin:0 0 14px 0;
}
#copy_container #copy_border #copy ul li{
	padding: 0 0 0 11px;
	margin:0;
	background: url("images/arrow.gif") no-repeat 0 7px;
}
.board_img {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.board_text {
	margin-left:125px;
}
#maps_border,
#mailinglist_border{
	border:1px solid #EEEAE6;
}
#maps_list{
	border:1px solid #fff;
	background:#fff url("images/bg_downloads.png") repeat-x bottom center;
}
#maps_list ul{
	padding:2px 0 0 0;
}
#maps_list ul li{
	padding: 4px 5px 5px 26px;
	margin:0;
	background: url("images/li_maps.png") no-repeat 5px 5px;
	font: 10px/100% "Trebuchet MS",Verdana,Helvetica, Arial, sans-serif;
	color:#8E9398;
}
#maps_list ul li a{
	color:#3B454C;
	text-decoration:none;
}
#maps_list ul li a:hover{
	color:#900;
}
.library_img {
	width:130px;
	height:130px;
	border:1px solid #DADCDD;
	padding:2px;
	text-align:center;
	vertical-align:middle;
	background:#FFF;
}


/* H2s */
#aboutmeridian #copy_container h2{
	display:block;
	width:409px;
	height:77px;
	background:url("images/h2_about.png");
	text-indent:-9999px;
	margin:0 0 7px 0;
}
#projects #copy_container h2{
	display:block;
	width:409px;
	height:77px;
	background:url("images/h2_ourprojects.png");
	text-indent:-9999px;
	margin:0 0 7px 0;
}
#sustainability #copy_container h2{
	display:block;
	width:409px;
	height:77px;
	background:url("images/h2_sustainability.png");
	text-indent:-9999px;
	margin:0 0 7px 0;
}
#investor #copy_container h2{
	display:block;
	width:409px;
	height:77px;
	background:url("images/h2_investorcentre.png");
	text-indent:-9999px;
	margin:0 0 7px 0;
}
#corporate #copy_container h2{
	display:block;
	width:409px;
	height:77px;
	background:url("images/h2_corporategovernance.png");
	text-indent:-9999px;
	margin:0 0 7px 0;
}
#media #copy_container h2{
	display:block;
	width:409px;
	height:77px;
	background:url("images/h2_mediacentre.png");
	text-indent:-9999px;
	margin:0 0 7px 0;
}
#contactus #copy_container h2{
	display:block;
	width:409px;
	height:77px;
	background:url("images/h2_contactus.png");
	text-indent:-9999px;
	margin:0 0 7px 0;
}
#register #copy_container h2{
	display:block;
	width:409px;
	height:77px;
	background:url("images/h2_mailinglist.png");
	text-indent:-9999px;
	margin:0 0 7px 0;
}
#sitemap #copy_container h2{
	display:block;
	width:409px;
	height:77px;
	background:url("images/h2_sitemap.png");
	text-indent:-9999px;
	margin:0 0 7px 0;
}
#privacy #copy_container h2{
	display:block;
	width:409px;
	height:77px;
	background:url("images/h2_privacypolicy.png");
	text-indent:-9999px;
	margin:0 0 7px 0;
}
#search #copy_container h2{
	display:block;
	width:409px;
	height:77px;
	background:url("images/h2_search.png");
	text-indent:-9999px;
	margin:0 0 7px 0;
}

/* nav */
ul#vmenu {
	margin: 0;
	padding: 0;
	width: 151px; /*For KHTML*/
	list-style: none;
	border-top:1px solid #907259;
	border-bottom:1px solid #fff;
	background:#907259;
}
ul#vmenu li {
	margin: 1px;
	padding: 0;
	display: block;
	width: 149px; /*For KHTML*/
	_display: inline; /*For IE*/
}
ul#vmenu li a {
	display: block;
	padding: 3px 0 3px 18px;
	font: bold 10px "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	border:1px solid #fff;
	background: #907259 url("images/nav_button_f1.png") no-repeat 0px 2px;
	margin: 0 1px 1px 1px;
	_padding:0 0 3px 18px;
}
ul#vmenu li a:hover {
	background: #3B454C url("images/nav_button_f2.png") no-repeat 0px 2px;
}
ul#vmenu li a.on {
	background: #A10127 url("images/nav_button_f3.png") no-repeat 0px 2px;
}
ul#vmenu li ul li a{
	margin-top: -2px;
	background: #907259;
}
ul#vmenu li ul li a:hover {
	background: #3B454C;
}
ul#vmenu li ul li a.on {
	background: #A10127;
}

/* 2008-07-24: top navbar (home, sitemap etc.) */
#nav1{
	position:absolute;
	top:17px;
	left:482px;
	width:297px;
	height:20px;
	background:#C5C2BE;
}
#nav_home a{
	position:absolute;
	top:1px;
	left:1px;
	width:39px;
	height:18px;
	background:url("images/nav_home_f1.png");
}
#nav_home a:hover,
#nav_home a.on{
	background:url("images/nav_home_f2.png");
}
#nav_sitemap a{
	position:absolute;
	top:1px;
	left:41px;
	width:53px;
	height:18px;
	background:url("images/nav_sitemap_f1.png");
}
#nav_sitemap a:hover,
#nav_sitemap a.on{
	background:url("images/nav_sitemap_f2.png");
}
#nav_search{
	position:absolute;
	top:1px;
	left:95px;
	width:182px;
	height:18px;
	background:url("images/nav_search.png") no-repeat;
}
#nav_searchbox{
	position:absolute;
	top:1px;
	left:144px;
	width:48px;
	height:18px;
}
#nav_searchbox input{
	margin:2px 0;
	padding:0;
	border:0;
	width:133px;
	font-size:10px;
	height:14px;
	_margin:1px 0 0 0;
	_line-height:100%;
	_padding:1px 0 0 0;
	_height:13px;
}
#nav_searchbutton a{
	position:absolute;
	top:1px;
	left:278px;
	width:18px;
	height:18px;
	background:url("images/nav_searchbutton_f1.png");
}
#nav_searchbutton a:hover,
#nav_searchbutton a.on{
	background:url("images/nav_searchbutton_f2.png");
}
#footer #bellevue a{
	position:absolute;
	top:40px;
	left:37px;
	width:248px;
	height:13px;
	background:url("images/bellevue_f1.png");
}
#footer #bellevue a:hover{
	background:url("images/bellevue_f2.png");
}


/* navbar 2008-07-24: main navbar */
#navbar{
	position:absolute;
	top:169px;
	left:21px;
	width:757px;
	height:20px;
	background:url("images/bg_navbar.png") no-repeat;
}
/* NAVBAR */
/* border on lower levels */
ul#hmenu {
	_margin-top:1px;
}
ul#hmenu ul {
	border-top:0;
	border-right:1px solid #907259;
	border-bottom:1px solid #907259;
	border-left:1px solid #907259;
}
ul#hmenu li#about,
ul#hmenu li#about a span {
	display:block;
	width:108px;
	height:18px;
	margin:1px 1px 1px 0;
	_width:107px;
}
ul#hmenu li#ourprojects,
ul#hmenu li#ourprojects a span  {
	display:block;
	width:97px;
	height:18px;
	margin:1px 1px 1px 0;
	_width:96px;
}
ul#hmenu li#sustainability,
ul#hmenu li#sustainability a span  {
	display:block;
	width:100px;
	height:18px;
	margin:1px 1px 1px 0;
	_width:99px;
}
ul#hmenu li#investorcentre,
ul#hmenu li#investorcentre a span  {
	display:block;
	width:111px;
	height:18px;
	margin:1px 1px 1px 0;
	_width:110px;
}
ul#hmenu li#corporategovernance,
ul#hmenu li#corporategovernance a span  {
	display:block;
	width:153px;
	height:18px;
	margin:1px 1px 1px 0;
	_width:152px;
}
ul#hmenu li#mediacentre,
ul#hmenu li#mediacentre a span{
	display:block;
	width:94px;
	height:18px;
	margin:1px 1px 1px 0;
	_width:93px;
}
ul#hmenu li#contactus,
ul#hmenu li#contactus a span{
	display:block;
	width:85px;
	height:18px;
	margin:1px 1px 1px 0;
	_width:84px;
}

/* widths of drop-downs */
ul#hmenu li#about ul li {
	width:220px;
	margin:0 0 1px 0;
}
ul#hmenu li#ourprojects ul li {
	width:150px;
	margin:0 0 1px 0;
}
ul#hmenu li#sustainability ul li {
	width:150px;
	margin:0 0 1px 0;
}
ul#hmenu li#investorcentre ul li {
	width:200px;
	margin:0 0 1px 0;
}
ul#hmenu li#corporategovernance ul li {
	width:200px;
	margin:0 0 1px 0;
}
ul#hmenu li#mediacentre ul li {
	width:150px;
	margin:0 0 1px 0;
}
ul#hmenu li#contactus ul li {
	width:100px;
	margin:0 0 1px 0;
}

/* images */
ul#hmenu li#about a {
	background:url("images/nav_about_f1.png") no-repeat;
}
ul#hmenu li#ourprojects a {
	background:url("images/nav_ourprojects_f1.png") no-repeat;
}
ul#hmenu li#sustainability a {
	background:url("images/nav_sustainability_f1.png") no-repeat;
}
ul#hmenu li#investorcentre a {
	background:url("images/nav_investorcentre_f1.png") no-repeat;
}
ul#hmenu li#corporategovernance a {
	background:url("images/nav_corporategovernance_f1.png") no-repeat;
}
ul#hmenu li#mediacentre a {
	background:url("images/nav_mediacentre_f1.png") no-repeat;
}
ul#hmenu li#contactus a {
	background:url("images/nav_contactus_f1.png") no-repeat;
}

/* rollovers */
ul#hmenu li#about a:hover {
	background:url("images/nav_about_f2.png") no-repeat;
}
ul#hmenu li#ourprojects a:hover {
	background:url("images/nav_ourprojects_f2.png") no-repeat;
}
ul#hmenu li#sustainability a:hover {
	background:url("images/nav_sustainability_f2.png") no-repeat;
}
ul#hmenu li#investorcentre a:hover {
	background:url("images/nav_investorcentre_f2.png") no-repeat;
}
ul#hmenu li#corporategovernance a:hover {
	background:url("images/nav_corporategovernance_f2.png") no-repeat;
}
ul#hmenu li#mediacentre a:hover {
	background:url("images/nav_mediacentre_f2.png") no-repeat;
}
ul#hmenu li#contactus a:hover {
	background:url("images/nav_contactus_f2.png") no-repeat;
}

/* Current page */
ul#hmenu li#about a.on,
ul#hmenu li#about a.on:hover {
	background:url("images/nav_about_f3.png") no-repeat;
}
ul#hmenu li#ourprojects a.on,
ul#hmenu li#ourprojects a.on:hover {
	background:url("images/nav_ourprojects_f3.png") no-repeat;
}
ul#hmenu li#sustainability a.on,
ul#hmenu li#sustainability a.on:hover {
	background:url("images/nav_sustainability_f3.png") no-repeat;
}
ul#hmenu li#investorcentre a.on,
ul#hmenu li#investorcentre a.on:hover {
	background:url("images/nav_investorcentre_f3.png") no-repeat;
}
ul#hmenu li#corporategovernance a.on,
ul#hmenu li#corporategovernance a.on:hover {
	background:url("images/nav_corporategovernance_f3.png") no-repeat;
}
ul#hmenu li#mediacentre a.on,
ul#hmenu li#mediacentre a.on:hover {
	background:url("images/nav_mediacentre_f3.png") no-repeat;
}
ul#hmenu li#contactus a.on,
ul#hmenu li#contactus a.on:hover {
	background:url("images/nav_contactus_f3.png") no-repeat;
}

/* hide background graphic on lower levels */
ul#hmenu li#about ul li a,
ul#hmenu li#ourprojects ul li a,
ul#hmenu li#sustainability ul li a,
ul#hmenu li#investorcentre ul li a,
ul#hmenu li#corporategovernance ul li a,
ul#hmenu li#mediacentre ul li a,
ul#hmenu li#contactus ul li a  {
	color:#fff;
	background:#3B454C;
	background-image:none;
}
ul#hmenu li#about ul li a:hover,
ul#hmenu li#ourprojects ul li a:hover,
ul#hmenu li#sustainability ul li a:hover,
ul#hmenu li#investorcentre ul li a:hover,
ul#hmenu li#corporategovernance ul li a:hover,
ul#hmenu li#mediacentre ul li a:hover,
ul#hmenu li#contactus ul li a:hover  {
	background:#907259;
}

/* Hide normal text */
ul#hmenu li a {
	text-decoration: none;
	background: none;
}
ul#hmenu li a span {
	visibility: hidden;
}

/* IE6 Fix */
ul#hmenu li {
	_position:relative;
}
ul#hmenu li a {
	_margin:0;
	_padding:0;
	_border:0;
}

/* 2008-07-25 */
#home_col1{
	position:relative; /* relative will push down the containing DIV */
	top:0px;
	left:21px;
	width:248px;
	height:225px;
	background:url("images/home_col1.png");
}
#home_col1_new{
	position:relative; /* relative will push down the containing DIV */
	top:0px;
	left:21px;
	width:248px;
	height:225px;
	background:url("images/home_col1_new.png");
	font: 11px/120% "Trebuchet MS",Verdana,Helvetica, Arial, sans-serif;
}
#home_col2{
	position:absolute;
	top:0px;
	left:276px;
	width:248px;
	height:225px;
	background:url("images/home_col2.png");
}
#home_col3{
	position:absolute;
	top:0px;
	left:531px;
	width:248px;
	height:225px;
	background:url("images/home_col3.png");
}
#home_col1 a{
	position:absolute;
	top:187px;
	left:8px;
	width:151px;
	height:16px;
	background:url("images/home_about_f1.png");
}
#home_col1 a:hover{
	background:url("images/home_about_f2.png");
}
#home_col1 a span{
	display:none;
}
#home_col2 #sharechart{
	position:absolute;
	top:43px;
	left:5px;
}
#home_col2 #shareprice a{
	position:absolute;
	top:103px;
	left:7px;
	width:162px;
	height:15px;
	background:url("images/home_shareprice_f1.png");
}
#home_col2 #shareprice a:hover{
	background:url("images/home_shareprice_f2.png");
}
#home_col2 #shareprice a span{
	display:none;
}
#home_col2 #mailinglist a{
	position:absolute;
	top:172px;
	left:6px;
	width:129px;
	height:17px;
	background:url("images/home_mailinglist_f1.png");
}
#home_col2 #mailinglist a:hover{
	background:url("images/home_mailinglist_f2.png");
}
#home_col2 #mailinglist a span{
	display:none;
}
#home_col2 #mdsdesk a{
	position:absolute;
	top:199px;
	left:6px;
	width:165px;
	height:17px;
	background:url("images/home_mdsdesk_f1.png");
}
#home_col2 #mdsdesk a:hover{
	background:url("images/home_mdsdesk_f2.png");
}
#home_col2 #mdsdesk a span{
	display:none;
}
#home_col3 #flash{
 	position:absolute;
	top:34px;
	left:3px;
	width:244px;
	height:173px;
 }

 /* 2008-07-25 */
#quicklinks{
	position:relative;
	width:183px;
	height:124px;
	background:url("images/bg_quicklinks.png");
	margin:0 0 9px 0;
}
#quicklinks #asx a{
	position:absolute;
	top:31px;
	left:6px;
	width:146px;
	height:16px;
	background:url("images/quicklinks_asx_f1.png");
}
#quicklinks #asx a:hover{
	background:url("images/quicklinks_asx_f2.png");
}
#quicklinks #asx a span{
	display:none;
}
#quicklinks #reports a{
	position:absolute;
	top:61px;
	left:6px;
	width:162px;
	height:25px;
	background:url("images/quicklinks_reports_f1.png");
}
#quicklinks #reports a:hover{
	background:url("images/quicklinks_reports_f2.png");
}
#quicklinks #reports a span{
	display:none;
}
#quicklinks #profile a{
	position:absolute;
	top:101px;
	left:6px;
	width:123px;
	height:16px;
	background:url("images/quicklinks_profile_f1.png");
}
#quicklinks #profile a:hover{
	background:url("images/quicklinks_profile_f2.png");
}
#quicklinks #profile a span{
	display:none;
}

/* 2008-07-29 */
#printthispage {
	margin: 10px 0 0 0;
	padding: 0;
	width: 151px; /*For KHTML*/
	list-style: none;
	border-top:1px solid #D3C6BC;
	border-bottom:1px solid #fff;
	background:#D3C6BC;
}
#printthispage span {
	margin: 1px;
	padding: 0;
	display: block;
	width: 149px; /*For KHTML*/
	display: inline; /*For IE*/
}
#printthispage a{
	display: block;
	padding: 3px 0 3px 18px;
	font: bold 10px "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #3B454C;
	border:1px solid #fff;
	background: #EEEAE6 url("images/nav_buttonprint_f2.png") no-repeat 0px 2px;
	margin: 0 1px 1px 1px;
	_padding:0 0 3px 18px;
}
#printthispage a:hover{
	background: #D3C6BC url("images/nav_buttonprint_f1.png") no-repeat 0px 2px;
}

#blog table {
	margin-bottom:20px;
	width:100%;
}
#blog table td{
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	padding:4px;
}
#blog table td strong{
	font-weight:bold;
}
#blog table tr:first-child td{
	border-top:1px solid #999;
}
#blog table td:first-child{
	border-left:1px solid #999;
}

#hero {
	position:absolute;
	left:22px;
	top:62px;
	width:756px;
	height:333px;
	overflow:hidden;
}	
#hero ul li {
	position:absolute;
	left:0;
	top:0;
	width:756px;
	height:333px;
	overflow:hidden;
}
