
* {margin:0; padding:0;}

body, html {
	border:0;
}

body {
	background:#e5e4e4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3c5181;
}

h1, h2, h3, h4, h5, h6 {
	color:#cd8115;
	margin:11px 0;
}

h2 {
	font-size:13px;
	margin:25px 0 11px 0;
}

h2.top {font-size:13px;margin:0 0 11px 0;
}

h3 {
	font-size:13px;
	margin:0 0 11px 0;
}

a {
	color:#525252;
	text-decoration:none;
}

a:hover {
	color:#cd8115;
}

p {
	margin:11px 0;
}

ul {
	list-style:none;
}

/* layout */

#layout_header {
	background:url(../images/layout/header/right_bg.gif) repeat-x;
}

#layout_header .header {
	height:220px;
	width:100%;
}

#layout_header .header .left {
	background:url(../images/layout/header/left_bg.gif) repeat-x;
	width:50%;
}

#layout_header .header .main {
	background:url(../images/layout/header/image.gif) 709px 98px no-repeat;
	vertical-align:top;
}

#layout_header .header .right {
	width:50%;
}

#layout_top {
	background:url(../images/layout/header/top_bg.gif) no-repeat;
	height:35px;
	width:1022px;
}

#layout_top .stockquote {
	float:right;
	margin:8px 0 0 0;
	padding:0 50px 0 0;
}

#layout_banner {
	background:url(../images/layout/header/banner_bg.gif) no-repeat;
	height:150px;
	padding:0 113px 0 128px;
}

#layout_banner .logo {
	float:left;
	margin:40px 0 0 0;
}

#layout_banner .logo a,
#layout_banner .logo span {
	background:url(../images/layout/header/logo.gif) no-repeat;
	display:block;
	height:68px;
	overflow:hidden;
	text-indent:-9999px;
	width:242px;
}

#layout_banner .image {
	background:url(../images/layout/header/image.gif) no-repeat;
	float:right;
	height:122px;
	width:200px;
}

#layout_nav {
	background:url(../images/layout/nav/bg.gif) no-repeat;
	height:35px;
	padding:0 0 0 128px;
	width:410px;
}

#layout_body {
	background:#ffffff url(../images/layout/body/bg.gif) repeat-x;
}

#layout_body .body {
	background:url(../images/layout/body/image.gif) 709px 0 no-repeat;
	margin:0 auto;
	overflow:auto;
	padding:42px 113px;
	width:796px;
}

#layout_content {
	float:right;
	width:504px;
}

#layout_side {
	float:left;
	padding:0 5px 0 35px;
	width:232px;
}

#layout_side h1 {
	display:block;
	height:17px;
	margin:11px 0 25px 0;
	overflow:hidden;
	text-indent:-9999px;
}

#layout_footer {
	background:url(../images/layout/footer/bg.gif) repeat-x;
	height:90px;
	padding:7px 0 0 0;
}

#layout_footer .footer {
	margin:0 auto;
	overflow:visible;
	padding:0 0 0 55px;
	width:775px;
}

#layout_footer .footer .copyright {
	background:url(../images/layout/icons/copyright.gif) no-repeat;
	display:block;
	float:right;
	height:5px;
	margin:45px 0 0 0;
	overflow:hidden;
	padding:0 21px 0 0;
	text-indent:-9999px;
	width:293px;
}

#layout_footer .footer .credit {
	margin:45px 0 0 0;
	float:right;
}

#layout_footer .footer .credit a {
	background:url(../images/layout/icons/bmir.gif) no-repeat;
	display:block;
	height:5px;
	overflow:hidden;
	text-indent:-9999px;
	width:148px;
}

#layout_footer .footer .credit a:hover {
	background:url(../images/layout/icons/bmir.gif) 0 -5px no-repeat;
}

/* nav */

.nav {
	height:35px;
	width:410px;
}

.nav ul #nav_home,
.nav ul #nav_about,
.nav ul #nav_operations,
.nav ul #nav_investor,
.nav ul #nav_contact {
	position:relative;
	float:left;
}

.nav ul li a {
	display:block;
	height:35px;
	text-indent:-9999px;
	overflow:hidden;
}

.nav ul #nav_home a {width:62px;background:url(../images/layout/nav/home.gif) no-repeat;}
.nav ul #nav_home a:hover, .nav ul #nav_home a.nav_active {background:url(../images/layout/nav/home.gif) 0 -35px no-repeat;}

.nav ul #nav_about a {width:75px;background:url(../images/layout/nav/about.gif) no-repeat;}
.nav ul #nav_about a:hover, .nav ul #nav_about a.nav_active {background:url(../images/layout/nav/about.gif) 0 -35px no-repeat;}

.nav ul #nav_operations a {width:82px;background:url(../images/layout/nav/operations.gif) no-repeat;}
.nav ul #nav_operations a:hover, .nav ul #nav_operations a.nav_active {background:url(../images/layout/nav/operations.gif) 0 -35px no-repeat;}

.nav ul #nav_investor a {width:119px;background:url(../images/layout/nav/investor.gif) no-repeat;}
.nav ul #nav_investor a:hover, .nav ul #nav_investor a.nav_active {background:url(../images/layout/nav/investor.gif) 0 -35px no-repeat;}

.nav ul #nav_contact a {width:72px;background:url(../images/layout/nav/contact.gif) no-repeat;}
.nav ul #nav_contact a:hover, .nav ul #nav_contact a.nav_active {background:url(../images/layout/nav/contact.gif) 0 -35px no-repeat;}

.nav ul #nav_home #nav_home_dropdown,
.nav ul #nav_about #nav_about_dropdown,
.nav ul #nav_operations #nav_operations_dropdown,
.nav ul #nav_investor #nav_investor_dropdown,
.nav ul #nav_contact #nav_contact_dropdown {
	padding:4px 0 0 0;
	position:absolute;
	top:35px;
	width:190px;
	z-index:100;
}

/*removes flicker in ie */
.nav ul #nav_home_slide,
.nav ul #nav_about_slide,
.nav ul #nav_operations_slide,
.nav ul #nav_investor_slide,
.nav ul #nav_contact_slide {
	display:none;
}

.nav ul li ul li {
	line-height:15px;
	border-bottom:1px solid #8b8b8b;
}

.nav ul li ul li.last {
	border-bottom:none;
}

.nav ul #nav_home ul li a,
.nav ul #nav_about ul li a,
.nav ul #nav_operations ul li a,
.nav ul #nav_investor ul li a,
.nav ul #nav_contact ul li a {
	background-image:none;
	background:#757575;
	color:#ffffff;
	height:auto;
	font-size:10px;
	padding:5px 15px;
	text-indent:0;
	width:160px;
}

.nav ul #nav_home ul li a:hover,
.nav ul #nav_about ul li a:hover,
.nav ul #nav_operations ul li a:hover,
.nav ul #nav_investor ul li a:hover,
.nav ul #nav_contact ul li a:hover {
	background-image:none;
	background:#9b9a9a;
	border-left:4px solid #d38f2f;
	color:#ffffff;
	height:auto;
	font-size:10px;
	padding:5px 15px 5px 11px;
	text-indent:0;
	width:160px;
}

/* sub nav */

.sub_nav {
	width:170px;
}

.sub_nav ul {
	margin:11px 0;
}

.sub_nav ul li {
	border-bottom:1px solid #d8d7d7;
}

.sub_nav ul li a {
	display:block;
	color:#525252;
	font-size:10px;
	padding:5px 0;
}

.sub_nav ul li a:hover,
.sub_nav ul li a.active {
	color:#cd8115;
}

.sub_nav ul li ul {
	margin:0 0 11px 0;
}

.sub_nav ul li ul li {
	border-bottom:none;
}

.sub_nav ul li ul li a {
	background:url(../images/layout/nav/sub_nav_bullet.gif) 0 4px no-repeat;
	display:inline;
	padding:0 0 0 15px;
}


/* bottom nav */

.bottom_nav {
	float:left;
	margin:0;
}

.bottom_nav .lastmod {
	font-size:10px;
	color:#929494;
	padding:3px 0 30px 0;
}

.bottom_nav ul li {
	float:left;
	line-height:7px;
}

.bottom_nav ul #bottom_nav_legal {
	border-right:1px solid #929494;
	margin:0 10px 0 0;
	padding:0 10px 0 1px;
}

.bottom_nav ul li a {
	display:block;
	height:5px;
	overflow:hidden;
	text-indent:-9999px;
}

.bottom_nav ul #bottom_nav_legal a {width:25px; background:url(../images/layout/nav/legal.gif) no-repeat;}
.bottom_nav ul #bottom_nav_legal a:hover {background:url(../images/layout/nav/legal.gif) 0 -5px no-repeat;}

.bottom_nav ul #bottom_nav_sitemap a {width:36px; background:url(../images/layout/nav/sitemap.gif) no-repeat;}
.bottom_nav ul #bottom_nav_sitemap a:hover {background:url(../images/layout/nav/sitemap.gif) 0 -5px no-repeat;}

/* titles */

h1#whatsnew {background:url(../images/layout/titles/whatsnew.gif) no-repeat;}
h1#corporate_summary {background:url(../images/content/titles/corporate_summary.gif) no-repeat;}
h1#management_directors {background:url(../images/content/titles/management_directors.gif) no-repeat;}
h1#history {background:url(../images/content/titles/history.gif) no-repeat;}
h1#corporate_profile {background:url(../images/content/titles/corporate_profile.gif) no-repeat;}
h1#governance {background:url(../images/content/titles/governance.gif) no-repeat;}
h1#operations_overview {background:url(../images/content/titles/operations_overview.gif) no-repeat;}
h1#area_operations {background:url(../images/content/titles/area_operations.gif) no-repeat;}
h1#css {background:url(../images/content/titles/css.gif) no-repeat;}
h1#photo_gallery {background:url(../images/content/titles/photo_gallery.gif) no-repeat;}
h1#financial_reports {background:url(../images/content/titles/financial_reports.gif) no-repeat;}
h1#news_releases {background:url(../images/content/titles/news_releases.gif) no-repeat;}
h1#news_releases_archive {background:url(../images/content/titles/news_releases_archive.gif) no-repeat;}
h1#news_releases_2009_archive {background:url(../images/content/titles/news_releases_2009_archive.gif) no-repeat;}
h1#news_releases_2008_archive {background:url(../images/content/titles/news_releases_2008_archive.gif) no-repeat;}
h1#news_releases_2007_archive {background:url(../images/content/titles/news_releases_2007_archive.gif) no-repeat;}
h1#analyst_coverage {background:url(../images/content/titles/analyst_coverage.gif) no-repeat;}
h1#events_presentations {background:url(../images/content/titles/events_presentations.gif) no-repeat;}
h1#glossary {background:url(../images/content/titles/glossary.gif) no-repeat;}
h1#links {background:url(../images/content/titles/links.gif) no-repeat;}
h1#contact {background:url(../images/content/titles/contact.gif) no-repeat;}
h1#careers {background:url(../images/content/titles/careers.gif) no-repeat;}
h1#legal {background:url(../images/content/titles/legal.gif) no-repeat;}
h1#sitemap {background:url(../images/content/titles/sitemap.gif) no-repeat;}
h1#error {background:url(../images/content/titles/error.gif) no-repeat;}
h1#confirmation {background:url(../images/content/titles/confirmation.gif) no-repeat;}

/* content */

.content {
	overflow:visible;
}

.content h1 {
	display:block;
	height:17px;
	margin:11px 0 25px 0;
	overflow:hidden;
	text-indent:-9999px;
}

.content p {
	line-height:16px;
}

.content a.profile,
.content a.presentation,
.content a.stockquote {
	display:block;
	float:left;
	font-size:9px;
	padding:59px 0 0 4px;
	margin:0 15px 0 0;
	width:121px;
}

.content a.profile {background:url(../images/layout/icons/profile.gif) no-repeat;}
.content a.presentation {background:url(../images/layout/icons/presentation.gif) no-repeat;}
.content a.stockquote {background:url(../images/layout/icons/stockquote.gif) no-repeat;}

.content ol {
	margin:11px 0;
	padding:0 0 0 20px;
}

.content ol li {
	margin:5px 0;
}

.content ul {
	margin:11px 0;
}

.content ul li {
	background:	url(../images/layout/icons/bullet.gif) 2px 5px no-repeat;
	line-height:16px;
	margin:5px 0;
	padding:0 0 0 20px;
}

.content ul li a {
	color:#525252;
	text-decoration:none;
}

.content ul li a:hover {
	color:#cd8115;
}

.content ul.pdf li {
	background:	url(../images/layout/icons/pdf.gif) no-repeat;
	margin:11px 0;
	padding:0 0 0 27px;
}

.content ul.pdf li strong {
	color:#162a56;
}

.content ul.archive {
	margin:20px 0 11px 0;
}

.content ul.archive li {
	background:	url(../images/layout/icons/npe.gif) 2px 0 no-repeat;
	margin:5px 0;
	padding:0 0 0 27px;
}

.content ul.archive li a {
	color:#102952;
	font-weight:bold;
}

.content ul.archive li a:hover {
	color:#cd8115;
}

.content sup {
	margin:5px 0 0 0;
	font-size:8px;
	line-height:0px;
	color:#000000;
}

.content dl.footnote {
	margin:5px 0;
	overflow:visible;
}

.content dl.footnote dt {
	font-size:9px;
	float:left;
}

.content dl.footnote dd {
	font-size:9px;
	margin:0 0 0 20px;
}

.content .floatimgright {
	float: right;
	margin: 0;
	padding: 0;
	}
	
.content .clear {
	height:20px;
	line-height:0px;
	font-size:0px;
	clear:both;
}

.content .divide {
	background:#d8d7d7;
	height:1px;
	line-height:0px;
	font-size:0px;
	width:503px;
}

/* side */

.whatsnew ul {
	margin:11px 0;
}

.whatsnew ul li {
	background:	url(../images/layout/icons/pdf.gif) no-repeat;
	line-height:14px;
	margin:11px 0;
	padding:0 0 0 27px;
	color:#525252;
}


.whatsnew ul li.npe a {
	font-weight:bold;
	color:#cd8115;
}

.whatsnew ul li.npe {
	background:	url(../images/layout/icons/npe.gif) no-repeat;
}

.whatsnew ul li strong {
	color:#162a56;
}

.whatsnew ul li a {
	color:#525252;
	text-decoration:none;
}

.whatsnew ul li a:hover {
	color:#cd8115;
}


/* photo gallery */

#layout_photo_gallery {
	padding:5px 0 0 0;
}

#layout_photo_gallery div a {
	display:block;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

#layout_photo_gallery div a img {
	border:2px solid #d9d8d8;
}

#layout_photo_gallery div a:hover img {
	border:2px solid #ec951a;
}

#layout_photo_gallery .photos {
	clear:both;
	border-bottom:1px solid #d9d8d8;
	float:left;
	padding:0 0 15px 0;
	margin:0 0 15px 0;
}

#layout_photo_gallery .photos_last {
	border-bottom:none;
	float:left;
}

/* MILKBOX */

#mbOverlay {
	position: absolute;
	left: 0;
	width:100%;
	background-color: #0f2555; /* set the Milkbox overlay color // opacity: see the js options */
	z-index:100;
	cursor: pointer;
}

#mbCenter {
	/* for default width and height, see the js options */
	position: absolute;
	z-index:101;
	overflow:hidden;
	left: 50%;
	top:5%;/* overwritten in the js options to properly position the milkbox when activated in a scrolled window */
	background-color: #fff;/* set the Milkbox background color */
	border: 5px solid #fff;/* set the Milkbox border */
	margin:0; padding:5px;/* set the Milkbox padding */
}

.mbLoading{ background: #fff url(../images/photo_gallery/icons/loading.gif) no-repeat center; }/* IMAGE: loading gif */

#mbImage{ margin:0; padding:0; height:0; border:none; font-size:0; overflow:hidden; }

.clear{ clear:both; height:0; margin:0; padding:0; font-size:0; overflow:hidden; }


/* *** BOTTOM *** */

#mbBottom { 
	/* set text options */
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	padding-top:8px;
	margin:0;
}

/* navigation */
/* be careful if you change buttons dimensions */

#mbNavigation{
	float:right;
	width:27px;
	padding-top:3px;
	border-left:1px solid #9c9c9c;/* set nav border */
}


#mbCount{ 
	width:55px; 
	overflow:hidden;
	padding-top:1px;
	float:right;
	text-align:right;
	font-size:9px; /* count font size */
}

#mbCloseLink, #mbPrevLink, #mbNextLink{
	outline:none;
	display:block;
	float:right;
	height:20px;
	cursor: pointer;
}


#mbPrevLink, #mbNextLink{ width:17px; }
#mbPrevLink{ background: transparent url(../images/photo_gallery/icons/prev.gif) no-repeat; }/* IMAGE: prev */
#mbNextLink{ background: transparent url(../images/photo_gallery/icons/next.gif) no-repeat; }/* IMAGE: next */

/* NOTE: doesn't work in ie6, so, just see the js options :) */
a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover { background-position: 0 -23px; }

#mbCloseLink {
	width:20px;
	background: transparent url(../images/photo_gallery/icons/close.gif) no-repeat;/* IMAGE: close */
}

/* description */

#mbDescription{
	margin-right:27px;
	padding:0px 10px 0 7px;
	font-weight: normal;
	text-align:left;
}


/* contact form */

#layout_form {
	float:left;}

#layout_form fieldset {
	border:none;
	background:#ffffff;}
	
#layout_form a {
	color:#162732;}
	
#layout_form fieldset dl dt {
	width:100px;
	text-align:right;
	float:left;
	clear:left;
	padding:6px 5px 8px 0;}
	
#layout_form fieldset dl dd {
	float:left;
	width:200px;
	padding:0 0 8px 0;}
	
#layout_form fieldset p.top {
	margin:0 0 10px 0;
	color:#c26c25;}
	
#layout_form fieldset input {
	width:200px;
	color:#000;
	background:#e5e4e4;
	border:1px solid #d8d7d7;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:5px;}
	
#layout_form fieldset input#annual_report_mail,
#layout_form fieldset input#news_releases_email {
	width:20px;}
	
#layout_form .buttons {
	margin:10px 0 0 105px;}
#layout_form .buttons input {
	width:72px;
	border:1px solid #a4a4a4;
	background:#d8d7d7;
	cursor:pointer;
	margin:0 10px 0 0;
	padding:5px;
	font-size:13px;
	color:#3c5181;
	font-weight:bold;}
	
#layout_form fieldset textarea#comments {
	width:200px;
	color:#000;
	background:#e5e4e4;
	border:1px solid #d8d7d7;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:5px;}
	
#layout_form fieldset img {
	border:1px solid #d8d7d7;
}

#layout_form fieldset input#security_text {
	width:60px;
}

#layout_form p.required {
	font-size:9px;
}

#layout_form span {
	color:#cd8115;
	font-weight:bold;
}