body {
  background: #9c8e81;
  color: #695e4a;
  font-family: Arial, sans-serif;
  margin: 0 auto;
}

hr {
  border-bottom: 1px solid #566c11;
  border-left: none;
  border-right: none;
  border-top: none;
  height: 0;
}

hr.commentary {
  margin-top: 10px;
}

hr.sidebar {
  border-bottom: 2px solid #fff;
}

p {
  line-height: 1.4em;
  padding: 5px 0;
}

ul {
  padding: 5px 0 5px 15px;
}

li {
  padding: 5px 0 5px 15px;
  list-style: disc;
}

#container_primary {
  background: url(/images/container_primary_bg.png);
  margin: 0 auto;
  margin-top: 25px;
  width: 900px;
}

#container_secondary {
  background: url(/images/container_secondary_bg.png);
  margin: 0 auto;
  margin-top: 25px;
  width: 900px;
}

#header {
  background: url(/images/header_bg.png) no-repeat;
  height: 125px;
  position: relative;
  width: 900px;
}

#header_link {
  height: 64px;
  left: 40px;
  position: absolute;
  top: 20px;
  width: 256px;
}

#top_nav {
  color: #fff;
  float: right;
  font-size: 14px;
  margin-top: 10px;
  position: relative;
}

#top_nav a, #top_nav a:visited {
  color: #fff;
  text-decoration: none;
}

#top_nav a:hover {
  color: #aab683;
}

#dnav {
  float: left;
  margin-top: 55px;
  position: relative;
}

#dnav a, #dnav a:visited, #dnav a:hover {
  color: #fff;
  text-decoration: none;
}

#dnav a:hover {
  text-decoration: underline;
}

#dnav table {
  table-layout: fixed;
}

#dnav span.change {
  color: #695e4a;
}

#nav_bar {
  background: #aab683;
  height: 25px;
}

#nav {
  height: 25px;
  width: 100%;
}

#nav ul {
  padding: 0 0 0 45px;
}

#nav li {
  display: block;
  float: left;
  padding: 5px 25px 5px 25px;
}

#nav li.sep {
  margin-top: 7px;
  padding: 0;
}

#nav a, #nav li a:visited {
  color: #fff;
  display: inline;
  font-size: 14px;
  text-decoration: none;
}

#nav li a:hover {
  color: #566c11;
}

#nav li ul {
  background: #aab683;
  height: 30px;
  margin-left: -15px;
  margin-top: 4px;
  padding: 0;
  position: absolute;
  visibility: hidden;
  width: 135px;
}

#nav li ul.last {
  margin-left: -50px;
  width: 150px;
}

#nav li ul li {
  display: inline;
  float: none;
  padding: 0;
}

#nav li ul li.bottom {
  background: url(/images/drop_down_bottom.png) bottom left no-repeat;
  display: block;
  margin-top: -6px;
  width: 100%;
}

#nav li ul li a, #nav li ul li a:visited {
  background: #aab683;
  color: #fff;
  display: block;
  padding: 10px 15px;
  text-align: left;
}

#nav li ul li a:hover {
  color: #566c11;
}

#container2_primary {
  height: 100%;
  width: 900px;
}

#container2_secondary {
  height: 100%;
  width: 900px;
}

#banner_primary {
  background: url(/images/content_primary_bg.gif) no-repeat;
  height: 175px;
  width: 900px;
}

#banner_secondary {
  background: url(/images/content_secondary_bg.gif) no-repeat;
  height: 175px;
  width: 900px;
}

#banner_technology_fund {
  background: url(/images/content_technology_bg.gif) no-repeat;
  height: 175px;
  width: 900px;
}

#banner_small_cap_fund {
  background: url(/images/content_small_cap_bg.gif) no-repeat;
  height: 175px;
  width: 900px;
}

#banner_wisdom_fund {
  background: url(/images/content_wisdom_bg.gif) no-repeat;
  height: 175px;
  width: 900px;
}

#sidebar_primary {
  background: #e8e4e0;
  float: left;
  margin-top: -50px;
  padding: 0 0 25px 0;
  width: 210px;
}

#sidebar_primary h1 {
  color: #566c11;
  font-family: "Times New Roman", serif;
  font-size: 20px;
  font-weight: normal;
  padding: 0 15px 10px 15px;
}

#sidebar_primary p {
  color: #695e4a;
  font-size: 12px;
  line-height: 1.4em;
  padding: 5px 15px;
}

#sidebar_primary a, #sidebar_primary a:visited {
  color: #566c11;
  font-weight: bold;
  text-decoration: none;
}

#sidebar_primary a:hover {
  text-decoration: underline;
}

#sidebar_secondary {
  background: #e8e4e0;
  float: left;
  height: 100%;
  margin-top: -50px;
  padding: 0 0 25px 0;
  width: 225px;
}

#sidebar_secondary h1 {
  color: #566c11;
  font-family: "Times New Roman", serif;
  font-size: 20px;
  font-weight: normal;
  padding: 0 15px 10px 15px;
}

#sidebar_secondary p {
  color: #695e4a;
  font-size: 12px;
  line-height: 1.4em;
  padding: 5px 15px;
}

#sidebar_secondary a, #sidebar_secondary a:visited {
  color: #695e4a;
  font-weight: bold;
  text-decoration: none;
}

#sidebar_secondary a:hover {
  color: #566c11;
}

#sidebar_secondary a.current, #sidebar_secondary a:visited.current {
  color: #566c11;
}

#content_primary {
  background: #fff;
  float: left;
  margin-top: -50px;
  padding: 0 20px 25px 20px;
  width: 440px;
}

#content_primary h1 {
  color: #695e4a;
  font-family: "Times New Roman", serif;
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 10px;
}

#content_primary p {
  color: #695e4a;
  font-size: 12px;
  line-height: 1.4em;
  padding: 10px 0 5px 0;
}

#content_primary p.approach {
  font-size: 14px;
  line-height: 2em;
  padding: 15px 0 40px 0;
}

#content_primary a, #content_primary a:visited {
  color: #566c11;
  font-weight: bold;
  text-decoration: none;
}

#content_primary a:hover {
  text-decoration: underline;
}

#content_secondary {
  float: left;
  font-size: 12px;
  margin-top: -50px;
  padding: 0 25px 25px 25px;
  width: 625px;
}

#content_secondary h1.fund_name {
  color: #566c11;
  font-family: "Times New Roman", serif;
  font-size: 32px;
  font-weight: normal;
  padding-bottom: 20px;
}

#content_secondary h1 {
  color: #566c11;
  font-family: "Times New Roman", serif;
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 10px;
}

#content_secondary h2 {
  color: #566c11;
  font-size: 16px;
  font-weight: normal;
  padding: 10px 0;
}

#content_secondary p {
  color: #695e4a;
  font-size: 12px;
  line-height: 1.4em;
  padding: 5px 0;
  text-align: left;
}

#content_secondary p.errmsg {
  color: #f00;
}

#content_secondary p.person {
  color: #566c11;
}

#content_secondary a, #content_secondaryt a:visited {
  color: #566c11;
  font-weight: bold;
  text-decoration: none;
}

#content_secondary a:hover {
  text-decoration: underline;
}

#content_nav_primary {
  font-size: 12px;
  padding-top: 150px;
}

#content_nav_primary ul {
  margin-left: 10px;
  padding: 0;
}

#content_nav_primary li {
  float: left;
  list-style: none;
  padding: 0 5px;
}

#content_nav_secondary {
  font-size: 12px;
  padding-top: 50px;
}

#content_nav_secondary ul {
  margin-left: 50px;
  padding: 0;
}

#content_nav_secondary li {
  float: left;
  list-style: none;
  padding: 0 15px;
}

#media_primary {
  float: left;
  margin-top: -50px;
  padding: 0 0 25px 0;
  width: 210px;
}

#media_primary h1 {
  color: #566c11;
  font-family: "Times New Roman", serif;
  font-size: 20px;
  font-weight: normal;
  padding: 0 15px 10px 15px;
}

#media_primary p {
  color: #695e4a;
  font-size: 12px;
  line-height: 1.4em;
  padding: 5px 15px;
}

#media_primary a, #media_primary a:visited {
  color: #566c11;
  text-decoration: none;
}

#media_primary a:hover {
  text-decoration: underline;
}

#media_primary #video {
  background: url(/images/home_video2.jpg) no-repeat;
  height: 465px;
  margin-top: 40px;
}

#media_primary #video p {
  color: #566C11;
  font-family: "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.2em;
}

#media_primary #video p.small {
  color: #695E4A;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

#footer {
  background: #9c8e81;
  clear: both;
  color: #fff;
  padding: 10px 0;
}

#footer a, #footer a:visited {
  color: #566c11;
  font-weight: bold;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer p {
  font-size: 12px;
  padding: 5px 0;
}

.as_of {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 12px 4px 0 4px;
  line-height: 15px;
}

.center {
  text-align: center;
}

.clear {
  clear: both;
}

.content_disclaimer {
  font-size: 10px;
}

.dnav_data {
  color: #fff;
  font-size: 10px;
  padding: 12px 4px 0 4px;
  vertical-align: top;
}

.fund_column1 {
  border-left: 1px solid #695e4a;
  float: left;
  padding-left: 5px;
  width: 125px;
}

.fund_column2 {
  border-left: 1px solid #695e4a;
  float: left;
  padding-left: 5px;
  width: 170px;
}

.fund_column3 {
  border-left: 1px solid #695e4a;
  float: left;
  padding-left: 5px;
  width: 125px;
}

.fund_label {
  clear: both;
  float: left;
  font-size: 12px;
  padding: 5px 0 10px 0;
  width: 150px;
}

.fund_data {
  float: left;
  font-size: 12px;
  line-height: 1.4em;
  padding: 5px 0 10px 0;
  width: 475px;
}

#funds p.fund_description {
  clear: both;
  font-size: 12px;
  line-height: 1.4em;
}

#funds img {
  float: left;
}

#funds span.fund_name {
  color: #566c11;
  float: left;
  font-family: "Times New Roman", serif;
  font-size: 12px;
  line-height: 14px;
  padding: 0 0 10px 5px;
}

#signup_box h1 {
  color: #566c11;
  font-family:"Times New Roman",serif;
  font-size:20px;
  font-weight:normal;
  padding: 0 15px 10px 15px;
}

#signup_box p {
  color: #695e4a;
  font-size: 12px;
}

#signup label {
  float: left;
  font-size: 12px;
  padding: 2px 0;
  width: 275px;
}

#signup input {
  padding: 2px 0;
}

.highlights {
  color: #566c11;
  font-family: "Times New Roman", serif;
  font-size: 19px;
}

.nav_sep {
  margin-top: 16px;
}

table.data {
  border: 1px solid  #566c11;
  font-size: 12px;
}


table.data tr.jacob_fund td {
  background: #e8e4e0;
  color: #566c11;
}

table.data tr.label td {
  background: #566c11;
  color: #fff;
  font-weight: bold;
}

table.data th {
  border-right: 1px solid #566c11;
  padding: 2px 5px;
  font-weight: normal;
}

table.data td {
  border-right: 1px solid  #566c11;
  border-top: 1px solid  #566c11;
  padding: 2px 5px;
}

table.data td.last {
  border-right: none;
  border-top: 1px solid  #566c11;
  padding: 2px 5px;
}

#news {
  font-size: 12px;
  line-height: 1.4em;
  margin-top: -10px;
}

#news td.date {
  padding: 20px 0 10px 0;
}

#news td.media {
  padding: 20px 0 5px 15px;
  vertical-align: top;
  width: 120px;
}

#news td.notice {
  padding: 20px 0 5px 15px;
}

#news td.source {
  padding: 20px 0 5px 15px;
  width: 120px;
}

#news td.title {
  padding: 20px 0 5px 15px;
  width: 225px;
}

#news td.description {
  padding: 20px 0 5px 15px;
}

#news td.url {
  padding: 0 0 10px 15px;
}

#left_nav ul {
  margin-left: 10px;
}

#left_nav ul li {
  font-size: 12px;
  list-style: none;
  
}

#dynamic_text {
	height: 200px;
}

