.content-area {
  padding-bottom: 0.5em;
}

.content-area h2 {
  font-size: 125%;
  font-weight: bold;
  color: #545361;
  margin: 0.2em 0 0.6em 0;
  padding: 0;
}

.content-area h3 {
  font-size: 110%;
  font-weight: bold;
  color: #545361;
  margin: 1.2em 0 0.2em 0;
  padding: 0;
}

.content-area h4 {
  font-size: 100%;
  font-weight: bold;
  color: #545361;
  margin: 1.2em 0 0.2em 0;
  padding: 0;
}

.content-area h5 {
  font-size: 90%;
  font-weight: bold;
  color: #545361;
  margin: 1.2em 0 0.2em 0;
  padding: 0;
}

.content-area h6 {
  font-size: 80%;
  font-weight: normal;
  color: #545361;
  margin: 1.2em 0 0.2em 0;
  padding: 0;
}


.content-area p, .content-area ul, .content-area ol {
  margin-top: 0.4em;
  margin-bottom: 0.8em;
}

.content-area .section {
  margin: 0;
  padding: 0.8em 0 0.5em 0;
  clear: both;
}

.content-area .section.separator {
  border-bottom: 1px solid #e9e9ef; 
  padding-bottom: 1em;  
}

.content-area a:link, .content-area a:visited {
  color: #970c1e;
}

.content-area a:hover {
  color: #970c1e;
  text-decoration: none;
}

.content-area a:active {
  color: #970c1e;
}

.content-area .images img {
  display: block;
  margin-bottom: 5px;
}

.content-area .images.left {
  float: left;
  margin: 0 0.5em 0 0;
}

.content-area .images.right {
  float: right;
  margin: 0 0 0 0.5em;
}

.content-area ul.nav-anchor {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

.content-area ul.nav-anchor li {
  font-weight: bold;
  border-bottom: 1px solid #e9e9ef;
  padding: 0.4em 0;
}

.key-documents h2 {
  font-size: 100%;
  margin-bottom: 0.5em;
}

.key-documents ul {
  margin-left: 0;
  margin-top: 0;  
  padding-left: 0;
  list-style-type: none;
  list-style-position: outside; 
}

.key-documents ul li {
  padding: 2px 0 2px 25px;
  margin: 0.2em 0 0.2em 0;
  background-image: url(../images/global_content-area/ico_pdf.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  min-height: 14px;
}

.key-documents ul li .filesize {
  color: #999999;
}

/* misc styles */
.hide {
  position: absolute !important;
  width: 900px !important;
  left: -2000px !important;
}

.section:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.section {display: inline-table;}

/* Hides from IE-mac \*/
* html .section {height: 1%;}
.section {display: block;}
/* End hide from IE-mac */