/* CSS Document */

#content{
	width:520px;
	float:left;
}

#panels{
	width:270px;
	float:right;
}

#bottom_panel{
	position:relative;
	top:-35px;
	left:30px;
	clear:both;
	width:760px;
	border:1px solid #999999;
	background-image:url(../images/panelImages/bottomPanelBG.jpg);
}

h1{
	margin:100px 0px 20px 30px;
}

p{
	margin:10px 0px 10px 30px;
}

/* FEATURES */

#content_header_boxout{
	background-image:url(../images/home_header_boxout_bg.png);
}

/* CONTENT */

#content p{
	line-height:17px;
}

/* PANELS */

div.first_panel, div.second_panel, div.third_panel, div.fourth_panel{
	position:relative;
	width:270px;
	height:212px;
}

div.first_panel{
	top:-45px;
	height:300px;
}

div.first_panel .panel_content{
	height: 270px;
	text-align:center;
}

div.first_panel .panel_content a.metal_table{
	position:relative;
	left:2px;
}

div.second_panel{
	top:-65px;
}

div.third_panel{
	top:-75px;
}

div.fourth_panel{
	top:-85px;
}

div.panel_header{
	position:absolute;
	top:0;
	left:0;
	width:270px;
	height:22px;
	background-image:url(../images/panelImages/panelHeaderBG.png);
}

div.panel_content{
	position:absolute;
	top:22px;
	left:0;
	width:269px;
	height:190px;
	background-color:white;
	border:1px solid #999999;
	border-top:none;
}

div.panel_shadow{
	position:relative;
	top:0;
	left:-14px;
	width:25px;
	height:216px;
	background-image:url(../images/panelShadow.png);
}

#panel_press_releases div.panel_content{
	background-image:url(../images/panelImages/homePressReleasesBG.jpg);
}

#panel_current_stock_price div.panel_content{
	background-image:url(../images/panelImages/homeCurrentStockBG.jpg);
}

#panel_ir_current_reports div.panel_content{
	background-image:url(../images/panelImages/homeIRBG.jpg);
}

#bottom_panel_left{
	width:370px;
	float:left;
}

#bottom_panel_right{
	width:370px;
	float:right;
}

#bottom_panel_clear{
	clear:both;
}

/* PANEL CONTENT */

table.panel_table{
	margin:10px 10px 10px 10px;
	line-height:15px;
	color:#999999;
}

table.panel_table td{
	padding:5px;
}

table.panel_table a{
	color:#999999;
}

table.panel_table a:hover{
	text-decoration:none;
}

#metal_nav{
	margin:3px;
	overflow:auto;
	margin-bottom:8px;
}

#metal_nav a{
	display:block;
	float:left;
	background-color:#5ba40f;
	padding:2px;
	margin:1px;
	width:81px;
	color:#FFF;
	text-decoration:none;
	font-size:11px;
}

#metal_nav a:hover{
	background-color:#4e8317;
}
