BODY {
  font-family: "Helvetica New",arial,sans-serif;
  background: #f0f0f0;
}

A { color: #0054A5; }
H1 { /* look at div#head H1 */ }
H2 {
  margin: 0 0 0.5em 0; padding: 4px 0;
  font-size: 1.8em;
  line-height: 1em;
  font-weight: normal;
  letter-spacing: -1px;
  border: 1px solid #003c7f;
}
H2 SPAN.h2-section {
  margin: 0; padding: 3px 15px;
  font-weight: bold;
  background: #003c7f;
  color: #fff;
}
H3 {
  margin: 0 0 0.15em 0;
  font-size: 1.5em;
  font-weight: normal;
  letter-spacing: .03em;
  color: #6682b4; }
H4 {
  margin: 0;
  font-size: 1.2em;
  font-weight: normal;
  letter-spacing: .03em;
  color: #6682b4; }
H5 {
  margin: 0;
  font-size: 1em;
  color: #6682b4; }
H6 {
  margin: 0; padding: 0 1em 0 0;
  font-size: 1em;
  float: left; 
  color: #224a29;}
P { margin: 0 0 1em 0; }

div#wrap { background: #fff url(/images/template/lft-nav-tile.gif) top left repeat-y; }

div#head { margin: 0; padding: 0; }
div#head H1 SPAN { display: none; }
div#head H1 { margin: 0; padding: 0; }

div#head H1 A {
  display: block;
  margin: 0; padding: 0;
  width: 153px; height: 129px;
  background: url(/images/template/masthead-ft.gif) top left no-repeat;
  text-decoration: none;
}
div#head-banner SPAN { display: none; }
div#head-banner {
  margin: 0; padding: 0;
  width: 782px; height: 129px;
  background: url(/images/template/masthead-rt.gif) top right no-repeat;
}

div#head-new H1 A {
  display: block;
  margin: 0; padding: 0;
  width: 153px; height: 129px;
  background: url(/images/template/masthead-ft.gif) top left no-repeat;
  text-decoration: none;
}

div#head-banner-new SPAN { display: none; }
div#head-banner-new {
  margin: 0; padding: 0;
  width: 782px; height: 129px;
  background: url(/images/template/masthead-rt.gif) top right no-repeat;
}

div#content {
  padding: 1em 2em;
  line-height: 1.5em;
  letter-spacing: .125px;
  font-size: 12px;
  color: #333;
}

div#left { }
div#left-block { margin: 0; padding: 14px 12px; }

div#left-block ul,
div#left-block ul li {
  display: inline;
  margin: 0; padding: 0;
  list-style: none;
}
div#left-block ul li a {
  display: block;
  margin: 0 0 3px 0; padding: 3px 9px;
  text-decoration: none;
  font-size: 11px;
  line-height: 1em;
  font-weight: bold;
  color: #fff;
}
div#left-block ul li a:hover {
  color: #003C7F;
}
div#left-block ul li a.current {
  border: 1px solid #fff;
  color: #000;
}

div#foot {
  margin: 0; padding: 0 0 5px 0;
  font-size: x-small;
  line-height: 1em;
  background: #fff;
  color: #666;
}
div#foot A { text-decoration: none; color: #000; }

div#foot-search {
  position: absolute;
  top: 28px; right: 5px;
  width: 215px;
  margin: 0; padding: 5px;
  border: 1px solid #6682b4;
}
div#foot-search FORM {
  display: inline;
  margin: 0; padding: 2px 5px;
}
div#foot-search FORM LABEL {
  display: block;
  float: left;
  margin: 0; padding: 5px 5px 0 0;
  font-size: 12px;
  line-height: 1em;
}
div#foot-search FORM INPUT {
  width: 130px;
  height: 14px;
  float: left;
}
div#foot-search FORM INPUT.submit {
  float: right;
  margin: 0; padding: 3px 1px 3px 0px;
  width: 15px; height: 14px; }

div#foot-locations SPAN { display: block; padding: 5px 0; }
div#foot-locations {
  margin: 0 0 5px 0; padding: 0;
  height: 22px;
  background: #6682B4;
  font-size: 12px;
  line-height: 1em;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center;
  color: #fff;
}

div#foot-copyright {
  position: absolute;
  top: 28px; left: 5px;
  padding: 11px 0;
  width: 400px;
  float: left;
}

div#foot-nav {
  text-align: right;
  margin: 0; padding: 12px 0;
}

div#foot-nav img
{
  vertical-align: text-top;
}

div#foot-nav ul,
div#foot-nav ul li {
  display: inline;
  margin: 0; padding: 0;
  list-style: none;
}
div#foot-nav ul li {
  border-left: 1px solid #000;
}
div#foot-nav ul li.first { border: 0; }
div#foot-nav ul li a {
  margin: 0; padding: 0 5px 0 8px;
}

div#attribution,
div#attribution A { font-size: x-small; color: #000; }

div#top-nav { }
div#top-block {
  position: relative;
  margin: 0; padding: 0 0 0 4px;
  height: 30px;
  background: #000;
}



/* menu styling, aka menu.css */




/* standardized visual defaults below */
IMG { border: 0; } /* removes border for linked images */
UL { margin: 0 0 1em 0; padding: 0 0 0 1.4em; } /* reduce left side white space */
OL { margin: 0 0 1em 0; padding: 0 0 0 2.2em; } /* reduce left side white space */
.error, .error-message { color: #f00; }

/* Added by M. Mahowald, June 16 2009, so that quotes have margins on the right and on the left */
p.quote {
    font-style: italic;
	margin: 1em 2.33em;
}

