/* ---------------------------------------------------------------------------------------------------------
GlobalBased Stylesheet
version: 3.0
last updated: Feb 3, 2010
--------------------------------------------------------------------------------------------------------- */

/* Default Style RESET
--------------------------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	//vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}


/* Main
--------------------------------------------------------------------------------------------------------- */

body {
	height: 100%;
	text-align: center;
	background: #EEE;
	border-top: 4px solid #52A0D0;
	font: 12px Helvetica, Arial, Geneva, sans-serif;
	color: #000;
}

h1,h2,h3 { 
	font-family: Helvetica, Arial, Geneva, sans-serif;
	margin: 0 0 10px 0;
	color: #000;
}

h1 {
	font-size: 22px;	
}

h2 {
	font-size: 18px;	
}

h3 {
	width: 100%;
	margin-top: -15px;
}

h3 span {
	display: block;
	width: 90px;
	background: #52A0D0;
	text-align: center;
	color: #FFF;
	padding: 4px;
	position: relative;
	z-index: 100;
}

/* IE 7 Hack */
* + html h1,h2,h3 {
	font-weight: normal;
}

p {
	line-height: 1.7em;
	margin: 0 0 10px 0;
	color: #333;
}

b,strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a:link { color: #52A0D0; text-decoration: none; }
a:visited { color: #52A0D0; text-decoration: none; }
a:hover { color: #52A0D0; text-decoration: underline; }
a:active { color: #52A0D0; text-decoration: none; }

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

#container {
	position: relative;
	height: 100%;
	background: #EEE url(../img/bg.gif) top center repeat-y;
}

#main {
	margin: 0 auto;
	padding: 0 0 10px 0;
	width: 800px;
	min-height:600px;
  	height: auto !important;
  	height: 600px;

}

hr {
	margin: 20px 0;
	border: 1px solid #CCC;
}


/* Header
--------------------------------------------------------------------------------------------------------- */

#main #header {
	height: 105px;
	background: url(../img/top_grad.gif) bottom center no-repeat;
}

#main #header #logo {
	float: left;
	margin: 20px 0 0 18px;
	background: url(../img/logo.gif) top left no-repeat;
}

/* IE6 Hack */
* html #main #header #logo {
	display: inline;
}

#main #header #logo a {
	display: block;
	width: 309px;
	height: 70px;
	text-indent: -9999px;
}

#main #header #tagline {
	float: right;
	width: 390px;
	height: 20px;
	margin: 64px 15px 0 0;
	background: url(../img/tagline.gif) top left no-repeat;
}

/* IE6 Hack */
* html #main #header #tagline {
	display: inline;
}

#main #header #tagline p {
	text-indent: -9999px;
}


/* Top Nav
--------------------------------------------------------------------------------------------------------- */

#main #header #top_nav {
	float: right;
	margin: 0 18px 0 0;
}

/* IE6 Hack */
* html #main #header #top_nav {
	display: inline;
}


#main #header #top_nav li {
	float: left;
	margin: 0 2px 0 0;
}

#main #header #top_nav #news a {
	display: block;
	width: 53px;
	height: 20px;
	background: url(../img/top_nav/news.gif) 0 0 no-repeat;
	text-decoration: none;
	text-indent: -9999px;
}

#main #header #top_nav #news a:hover { 
	background-position: 0 -20px;
}

#main #header #top_nav #careers a {
	display: block;
	width: 65px;
	height: 20px;
	background: url(../img/top_nav/careers.gif) 0 0 no-repeat;
	text-decoration: none;
	text-indent: -9999px;
}

#main #header #top_nav #careers a:hover { 
	background-position: 0 -20px;
}

#main #header #top_nav #contact a {
	display: block;
	width: 86px;
	height: 20px;
	background: url(../img/top_nav/contact.gif) 0 0 no-repeat;
	text-decoration: none;
	text-indent: -9999px;
}

#main #header #top_nav #contact a:hover { 
	background-position: 0 -20px;
}


/* Main Nav
--------------------------------------------------------------------------------------------------------- */

#main #nav {
	clear: both;
	width: 760px;
	height: 28px;
	margin: 0 auto;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
}

#main #nav li {
	float: left;
	width: 190px;
}

#main #nav li a {
	display: block;
	width: 190px;	
}

/* Home */
#main #nav #home a {
	display: block;
	width: 190px;
	height: 28px;
	background: url(../img/nav/home.gif) 0 0 no-repeat;
	text-decoration: none;
	text-indent: -9999px;
}

#main #nav #home a:hover { 
	background-position: 0 -28px;
}

/* Divisions */
#main #nav #divisions a {
	display: block;
	width: 190px;
	height: 28px;
	background: url(../img/nav/divisions.gif) 0 0 no-repeat;
	text-decoration: none;
	text-indent: -9999px;
}

#main #nav #divisions a:hover { 
	background-position: 0 -28px;
}

/* Divisions Drop Down */
#main #nav ul li#divisions ul li#investorbased a {
	background: url(../img/nav/investorbased.gif) 0 0 no-repeat;
}
#main #nav ul li#divisions ul li#investorbased a:hover {
	background-position: 0 -28px;
}

#main #nav ul li#divisions ul li#localbased a {
	background: url(../img/nav/localbased.gif) 0 0 no-repeat;
}
#main #nav ul li#divisions ul li#localbased a:hover {
	background-position: 0 -28px;
}

#main #nav ul li#divisions ul li#miningbased a {
	background: url(../img/nav/miningbased.gif) 0 0 no-repeat;
}
#main #nav ul li#divisions ul li#miningbased a:hover{
	background-position: 0 -28px;	
}

/* Our Company */
#main #nav #our_company a {
	display: block;
	width: 190px;
	height: 28px;
	background: url(../img/nav/our_company.gif) 0 0 no-repeat;
	text-decoration: none;
	text-indent: -9999px;
}

#main #nav #our_company a:hover { 
	background-position: 0 -28px;
}

/* Our Company Drop Down */
#main #nav ul li#our_company ul li#vision a {
	background: url(../img/nav/vision.gif) 0 0 no-repeat;
}
#main #nav ul li#our_company ul li#vision a:hover{
	background-position: 0 -28px;	
}

#main #nav ul li#our_company ul li#leadership a {
	background: url(../img/nav/leadership.gif) 0 0 no-repeat;
}
#main #nav ul li#our_company ul li#leadership a:hover {
	background-position: 0 -28px;
}

#main #nav ul li#our_company ul li#careers a {
	background: url(../img/nav/careers.gif) 0 0 no-repeat;
}
#main #nav ul li#our_company ul li#careers a:hover {
	background-position: 0 -28px;
}

/* Contact Us */
#main #nav #contact_us a {
	display: block;
	width: 190px;
	height: 28px;
	background: url(../img/nav/contact_us.gif) 0 0 no-repeat;
	text-decoration: none;
	text-indent: -9999px;
}

#main #nav #contact_us a:hover { 
	background-position: 0 -28px;
}

/* Drop Down Styles */
#nav, #nav ul{
	padding: 0;
	margin: 0;
	list-style: none;
	width: 760px;
}

#main #nav li ul {
	position: absolute;
	z-index: 9999;
	width: 188px;
	left: -999em; 	
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#main #nav ul li ul li {
	border-top: 1px solid #ccc;
	cursor: pointer;
}

#main #nav li:hover ul, #main #nav li.sfhover ul {
	left: auto;	
	/* ie fix */
	margin-left: expression('-95px');
	/* end ie fix */
}


/* Main Content
--------------------------------------------------------------------------------------------------------- */

#content {
	width: 760px;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background: url(../img/bottom_grad.gif) top left no-repeat;
}

/* Spotlight */
#content #loopedSlider {
	clear: both;
	width: 760px;
	height: 240px;
	position: relative;
	margin: 0 0 22px 0;
	border: 1px solid #CCC;
	background: url(../img/spotlight/background.jpg) top left no-repeat;
}
/* IE6 Hack */
* html #content #loopedSlider {
	display: inline;
	border: none;
}

#content .container {
	width: 760px;
	height: 240px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
/* IE6 Hack */
* html #content .container {
	border: 1px solid #CCC;
}

#content .slides {
	position: absolute;
	top: 0;
	left: 0;
}

#content .slides > div {
	position: absolute;
	top: 0;
	width: 760px;
	display: none;
}

#content ul.pagination {
	width: 84px;
	height: 8px;
	margin: 0 auto;
}

#content ul.pagination li  { 
	float: left;
	margin-top: 7px;
}
#content ul.pagination li a { 
	display: block;
	height: 10px;
	width: 10px;
	margin: 0 4px 0 0;
	text-indent: -9999px;
	background: url(../img/pagination_unselect.gif) top left no-repeat;
}
#content ul.pagination li.active a { 
	background: url(../img/pagination_select.gif) top left no-repeat;
}

/* Index Page */

#content #products {
	float: left;
	border-top: 1px dotted #000;
	background: url(../img/bottom_grad.gif) top center no-repeat;
	padding: 3px 0 0 0;
	margin: 0 0 17px 0;
}

#content #products ul {
	clear: both;
	float: left;
}

#content #products ul li {
	float: left;
	position: relative;
	margin: 0 20px 0 0;
}

#content #products ul li#last {
	margin: 0;
}

#content #about {
	float: left;
	border-top: 1px dotted #000;
	background: url(../img/bottom_grad.gif) top center no-repeat;
	padding: 3px 0 0 0;
}

#content #about p {
	float: left;
}

#content #content_nav {
	float: left;
	width: 220px;
	margin: 0 20px 0 0;
}

#content #content_nav a {
	border-top: 1px dotted #000;
	font: 14px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	display: block;
	padding: 6px 0 6px 17px;
	color: #555;
	text-decoration: none;
}

#content #content_nav a.last {
	border-bottom: 1px dotted #000;
}

#content #content_nav a:hover {
	background: #E6E6E6;
	color: #333;
}

#content #content_nav #selected {
	background: #52A0D0;
	color: #FFF;
}

#content #content_nav #last_list_item {
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
}

#content #main_content {
	float: left;
	width: 520px;
}

#content .lb_header {
	background: #FFF url(../img/lb_header.gif) top left no-repeat;
	padding: 90px 0 0 0;
}

#content .mb_header {
	background: #FFF url(../img/mb_header.gif) top left no-repeat;
	padding: 90px 0 0 0;
}

#content .fb_header {
	background: #FFF url(../img/fb_header.gif) top left no-repeat;
	padding: 90px 0 0 0;
}

#content .ib_header {
	background: #FFF url(../img/ib_header.gif) top left no-repeat;
	padding: 90px 0 0 0;
}

#content #main_content img {
	margin: 0 0 10px 0;
}

#content #main_content p.floatleft{
	float: left;
	padding-right: 40px;
}


/* Footer
--------------------------------------------------------------------------------------------------------- */

#footer {
	margin: 0 auto;
	padding: 30px 0 20px 0;
	width: 840px;
	background: #EEE url(../img/footer_bg.gif) top center no-repeat;
}

#footer ul {
	text-align: center;
	margin: 0 0 10px 0;
}

#footer li {
	display: inline;
	padding: 0 5px 0 0;
	margin: 0 5px 0 0;
	font: 10px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	border-right: 1px solid #999;
}

#footer #last {
	padding: 0;
	margin: 0;
	border-right: none;
}

#footer a {
	text-decoration: none;
	border-bottom: 1px dotted #999;
	color: #333;
}

#footer a:hover {
	color: #666;
}

#footer p {
	color: #AAA;
}


/* Contact Form
--------------------------------------------------------------------------------------------------------- */

#contact-container {
	width: 400px;
	margin: 15px 0;
}

#form-container {
	background-color: #EEE;
	padding: 15px;
	
	border-radius: 6px;
	-o-border-radius: 6px;
	-icab-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	
	box-shadow: 0 1px 0 #999;
	-o-box-shadow: 0 1px 0 #999;
	-icab-box-shadow: 0 1px 0 #999;
	-khtml-box-shadow: 0 1px 0 #999;
	-moz-box-shadow: 0 1px 0 #999;
	-webkit-box-shadow: 0 1px 0 #999;
}

#form-container #thank_you {
	padding: 0 0 0 2px;
	color: #666;
}

#form-container h2 {
	background: url(../img/envelope.gif) top left no-repeat;
	padding: 3px 0 0 40px;
	height: 21px;
}

td {
	white-space: nowrap;
	padding: 5px;
}

label {
	width: 65px;
	color: #333;
	font-size: 13px;
}

label em{
	color: #AB0000;
	padding: 0 0 0 2px;
}

textarea {
	color: #404040;
	font: 12px Arial,Helvetica,sans-serif;
}

td {
	vertical-align: middle;
}

.error {
	background-color:#AB0000;
	color: #FFF;
	margin: 10px 0 0 0;
	padding: 10px;
	width: 240px;
}

#loading {
	position: relative;
	left: 10px;
	visibility: hidden;
}

.tutorial-info {
	color: white;
	text-align: center;
	padding: 10px;
	margin: 10px 0 0 0;
}

/* redirecting for /careers/ */

#redirecting {
	margin: 0 auto;
	width: 200px;
	margin-top: 200px;
	background: #FFF;
	padding: 30px;
	font: 20px Arial, Helvetica, sans-serif;
	
	border-radius: 6px;
	-o-border-radius: 6px;
	-icab-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	
	box-shadow: 0 1px 0 #999;
	-o-box-shadow: 0 1px 0 #999;
	-icab-box-shadow: 0 1px 0 #999;
	-khtml-box-shadow: 0 1px 0 #999;
	-moz-box-shadow: 0 1px 0 #999;
	-webkit-box-shadow: 0 1px 0 #999;
}