body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

sup, sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex;
  left: -0.25em; }


body {
  background: #486863 url(/images/css/bg.gif); }

.clear {
  clear: both; }

.gcolumns .list_1 {
  float: left; }
.gcolumns .list_2 {
  width: 170px;
  float: left; }
.gcolumns .quarter, .gcolumns .third, .gcolumns .half {
  float: left; }
.gcolumns .quarter {
  width: 25%; }
.gcolumns .third {
  width: 33%; }
.gcolumns .half {
  width: 50%; }
.gcolumns .full {
  width: 100%; }

.lrpad {
  padding: 0px 10px; }

.lpad {
  padding-left: 10px; }

.rpad {
  padding-right: 10px; }

ul.bbullets {
  margin-top: -11px; }
  ul.bbullets li {
    display: list-item;
    list-style-image: none;
    margin: 4px 0px; }
    ul.bbullets li a {
      display: block;
      padding: 10px 15px;
      width: 200px;
      background: #eaded5;
      text-decoration: none; }
    ul.bbullets li a:hover {
      background: #846567;
      color: #fff; }
  ul.bbullets li.brochure {
    background-image: url(/images/css/icon-pdf.png);
    background-position: left 9px;
    background-repeat: no-repeat; }

#container {
  width: 980px;
  margin: 10px auto 10px auto;
  background: #FBF6F4; }

#header {
  height: 100px; }
  #header .logo {
    float: left;
    width: 208px;
    height: 59px;
    margin-top: 24px;
    margin-left: 33px; }
  /*#header ul.nav {
    display: inline;
    float: right;
    width: 585px;
    margin-top: 35px;
    margin-left: 50px;
    overflow: hidden; }
    #header ul.nav li {
      float: left;
      margin-right: 5px; }
      #header ul.nav li a {
        display: block;
        padding: 11px 12px;
        color: #975763;
        text-decoration: none;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px; }
      #header ul.nav li a:hover {
        background-color: #975763;
        color: #fff; }
      #header ul.nav li a.active {
        padding: 11px 20px 15px 20px;
        background: url(/images/css/nav_bg_arrow.png) bottom center;
        color: #FFFFFF; }
*/
#header ul.nav {
    display: inline;
    float: right;
    width: 650px;
    margin-top: 35px;
    margin-left: 50px;
    overflow: hidden; }
    #header ul.nav li {
      float: left;
      margin-right: 5px; }
      #header ul.nav li a {
        display: block;
        padding: 11px 12px;
        color: #975763;
        text-decoration: none;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px; }
      #header ul.nav li a:hover {
        background-color: #975763;
        color: #fff; }
      #header ul.nav li a.active {
        padding: 11px 20px 15px 20px;
        background: url(/images/css/nav_bg_arrow.png) bottom center;
        color: #FFFFFF; }
#footer {
  border-top: 4px Solid #a92b4b;
  background: #F1E8E1;
  height: 10px;
  padding: 25px 20px;
  color: #654148; }
  #footer .print {
    margin-top: -2px; }
  #footer .copyright {
    float: right; }
  #footer li {
    float: left; }
  #footer li + li {
    padding-left: 8px;
    margin-left: 8px;
    border-left: 1px solid #887E7D; }
  #footer a {
    float: left;
    color: #654148;
    text-decoration: none; }
  #footer a:hover {
    text-decoration: underline; }

.c-cms_content .general_header {
  min-height: 130px;
  background: #D13F54 url(/images/css/bg_top.jpg) top center no-repeat; }
  .c-cms_content .general_header h1 {
    font-weight: normal;
    color: #FFFFFF;
    padding-top: 38px;
    padding-left: 28px; }
  .c-cms_content .general_header ul {
    float: left;
    margin-left: 26px;
    width: 945px; }
    .c-cms_content .general_header ul li {
      float: left; }
      .c-cms_content .general_header ul li a {
        float: left;
        background: #CF465A;
        color: #FFFFFF;
        text-decoration: none;
        padding: 6px 12px;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px; }
      .c-cms_content .general_header ul li a.active {
        background: #E55E6D; }
    .c-cms_content .general_header ul li + li {
      margin-left: 4px; }
    .c-cms_content .general_header ul li.right {
      float: right; }
.c-cms_content h2 {
  color: #4A6459;
  font-weight: bold; }
.c-cms_content div.block {
  background: #FFFFFF;
  border-left: 1px solid #F0E7E2;
  border-right: 1px solid #EEE6E3;
  border-bottom: 1px solid #DCD1CF; }
.c-cms_content div.block + div.block {
  margin-top: 8px; }
.c-cms_content a {
  color: #975763; }
.c-cms_content h5 {
  text-transform: uppercase; }
.c-cms_content .blocks {
  color: #261a1c; }
.c-cms_content .blocks {
  padding: 8px;
  padding-bottom: 18px; }
  .c-cms_content .blocks .home_left {
    float: left;
    width: 630px;
    padding-right: 10px; }
  .c-cms_content .blocks .home_right {
    float: right;
    width: 324px; }
  .c-cms_content .blocks .main_block {
    float: left;
    width: 594px; }
  .c-cms_content .blocks .main_block h3, .c-cms_content .blocks .full_width_block h3 {
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 10px; }
  .c-cms_content .blocks .main_block h2, .c-cms_content .blocks .full_width_block h2 {
    text-decoration: none;
    display: inline-block;
    padding-bottom: 0px;
    font-weight: bold;
    font-style: italic; }
  .c-cms_content .blocks .main_block p.callout, .c-cms_content .blocks .full_width_block p.callout {
    font-size: 19px;
    line-height: 24px;
    padding: 10px 0 10px 72px;
    background: url(/images/css/callout_deco.png) top left no-repeat;
    color: #455e53;
    min-height: 55px;
    margin: auto;
    width: 80%; }
  .c-cms_content .blocks .side_block {
    float: right;
    width: 320px; }
  .c-cms_content .blocks .block {
    padding: 16px 20px; }
    .c-cms_content .blocks .block ul {
      padding: 0px 0px 10px 0px;
      margin: 0 0 0 0;
      margin-left: 15px; }
      .c-cms_content .blocks .block ul li {
        display: list-item;
        padding: 5px 0px 0px 18px;
        background-image: url(/images/css/bullet_small.gif);
        background-position: left 10px;
        background-repeat: no-repeat; }
    .c-cms_content .blocks .block .info {
      float: right; }
  .c-cms_content .blocks .call_us {
    margin-top: 8px;
    background: #B7354F;
    padding: 0 20px 20px 20px;
    text-align: center;
    text-align-color: #FFFFFF;
    text-align-font-size: 22px;
    text-align-margin-bottom: 5px;
    text-align-text-decoration: none; }
    .c-cms_content .blocks .call_us h2 {
      color: white;
      padding-bottom: 10px;
      margin: 0;
      font-size: 22px;
      border: none;
      font-weight: normal; }
    .c-cms_content .blocks .call_us a {
      color: #FEE9D4; }
  .c-cms_content .blocks .about .info {
    padding: 6px;
    font-size: 12px;
    background: #F8F3F0;
    color: #644449; }
  .c-cms_content .blocks .shareholder_info h3, .c-cms_content .blocks .shareholder_info h5 {
    margin-bottom: 1em; }
  .c-cms_content .blocks .shareholder_info ul li {
    display: list-item;
    padding: 15px 0px 0px 18px;
    background-image: url(/images/css/bullet_small.gif);
    background-position: left 18px;
    background-repeat: no-repeat; }
  .c-cms_content .blocks .shareholder_info .gcolumns .lpad {
    padding-left: 32px;
    border-left: 1px solid #E8E4E5; }
  .c-cms_content .blocks .blog h2 {
    border: none; }
  .c-cms_content .blocks .blog h4 {
    font-size: 15px; }
  .c-cms_content .blocks .blog h5 {
    padding-top: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #E8E4E5;
    margin-bottom: 12px; }
  .c-cms_content .blocks .blog .rss_link {
    background: url(/images/css/icon_rss.gif) center left no-repeat;
    height: 23px;
    font-size: 12px;
    padding-left: 30px;
    line-height: 20px; }
  .c-cms_content .blocks .email_subscription h2 {
    border: none; }
.c-cms_content form .element {
  padding: 4px 0px; }
  .c-cms_content form .element label {
    float: left;
    width: 80px;
    font-size: 11px;
    padding-top: 4px; }
  .c-cms_content form .element input[type="text"] {
    background: #F3EEEA;
    border: 1px solid #E9E1ED;
    height: 22px;
    width: 196px; }
  .c-cms_content form .element textarea {
    background: #F3EEEA;
    border: 1px solid #E9E1ED;
    height: 80px;
    width: 196px; }
  .c-cms_content form .element input[type="submit"] {
    float: right;
    background: #9D2A49;
    border: none;
    padding: 8px 20px;
    color: #FFFFFF; }

.p-home .banner {
  background: #D13F54 url(/images/css/bg_red.gif);
  height: 156px;
  text-align: center;
  color: #FFFFFF;
  padding: 0px 40px; }
  .p-home .banner h1 {
    padding-top: 32px; }
  .p-home .banner h3 {
    color: #F6D4C8;
    font-weight: normal;
    padding: 10px 80px; }
  .p-home .banner ul {
    display: inline;
    text-decoration: underline;
    color: #FFFFFF; }
.p-home .features {
  height: 140px;
  padding: 40px;
  background: #FBF6F4 url(/images/css/k_center.png) center center no-repeat;
  overflow: hidden; }
  .p-home .features h2 {
    font-size: 24px;
    margin-bottom: 10px;
    padding-top: 0px;
    border: none; }
  .p-home .features .investor_features {
    float: left;
    width: 260px;
    padding-left: 35px;
    padding-bottom: 20px; }
  .p-home .features .company_features {
    float: right;
    width: 260px;
    padding-left: 35px;
    padding-bottom: 20px; }
  .p-home .features ol {
    margin-left: 24px; }
    .p-home .features ol li {
      display: list-item;
      list-style-type: decimal;
      font-family: "Times New Roman", Times, serif;
      line-height: 36px;
      color: #975763;
      font-size: 18px; }
      .p-home .features ol li a {
        font-size: 13px;
        font-family: "Arial", sans-serif; }

.block table, .full_width_block table {
  margin-bottom: 20px; }
  .block table td, .full_width_block table td {
    padding: 15px;
    border-bottom: 1px Solid #e3d9d5; }
.block .timeline_header, .full_width_block .timeline_header {
  background: url(/images/css/bg_timeline.gif) left top no-repeat; }

.team_member {
  clear: both;
  margin-bottom: 10px; }
  .team_member img {
    float: right;
    border-bottom: 6px Solid #a52d49;
    margin-right: 20px;
    margin-bottom: 10px; }
  .team_member h3 {
    font-size: 16px;
    margin-bottom: -7px;
    padding-bottom: 0px;
    font-weight: bold; }
  .team_member h4 {
    font-size: 12px;
    padding-bottom: 10px; }
  .team_member ul {
    padding: 10px 0px;
    font-size: 12px; }
    .team_member ul li {
      padding: 0;
      background-image: url(/images/css/bullet_small_1.gif);
      overflow: hidden; }
      .team_member ul li span {
        display: block;
        float: left;
        width: 70px;
        margin-right: 10px; }

.p-investors_investor-faqs h3, .p-companies_faqs h3 {
  font-style: italic;
  cursor: pointer;
  text-decoration: underline; }
.p-investors_investor-faqs p.answer, .p-companies_faqs p.answer {
  display: none;
  padding-left: 30px; }

.confirm_risks {
  padding: 10px; }


body {
  font-family: Arial, sans-serif;
  font-size: 14px; }

#footer {
  font-size: 11px; }

h1, h2, p.first, p.callout {
  font-family: "Times New Roman", "Times", serif;
  font-weight: normal;
  font-style: italic; }

h1 {
  font-size: 32px;
  letter-spacing: 2px;
  margin-bottom: 10px; }

h2 {
  padding-top: 5px;
  font-size: 18px;
  font-weight: bold;
  font-family: "Times New Roman", "Times", serif;
  border-bottom: 2px Solid #4a6459;
  padding-bottom: 4px;
  margin-bottom: 16px;
  width: 100%; }

h3 {
  color: #4A6459;
  font-weight: bold; }

h5 {
  font-size: 10px; }

p {
  font-size: 14px;
  line-height: 21px; }

p.first {
  font-size: 20px;
  line-height: 23px; }

p + p {
  margin-top: 1em; }

p.callout {
  padding-top: 7px;
  font-size: 16px;
  line-height: 21px; }

.main_block h2, .full_width_block h2 {
  font-size: 24px;
  font-weight: normal;
  font-style: normal; }

a {
  padding: 0px 1px;
  text-decoration: underline; }

a:hover {
  text-decoration: none; }
