/* CEMI site-wide stylesheet */

body {
	background: #b5944d url('/images/background.png') repeat-x top;
	font: normal normal normal 9pt Arial, Helvetica, sans-serif;
	line-height: 19pt;
	text-align: justify;
}
img {
	border: 0pt;
}
a, h1, h2, h3, h4, h5, h6, .gold {
	color: #967842;
	background: transparent;
}
h1 {
	height: 53px;
	color: #442f0a;
    background: url('/images/heading.png') no-repeat;
	font-size: 25px;
	font-weight: bolder;
	text-align: right;
	padding-right: 5px;
	vertical-align: middle;
	text-transform: uppercase;
	line-height: normal;
	margin: 0px;
	padding: 0 0 5px 0;
}
h1:first-letter {
	font-size: 35px;
}
h2 {
	margin-top: 2em;
}
h3 {
	color: #442f0a;
	margin: 14px 0 0 0; 
}
h4 {
	font-size: 12px;
}
ul, ol {
	margin: 0;
	padding: 0 0 0 20px;
}
.bold {
	font-weight: bold;
}
.red {
	color: red;
	background-color: transparent;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
table.logos {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
table.logos td {
	width: 150px;
	padding: 1em;
}
table.logos a { 
	display: block; /* these properties make it so that the whole td is clickable */
	text-decoration: none;
	width: 100%;
	height: 100%;
}
table.paddedtable td {
	padding: 5px;
}
.contact {
	overflow: auto;
	margin: 2em 0 2em 0;
	padding: 0;
}
.contact img {
	float: right;
	margin-left: 2em;
}
.contact h2, .contact h3 {
	margin: 0;
}
.accreditation {
	font-size: 0.6em;
	color: black;
	background: transparent;
}
.title {
	font-weight: bold;
}
.phone {
}
.email {
}
.link_pdf, .link_word, .link_excel, .link_ppt, .link_key, .link_fwd{
	padding: 0 0 0 16px;
	background: transparent none no-repeat scroll left top;
}
.link_right {
	padding: 0 16px 0 0;
	background-position: top right;
}
.link_pdf {
	background-image: url(/images/file_pdf12.png);
}
.link_word {
	background-image: url(/images/file_word12.png);
}
.link_excel {
	background-image: url(/images/file_excel12.png);
}
.link_ppt {
	background-image: url(/images/file_ppt12.png);
}
.link_key {
	background-image: url(/images/file_key12.png);
}
.link_fwd {
	background-image: url(/images/file_fwd.png); 
}
#main-border {
	position: relative; /* makes child divs absolute wrt this! */
	background: white;
	border: 3px solid #442f0a;
	width: 750px;
	margin: 60px auto 0;
}
#logo {
	position: absolute;
	left: 0;
	top: -60px;
	padding: 5px 0;
}
#leaf {
	position: absolute;
	right: -17px;
	top: -17px; 
	z-index: -2;
}
#menu {
	width: 100%;
	height: 26px;
	font-size: 11px;
	text-align: center;
	line-height: normal;
	border-bottom: 2px solid #442f0a;
	border-collapse: collapse;
}
#menu td {
	border-left: 2px solid #442f0a;
}
#menu a {
	text-decoration: none;
	color: #442f0a;
}
#menu td:first-child {
	border-left: none;
}
#menusel, #menusel a {
	background-color: #b39149;
	color: #FFFFFF;
}
#submenu {
	height: 14px;
	color: #C8BBA8;
	background: #442f0a;
	font-size: 10px;
	vertical-align: middle;
	padding: 4px;
	line-height: normal;
}
#submenu a {
	text-decoration: none;
	color: #C8BBA8;
	background: transparent;
}
#submenu a:hover {
	color: white;
	background: transparent;
}
#slideshow {
	position: relative;
	top: 0;
	height: 250px;
	width: 750px;
	border-bottom: 2px solid #442f0a;
	background: #b5944d url('images/slidebackground.png') repeat-x; /* this gives the short dark fade in-between slides */
}
#slideshow div {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 250px;
	width: 750px; 
	background-color: white; /*IE special - fixes black border on png */
	cursor: pointer;
}
#slideshow div div {
	background-color: transparent;
}
#slideshow .controls {
	display: block;
	z-index: 5;
	opacity: 1;
	background: none;
	width: 50px;
	height: 25px;
	left: 700px;
}
#slideshow .currentSlide {
	z-index: 1;
	opacity: 1;
	display: block;
}
#slideshow .fadeSlide {
	display: block;
	opacity: 0;
	filter: alpha(opacity:0);
}
#pause_button, #skip_button, #back_button, #play_button {
	position: absolute;
	top: 10px;
	z-index: 3;
}
#pause_button {
	right: 23px;
}
#play_button {
	right: 22px;
	visibility: hidden;
}
#skip_button {
	right: 10px;
}
#back_button {
	right: 35px;
}
#slideshow img.icon, div.colourbar img.icon {
	position: absolute;
	top: 10px;
	left: 30px;
	z-index: 3;
}
#slideshow img.special {
	position: absolute;
	top: 25px;
	left: 500px;
	z-index: 3;
}
#slideshow .rectangle{
	display: inline;
	margin: 35px 0 0;
	width: 100%;
	height: 70px;
}
#slideshow .title, div.colourbar .title {
	display: inline;
	font-size: 16pt;
	font-weight: bold;
	color: white;
	width: 575px;
	height: 50px;
	background-color: transparent;
}
#slideshow .title {
	margin: 43px 0 0 128px;
}
#slideshow .subtitle , div.colourbar .subtitle {
	display: inline;
	font-size: 11pt;
	color: black;
	width: 550px;
	height: 50px;
}
#slideshow .subtitle {
	margin: 67px 0 0 128px;
}
#slideshow .notes {
	display: inline;
	position: absolute;
	top: 115px;
	left: 80px;
	color: black;
	width: 650px;
	height: 125px;
}
#slideshow .notes li {
	margin: 0 0 5px 0;
}
div.colourbar {
	position: relative;
	height: 90px;
	padding: 0;
	width: 100%;
}
div.colourbar .link {
	cursor: pointer;
}
div.colourbar img.icon {
	margin: 0;
}
div.colourbar a {
	text-decoration: none;
}
div.colourbar .title {
	position: absolute;
	display: block;
	margin: 29px 0 0 108px;
	height: 25px;
}
div.colourbar .subtitle {
	position: absolute;
	display: block;
	margin: 52px 0 0 108px;
	height: 25px;
}
div.colourbar .rectangle {
	height: 55px;
	width: 100%;
	position: absolute;
	top: 26px;
	left: 0;
}
.contentrectangle {
	float: right;
	color: #000000;
	padding: 0 0 0 50px;
	margin: -20px 0 10px 0;
	width: 150px;
	line-height: 18px;
	text-align: center;
}
.contentrectangle img {
	padding: 0 0 12px 0;
}
.whiterectangle {
	background-color: #FFFFFF;
	width: 185px;
}
.contentrectangle .extrapadding {
	padding: 0 11px;
}
#slideshow .colour_cemi_blue, div.colourbar .colour_cemi_blue, .colour_cemi_blue { 
	background-color: #6B96D6;  /* FindMine */
}
.border_cemi_blue {
	border-color: #6B96D6;
}
#slideshow .colour_cemi_orange, div.colourbar .colour_cemi_orange, .colour_cemi_orange{
	background-color: #E3702D;  /* MineDeep, GeoRisk */
}
#slideshow .colour_cemi_yellow, div.colourbar .colour_cemi_yellow, .colour_cemi_yellow{
	background-color: #FAB459;  /* ValueMine */
}
#slideshow .colour_cemi_red, div.colourbar .colour_cemi_red, .colour_cemi_red {
	background-color: #DA0707;  /* ConstructMine */
}
#slideshow .colour_cemi_green, div.colourbar .colour_cemi_green, .colour_cemi_green {
	background-color: #5CBD4B;  /* SustainMine */
}
#slideshow .colour_cemi_grey, div.colourbar .colour_cemi_grey, .colour_cemi_grey {
	background-color: #B2B2B2;  /* MineTech */
}
#slideshow .colour_cemi_purple, div.colourbar .colour_cemi_purple, .colour_cemi_purple {
	background-color: #A02C89;  /* Exploratory Projects */
}
#content {
	position: relative; /* makes child divs absolute wrt this! */
	overflow: auto; /* expands area to include child floating div */
	padding: 0 0 10px 0;
}
#main, .mainmargins {
	margin: 0 8em 0 8em;
    padding-left: 1em;
    padding-right: 1em;
	overflow: auto; /* expands area to include child floating div */
}
#mainfloat {
	margin: 0 4em 0 4em;
	padding: 0 0 15px 0;
}
#stack {
	width: 64px;
	float: left;
	padding: 70px 20px 0 0;
}
#stack img {
	padding: 20px 0 180px 0;
}
#margin-left, #margin-right {
	width:9em;
	position:absolute;
	top:0;
	font-size:80%;
	padding: 0.5em;
	margin-left:0;
	margin-right:0;
}
#margin-left {
	left:0;
}
#margin-right {
	right:0;
	top:60px;
}
#footer {
	position: relative;
	top: 0;
	right:0;
	color: #442f0a;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	width: 100%;
}
#footer a {
	color: #442f0a;
	background: inherit;
	text-decoration: none;
}
#researcher_float {
	float: right;
	clear: right;
	text-align: right;
	margin: 0 0 1em 2em;
}
#researcher_float ul {
	list-style: none inside;
	padding: 0;
}