@import url("header_images.css");
@import url("menu.css");
@import url("submenu.css");
@import url("sections.css");
@import url("titles.css");
@import url("menus.css");
@import url("form.css");
@import url("popupMenu.css");

body {
  background-color: #122d49;

  font-family: Verdana, Arial, sans;
  font-size: 10pt;
  color: #fff;

  text-align: center;

  margin-top: 0;
  margin-bottom: 20px;
}

h1 {
  font-size: 24pt;
  color: #c1d3ff;

  margin: 0;
  padding: 0;

  background-repeat: no-repeat;

  height: 24px;
}

h1 span {
  display: none;
}

h2 {
  font-size: 120%;
  font-weight: bold;
  color: #c1d3ff;

  margin: 0;
  padding: 0;
}

h3 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

p {
  margin-top: 1em;
  margin-bottom: 0;
}

p.note {
  background-image: url('../images/excl.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  padding-left: 35px;
  height: 25px;

  font-size: 80%;

  margin: 1em 30px;
}

a {
  color: #c1d3ff;
}

a:hover {
  color: #f1f3ff;
}

html>body p.note {
  height: auto;
  min-height: 25px;
}

.content img {
  border: 2px solid black;
  float: right;
}

.content a img {
  border: 0;
  float: none;
  clear: both;
}

.header_image {
  width: 1024px;
  height: 159px;
  margin: 0 auto;

  background-position: top center;
  background-repeat: no-repeat;
}

.container {
  width: 1024px;
  margin: 0 auto;

  text-align: left;
}

.leftcontainer, .middlecontainer, .rightcontainer {
  min-height: 1px;
  float: left;
}

.leftcontainer, .rightcontainer {
  width: 202px;
}

.middlecontainer {
  width: 620px;

  background-image: url('../images/logo-bg.jpg');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #2862a1;
}

.middlecontainer .content {
  padding: 20px;
  background-image: url('../images/content-shadow.jpg');
  background-position: top left;
  background-repeat: no-repeat;
}

.rightcontainer {
    text-align: center;
}

.rightcontainer h2 {
    background: url('../images/titles/our_partners.jpg') no-repeat;
    width: 202px;
    height: 40px;
}

.rightcontainer h2 span {
    display: none;
}

.rightcontainer img {
    margin: 10px;
}

.footer {
  clear: both;
  width: 1024px;
  color: #fff;
  margin: 0 auto;
  text-align: center;

  font-size: 8pt;
}

.footer .links {
  background-color: #000;
  padding-top: 10px;
  width: 620px;
  margin: 0 auto;
}

.footer .links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer .links li {
  display: inline;
}

.footer .links span {
  padding: 0 5px;
  text-transform: lowercase;
}

.footer .links a {
  color: #fff;
  text-decoration: none;
}

.footer .links a:hover {
  color: #c1d3ff;
}

.footer .copyright {
  background-color: #000;
  padding-top: 5px;
  padding-bottom: 10px;
  width: 620px;
  margin: 0 auto;
}

body.insights .content .sig {
  clear: left;
}

body.insights .content img {
  float: left;
}
