@charset "utf-8";
/* remove all padding and margins so we start fresh in all browsers, then add it back to some things */
* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
}
body {
	font: 12px/1.2 normal Verdana, Helvetica, sans-serif;
	color: #4d4d4d;
	background: #999999;
}
img {
	border: 0px;
}
p {
	padding-bottom: 12px;
}
ul, ol {
	padding: 10px 40px 12px 40px;
}
sup {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
optgroup option {
	padding-left: 15px;
}
textarea {
	line-height: 18px; /* needed for jquery.autogrow to work in IE */
	min-height: 36px;
}
a {
	color: #772432;
	outline: none;
}
object,embed {
	outline: none;
}
h1 {
	font-size: 26px;
	font-weight: normal;
	padding-bottom: 15px;
}
h2 {
	font-size: 14px;
	color: #772432;
	padding-bottom: 10px;
}
label.error {
	color: #ff0000;
	padding-left: 5px;
	/*display: block; /* forces the labels to the next line */
}
#gobutton {
	background: none;
	border: 0px;
	color: #dbd6a9;
	cursor: pointer;
}
.search {
	float: right;
	color: #fff;
}
	.search a {
		color: #fff;
		text-decoration: none;
	}
		.search a:hover {
			color: #d4da9c;
		}
	.search .search_text {
		border: 1px solid #fff;
	}
/** Navigation **/
.menu {
	z-index: 10;
	width: 809px;
	position: absolute;
	top: 80px;
	left: 175px;
}
.menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
	.menu ul li {
		float: left;
		position: relative;
	}
	.menu ul li a {
		display: block;
		color: #fff;
		padding: 13px 18px 0 5px;
		border-left: 1px solid white;
		font-weight: bold;
		text-decoration: none;
	}
	.menu ul li:hover a {
		color: #fff;
		text-decoration: underline;
	}
/* Sub Nav */
.menu ul li ul {
	display: none;
}
	.menu ul li:hover ul {
		display: block;
		position: absolute;
		top: 26px;
		width: 194px;
		padding-top: 6px;
	}
.menu ul li:hover ul li {
	width: 100%;
	}
.menu ul li:hover ul li a {
	display: block;
	background: #000;
	padding: 6px 3px 6px 15px;
	border-left: none;
	border-bottom: 1px solid #413644;
	width: 176px;
	font: 13px/1.2 normal Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
	.menu ul li:hover ul li:hover a {
		text-decoration: underline;
	}
/** Footer **/
.footer {
	width: 750px;
	border-top: 1px solid #dcddde;
	padding-top: 10px;
	margin-top: 40px;
	float: left;
}
	.footer a {
		text-decoration: none;
		color: #4d4d4d;
	}
		.footer a:hover {
			text-decoration: underline;
		}
	.footer .verite {
		float: right;
	}
/** Tier 2s **/
.riotinto_logo {
	float: left;
	margin: 18px 0 0 13px;
}
.eagle_logo {
	float: left;
	margin: 20px 0 0 140px;
}
.t2_container {
	width: 954px;
	float: left;
}
.t2_header {
	float: left;
	height: 120px;
	width: 954px;
}
.content {
	float: left;
	width: 954px;
	background: url(../images/t2_bg.gif);
	min-height: 200px;
}
/* Left Nav */
.left_nav {
	float: left;
	width: 126px;
	padding: 30px 10px 0 18px;
}
	.left_nav ul {
		margin: 0;
		padding: 0px;
		list-style-type: none;
	}
		.left_nav ul li {
			padding-left: 7px;
			margin-bottom: 5px;
		}
		.left_nav ul li a {
			text-decoration: none;
		}
			.left_nav ul li a:hover {
				text-decoration: underline;
				color: #fff;
			}
		.left_nav ul li.selected {
			background: url(../images/arrow.gif) 0 5px no-repeat;
		}
		.left_nav ul li.selected a {
			text-decoration: underline;
		}

		/*fix tier 4 nav when the parent page is selected*/
		.left_nav ul li.selected ul li a {
			text-decoration: none;
		}

		.left_nav ul li#main {
			background: url(../images/arrow.gif) 0 5px no-repeat;
			margin-bottom: 15px;
		}
		.left_nav ul li#main a {
			text-decoration: underline;
			font-weight: bold;
		}
	.left_nav a {
		color: #fff;
	}
/* Right Content */
.right_content {
	float: left;
	width: 750px;
	padding: 30px 25px;
}
/* Backgrounds */
.t2_bg {
	background: url(../images/T2backgroundresized.jpg) no-repeat #000;
}
/** Home Page **/
.home {
	background: url(../images/home_red.jpg) repeat-y #000;
}
.home p {
	padding: 6px 0;
}
.home_container {
	height: 100%;
	min-height: 1025px;
	width: 100%;
	float: left;
	/*background: url(../images/backgroundresized.jpg) no-repeat;*/
}
	.home_content{
		width: 809px;
		margin-left: 171px;
		padding-top: 20px;
		color: #fff;
	}
	.home_content .menu {
		position: static;
		padding-top: 37px;
		padding-left: 4px;
	}
	.box1 {
		float: left;
		width: 336px;
		padding-top: 10px;
		margin-top: 30px;
		font-size: 13px;
		height: 185px;
	}
	.box2 {
		float: left;
		width: 160px;
		height: 135px;
		margin: 15px 0 15px 0;
		/*background: url(../images/humboldt_mill.jpg) no-repeat;*/
		padding: 40px 264px 20px 30px;
		border: 1px solid #dcddde;
	}
	.box2 p {
		padding: 6px 0;
	}
	.oretomorebox {
		float: left;
		margin-left: 15px;
	}
	.box3 {
		float: left;
		width: 310px;
		height: auto!important;
		height: 190px;
		min-height: 190px;
		background: url(../images/news_bg.png);
		border: 1px solid #dcddde;
		margin-top: 18px;
		padding: 12px;
		font-size: 12px;
	}
		.date {
			font-size: 11px;
		}
	.box_container {
		float: left;
		width: 456px;
		margin: 15px 0 0 15px;
	}
	.box4 {
		float: left;
		width: 201px;
		height: 92px;
		/*background: url(../images/community_involvement.jpg) no-repeat;*/
		padding: 8px 10px 0 6px;
		margin: 0 15px 13px 0;
		border: 1px solid #dcddde;
	}
	.box5 {
		float: left;
		width: 145px;
		height: 92px;
		/*background: url(../images/environmental_stewardship.jpg) no-repeat;*/
		padding: 8px 0 0 75px;
		border: 1px solid #dcddde;
	}
	.box6 {
		float: left;
		width: 211px;
		height: 92px;
		/*background: url(../images/keep_posted.jpg) no-repeat;*/
		margin: 0 15px 0 0;
		padding: 8px 0 0 6px;
		border: 1px solid #dcddde;
	}
	.box7 {
		float: left;
		width: 214px;
		height: 92px;
		/*background: url(../images/kennecott_hightlights.jpg) no-repeat;*/
		padding: 8px 0 0 6px;
		border: 1px solid #dcddde;
	}
		.box1 a, .box2 a, .box3 a, .box4 a, .box5 a, .box6 a, .box7 a {
			color: #fff;
			text-decoration: underline;
		}
			.box1 a:hover, .box2 a:hover, .box3 a:hover, .box4 a:hover, .box5 a:hover, .box6 a:hover, .box7 a:hover  {
				color: #d4da9c;
			}
		.box2 h3 a, .box3 h3 a, .box4 h3 a, .box5 h3 a, .box6 h3 a, .box7 h3 a {
			color: #ded7a9;
			text-decoration: none;
			font-size: 14px;
		}
			.box2 h3 a:hover, .box3 h3 a:hover, .box4 h3 a:hover, .box5 h3 a:hover, .box6 h3 a:hover , .box7 h3 a:hover {
				color: #ded7a9;
			}
		a.more {
			text-decoration: none;
			display: block;
		}
		a.more:hover {
			text-decoration: underline;
		}
	.home_footer {
		float: left;
		width: 809px;
		padding-top: 10px;
	}
		.home_footer a {
			color: #fff;
			text-decoration: none;
		}
			.home_footer a:hover {
				color: #ded7a9;
				text-decoration: underline;
			}
/** Errors **/
#error_box {
	border: 2px solid #c82e32;
	color: #c82e32;
	font-weight: bold;
	padding: 15px 15px 15px 50px;
	background: url(../images/error.gif) 10px 15px no-repeat;
	margin: 15px 0;
	display: none;
}
/** News **/
.news_menu ul {
	padding-bottom: 10px;
}
	.news_menu ul li {
		float: left;
		display: inline;
		width: 50px;
	}
.news ul {
	list-style-position: inside;
	margin-left: 20px;
}
	.news ul li {
		padding-bottom: 4px;
	}
/** Tier 2s **/
.t2_image {
	float: left;
	padding: 0 20px 20px 0;
}
.content_left {
	float: left;
	width: 500px;
	padding-right: 30px;
	padding-bottom: 40px;
}
.t2_rightbar {
	border-top: 25px solid #6f3f29;
	float: left;
	background: #e9e9e9;
	padding: 20px;
	width: 180px;
	min-height: 200px;
}
	.t2_rightbar a {
		color: #772432;
	}
	.t2_rightbar h3 {
		font-size: 14px;
		text-transform: uppercase;
		color: #772432;
		padding-bottom: 10px;
	}
	.t2_rightbar_image {
		float: left;
		padding: 0 10px 10px 0;
	}
.footernomargin {
	margin-top: 0px
}
.dots {
	float: left;
	width: 100%;
	border-top: 1px dotted #797979;
	line-height: 2px;
	margin: 12px 0;
}

/** Start Default News Articles **/
div.news_years {
	margin-bottom:10px;
}
div.news_years a {
	margin-right:20px;
}

div.news_years a.selected {
	font-weight:bold;
	text-decoration:none;
}

div.news_pages {
	float:right;
}
div.news_pages a {
	margin-left:3px;
	margin-right:3px;
}

div.news_pages a.selected {
	font-weight:bold;
	text-decoration:none;
}
/** END Default News Articles **/
/** Start Video Gallery **/
.video_left {
	float: left;
	width: 500px;
	}
	.video_left h2 {
		font-size: 18px;
		}
.video_right {
	float: left;
	width: 250px;
	}
	.video_right p a {
		border-top: 1px solid #dcddde;
		padding-bottom: 5px;
		color: #404040;
		text-decoration: none;
		display: block;
		}
		.video_right p a:hover {
			text-decoration: underline;
			}
.quicktime {
	padding-top: 20px;
	}
.quicktime img {
	float: left;
	padding-right: 10px;
	}
.quicktime a {
	color: #404040;
	}

/** End Video Gallery **/
.minerals_table td, .minerals_table2 td {
	vertical-align: top;
	padding: 5px;
}
.minerals_table h3 {
	font-size: 16px;
}
.education_table td {
	padding: 5px;
	border: 1px solid #cecece;
}
.prequalification_table {
	border-collapse: collapse;
	border-color: gray;
}
.prequalification_table td {
	padding: 5px;
	border-color: gray;
}
/** jQuery Tools Overlay **/
.simple_overlay {
    display:none;
    z-index:100;
    background-color:#333;
    width:675px;
    min-height:200px;
    border:1px solid #666;
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}

.simple_overlay .close {
    background-image:url(../img/overlay/close.png);
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:35px;
    width:35px;
}
.apple_overlay {
    display: none;
    background: url(../images/black_transparent2.png) no-repeat center;
    width: 360px;
    padding: 45px;
	color: #ffffff;
}
	.apple_overlay h2 {
		font-size: 18px;
		color: #ffffff;
		font-weight: normal;
	}
 .details {
    position:absolute;
    top:15px;
    right:15px;
    font-size:11px;
    color:#fff;
    width:150px;
}

.details h3 {
    color:#aba;
    font-size:15px;
    margin:0 0 -10px 0;
}
/* default close button positioned on upper right corner */
.apple_overlay div.close {
    background-image: url(../images/close.png);
    position: absolute;
	right: 5px;
	top: 5px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}
#minerals {
	list-style: none;
	padding: 0px;
	margin: 0 0 20px 40px;
	float: left;
}
	#minerals li {
		font-size: 14px;
		font-weight: bold;
		white-space: nowrap;
	}
		#minerals li a {
			padding: 5px 10px;
			border-left: 5px solid #ffffff;
			width: 250px;
			display: block;
			color: #425275;
			text-decoration: none;
		}
		#minerals li a:hover {
			background: #e5e5e5;
			border-left: 5px solid #e70d2f;
		}
/* Backgrounds */
.bg_company {
	background: url(../images/bg_4.jpg) no-repeat #000;
}
.bg_operations {
	background: url(../images/bg_operations.jpg) no-repeat #000;
}
.bg_safety {
	background: url(../images/bg_safety.jpg) no-repeat #000;
}
.bg_media {
	background: url(../images/bg_operations.jpg) no-repeat #000;
}
.bg_contractors {
	background: url(../images/bg_safety.jpg) no-repeat #000;
}
.bg_careers {
	background: url(../images/bg_leaf.jpg) no-repeat #000;
}
.bg_contact{
	background: url(../images/bg_leaf.jpg) no-repeat #000;
}

.album_image_holder {
	width: 220px;
	height: 430px;
	overflow: auto;
	float:left;
}

.album_image_holder img {
	margin-top:2px;
	margin-left:2px;
}
