/* CSS Document */

html{
	background:url(../images/bg_html.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	line-height:190%;
	color:#333;
}
.text_home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 24pt;
	color: #333;
}
body{
  width:760px;
  margin:0 auto;
}

img{
  border:0px;
}
a{
  color:#6B768F;
  text-decoration:underline;
}
a:hover{
	color:#6B768F;
}
a:visited{
	color:#6B768F;
}

#top{
  background:url(../images/bg_top.gif) repeat-x;
  height:27px;
}
#container{
  width:760px;
  background:#FFF url(../images/bg_body.gif) repeat-y;
  padding:0 0 10px 0;
}
#container_home{
  width:760px;
  background:#FFF url(../images/bg_body_home.gif) repeat-y;
  padding:0 0 10px 0;
}
#left{
  width:220px;
  background:url(../images/bg_left.gif) no-repeat;
  float:left;
}


  #left #navigation{
    padding-top:20px;
    padding-left:40px;
  }
    #left #navigation ul{
	  padding:0;
	  margin:0;
	  width:180px;
	  list-style-type:none;
	  border-top:1px solid #E6E6E6;
	  z-index: 99;
	}
	#left #navigation li{
	  padding:0;
	  margin:0;
	  /*position:relative;*/
	  display:block;
	  height:auto !important;
	  list-style-type:none;
	  border-bottom:1px solid #E6E6E6;
	}
	#left #navigation ul li a{
	  margin:0;
	  text-decoration:none;
	  color:#444;
	  line-height: 29px;
	  height:29px;
	  font-weight:bold;
	  display:block;
	  cursor:pointer;
	  font-size:110%;
	  padding:0 16px;
	  /* border-bottom:1px solid #E6E6E6; */
	}
	#left #navigation ul li a:hover, #left #navigation ul li a.selected{
	  background:#AAB7DA;
	  /* border-bottom:1px solid #8F9DBF; */
	}
	
	  #left #navigation li ul{
	    /*position:absolute;
		top:29px;
		left:0px;*/
		display:none;
		width:180px;
		/* border:1px solid #CFCFCF; */
		border: 0;
	  }
	  
	  #left #navigation li a.selected ul{
	  	display: block;
	  }
	  
	  #left #navigation li ul li {
	  	border: 0;
	  	border-top: 1px solid #E6E6E6;
	  }
	  #left #navigation li ul li a {
	  	font-weight: normal;
		padding: 0 16px 0 24px;
	  }
	  
	  #left #navigation li:hover ul, #left #navigation li.over ul{
	    display:block;
	  }
	  #left #navigation li:hover ul ul, #left #navigation li.over ul ul{
		display:none;
	  }
	  #left #navigation li ul li:hover ul, #left #navigation li ul li.over ul{
		display:block;
	  }

	  
#center{
  width:540px;
  float:right;
  background:url(../images/bg_center.gif) no-repeat;
}
  /* -- Headers -- */
  #center #header_home{
    background:url(../images/hdr_home.jpg) no-repeat;
	height:200px;
  }
  #center #header_about{
    background:url(../images/hdr_about.jpg) no-repeat;
	height:155px;
  }
    #center #header_about_weare{
      background:url(../images/hdr_who_we_are.jpg) no-repeat;
	  height:155px;
    }
    #center #header_about_focus{
      background:url(../images/hdr_focus_areas.jpg) no-repeat;
	  height:155px;
    }
  #center #header_management{
    background:url(../images/hdr_management.jpg) no-repeat;
	height:155px;
  }
  #center #header_board{
    background:url(../images/hdr_board.jpg) no-repeat;
	height:155px;
  }
  #center #header_press{
    background:url(../images/hdr_press.jpg) no-repeat;
	height:155px;
  }
    #center #header_press_releases{
      background:url(../images/hdr_press_releases.jpg) no-repeat;
	  height:155px;
    }
    #center #header_press_news{
      background:url(../images/hdr_in_news.jpg) no-repeat;
	  height:155px;
    }
    #center #header_press_speeches{
      background:url(../images/hdr_speeches.jpg) no-repeat;
	  height:155px;
    }
  #center #header_careers{
    background:url(../images/hdr_careers.jpg) no-repeat;
	height:155px;
  }
  #center #header_contact{
    background:url(../images/hdr_contact.jpg) no-repeat;
	height:155px;
  }
  /* -- End Headers -- */
  
  #center .content{
	padding:45px 30px;
	margin-left:1px;
  }
  #center .txtHeader{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:260%;
	color:#666666;
	padding-bottom:12px;
  }
  #center .txtPad{
    padding-left:60px;
  }
#footer_home{
  background:url(../images/footer_home.jpg) no-repeat;
  height:60px;
}
#footer{
  background:url(../images/footer.jpg) no-repeat;
  height:60px;
}
  
.clear{
  clear:both;
}
.text_small_cutline {
	font-size: 7pt;
}
#bold_text {
	font-weight: bold;
}
#ethics_text {
	font-weight: normal;
	font-size: 14px;
}
