body {
  background-image: url('/img/body-bg.png');
  background-repeat: repeat-y;
  background-color: #212123;
  margin: 0;
  padding: 0;
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
}

.yellow {
  color: #fff12d;
}
.orange {
  color: #f99d31;
}
.purple {
  color: #2e2481;
}
.dark-grey {
  color: #212123;
}

ul {
  list-style: square;
}

ul ul {
  list-style: circle;
}

h1, h2, h3 {
  color: #2e2481;
  text-transform: uppercase;
  margin-bottom: .5em;
}

p {
/*  margin-top: 0;
  margin-bottom: .75em; */
}

h1 {
  font-size: 20pt;
}
h2 {
  font-size: 16pt;
  margin-top: 16px;
}

a {
  color: #2e2481;
}

#title-bar {
  position: absolute;
  top: 29px;
  left: 108px;
  border: none;
  z-index: 1;
}

#content {
  position: absolute;
  top: 120px;
  left: 227px;
  width: 375px;
  color: #212123;
}

#left-col {
/*  position: absolute; */
  background-image: url('../img/background-artifact.png');
  background-repeat: no-repeat;
  width: 125px;
  padding-top: 175px;
  padding-left: 12px;
  padding-right: 125px;
  color: white;
  top: 0px;
}

#picture-col {
  position: absolute;
  top: 120px;
  width: 180px;
  left: 602px;
  text-align: center;
  padding: 24px 0 0 0;
}
#picture-col img {
  border: none;
  margin: 16px auto 32px auto;
  display: block;
}

ul.navigation {
  list-style: none;
  padding: 0;
  margin: 35px 0 35px 0;
  font-size: smaller;
  font-weight: bold;
  width: 125px;
  color: white;
}

ul.navigation li {
  margin: 15px 0 15px 0;
}

ul.navigation a {
  text-decoration: none;
}

ul.navigation a:hover {
  text-decoration: underline;
}

ul.nav2 {
  list-style-type: none;
  padding: 0;
  margin: 2px;
}
ul.nav2 li {
  margin: 0 0 8px 10px;
}

ul.products_services {
  font-size: larger;
  text-transform: uppercase;
  color: #f99d31;
  font-weight: bold;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 2em;
}
ul.products_services a {
  text-decoration: none;
  color: #f99d31;
}
ul.products_services a:hover {
  text-decoration: underline;
}

ul.products_services ul {
  font-size: smaller;
  text-transform: none;
  color: black;
  list-style-type: square;
  list-style-image: url('/img/list-image-11.gif');
  margin-bottom: 16px;
}
ul.products_services ul a {
  color: #2e2481;
}

.tagline {
/*  font-style: italic; */
  background-color: #0054a6;
 background-image: url('/img/tagline-bg.gif');
  padding: 8px;
  font-weight: bold;
  color: white;
  /* border: 1px solid #f99d31; */
}
p.list-title {
  margin-bottom: 0;
  font-weight: bold;
}
ul.with-title {
  margin-top: 0;
}

div.scriptie {
  position: relative;
  left: -8px;
}

.scriptie img {
}

.op-sol-label {
  font-style: italic;
  text-transform: uppercase;
  font-weight: bold;
}

.solution .op-sol-label {
  color: #2e2481;
}

h3.challenge {
  background-image: url('/img/tagline-bg.gif');
  font-size: 10pt;
  color: white;
  padding: 8px;
}
.challenge .op-sol-label {
  color: #fff12d;
}
p.challenge {
  background-image: url('/img/tagline-bg.gif');
  font-style: italic;
  font-weight: bold;
  color: white;
  padding: 8px;
}
p.solution {
}

h3.opportunity {
  font-size: 10pt;
  color: #212123;
}
.opportunity .op-sol-label {
  color: #2e2481;
}

div.inset {
  background-color: #e6e1e7;
  background-image: url('/img/emphasis-bg.gif');
  border-top: 4px solid #2e2481;
  border-bottom: 4px solid #2e2481;
  border-left: 1px solid #2e2481;
  border-right: 1px solid #2e2481;
  
  padding: 4px 8px 4px 8px;
  margin-bottom: 8px;
  font-size: 14pt;
  text-align: center;
  font-style: italic;
}
p.list-follows {
  margin-bottom: 0.25em;
}
ul.with-paragraph {
  margin-top: 0;
}

