/* globals */
body 
{
   text-align: center;
	margin: 0;
   padding: 0;
	font-family: arial,helvetica,sans-serif;
	color: #333;
	background-color: #fff;
}
div, p, td, li, span 
{
	font-size: 12px;
   line-height: 140%;
}
.inline 
{
   display: inline;
}
.left
{
   float: left;
}
.right
{
   float: right;
}
.center
{
   text-align: center;
}
.bold
{
   font-weight: bold;
}
.normal
{
   font-weight: normal;
}
ul.no-bullets
{
   list-style: none;
}
div.clear 
{
   margin: 0;
   padding: 0;
   clear: both;
   display: block;
   height: 1px;
   font-size: 1px;
   line-height: 1px;
}

/* forms */
form 
{
	display: inline;
	margin: 0;
	padding: 0;
}
input, select, textarea, label
{
	font-family: arial,helvetica,sans-serif; 
	font-size: 10px;
	color: #630;
}
.inputbox 
{
	background-color: #fff;
  	border: 1px solid #666;
}
select 
{
	background-color: #fff;
}
textarea 
{
	background-color: #fff;
  	border: 1px solid #666;
}
.button 
{
	background-color: #fff;
   border: 1px solid #630;
   color: #c30;
   margin: 3px 0;
}
label, .label
{
   font-weight: bold;
}
.field 
{
   background-color: #e2e2be;
}
.required 
{
   font-weight: bold;
   color: #fff;
}
.errormsg 
{
   color: #f00;
}

/* links */
a:link
{
	color:#c30;
   text-decoration: none;
}
a:visited 
{
	color:#930;
   text-decoration: none;
}
a:hover 
{ 
   text-decoration: underline;
}

/* global */
h1
{
}
h2
{
   margin-bottom: -10px;
   font-size: 12px;
}
.wrap
{
   width: 722px;
   padding: 0;
   margin: 0 auto;
   text-align: left;
   background: #fff url(../images/main_bg_grad.gif) repeat-x;
}
.container
{
   margin: 0;
   padding: 0 10px;
}
ul.listbig
{
   list-style: url(../images/gl_bullet_lg.gif) outside;   
   margin-left: 15px;
   padding: 0;
}
ul.listsmall
{
   list-style: url(../images/gl_bullet.gif) outside;
}
ul.listbig li, ul.listsmall li
{
   margin-bottom: 3px;
}

/* header */
#header
{
   background-color: #036;
   height: 75px;
   border-bottom: 1px solid #666;
}
#header .wrap
{
   background: none;
}
#logo
{
   float: left;
   margin-top: 33px;
}
#location
{
   float: right;
   margin-top: 57px;
}

/* topbar */
#globalnav
{
   clear: both;
   border-left: 1px solid #666;
   border-right: 1px solid #666;
   border-bottom: 1px solid #666;
   height: 31px;
   margin: 0;
   padding: 0;
   background: url(../images/menu_bg_off.gif) repeat-x;
}
#globalnav ul
{
   margin: 0;
   padding: 0;
}
#globalnav li
{
   list-style-type: none;
   display: inline;
}
#globalnav li a span
{
   margin-top: 10px;
   font-size: 10px;
   line-height: 100%;
   display: block; /* mac ie - damn 100%!!!! */
}
#globalnav li a
{
   float: left;
   height: 31px;
   background: url(../images/menu_bg_off.gif) repeat-x;
   text-decoration: none;
   color: #666;
	font-family: Trebuchet MS,arial,helvetica,sans-serif;
   text-transform: uppercase;
   font-weight: bold;
   text-align: center;
   /*padding: 0 12px;*/
}
#globalnav li a:hover, #globalnav li a.active
{
   float: left;
   background: url(../images/menu_bg_on.gif) repeat-x;
   color: #333;
   /*padding: 0 12px;*/
}
#globalnav .menu-spacer
{
   float: left;
   width: 1px;
   height: 31px;
   background-image: url(../images/menu_spacer.gif);
}
#globalnav #menu_home {
   width: 58px;
}
#globalnav #menu_investor {
   width: 129px;
}
#globalnav #menu_corporate {
   width: 175px;
}
#globalnav #menu_strategic {
   width: 143px;
}
#globalnav #menu_management {
   width: 97px;
}
#globalnav #menu_contact {
   width: 91px;
}
/* mainimage */
#mainimage
{
   margin-top: 6px;
   margin-bottom: 20px;
}

/* title */
#title
{
   margin: 20px 0 10px 0;
}

/* content */
#main
{
   float: left;
   width: 470px;
}
#main .content
{
   margin-top: 10px;
   margin-right: 10px;
}
#callout
{
   float: right;
}
#sidebar
{
   float: right;
   width: 230px;
   color: #;
}
#sidebar .content
{
   padding: 10px;
   background: url(../images/main_bg_grad.gif) repeat-x;
}
.hilight 
{
   font-weight: bold;
   color: #930;
}

/* home */
#home #main
{
   width: 486px;
}
#home #main .content
{
   margin: 0;
}

/* corporate-communications */
#corporate-communications #main
{
   width: 700px;
   float: none;
}

/* strategic */
#strategic #main
{
   width: 700px;
   float: none;
}

/* industries */
#industries #main
{
   width: 700px;
   float: none;
}

/* management */
#management #main
{
   width: 700px;
   float: none;
}

/* contact */
#contact #main
{
   width: 700px;
   float: none;
}

/* footer */
#footer
{
   font-size: 10px;
   color: #999;
   margin-top: 20px;
}
#footer #links, #footer #copyright
{
   padding: 10px 0;
}
#footer #copyright
{
   float: left;
}
#footer #links
{
   float: right;
}
#footer #links ul
{
   list-style: none;
   margin: 0;
   padding: 0;
}
#footer #links li
{
   display: inline;
   margin: 0;
   padding: 0 0 0 10px;
}
#footer a:link, #footer a:visited
{
   color: #999;
}
#footer a:hover
{
   color: #999;
   text-decoration: underline;
}
