html {
  height: 100%;
}

body {
  color:#003767;
  font-family: "Myriad Pro", "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  line-height: 1.2em;
}

body.lp {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background: #fff url(/images/lp_bg.jpg) top center  no-repeat;
  background-size: cover;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

p {
  padding: 5px 0;
}

hr  {
  border-top: none;
  border-bottom: 1px solid #eee;
  color: #eee;
  height: 0;
}

img {
  border: none;
}

sup {
  font-size: 8px;
  font-weight: normal;
  height: 0;
  position: relative;
  top: -5px;
  vertical-align: baseline !important;
}

#container {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

#lp_header {
  display: block;
  height: 100px;
  margin: 0 auto;
  padding: 0 0 0 20px;
  width: 960px;
}

#header {
  background: #fff url(/images/header_bg.jpg) center top scroll no-repeat;
  background-size: cover;
  display: block;
  height: 390px;
  width: 100%;
}

#header_content {
  display: block;
  height: 390px;
  margin: 0 auto;
	padding: 0 0 0 20px;
  width: 960px;
}

#logo {
  float: left;
  height: 100px;
  margin-right: 20px;
  width: 300px;
}

#investor_login {
  float: right;
  padding: 10px 0 0 0;
  vertical-align: middle;
}

#investor_login a, #investor_login a:visited {
  color: #003767;
  font-size: 13px;
  text-decoration: underline;
}

#investor_login a:hover {
  color: #fff;
  text-decoration: none;
}

#investor_login img {
  vertical-align: bottom;
}

#nav {
  float: left;
  margin: 40px 0 0 5px;
}

#nav ul {
  margin: 0 auto;
}

#nav ul li {
  display: block
  font-size: 11px;
  float: left;
  list-style-type: none;
  margin-right: 6px;
}

#mav ul li.last {
  margin-right: none;
}

#nav ul li a, #nav ul li a:visited {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: none;
  border-radius: 4px;
  color: #003767;
  display: block;
  font-family: "trajan-pro-3", "Trajan Pro", Trajan, Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  padding: 8px 5px;
  position: relative;
  text-decoration: none;
  text-align: center;
  behavior: url(/css/PIE.htc);
}

#nav ul li a:hover, #nav ul li a.current, #nav ul li a.current:visited {
  background: #fff;
  border: 1px solid #ccc;
  display: block;
  padding: 7px 4px;
  position: relative;
}

#lp_content {
  float: left;
  line-height: 1.5em;
  padding: 30px 0;
  width: 650px;
}

#lp_content h1 {
  font-family: "trajan-pro-3","Trajan Pro", Trajan, Georgia, "Times New Roman", Times, serif;
  font-size: 32px;
  font-weight: normal;
  padding: 5px 0 15px 0;
}

#lp_content p {
  font-size: 14px;
  line-height: 1.5em;
  text-align: justify;
}

#content {
  clear: both;
  color: #333;
  min-height: 400px;
  height: auto !important;
  height: 400px;
  margin: 0 auto;
  overflow: hidden !important;
  overflow: visible;
  padding: 0 20px 180px 20px;
  width: 940px;
}

#content_left {
  float: left;
  margin-right: 70px;
  padding: 30px 0;
  width: 250px;
}

#content_left ul li {
  display: block;
  float: left;
  height: 60px;
  margin-bottom: 10px;
  width: 250px;
}

#content_left ul li a, #content_left ul li a:visited {
  background: url(/images/button.png) no-repeat;
  color: #1f4a7e;
  font-family: Georgia, Times, serif;
  font-size: 15px;
  display: block;
  height: 40px;
  line-height: 1.2em;
  padding: 20px 10px 0 10px;
  text-decoration: none;
  vertical-align: middle;
  width: 230px;
}

#content_left ul li a.wrap, #content_left ul li a.wrap:visited {
  padding: 20px 10px 0 10px;
}

#content_left ul li a.current, #content_left ul li a:hover {
  background: url(/images/button_highlight.png) no-repeat;
}

#content_right {
  float: left;
  line-height: 1.5em;
  padding: 30px 0;
  width: 620px;
}

#content_right a, #content_right a:visited {
  color: #003768;
}

#content_right a:hover {
  color: #333;
}

#content_right h1 {
  color: #003767;
  font-family: "trajan-pro-3", "Trajan Pro", Trajan, Georgia, "Times New Roman", Times, serif;  
  font-size: 32px;
  font-weight: normal;
  padding: 5px 0 20px 0;
}

#content_right h2 {
  font-size: 18px;
}

#content_right h2.location {
  text-decoration: underline;
}

#content_right p {
  text-align: justify;
}

#content_right ul {
  margin-left: 25px;
}

#content_right ul li {
  list-style-type: disc;
  padding: 5px 0;
  text-align: justify;
}

#footer {
  background: #073d6b;
  border-top: 5px solid #0a589b;
  clear: both;
  height: 180px;
  margin-top: -185px;
  position: relative;
  width: 100%;
}

#footer_nav {
  margin: 25px auto 0 auto;
  padding: 0 20px;
  width: 940px;
}

#footer_nav ul li {
  margin-right: 25px;
  padding: 5px 0;
}

#footer_nav li.alignment {
  float: left;
}

#footer_nav ul li a, #footer_nav ul li a:visited {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

#footer_nav ul li a.current, #footer_nav ul li a:hover {
  color: #4575a4;
}

#subnav ul li {
  margin-right: 25px;
  padding: 1px 0;
}

#subnav ul li a, #subnav ul li a:visited {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

#subnav ul li a.current, #subnav ul li a:hover {
  color: #4575a4;
}

#footer_content {
  color: #fff;
  clear: both;
  margin: 0 auto;
  padding: 15px 20px;
  width: 940px;
}

.subnav_padding {
  padding: 10px 0 0 0;
}

#content_right a.greyBtn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: #4575A4;
  border: 1px solid #4575A4;
  border-radius: 4px;
  color: #fff;
  display: block;
  float: left;
  font-size: 13px;
  height: 30px;
  line-height: 30px !important;
  padding: 0 15px;
  text-decoration: none !important;
  text-transform: uppercase;
  behavior: url(/css/PIE.htc);
}

#content_right a.greyBtn:hover {
  background-position: left bottom;
  color: #073D6B;
}

#content_right a.expand-all {
  float: right;
}
.asset-classes {
}
.asset-classes .asset-class {
  border-bottom: 1px solid #DDDDDD;
  padding: 8px 0 5px;
}
.asset-classes .asset-class h4 {
  font-size: 16px;
  line-height: 25px;
}
.asset-classes .asset-class.open h4 {
  font-size: 16px;
}
.asset-classes .asset-class .asset-content {
  display: none;
}

.asset-classes .asset-class a {
  text-decoration: none;
}

.imgborder {
  border: 1px solid #000;
}
