
/* -- SETUP -- */

body{
	font: 76% Arial, Helvetica, sans-serif;
	background: #dad6d3 url(graphics/bg-tile.gif) repeat-x;
	color: #575757;
}

#containerOuter{
	width: 1200px;
	background: url(graphics/bg.jpg) top center no-repeat;
	margin: 0 auto;
	overflow: hidden;
}

#containerInner{
	width: 940px;
	margin: 0 auto;
}

p{
	margin: 0 0 20px 0;
}

a{
	color: #a16632;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1, h2{
	color: #3d3631;
}

h1{
	font-size: 1.5em;
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: 1.2em;
}

h2{
	font-size: 1.2em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

/* -- HEADER -- */

#header{
	background: url(graphics/logo2.jpg) no-repeat;
	height: 144px;
	font-size: .9em;
	position: relative;
	color: #797979;
}

#copperPrice{
	text-transform: uppercase;
	margin: 10px 5px 0 0;
	float: right;
	font-size: .9em;
}

#address{
	margin: 25px 0 0 0;
	overflow: auto;
	float: right;
	clear: both;
}

#addressLeft{
	float: right;
	margin: 0 40px 0 0;
	padding: 5px;
	border-left: 2px solid #4b463f;
}

#addressRight{
	float: right;
	margin: 0 5px 0 0;
	padding: 5px;
}

#stockSymbol a{
	clear: both;
	width: 147px;
	height: 20px;
	background: url(graphics/stocksymbol.gif) no-repeat;
	position: absolute;
	bottom: 7px;
	right: 0;
	text-indent: -9999px;
}

#newsletter{
	width: 200px;
	height: 20px;
	position: absolute;
	bottom: 2px;
	right: 80px;
	text-transform: uppercase;
}

/* -- TOP NEWS -- */

#topNews{
	width: 318px;
	height: 210px;
	float: left;
	background: url(graphics/news.jpg) no-repeat;
	padding: 30px 0 0 0;
	color: #FFF;
}

#topNews p{
	margin-bottom: 10px;
}

#topNews h2{
	text-transform: uppercase;
	font-size: 1.8em;
	margin-bottom: 0;
	letter-spacing: 1px;
}

#topNews div{
	width: 250px;
	margin: 0 auto;
}

#topNews a{
	color: #fff799;
}

#flashcontent{
	width: 622px;
	height: 240px;
	float: right;
	background: url(graphics/pic-area.jpg) no-repeat;
}

/* -- MAIN NAVIGATION -- */

#mainNav {
	width: 100%;
	height: 36px;
	clear: both;
}

#mainNav ul {
	height: 36px;
}

#mainNav li{
	float: left;
}

#mainNav a {
	display: block;
	height: 36px;
	text-indent: -9999px;
	text-decoration: none;
}

#button1 a{background: url(graphics/nav-home.jpg) no-repeat; width: 159px;}
#button1 a:hover, #index #button1 a {background-position: bottom;}

#button2 a{background: url(graphics/nav-news.jpg) no-repeat; width: 100px;}
#button2 a:hover, #news #button2 a {background-position: bottom;}

#button3 a{background: url(graphics/nav-properties.jpg) no-repeat; width: 138px;}
#button3 a:hover, #properties #button3 a{background-position: bottom;}

#button4 a{background: url(graphics/nav-directors.jpg) no-repeat; width: 229px;}
#button4 a:hover, #directors-management #button4 a {background-position: bottom;}

#button5 a{background: url(graphics/nav-investors.jpg) no-repeat; width: 135px;}
#button5 a:hover, #investors #button5 a {background-position: bottom;}

#button6 a{background: url(graphics/nav-contact.jpg) no-repeat; width: 179px;}
#button6 a:hover, #contact #button6 a {background-position: bottom;}

/* -- CONTENT AREA -- */

#middle{
	background: #FFF url(graphics/nav-bottom.jpg) top no-repeat;
	overflow: auto;
	border-left: 1px solid #BEBBB9;
	border-right: 1px solid #BEBBB9;
}

#content{
	margin: 0 0 0 27px;
	padding: 50px 20px 20px 20px;
	width: 840px;
	line-height: 1.4em;
}

#directors-management #content h2{
	text-transform: capitalize;
	font-size: 1.2em;
	margin: 0;
}

#propertiesNav{
	margin: 0 0 0 0;
}

#propertiesNav ul{
}

#propertiesNav li{
	text-transform: uppercase;
	float: left;
	font-size: .9em;
	color: #3d3631;
}

#propertiesNav li a{
	color: #a16632;
	padding: 0 7px;
}

#propertiesNav li a.selected{
	color: #3d3631;
	padding: 0 7px;
}

.financials{
	border: 1px solid #90611E;
	padding: 2px;
}

.financials td{
	padding: 2px;
}

/* -- FOOTER -- */

#bottomNav{
	height: 31px;
	clear: both;
	background: url(graphics/footer.jpg) no-repeat;
}

#bottomNav ul{
	margin-left: 110px;
	padding: 8px 0;
}

#bottomNav li{
	text-transform: uppercase;
	float: left;
	font-size: .75em;
}

#bottomNav li a{
	color: #575757;
	padding: 0 12px;
}

#footer{
	width: 940px;
	margin: 0 auto;
	text-align: right;
	font-size: .8em;
	padding: 5px;
}

