body
{
  margin: 0;
  padding: 0;
  font: 0.85em/1.2em Arial;
  background: #779158;
}
form
{
  margin: 0;
  padding: 0;
}
h1
{
  font-size: 170%;
  color: #0077C0;
}
h2
{
  font-size: 160%;
  color: #0077C0;
  font-weight: normal;
}
h3
{
  font-size: 140%;
  color: #779158;
  font-weight: normal;
}
h4
{
  font-size: 100%;
  color: #0077C0;
  font-weight: normal;
}
h1, h2, h3, h4
{
  line-height: 1.1em;
  margin: 0.7em 0;
}
a, a:visited
{
  text-decoration: none;
  color: #0077C0;
}
a:hover
{
  text-decoration: underline;
}
a.phone
{
  background: url(bg-phone.gif) no-repeat 0 -1px;
  padding-left: 26px;
}
table
{
  margin: 0;
  padding: 0;
}
div#outer-wrap
{
  margin: 0 auto;
  width: 978px;
  position: relative;
  background: url(bg-wrap.gif) repeat-y top center;
  padding: 0;
}
div#outer
{
  padding: 10px 14px 0 14px;
  background: url(bg-wrap-top.gif) no-repeat 0 -20px;
}
div#search
{
  position: absolute;
  right: 18px;
  top: 14px;
  z-index: 100;
}
div#search input
{
  font-size: 80%;
}
div#top
{
  text-align: right;
  width: 680px;
  font-size: 90%;
  padding: 6px 0;
}
div#top, div#top a
{
  color: #999;
}
div.user-bar
{
  text-align: right;
  padding: 0 10px;
  font-size: 80%;
  line-height: 1.4em;
  background: url(bg-userbar.gif) repeat-y top right;
}
div#banner
{
  height: 109px;
  background: url(banner.jpg) no-repeat top right;
  position: relative;
}
div#banner div#logo
{
  position: absolute;
  top: 0;
  width: 204px;
  text-align: center;
}
div#banner div#tagline
{
  position: absolute;
  bottom: 3px;
  font-size: 9px;
  color: #333;
  width: 204px;
  text-align: center;
}
div#nav
{
  height: 64px;
  position: relative;
  background: #779158 url(bg-nav.gif) repeat-x 0 -5px;
  padding: 0 14px;
}
div#nav, div#nav a
{
  color: #fff;
}
/* first level */
div#nav ul
{
  list-style: none;
  margin: 0 0 0 53px;
  padding: 0;
}
div#nav ul li
{
  display: inline;
  font-size: 110%;
  font-weight: bold;
}
div#nav ul li a
{
  display: block;
  float: left;
  width: 123px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: url(bg-nav-item.gif) no-repeat -151px 0;
  padding-left: 14px;
}

div#nav ul li a:hover
{
  text-decoration: none;
}
/* second level */
div#nav ul ul
{
  position: absolute;
  top: 32px;
  left: 0;
  display: none;
  width: 870px;
  margin: 0 0 0 80px;
}
div#nav ul ul li
{
  font-size: 80%;
  font-weight: normal;
}
div#nav ul ul li a
{
  line-height: 1em;
  height: 32px;
  overflow: hidden;
}
div#nav ul ul li a span
{
  display: block;
  padding: 4px 0;
}

div#nav ul li.hover a
{
  background-position: 0 0;
  padding-right: 14px;
}
div#nav ul li.hover-next a
{
  width: 123px;
  padding: 0;
}
div#nav ul li.hover ul li a
{
  background-position: -151px 0;
  padding-right: 0;
}
div#nav ul li.hover ul li.hover a
{
  background-position: 0 -37px;
  padding-right: 14px;
}
div#nav-date
{
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 80%;
}


div#main
{
  background: url(bg-main.gif) repeat-y -950px 0;
}

div#crumbs
{
  font-size: 80%;
}
div#crumbs,
div#crumbs a
{
  color: #898989;
}

table#cheat
{
  width: 100%;
}
#left, #right
{
  width: 165px;
  background-color: #BC7B00;
}
#left, #right, #left a, #right a
{
  color: #fff;
}

/* left nav is wacky */
#left ul
{
  list-style: none;
  margin: 0;
  padding: 0;
}
#left li
{
  display: none;
  font-size: 100%;
  line-height: 1em;
  border-top: 1px solid #BC7B00; /* hack for some weird IE positioning */
}
#left ul li a
{
  display: none;
}
#left ul li a:hover
{
  text-decoration: none;
}
#left li.selected,
#left ul ul ul li,
#left ul ul ul li a
{
  display: block;
}
/* LEVEL 3 */
#left ul ul ul
{
  margin: 0 0 10px 0;
}
#left ul ul ul li a
{
  padding: 1px 1px 0 20px;
  background: url(li-left.gif) no-repeat 6px -5px;
}
#left ul ul ul li.selected a
{
  background-color: #0077C0;
  background-position: 6px -110px;
}
/* LEVEL 4 */
#left ul ul ul li.selected ul li a
{
  font-size: 80%;
  background: none;
}
#left ul ul ul li.selected ul li.selected
{
  border-top-color: #E2BD89; /* hack for some weird IE positioning */
}
#left ul ul ul li.selected ul li.selected a
{
  color: #995200;
  background-color: #E2BD89;
}


#right
{
  font-size: 90%;
}
#right p
{
  margin: 10px 0;
  line-height: 1.1em;
}
#right h1
{
  padding: 3px 10px;
  margin: 0;
  font-size: 130%;
  font-weight: normal;
  color: #995200;
  background-color: #E2BD89;
  text-align: right;
}
#right ul
{
  list-style: none;
  margin: 6px;
  padding: 0;
}
#right li
{
  margin: 0;
  padding: 0 0 0 10px;
  background: url(li-right.gif) no-repeat 0 2px;
}

div#main #body
{
  margin: 0;
  padding: 0;
}

#scroll
{
  margin: 0;
  padding: 15px;
}
#scroll table
{
  width: 99%;
}

/* template variations */
body.home div#right-announcements,
body.home div#crumbs
{
  display: none;
}
div#main.two-left
{
  background-position: -785px 0;
}
div.two-right
{
  background-position: 785px 0 !important;
}
div#main.two-left #body,
div#main.two-right #body
{
  width: 785px;
}


div.three
{
  background-position: 0 0 !important;
}

div.three div#body
{
  margin: 0 175px;
  width: 600px;
  float: left;
  background: orange;
}

div#foot
{
  background: url(bg-wrap-bottom.gif) no-repeat 0 -50px;
  padding: 20px 20px 0;
  font-size: 80%;
}
div#foot, div#foot a
{
  color: #BABFB3;
}

/* styles used by pages */

ul.nomargin
{
  margin: 1em 0 1em 1em;
  padding: 0;
}
ul.nomargin li
{
  margin: 0;
  padding: 0;
}

table#home-announcements
{
  border-collapse: collapse;
}
table#home-announcements th
{
  background-color: #0077C0;
  color: #8AC1E2;
  font-size: 170%;
  font-weight: normal;
  line-height: 3em;
  padding-left: 100px;
  text-align: left;
  vertical-align: bottom;
  letter-spacing: 2px;
  width: 260px;
}
table#home-announcements td.list
{
  background-color: #CDD2D4;
  height: 160px;
  /*width: 260px;*/
}
th#announcements
{
  background: url(bg-announce.gif) no-repeat 0 0;
}
th#highlights
{
  background: url(bg-highlights.gif) no-repeat 0 0;
}
table#home-announcements ul
{
  margin: 10px 20px;
  padding: 0;
  list-style: none;
  width: 320px;
}
table#home-announcements li
{
  margin: 10px 0;
  padding: 0;
}
table#home-announcements li a
{
  display: block;
  background: url(li-announcements.gif) no-repeat 2px 4px;
  padding: 0 0 0 16px;
  color: #000;
}




h3.bar
{
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  padding: 6px;
  background-color: #BE7210;
  margin: 0;
}

/* Print styles */
@media print
{
  div#outer-wrap
  {
    width: auto;
  }
  div#top, div.user-bar, div#banner, div#nav, #left, #right, #search, #crumbs
  {
    display: none !important;
  }
}