/* Champion Bear Stylesheet 2010 */
/* Steve Marsh */

/* General Styles */
body {
	background: url(/images/body_bg.gif) repeat-x #3f3c36;
	text-align: center;
}

a {
	color: #1a621b;
	font-weight: bold;
}

p, table {
	margin: 0 0 15px 0;
	width: 100%;
}

th {
	background: #f9f9f9;
	width: 25%;
}

th, td {
	padding: 8px 10px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #222;
}

h1 {
	font-size: 32px;
	margin: 0 0 5px 0;
	line-height: 34px;
}

h2 {
	font-size: 26px;
	margin: 0 0 20px 0;
}

h3 {
	font-size: 20px;
	margin: 0 0 15px 0;
}

h4 {
	font-size: 18px;
	background: #eaeaea;
	padding: 10px;
	margin: 0 0 10px 0;
}

h5 {
	font-size: 14px;
	margin: 0 0 8px 0;
	color: #3f3c36;
}

#main ol, #main li {
	margin: 0 0 15px 20px;
}

#main ol {
	list-style: decimal;
}

/* Structure & Navigation */
#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333;
}

#header {
	width: 960px;
	height: 118px;
}

#footer {
	clear: both;
	padding: 10px 15px 10px 15px;
	font-size: 11px;
	color: #fff;
	background: #94948c;
}

#footer a {
	color: #fff;
}

#footer span {
	float: right;
}

#nav {
	background: url(/images/nav_bar_bg_01.gif) no-repeat top right #000;
	padding: 17px 17px 17px 34px;
}

#nav li {
	display: inline;
	margin: 0 15px 0 0;
}

#nav li a {
	font-size: 13px;
	font-weight: bold;
	color: #cccd9d;
}

/* Home Page Styles */
#masthead {
	width: 960px;
	height: 269px;
	background: url(/images/home_masthead_01.jpg) no-repeat #1a1512;
	position: relative;
}

#masthead #home_message {
	width: 580px;
	color: #fff;
	position: absolute;
	top: 32px;
	left: 50px;
	font-size: 14px;
	line-height: 24px;
}

#masthead h1 {
	font-weight: normal;
	font-size: 24px;
	margin: 0 0 15px 0;
	color: #fff;
}

#masthead a {
	color: #cccd9d;
}

#masthead #stock_text {
	width: 216px;
	height: 80px;
	position: absolute;
	display: block;
	top: 170px;
	right: 36px;
	text-align: center;
}

#masthead #stock_text h2 {
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #fff;
}

#masthead #stock_text a {
	font-size: 11px;
}

#home_content .col {
	width: 179px;
	padding: 30px;
	height: 160px;
	float: left;
	background: #fff;
	border-right: 1px solid #f2f2f2;
	
}

#home_content .contact_col {
	width: 180px;
	background: #f2f2f2;
	border: 0;
}

.arrow_link {
	background: url(/images/link_arrow.gif) no-repeat 0 50%;
	padding: 5px 0 5px 20px;
}

/* News Ticker */
#ticker-wrapper *{margin:0;}
#ticker-wrapper.has-js{width:930px;height:30px;display:block;font-size: 12px;background: #ece0cc; padding: 0 0 0 30px;}
#ticker{width:830px;height:30px;display:block;float:left;position:relative;overflow:hidden;background-color:#ece0cc;padding:0;}
#ticker-title{padding-top:7px;float:left;color:#900; font-weight: bold; background-color:#ece0cc;text-transform:uppercase}
#ticker-content{padding-top:7px;float:left;position:absolute;color:#1F527B;background-color:#ece0cc;margin:0}
#ticker-content A{text-decoration:none;color:#1F527B}
#ticker-content A:hover{text-decoration:underline;color:#0D3059}
#ticker-swipe{padding-top:7px;position:absolute;top:0;left:80px;background-color:#ece0cc;display:block;width:800px;height:23px}
#ticker-swipe SPAN{margin-left:1px;background-color:#ece0cc;height:12px;width:7px;display:block}
#ticker-controls{list-style-type:none;float:right;padding:7px 10px 0 0;}
#ticker-controls LI{margin-left:5px;float:left;cursor:pointer;height:16px;width:16px;display:block;padding:0}
#ticker-controls LI#play-pause{background-image:url(../images/controls.png);background-position:32px 16px}
#ticker-controls LI#play-pause.over{background-position:32px 32px}
#ticker-controls LI#play-pause.down{background-position:32px 0}
#ticker-controls LI#play-pause.paused{background-image:url(../images/controls.png);background-position:48px 16px}
#ticker-controls LI#play-pause.paused.over{background-position:48px 32px}
#ticker-controls LI#play-pause.paused.down{background-position:48px 0}
#ticker-controls LI#prev{background-image:url(../images/controls.png);background-position:0 16px}
#ticker-controls LI#prev.over{background-position:0 32px}
#ticker-controls LI#prev.down{background-position:0 0}
#ticker-controls LI#next{background-image:url(../images/controls.png);background-position:16px 16px}
#ticker-controls LI#next.over{background-position:16px 32px}
#ticker-controls LI#next.down{background-position:16px 0}
.js-hidden{display:none}


/* Sub Page Content Styles */
#content {
	background: url(/images/sub_page_bg.gif) repeat-y #fff;
}

#content #sidebar {
	float: left; 
	width: 200px;
	padding: 40px 30px 30px 30px;
	display: inline;
}

#subnav {
	margin: 0 0 20px 0;
}

#content #subnav li {
	margin: 0 0 2px 0;
}

#content #subnav a {
	display: block;
	padding: 3px 3px 3px 6px;
	background: #ebecde;
	text-decoration: none;
	color: #333;
	font-size: 12px;
}

#content #subnav a:hover,
.eaglerock #subnav #eaglerock a,
.halcyon #subnav #halcyon a,
.ermantiger #subnav #ermantiger a,
.beartag #subnav #beartag a,
.parkin_jv #subnav #parkin_jv a,
.ironmask #subnav #ironmask a,
.parkin #subnav #parkin a,
.plompfarm #subnav #plompfarm a,
.separationrapids #subnav #separationrapids a, 
.company_info #subnav #company_info a,
.directors #subnav #directors a {
	background: #7eb3a5;
	color: #fff;
}

#main {
	float: left;
	width: 359px; 
	margin: 40px 0px 30px 30px;
	display: inline;
	padding: 0 30px 0 0;  
	border-right: 1px solid #eaeaea;
}

#main_solo {
	float: left;
	width: 640px;
	margin: 40px 0px 30px 30px;
}

#inner_sidebar {
	float: right; 
	width: 240px;
	display: inline;
	margin: 40px 0; 
	padding: 0 20px;
	font-size: 11px;
}

#inner_sidebar ul {
	list-style: disc;
	margin: 0 0 15px 15px;
}

.major_download_bar {
	border: 1px solid #cce1d1; 
	background: url(/images/ppt_icon.gif) no-repeat 10px 50% #e4f6e8;
	margin: 0 0 10px 0;
	padding: 12px 10px 12px 70px;
}

.major_download_bar a {
	font-size: 15px;
}


#exploration_update_mini, .project_file {
	background: url(/images/ppt_icon.gif) no-repeat 15px 50% #e4f6e8;
	padding: 15px 15px 15px 70px; 
	margin: 0 0 20px 0; 
	font-size: 10px;
	line-height: 16px;
}

.photo_set {
	margin: 0 0 15px 0;
}

.photo_set a img {
	border: 1px solid #eaeaea;
	padding: 1px;
	margin: 0 0 0 0;
}


/* General Styles */

.last {
	margin-bottom: 0;
}

.clear {
	clear: both;
}

.feature {
	border: 1px solid #7f7f7f;
	margin: 0 0 20px 0;
}












