html, body {
  height:100%;
  background:#FFF url(../images/_/background-fade.jpg) repeat-x 0 136px;
  font-family: Myriad, Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#4A4A4A;
  line-height:1.6em;
}

p {
  margin-bottom:20px;
}
h1 {
  font-size:20px;
  line-height:1.2em;
  text-transform: uppercase;
  margin-bottom:15px;
}
h2 {
  font-size:13px;
  line-height:1.2em;
  text-transform: uppercase;
  padding-bottom:5px;
  border-bottom:1px dotted #983B28;
  margin-bottom:15px;
}
h3 {
  font-size:11px;
  line-height:1.2em;
  text-transform: uppercase;
}
h3.cta {
  padding:5px 0;
  border:1px dotted #983B28;
  border-width:1px 0;
  margin-top:35px;
}
h4 {
  font-size:14px;
  line-height:18px;
  margin-bottom:5px;
}
#bd #bod h4 a {
  color:#4A4A4A;
}
h4.sIFR-replaced {
  margin-bottom:0;
}

a {
  color:inherit;
  text-decoration: none;
  outline:0;
}
a:hover {
  color:#983B28;
}
sup, sub {
  font-size:8px;
}
b, strong {
  font-weight:bold;
}
i, em {
  font-style:italic;
}

/* FORMATTING */
#doc {
  width:976px;
  min-width:976px;
}
#hd {
  background: url(../images/_/home-image.jpg) no-repeat bottom;
  height:136px;
  padding-bottom: 220px;
  margin-bottom: 40px;
}
#hd img {
  margin-top:44px;
  float:left;
}
#nav {
  float:right;
}
#nav li {
  float:left;
  padding-top:63px;
  border-left:1px solid #983B28;
  font-size:10px;
  line-height:10px;
  margin-left:22px;
}
#nav li.first {
  margin-left:0;
}
#nav a {
  color:#000;
  font-size: 12px;
  text-decoration: none;
  padding-left:10px;
}
#nav a:hover {
  color:#983B28;
}
#nav a.hit, #subnav a.hit {
  color:#983B28;
}

#bd {
  padding:0 10px;
}
#bd #subnav {
  width:325px;
}
#bd #subnav ul.sub {
  margin-left:20px;
  margin-bottom:10px;
}
#bd #subnav li {
  margin-bottom:5px;
}
#subnav a {
  color:#4A4A4A;
}
#subnav a:hover {
  color:#983B28;
}
#bd #bod {
  width:600px;
  min-height:250px;
}
#bd #bod a {
  color:#983B28;
}
#bd #bod a:hover {
  text-decoration:underline;
}
#bd #bod div.bod-img-wr,
#bd #bod img.bod-img {
  float:left;
  margin:3px 10px 5px 0;
}
#bd #bod div.bod-img-wr img,
#bd #bod img.bod-img {
  padding:3px;
  border:1px solid #ccc;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}

#bd #bod ul, #bd #bod ol {
  margin-bottom:12px;
}
#bd #bod ul li {
  margin-left:20px;
  list-style:disc;
}
#bd #bod ol li {
  margin-left:20px;
  list-style:decimal;
}
p.big {
  font-size:12px;
  font-weight: bold;
  line-height: 20px;
}
img.border {
  padding:3px;
  border:1px solid #ccc;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}
a.pdf {
  background: url(../images/pdf_icon.gif) no-repeat;
  padding-left: 20px;
  line-height: 24px;
}

#ft {
  margin-top:40px;
  border-top:1px solid #983B28;
  padding:5px 0 20px;
}
#ft .links {
  text-align: right;
}
#ft .links a {
  text-decoration:none;
  color:#555;
  line-height:11px;
  padding-left:8px;
  border-left:1px solid #983B28;
  margin-left:8px;
}
#ft .links a.first {
  padding-left:0;
  border-left:0;
  margin-left:0;
}

/* Newsticker Styles */
#ticker {
  height:200px;
  padding-right:20px;
  margin-bottom:20px;
  overflow:auto;
}
#ticker a {
  padding:10px 0;
  display:block;
}
#ticker a:hover {
  color:#4A4A4A;
}
#ticker a.more:hover {
  color:#983B28;
}

/**
 * Form Styles
 **/
table.form-tbl {
  width:100%;
  font-size: 11px;
  line-height: 18px;
  margin-bottom: 20px;
}
table.form-tbl td {
  padding:4px 10px 4px 0;
  vertical-align:top;
}
table.form-tbl td.num {
}
table.form-tbl td.label {
  /* IE7 makes a mess of this so changed to % widths
  width:115px; */
  width:20%;
  text-align: right;
  padding-right:15px;
  white-space: nowrap;

}
table.form-tbl td.input {
}
table.form-tbl td.input input,
table.form-tbl td.input textarea,
table.form-tbl td.input select {
  width:98%;
  padding:3px;
  border:1px solid #CCC;
  background-color:#FFF;
}
table.form-tbl td.input select {
  width:100%;
  padding: 0;
}
table.form-tbl td.input select option {
  padding: 3px;
}
table.form-tbl td.input textarea {
  width:100%;
  height:75px;
}
table.form-tbl td.button {
  text-align: center;
  padding-top:10px;
}
table.form-tbl td.button input {
  width:auto;
  padding: 2px 10px;
  font-size:12px;
}
table.form-tbl td.checkbox input {
  width:auto;
  margin:2px 8px 2px 0;
  float:left;
}
table.form-tbl td.checkbox label {
  float:left;
  margin:1px 20px 0 0;
}
table.form-tbl td.input input.error,
table.form-tbl td.input select.error,
table.form-tbl td.input textarea.error,
table.form-tbl td.checkbox input.error {
  border:1px solid #C00000;
}
span.req {
  color:#C00000;
  padding-left: 3px;
}
table.form-tbl td.label span.req {
  margin-right:-7px;
}
.error {
  border:1px solid #C00000;
}


/* Template & Page Styles */
body.home #bod a {
  font-weight: bold;
}
body.home #bod h4 a {
  font-weight: normal;
}
#page-5 h3.cta {
  display:none;
}
