/* Global */

body {
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 100%;
  line-height: 1.125em;
}

*
{
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  background-color: #00427a;
  color: #00427a;  
}

p, dl {
  font-size: 0.875em;
  margin: 1em 0;
}

a {
  color: #fff;
}

a:hover {
  color: #bcae96;
}

h1 {
  font-size: 1.125em;
  margin: 0;
  color: #fff;
  display: block;
  background: #c9beab url('../images/l-title.gif') repeat-x;
  height: 50px;
  padding: 10px 20px 0 20px;
  font-weight: normal;
  line-height: 1.125em;
}

h2 {
  font-size: 1em;
  margin: 0 0 10px 0;
}

.right {
  float:right;
}

.left {
  float:left;
}

.clear:after {
  content: ".";
  height: 1px;
  display: block;
  clear: both;
  visibility: hidden;
}

.clr {
  clear: both;
}

dl.row dt {
  font-weight: bold;
  float: left;
  width: 8em;
}

dl.row dd {
  margin: 0 0 0 8.5em;
}

/* Layout */

#constrain {
  width: 720px;
  margin: 0 auto;
  padding: 45px 0 0 0;
  position: relative;
}
  /* Side Column */
  
  #side {
    position: absolute;
    top: 30px;
    left: 0;
    background: transparent url('../images/l-side-t.gif') no-repeat;
    padding: 20px 0 0 0;
    width: 248px;
    font-size: 1.125em;
  }
  
  #side .side-shadow {
    background: transparent url('../images/l-shadow.png') repeat-y top right;
    padding: 0 8px 0 0;
    text-align: center;
  }
  
  #side .side-inner {
    background: #fff;
  }
  
  #side p {
    margin: 1em 20px;
    line-height: 1.125em;
  }
  
  #side .side-hl {
    background: transparent url('../images/l-side-hl-t.gif') no-repeat scroll;    
    display: block;
    float: left;
    margin: 5px 0 0 20px;
    line-height: 18px;
    color: #fff;
    width: 200px;    
  }
  
  #side .side-hl p {
    margin: 1em 0;
  }
  
  #side .side-hl span {
    background: #00427a url('../images/l-side-hl-b.gif') no-repeat bottom left;
    display: block;
    line-height: 18px;
    padding: 0 0 5px 0;    
  }
  
  #side p.hl-bright {
    display: block;
    background: #336895 url('../images/l-side-hl-bright.gif') repeat-x;
    padding: 8px 0;
    margin: 0 20px;
    font-size: 1.125em;
  }
  
  #side p.hl-bright span {
    background: none;
    display: inline;
    padding: 0;
    font-size: 0.75em;
  }
  
  #side .side-b {
    display: block;
    background: transparent url('../images/l-side-b.gif') no-repeat;
    height: 22px;
  }

#content {
  background: #e4dfd5;
  margin: 0 0 0 240px;
}

#content .textarea {
  padding: 0 18px 20px 20px;
}

#footer {  
  text-align: center;
  background: #00325c url('../images/l-footer.gif') repeat-x;
  color: #fff;
  padding: 10px 0;
}

#footer li {
  list-style: none;
  display: inline;
  font-size: 0.875em;
  margin: 0 5px;
}

#footer a {
  text-decoration: none;
}

#designer {
  text-align: center;
  margin: 60px 0 0 0;
}

#designer a {
  font-size: 0.75em;
  text-decoration: none;
  color: #adc3d5;
  border-top: #adc3d5 solid 1px;
}

#designer a:hover {
  color: #fff;
}

/* Content Styling */

.column-1 {
  width: 220px;
  margin: 0 20px 0 0;
  float: left;
}

.column-2 {
  width: 202px;
  float: left;
  margin: 20px 0 0 0;
}
  
  /* Content Highlight */
  
  .content-hl {
    background-color: #fff;
    padding: 8px 10px 1px 10px;
  }
  
  .content-hl table {
    font-size: 0.75em;
  }
  
  .content-hl table th {
    background-color: #336895;
    line-height: 20px;
    text-align: left;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    border-right: #fff solid 1px;
    border-bottom: #fff solid 1px;
    padding: 0 8px;
  }
  
  .content-hl table td {
    background-color: #adc3d5;
    line-height: 20px;
    border-bottom: #fff solid 1px;
    padding: 0 8px;
  }
  
  .content-hl p {
    text-align: right;
    font-style: italic;
    margin: 2px 0;
  }
  
  /* Content Images */
  
  .caption {
    width: 202px;
    background: #efece6;
    font-size: 0.75em;
    text-transform: uppercase;
    padding: 1px 0 4px 1px;
    margin: 0 0 20px 0;
  }
  
  .caption span {
    padding: 0 5px;
  }
