@charset "utf-8";

/* Oxford Emerging Markets Ltd. main cascading style sheet v1.0
Created by Tsun Holt Wong
licensed under a Creative Commons Attribution-Non-Commercial-Share Alike 2.0 UK: England & Wales License http://creativecommons.org/licenses/by-nc-sa/2.0/uk/

Tested on
Vista x64 / Firefox 3.0.10
Vista x64 / Internet Explorer 8.0.6001.18762
Vista x64 / Google Chrome 1.0.154.65
Vista x64 / Opera 9.64
Vista x64 / Safari 4 public beta 528.17

/* HOUSEKEEPING */
* {
	margin:0;
	padding:0;
}

html {
	font-family:Calibri, Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin-right:auto;
	margin-left:auto;
}
html, body {
	height: 100%;
}
#wrapper { /* To push footer to bottom of window */
	width:930px;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin: 0 auto -50px auto; /* The bottom margin is the negative value of the footer's height */
}

a {
	text-decoration:none;
	border-bottom:1px dotted;
}
a:hover {
	border-bottom-style:solid;
}
img {
	border:none;
}
p {
	padding:5px;
	font-size:11pt;
}


/* HEADER */
#header {
	width:930px;
	height:140px;
	background:url(images/header.gif) no-repeat left top black;
	margin-left:auto;
	margin-right:auto;
}
#header h1 {
	font-family:Lucida Fax, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:25pt;
	height:100px;
}
#header h1 a {
	display:block;
	border:none;
	height:100%;
	width:100%;
}
#header h1 span {
	display:none;
}


/* TOP NAVIGATION */
#nav {
	margin:0 15px;
}
#nav li {
	list-style:none;
	line-height:40px;
	font-size:12pt;
	float:left;
	color:#fff;
}
#nav li a {
	background:url(images/nav.png) left -40px no-repeat black;
	color:#fff;
	display:block;
	padding:0 15px;
	border:none;
}
#nav li a:hover {
	background-position:left -80px;
}
#nav li:first-child {
	background-position:-1px top;
}
#nav li:first-child a {
	background-position:-1px -40px;
}
#nav li:first-child a:hover {
	background-position:-1px -80px;
}


/* MAIN PAGE CONTENT */
#container {
	width:900px;
	margin:0 auto;
}
/* 2nd level navigation */
#nav_2nd {
	float:left;
	width:150px;
	padding-bottom:15px;
	background:url(images/feet.gif) -930px bottom no-repeat black;
}
#nav_2nd li {
	list-style:none;
	text-align:center;
	line-height:30px;
	color:#fff;
}
#nav_2nd li a {
	display:block;
	background:black;
	border:none;
	text-align:center;
	line-height:30px;
	color:#fff;
}
#nav_2nd li a:hover {
	background:url(images/nav2.png) right -30px no-repeat;
}
#nav_2nd + #content {
	margin-left:155px;
}
/* content */
#content {
	font-size:11pt;
}
#content a {
	color:#da5d00;
}
#content ul {
	padding-left:20px;
	padding-bottom:5px;
}
h2 {
	font-family:Lucida Fax, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:26pt;
	width:900px;
	line-height:54px;
	padding-left:7px;
	background:url(images/h2.png) no-repeat left bottom;
}
h3 {
	font-size:16pt;
	margin-top:10px;
	padding-bottom:3px;
	padding-left:2px;
	border-bottom:1px solid #ff6e02;
}
h4 {
	font-size:14pt;
	margin-top:5px;
	padding-bottom:1px;
	padding-left:2px;
	border-bottom:1px dotted #ff6e02;
}
h5 {
	font-size:14pt;
	font-weight:bold;
	padding-left:2px;
	margin-top:5px;
}
.source {
	text-align:right;
	font-size:8pt;
}
.tbc {
	color:#999;
}
ul.colist {
	text-align:center;
	margin-top:5px;
	padding:0 !important;
}
ul.colist li {
	display:inline;
	padding-left:10px;
	line-height:30px;
}
ul.colist li a {
	border:none;
}
.quote {
	background:url(images/quote_a.png) no-repeat left 5px;
	padding-left:35px;
}
.quote span {
	background:url(images/quote_b.png) no-repeat right bottom;
	padding-right:35px;
	display:block;
	min-height:30px;
}
.quoter {
	text-align:right;
	font-size:10pt;
	margin-top:-5px;
	margin-bottom:15px;
}
table#itin {
	width:100%;
}
#itin td {
	padding:5px;
}
#itin td.date {
	background:#eee;
}
.gallery {
	line-height:60px;
	background:url(images/gallery_ico.gif) no-repeat left center;
	padding-left:45px;
}
.clear {
	clear:both;
}


/* FOOTER */
/* Defines footer and pins to bottom of window even when content is insufficient. */
#footer {
	background:url(images/feet.gif) left top no-repeat black;
	height:50px;
	width:930px;
	color:#fff;
	font-size:12px;
	margin-left:auto;
	margin-right:auto;
}
#push {
	height:50px; /* Must be same as footer height */
}
#footer div {
	float:left;
	line-height:50px; /* Must be same as footer height */
}
#footer div ul {
	margin-top:0;
}
#footer div li {
	list-style:none;
	float:left;
	padding:0 10px;
}
#footer div li + li {
	background:url(images/footer_divider.png) left center no-repeat;
}
#footer div a {
	color:#fff;
	text-decoration:none;
	border-bottom:dotted 1px #fff;
}
#footer div a:hover {
	border-bottom-style:solid;
}
#footer div+div {
	float:right;
}