/* Global */

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

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

body {
  background: #f58832 url('../images/l-body.gif') repeat-x;
  color: #001622;  
}

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

ul {
  font-size: 1.25em;
  margin: 1em 0;
}

a {
  color: #001622;
}

a:hover {
  color: #b5aca1;
}

h1 {
  font-size: 1.625em;
  text-transform: uppercase;
  margin: 0;
  color: #001622;
  line-height: 1em;
}

h2 {
  font-size: 1.25em;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  color: #b5aca1;
}

h3 {
  font-size: 1.25em;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  color: #001622;
}

.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: 780px;
  margin: 0 auto;
  background: transparent url('../images/l-content-t.png') no-repeat;
  padding: 50px 0 0 0;
}

#content {
  background: transparent url('../images/l-content-m.png') repeat-y;
  width: 720px;
  padding: 0 30px;
}

#header img {
  display: block;
  height: 144px;
}

#content .textarea {
  padding: 20px 30px;
}

#footer {
  background: transparent url('../images/l-content-b.png') no-repeat;
  padding: 50px 0 0 0;
  text-align: center;
}

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

#footer a:hover {
  color: #fff;
  border-top: #fff solid 1px;
}

/* Content Styling */

.column {
  width: 300px;
  margin: 0 30px 0 0;
  float: left;
  color: #695e4a;
}

.column li {
  list-style: none;
  line-height: 1.375em;
  font-weight: bold;
  text-transform: uppercase;
}

.highlight {
  background: #f58832 url('../images/l-highlight-t.gif') repeat-x;
  padding: 20px;
}

.highlight .column {
  width: 280px;
}

.highlight .column li {
  color: #fff;
  font-weight: normal;
  text-transform: none;
}

.highlight .column li span {
  color: #000;
  font-size: 1.25em;
}

.highlight .column ul {
  margin: 0;
}

.highlight .column a {
  text-decoration: none;
  color: #fff;
}

.highlight .column a:hover {
  color: #fbcfad;
}