@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, Geneva, sans-serif;
	color: #676767;
	background: #000000;
}
img {
	border: 0px;
}
p {
	padding-bottom: 12px;
}
ul, ol {
	padding: 5px 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;
}
h3 {
	font-size: 12px;
	color: #772432;
}
h5 {
	font-size: 12px;
}
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 20px 0 8px;
		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;
}
h1.land_title {
	float: left;
	margin: 20px 0 0 139px;
	font-size: 28px;
	font-family: "Times New Roman", Times, serif;
}
	h1.land_title a {
		text-decoration: none;
		color: #ffffff;
	}
.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;
		}
		.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/bg_t2.jpg) no-repeat #000;
}
.bg_about {
	background: url(../images/bg2_t2.jpg) no-repeat #000;
}
.bg_daybreak {
	background: url(../images/bg9_t2.jpg) no-repeat #000;
}
.bg_community {
	background: url(../images/bg7_t2.jpg) no-repeat #000;
}
.bg_sustainability {
	background: url(../images/bg4_t2.jpg) no-repeat #000;
}
.bg_news {
	background: url(../images/bg8_t2.jpg) no-repeat #000;
}
.bg_education {
	background: url(../images/bg3_t2.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/bg_home.jpg) no-repeat;*/
}
	.home_content{
		width: 809px;
		margin-left: 171px;
		padding-top: 20px;
		color: #fff;
	}
	.home_header {
		height: 23px;
	}
		.home_header h1 a {
			color: #ffffff;
			font-family: "Times New Roman", Times, serif;
			font-size: 28px;
			text-decoration: none;
			float: left;
		}
	.home_content .menu {
		position: static;
		padding-top: 37px;
		padding-left: 4px;
	}
	.box1 {
		float: left;
		width: 336px;
		padding-top: 20px;
		margin-top: 30px;
		font-size: 13px;
		min-height: 175px;
		height: auto!important;
		height: 175px;
	}
	.box2 {
		float: left;
		width: 160px;
		height: 135px;
		margin: 15px 0 15px 0;
		background: url(../images/box2.jpg) no-repeat;
		padding: 40px 30px 20px 264px;
		border: 1px solid #dcddde;
	}
	.box2 p {
		padding: 6px 0;
	}
	.oretomorebox {
		float: left;
		margin-left: 15px;
	}
	.box3 {	
		float: left;
		width: 310px;
		min-height: 206px;
		height: auto!important;
		height: 206px;
		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: 204px;
		height: 87px;
		/*background: url(../images/box4_sdreport.jpg) no-repeat;*/
		padding: 8px 10px 0 6px;
		margin: 0 14px 11px 0;
		border: 1px solid #dcddde;
	}
	.box5 {
		float: right;
		width: 198px;
		min-height: 207px;
		height: auto!important;
		height: 207px;
		/*background: url(../images/box5.png) no-repeat;*/
		padding: 8px 10px 0 10px;
		border: 1px solid #dcddde;
	}
	.box6 {
		float: left;
		width: 167px;
		height: 100px;
		/*background: url(../images/box6_top5.png) no-repeat;*/
		margin: 0 14px 0 0;
		padding: 8px 0 0 50px;
		border: 1px solid #dcddde;
	}
	.box_container a, .box1 a, .box3 a {
		color: #fff;
		text-decoration: underline;
	}
		.box_container a:hover, .box1 a:hover, .box3 a:hover  {
			color: #cbd7b1;
		}
		.box_container h3 {
			color: #cbd7b1;
			text-decoration: none;
			font-size: 14px;
		}
		.box_container h3 a, .box3 h3 a {
			color: #cbd7b1;
			text-decoration: none;
			font-size: 14px;
		}
		.box_container h3 a:hover, .box3 h3 a:hover {
			color: #cbd7b1;
		}
		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;
			}
		.home_footer .verite {
			float: right;
		}
/** 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;
	}
.news_list ul {
	margin: 0px;
	padding: 0px 40px 15px 40px;
}
.news_list p {
	padding-bottom: 0px;
}
/** Tier 2s **/
.t2_image {
	float: left;
	padding: 0 20px 20px 0;
}
.content_left {
	float: left;
	width: 464px;
	padding-right: 30px;
	padding-bottom: 40px;
}
.content_right {
	float: left;
	width: 216px;
}
	.right_content .right_box {
		padding: 20px;
		background: #e9e9e9;
		float: left;t
	}
		.right_content .right_box h3 {
			text-transform: uppercase;
		}
.footernomargin {
	margin-top: 0px
}
#portrait {
	float: right;
	padding-left: 40px;
}
ul#ourteam li {
	padding-bottom: 5px;
}
.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: 20px;	
}
div.news_years a { 	
	margin-right:20px;
	color: #676767;
	font-size: 11px;
}
div.news_years a.selected { 
	font-weight: bold;
	text-decoration: none;
	color: #772432;
}

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;
}

table.news_table td {
		padding:8px 5px;
		border-bottom:1px dotted #ccc;
		width:600px;
	}
/** 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 **/
.bigger {
	float: left;
	border-bottom: 1px solid #dcddde;
	width: 334px;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	color: #b9011d;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
	.bigger a {
		color: #b9011d;	
		text-decoration: none;
	}
		.bigger a:hover {
			color: #b9011d;	
			text-decoration: none;
		}
/** Link Gallery **/
.link_gallery {
	float: left;
	width: 750px;
	border-top: 1px solid #d7d7d7;
	margin: 20px 0;
}
	.link_container {
		float: left;
		width: 750px;
		padding: 15px 0;
		border-bottom: 1px solid #d7d7d7;
	}
		.link_image {
			float: left;
			width: 105px;
		}
		.link_content {
			float: left;
			width: 645px;
			padding-top: 10px;
			color: #707070;
		}
			.link_content h3 {
				font-size: 12px;
				font-weight: bold;
				color: #252525;
				padding-bottom: 7px;
			}
			.link_content p {
				padding-bottom: 12px;
			}
#home_notice {
	float: left;
	padding: 45px 0 0 15px;
}
