/* Style and Templates for content-Section*/
/* Base */
.content {
  position:         relative;
  margin:           30px 20px 10px 10px;
}
.content p {
  line-height:       1.5em;
  margin-bottom:     1em;
}
.content h1 {
  font-size:         16px;
  font-weight:       bold;
  margin-bottom:     1em;
}
.content h2, .content h3, .content h2 {
  font-size:         14px;
  font-weight:       bold;
  margin-bottom:     0.75em;
}
.content ul {
  list-style-image:  url(images/list-bullet.png);
}
.content ul li {
  margin-left:       1.75em;
  padding-left:      0px;
}

/* Box */
h4.orangeBox {
  height:            28px;
  padding:           0px 1em;
  text-align:        right;
  color:             #FFF;
  background:        transparent url(images/bg-headline.png);
  line-height:       2.5em;
  font-style:        italic;
}
div.orangeBox,
p.orangeBox {
  padding:           1em;
  border:            1px solid #FEA500;
  border-bottom:     2px solid #FEA500;
  background:        #FFF url();
}
.content a {
  color:             #C68000;
}
.orangeBox table td {
  padding:           0.25em 0.5em;
}