@charset "utf-8";


/* Page setup */

html, body {
  margin: 0;
  padding: 0;
}

body {
  padding: 0 0 120px 0;
  background-color: #fff;
}





/* General layout */

#masthead .site, #masthead .section {
  width: 975px;
  margin: 0 auto 0 auto;
}

#primaryNav {
  position: relative;
  display: inline;
  float: left;
  width: 470px;
  margin: 6px 0 0 8px;
  padding: 0;
}

#container {
  position: relative;
  width: 975px;
  margin: 48px auto 0 auto;
  padding: 1px 0 1px 0;
}

#panel {
  position: relative;
  display: inline;
  float: left;
  width: 200px;
  margin: 0 0 0 35px;
  padding: 0 0 0 10px;
}

#content {
  position: relative;
  display: inline;
  float: right;
  width: 475px;
  margin: 0 170px 0 0;
  padding: 0;
}





/* Primary navigation */

#primaryNav {
  font-size: 1em;
  line-height: 1em;
  list-style: none;
}

#primaryNav li {
  display: inline;
  float: left;
  margin: 0 21px 0 0;
  padding: 0 0 1px 0;
  list-style-position: outside;
}

#primaryNav li a {
  position: relative;
  display: block;
  margin: 0;
  padding: 10px;
  background-position: 0 center;
  background-repeat: no-repeat;
  font-size: 1.4em;
  font-weight: normal;
  text-decoration: none;
}

#primaryNav li a:hover {
  color: #ba4613;
}

#primaryNav li.active a {
  color: #ba4613;
  /*background-image: url(../image/nav-arrow.gif);*/
}





/* Secondary navigation */

#secondaryNav {
  display: inline;
  float: left;
  width: 790px;
  margin: 0 0 0 5px;
  background: transparent url(../image/secondary-nav-bg.gif) repeat-y 0 0;
}

#secondaryNav ul {
  display: inline;
  float: left;
  width: 220px;
  margin: 0 0 0 1px;
  padding: 5px 30px 5px 25px;
  font-size: 1em;
  line-height: 1em;
  list-style: none;
  /*border-left: solid 1px #c8c8c8;*/
}

#secondaryNav ul.first {
  margin-left: 0;
  padding-left: 0;
}

#secondaryNav ul.last {
  padding-right: 0;
}

#secondaryNav li {
  margin: 0;
  padding: 0 0 1px 0;
  list-style-position: outside;
}

#secondaryNav li a {
  position: relative;
  display: block;
  width: 210px;
  margin: 0;
  padding: 5px 5px 5px 10px;
  background-position: 0 0.85em;
  background-repeat: no-repeat;
  font-size: 1.1em;
  font-weight: normal;
  text-decoration: none;
}

#secondaryNav li.emphasis a {
  font-size: 1.2em;
}

#secondaryNav li.active a, #secondaryNav li a:hover {
  color: #ba4613;
}

#secondaryNav li.active a {
  background-image: url(../image/nav-arrow.gif);
}

#secondaryNav li a span.description {
  display: block;
  font-size: 0.917em;
  color: #000;
}

#secondaryNav li a:hover span.description {
  color: #000;
}





/* Tertiary navigation */

#tertiaryNav {
  position: relative;
  margin: 0 0 0 -10px;
  padding: 0;
  font-size: 1em;
  line-height: 1em;
  list-style: none;
}

#tertiaryNav li {
  margin: 0;
  padding: 0 0 1px 0;
  list-style-position: outside;
}

#tertiaryNav li a {
  position: relative;
  display: block;
  margin: 0;
  padding: 6px 0 6px 10px;
  background-position: 0 0.85em;
  background-repeat: no-repeat;
  font-size: 1.1em;
  font-weight: normal;
  text-decoration: none;
}

#tertiaryNav li.active a, #tertiaryNav li a:hover {
  color: #ba4613;
}

#tertiaryNav li.active a {
  background-image: url(../image/nav-arrow.gif);
}





/* Masthead elements */

#masthead div.site {
  padding: 15px 0 5px 0;
}

#masthead div.highlight {
  background-color: #f6f6f6;
}

#masthead div.section {
  margin: 1px auto 0 auto;
  padding: 12px 0 12px 0;
}

#masthead div.spacer {
  display: inline;
  float: left;
  width: 1px;
  height: 34px;
  margin: 0 -1px 0 0;
}


#masthead div.site .title {
  display: inline;
  float: left;
  width: 265px;
  margin: 0 0 0 45px;
}

#masthead div.site .title a {
  font-family: Georgia, Arial, Verdana, sans-serif;
  font-size: 1em;
  text-decoration: none;
}

#masthead div.site .title a img {
  display: block;
}

#masthead div.site div.info {
  display: inline;
  float: right;
  width: 130px;
  margin: 0 45px 0 0;
}

#masthead div.site div.info p, #masthead div.site div.info a {
  color: #777777;
}

#masthead div.site div.info p {
  margin: 0;
  font-size: 1em;
  text-align: right;
}


#masthead div.section .title {
  display: inline;
  float: left;
  width: 105px;
  margin: 0 0 0 45px;
  padding: 8px 0 8px 0;
  color: #ba4613;
}

#masthead div.divider {
  margin-bottom: -1px;
}





/* Panel elements */

#panel .title {
  margin: 0 0 12px 0;
  font-family: Georgia, Arial, Verdana, sans-serif;
  font-size: 1.8em;
  color: #ba4613;
}

#panel p {
  font-size: 1.1em;
  line-height: 1.455em;
}

#panel div.divider {
  margin: 30px 0 30px 0;
}

#panel div.address p {
  margin-bottom: 1em;
}





/* Content elements */

#content .title {
  margin-bottom: 16px;
  font-family: Georgia, Arial, Verdana, sans-serif;
  font-size: 2.2em;
  line-height: 1.2em;
  color: #ba4613;
}

#content p.resources, #content p.resources a {
  color: #777777;
}

#content p.resources {
  margin-top: -12px;
  font-size: 1.1em;
}

#content p img {
  display: block;
  margin: 0 auto 0 auto;
}

#content div.divider {
  margin: 36px 0 36px 0;
}

#content .section {
  margin: 0 0 45px 0;
}

#content ul li, #content ol li {
  margin-left: 30px;
}





/* Supporting elements */

.left {
  display: inline;
  float: left;
}

.right {
  display: inline;
  float: right;
}

.clear {
  clear: both;
}

div.clear {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

div.divider hr {
  display: none;
}





/* Common elements */

.date {
  font-family: Georgia, Arial, Verdana, sans-serif;
  font-style: italic;
}

a.externalLink {
  padding-right: 16px;
  background: transparent url(../image/external-link-icon.gif) no-repeat right 0.08em;
}

input.send {
  display: inline;
  float: right;
  width: auto;
  margin: -20px 0px 0 0;
  background: none;
  border: none;
  font-family: Georgia, Arial, Verdana, sans-serif;
  font-size: 2em;
  text-decoration: underline;
  cursor: pointer;
}

input.send:hover {
  color: #c43b0b;
}

.systemMessage {
  margin: 0 0 20px 0;
  padding: 5px 0 5px 0;
  border-top: solid 1px #c8c8c8;
  border-bottom: solid 1px #c8c8c8;
}

.systemMessage p {
  margin-bottom: 0;
  font-size: 1.6em;
  font-weight: bold;
}

.systemMessage p.success {
  color: #468946;
}

.systemMessage p.error {
  color: #de4646;
}





/* General formatting */

body {
	font: 62.5%/1em Arial, Verdana, sans-serif;
	text-align: left;
  color: #464646;
  color: #000;
}

h1, h2, h3, h4, h5, h6, a {
  font-family: Georgia, Arial, Verdana, sans-serif;
  font-weight: normal;
  line-height: 1.2em;
  color: #000;
  margin: 0;
  padding: 0;
}

h3, h4, h5 {
  margin: 2em 0 0.6em 0;
  font-family: Arial, Verdana, sans-serif;
  line-height: 1.2em;
}

a {
  font-family: Arial, Verdana, sans-serif;
  font-weight: normal;
}

a:hover {
  color: #c43b0b;
}

h1 {
  font-size: 3.0em;
}

h2 {
  font-size: 1.8em;
  line-height: 1em;

}

h3 {
  font-size: 2.4em;
  font-size: 1.8em;
}

h4 {
  font-size: 1.8em;
  font-size: 1.6em;
  font-weight: bold;
}

h5 {
  font-size: 1.5em;
  font-weight: bold;
}

p {
  margin: 0 0 1.8em 0;
  padding: 0;
  font-size: 1.2em;
  line-height: 1.667em;
  font-weight: normal;
}

ol, ul, dl {
  margin: 0 0 1.8em 0;
  padding: 0 0 0 15px;
  font-size: 1.2em;
  line-height: 1.667em;
}

li {
  list-style-position: outside;
}

a img {
  border: none;
}

li a {
  font-size: 1em;
}

label {
  display: block;
  margin: 0 0 4px 0;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1em;
}



input, textarea {
  margin: 0 0 24px 0;
  padding: 4px;
  background-color: #e1e1e1;
  color: #464646;
  background-color: #f6f6f6;
  border: solid 1px #c8c8c8;
}

input {
  width: 50%;
}

textarea {
  width: 97%;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

fieldset dl {
  font-size: 1em;
}

fieldset dl, fieldset dt, fieldset dd {
  margin: 0;
  padding: 0;
}

hr, .divider {
  display: block;
  height: 1px;
  margin: 0;
  padding: 0;
  color: #c8c8c8;
  background-color: #c8c8c8;
  line-height: 0;
  font-size: 0;
  border: none;
}





