@charset "utf-8";
/* CSS Document */

body {
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#363534;
	padding:0px;
	margin:0px;
}
/* fix general HTML formatting rules that are stupid */
a img { border:0px;}
p, ul, ol { margin-top:0; margin-bottom:1em;}
sup { font-size:0.8em; vertical-align:text-top;}

#base {
	width:960px;
	margin:7px auto;
	padding:0px;
	/*border:1px solid #eee;*/
}

#topLinks {
	width:960px;
	margin-bottom:7px;
	text-align:right;
	font-size:0.6875em;
	font-weight:bold;
	color:#d5d2ca;
}
#topLinks a { padding:0px 8px;}
#topLinks a:link, #topLinks a:visited { text-decoration:none; color:#766a62;}
#topLinks a:hover, #topLinks a:active { text-decoration:none; color:#d5d2ca;}
#topLinks a.active { /*color:#363534;*/}

#header {
	width:960px;
	height:170px;
	background-image:url(../images/bg_header.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	position:relative;
}
#header .logo {
	position:absolute;
	top:40px;
	left:40px;
}

#header #flashBanner { width:490px; float:right;}

/* Navigation not handled in dropdown set up files */
#navBar {
	width:960px;
	height:28px;
	background-image:url(../images/bg_nav.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	position:relative;
	margin-bottom:20px;
	font-size:0.75em;
	color:#fff;
	font-weight:bold;
}
#nav { 
	position:absolute;
	left:250px;
}

#subNav {
	width:240px;
	font-size:0.75em;
	font-weight:bold;
}
#subNav h2, #subNav ul {
	margin:0px;
}
#subNav h2 {
	font-size:1em;
	text-transform:uppercase;
	padding:9px 10px;
	background-color:#766a62;
	color:#fff;
}
#subNav ul { 
	list-style:none;
	padding:0px;
	}
#subNav li {
	margin:0px;
	padding:0px;
	height:auto;
	display:block;
	overflow:hidden;
	border-top:1px solid #fff;
}
#subNav a, #subNav li.active {
	color:#fff;
	padding:9px 10px;
	margin:0px;
	display:block;
	background-image:url(../images/arrow_white.png);
	background-repeat:no-repeat;
	background-position:224px;
	overflow:hidden;
}
/* Fix for News Articles sub-navigation */
#subNav li.active a { 
	padding:0px; 
	background:transparent;
}

#subNav a:link, #subNav a:visited {
	text-decoration:none;
	background-color:#c59217;
}
#subNav a:hover, #subNav a:active {
	/*background-color:#a59d95;*/
	background-color:#ab9b7c;
}
#subNav .active { 
	background-color:#a59d95;
	margin-top:0px;
	}


/* Content Area Styles */

#leftColumn {
	width:240px;
	min-height:150px;
	margin-bottom:20px;
	float:left;
	overflow:hidden;
}

#pageContent {
	width:620px;
	margin-left:20px;
	margin-right:80px;
	margin-bottom:20px;
	min-height:400px;
	float:left;
	font-size:0.8125em; /* 13 pt */
	line-height:1.38em;
	overflow:hidden;
}
#pageContent.homeContent { width:700px; margin-right:0px;}

#leftContent {
	width:400px;
	float:left;
	margin-right:20px;
	overflow:hidden;
}

#rightContent {
	width:190px;
	padding-right:10px;
	margin-top:4px;
	float:left;
	overflow:hidden;
}

#pageContent a.sideThumbnail {
	display:block;
	border-bottom:1px solid #c59217;
	margin-bottom:15px;
	font-weight:bold;
}
#pageContent a.sideThumbnail:link, #pageContent a.sideThumbnail:visited {
	text-decoration:none;
}
.sideThumbnail img {
	display:block;
	border-width:1px 0px;
	border-style:solid;
	border-color:#c59217;
}
.sideThumbnail span.thumbText { padding:0.3em 0; display:block;}


/* GENERIC FONT STYLES */
#pageContent h1 {
	font-size:1.19em;
	line-height:1.25em;
	font-weight:normal;
	margin:0 0 1.25em 0;
}
#pageContent h1 img { margin-left:9px;}

#pageContent h2 {
	font-size:1em;
	margin-top:0;
	margin-bottom:0.5em;
}
#pageContent h2.divider {
	border-top:1px solid #c59217;
	padding-top:0.5em;
}

.footnote {
	font-size:0.85em;
	font-weight:bold;
	color:#a59d95;
}

.nobreak, .phone { white-space:nowrap;}


/* list-related styles */
.listintro, .noBottomMargin { margin-bottom:0px;}
#pageContent ul {
	list-style:none;
	margin:0 0 1em 0;
	padding:0px;
}
#pageContent ul li, #pageContent ul.noBullets ul li {
	padding-left:8px;
	background-image:url(../images/bullet_black.png);
	background-repeat:no-repeat;
	background-position:top left;
}
#pageContent ul.noBullets li { background:none;}

#pageContent ol { padding:0 0 0 30px; margin:0px;}
#pageContent ol li { padding-left:0px; margin-left:0px;}

/* Image styles */
.img-inline-left,
.img-inline-right {
	width:auto;
	height:auto;
	border-width:1px 0px;
	border-style:solid;
	border-color:#c59217;
	margin-bottom:1em;
}
.img-inline-left { 
	float:left;
	margin-right:1em;
}
.img-inline-right { 
	float:right;
	margin-left:1.25em;
}
.noBorders {
	border-width:0;
	}

#pageContent .arrow { 
	/*color:#c59217;*/
	text-indent:-10000px;
	overflow:hidden;
	color:#fff;
	width:1px;
	padding-right:7px;
	height:5px;
	background-image:url(../images/arrow_gold.png);
	background-repeat:no-repeat;
	background-position:center left;
}

/* Horizontal Rules */
hr {
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:#c59217;
	color:#fff;
	height:1px;
	margin:0.5em 0;
	padding:0px;
}

.phoneFax strong { color:#b68613; font-size:0.85em;}

/* Photo Gallery */
#galleryContent { display:none;}

/* Photo Gallery Link - about gowest */
#pageContent .galleryLink {
	float:right;
	margin-left:20px;
	padding-right:0px;
}


.callout {
	border-width:1px 0px;
	border-style:solid;
	border-color:#c59217;
	padding:0.5em 0;
}
.callout a { font-weight:bold;}
#pageContent .callout a:link, #pageContent .callout a:visited { text-decoration:none;}
#pageContent .callout a:hover, #pageContent .callout a:active { text-decoration:underline;}

/* inline links */
#pageContent a:link, #pageContent a:visited { color:#b68613; text-decoration:underline;}
#pageContent a:hover, #pageContent a:active { text-decoration:none;}


/**** BEGIN PAGE-SPECIFIC STYLES ****/

/* Home Page */
#homeLeft {
	font-size:0.6875em;
	width:236px;
	border-width:2px;
	border-style:solid;
	border-color:#eae7da;
	color:#363534;
	margin:0px;
}

#homeLeft h2 {
	font-size:1.1em;
	width:220px;
	padding:9px 10px;
	margin-top:-2px;
	margin-left:-2px;
	margin-bottom:0.5em;
	color:#fff;
	background-color:#766a62;
	background-image:url(../images/arrow_white.png);
	background-repeat:no-repeat;
	background-position:224px;
}
#homeLeft h2.stockLink { margin-bottom:0px;}
#homeLeft ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#homeLeft li {
	margin:0px 9px;
	padding:7px 0px;
	border-bottom:1px solid #eae7da;
	line-height:1.3em;
}
#homeLeft li.lastItem { border:0px;}

#homeLeft #presentations {
	margin:0 0 0.5em 0;
	padding:9px;
	border-width:2px 0px 0 0;
	border-style:solid;
	border-color:#eae7da;
	overflow:hidden;
}
#homeLeft #presentations img {
	width:150px;
	height:107px;
	overflow:hidden;
	float:right;
	margin-left:5px;
}
#homeLeft #presentations .factLink { margin-top:1em;}

#homeLeft a { display:block; text-decoration:none;}
#homeLeft a:link, #homeLeft a:visited { color:#363534; }
#homeLeft a:hover, #homeLeft a:active { color:#c59217; }
#homeLeft a strong { color:#c59217;}
#homeLeft h2 a:link, #homeLeft h2 a:visited { color:#fff; }

#homeQuote, #goldPrice { padding:2px 0px; overflow:hidden; width:218px;}
#homeQuote { margin-top:7px; height:13px; overflow:hidden;}
#goldPrice { margin-bottom:7px;}
#homeQuote div, #goldPrice div { float:left; text-align:right; white-space:nowrap;}
#homeQuote .symbol, #goldPrice .symbol { width:105px; text-align:left;}
#homeQuote .value { width:45px;}
#homeQuote .move-up, #homeQuote .move-down { 
	background-position:13px 3px;
	background-repeat:no-repeat;
	width:28px;
	height:13px;
	display:block;
	overflow:hidden;
	padding-top:50px;
}
#homeQuote .move-up { background-image:url(../images/gr_arrow_up.png);}
#homeQuote .move-down { background-image:url(../images/gr_arrow_down.png);}
#homeQuote .time { width:40px; text-align:right;}
#goldPrice #goldValue { width:108px; overflow:hidden;}

.homeCaption { font-size:0.85em; text-align:right; margin-left:85px; line-height:130%;}

/* Operations History timeline */
#timeline {
	width:620px;	
}

#timeline li { margin-bottom:0.5em;}

#timeline .period { 
	width:110px;
	margin-right:20px;
	padding:10px 20px 10px 10px;
	float:left;
	background-image:url(../images/gr_op_timeline_bg.png);
	background-position:top left;
	background-repeat:repeat-y;
	overflow:hidden;
}
#timeline .period h2 {
	border:0px;
	background-image:url(../images/gr_op_timeline_arrow.png);
	background-position:top left;
	background-repeat:no-repeat;
	color:#fff;
	width:130px;
	padding-top:5px;
	padding-left:10px;
	height:26px;
	margin:-10px 0px 0px -10px;
}
#timeline .period .introText {
	background-image:url(../images/gr_op_timeline_divider.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-bottom:1em;
	margin-bottom:1em;
	margin-left:-10px;
	padding-left:10px;
}

#timeline .current {
	margin-right:0px;
	font-weight:bold;
	color:#b68613;
}
#timeline .current li { background-image:url(../images/bullet_gold.png);}

/* Reserves & Resources */
#reservesTable {
	border-collapse:collapse;
	width:620px;
	border-top:1px solid #c59217;
	margin-bottom:1em;
}
#reservesTable th, #reservesTable td {
	border-bottom:1px solid #c59217;
	padding:5px 0;
	text-align:left;
	width:155px;
}
#reservesTable th { color:#b68613;}
#reservesTable .lineItem, #reservesTable .totalRow td { font-weight:bold;}
#reservesTable .tonnes { 
	text-align:right;
	width:60px; padding-right:95px;
}

/* Downloads */
.downloadLink {
	width:290px;
	height:18px;
	padding:5px 0px;
	margin-right:30px;
	margin-top:40px;
	margin-bottom:40px;
	float:left;
	overflow:visible;
	border-width:1px 0px;
	border-style:solid;
	border-color:#c59217;
}
.even { margin-right:0px;}
.downloadLink img { 
	width:auto; 
	float:right; 
	margin-right:10px;
	margin-top:-40px;
}
.downloadLink .corp-pres img { margin-top:-28px;}
#pageContent .downloadLink a { font-weight:bold; text-decoration:none;}


/* News & Events (styles for Marketwire) */
/*iframe { border:0px; width:240px; margin:0px; padding:0px; border:1px solid #000;}*/

/* News main page */
#pageContent a.currentNewsYear { color:#363534;}
#pageContent .newsList li {	margin-bottom:1em;}
#pageContent .newsList .date { color:#a59d95; white-space:nowrap; font-size:0.75em; font-weight:bold; text-transform:uppercase;}

/* News Release page */
#mw_release {}
.mw_credit, .mw_symbol, #pageContent #mw_release .date { font-size:0.85em; margin-bottom:0.5em;}
#pageContent #mw_release h2 { font-size:1.25em; margin-top:1em; margin-bottom:0px;}



/**** END PAGE-SPECIFIC STYLES ****/



#footer {
	clear:both;
	width:960px;
	height:20px;
	padding-top:6px;
	border-width:1px 0px;
	border-style:solid;
	border-color:#eae7da;
	font-size:0.6875em;
	font-weight:bold;
	color:#766a62;
	overflow:hidden;
	margin-bottom:20px;
}
#footerLinks, #copyright { width:50%; margin:0px;}
#footerLinks {
	float:left;
	color:#d5d2ca;
}
#footerLinks a { padding:0px 8px;}
#footerLinks a:link, #footerLinks a:visited { text-decoration:none; color:#766a62;}
#footerLinks a:hover, #footerLinks a:active { text-decoration:none; color:#d5d2ca;}
#footerLinks a.active { /*color:#363534;*/}
#copyright {
	float:right;
	text-align:right;
}


/* Fancybox custom styles */
#mapLink-title { 
	text-align: left; 
	display:block;
	background-color:#766a62;
	height:20px;
	width:100%;
	padding-top:6px;
	text-indent:10px;
	color:#fff;
	margin:-7px 0px 0px -2px;
	/*border-top:1px solid #fff;*/
	border-width:1px 2px 2px 2px;
	border-style:solid;
	border-color:#fff;
}
#mapLink-title b { display: block; }
#mapLink-title span { float: right; margin-right:10px; margin-top:2px; }
