html {
  overflow: -moz-scrollbars-vertical;
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 62.5%;
  color: #000000;
  background-color: #FFC85D;
}

img {
	border: 0;
}

h1, h2, h3, h4 {
  margin:0;
  padding:0;
}

h1 {
  font-size: 1.8em;
  padding-bottom: 2px;
  margin-bottom: 10px;
  border-bottom: 1px solid black;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.2em;
}

p {
  margin: 0 0 16px 0;
  padding:0;
}

.background-side {
  /*float: left;*/
}

.large-text {
  font-size: 1.4em;
}

.content-text {
  font-size: 1.2em;
}

.menu-item {
  text-align: center;
}

#logo {
  float: left;
}

#page-container {
  /*float: left;*/
  width: 800px;
  margin-bottom: 20px;
}

#menu-container {
  margin-bottom: 4px;
  border-top: 4px solid #336699;
}

#menu-table {
  width: 100%;
  height: 31px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  background-image: url(/images/menu_background.jpg);
  font-size: 12px;
  font-weight: bold;
}

#menu-table td {
  padding-left:  10px;
  padding-right: 10px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}

#menu-table td a {
  color: #000000;
  text-decoration: none;
}

#bottom-menu-table {
  width: 100%;
  height: 20px;
  border: 1px solid #000000;
  font-weight: bold;
  font-size: 10px;
  background-color: #11517D;
}

#bottom-menu-table td {
  padding-left:  26px;
  padding-right: 26px;
  border-right: 1px solid #FFFFFF;
}

#bottom-menu-table td a {
  color: #FFFFFF;
  text-decoration: none;
}

#bottom-menu-table td a:hover {
  text-decoration: underline;
}


#content-container {
  background-color: #FFFFFF;
  padding: 8px 16px 8px 16px;
}

#cookie-crumbs {
  margin-bottom: 8px;
  width: 100%;
}

.cookie-crumb-last {
  font-weight: bold;
}

#cookie-crumbs a, .content-text a {
  color: #000000;
}

#cookie-crumbs a:hover, .content-text a:hover {
  text-decoration: none;
}

#left {
  float: left;
  width: 540px;
  padding-right: 16px;
}

#right {
  float: left;
  padding-left: 16px;
}

#sub-menu-about-us {
  left: 210px;
}

#sub-menu-individual-investors {
  left: 298px;
}

#sub-menu-business {
  left: 391px;
}

#sub-menu-institutions {
  left: 478px;
}

#sub-menu-investor-resources {
  left: 590px;
}

.sub-menu {
  top: 209px;
  background-color: #FFC85D;
  position: absolute;
  padding: 6px 15px 0 15px;
  font-size: 12px;
}

.sub-menu-item {
  margin-bottom: 6px;
}

.sub-menu a {
  text-decoration: none;
  color: #11517D;
  font-weight: bold;
}

.sub-menu a:hover {
  text-decoration: underline;
}

.page-menu-item {
  font-size: 12px;
  font-weight: bold;
  width: 190px;
  height: 20px;
  line-height: 20px;
  padding-left: 6px;
  margin-bottom: 1px;

}

#page-menu-top .page-menu-item, .orange-heading {
  background-image: url(/images/heading_orange_background.jpg);
}

#page-menu-bottom .page-menu-item, .blue-heading {
  background-image: url(/images/heading_blue_background.jpg);
}

.home-box {
  background-image: url(/images/fade.jpg);
  font-size: 11px;
  font-weight: bold;
  padding: 4px;
  width: 152px;
  text-align: left;
}

.home-box-wide {
  width: 188px;
  margin-bottom: 10px;
}

.home-box textarea {
  width: 148px;
  height: 100px;
  font-size: 10px;
}

.blue-heading a {
  color: #FFC85D;
  text-decoration: none;
}

.blue-heading a:hover {
  text-decoration: underline;
}

.orange-heading a {
  color: #11517D;
  text-decoration: none;
}

.orange-heading a:hover {
  text-decoration: underline;
}

.heading {
  font-size: 14px;
  font-weight: bold;
  width: 160px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

.heading-wide {
  width: 196px;
  font-size: 14px;
}

.home-area {
  width: 180px;
  padding-bottom: 10px;
  vertical-align: top;
}

.page-menu-item-sub {
  padding-left: 18px;
  width: 178px;
}

.page-menu a {
  text-decoration: none;
  font-weight: bold;
}

.page-menu a:hover {
  text-decoration: underline;
}

#page-menu-top {
  margin-bottom: 80px;
}

#page-menu-top a {
  color: #11517D;
}

#page-menu-bottom a {
  color: #FFC85D;
}

.team-member {
  float: right;
  margin: 0 0 8px 8px;
}

.content-image {
  float: left;
  margin: 0 8px 8px 0;
}

#career-help-you li {
  margin-bottom: 4px;
}

.result_title {
  margin-bottom: 4px;
}

.search_result_hr {
  margin: 10px 0 10px 0;
}

.clear {
  clear: both;
}
