/*
 * General site styles
 */

body {
  font-family: arial, verdana, serif;
  font-size: 72%;
  color: #fff;
  background: url(/img/site-background.png);
  margin: 0;
  padding: 0;
}
body a {
  color: #fff;
}
body a:hover {
  text-decoration: underline;
}
body a img {
  border: none;
}
body p {
  margin: 0 0 1em 0;
  line-height: 1.5em;
}
body h1#site-title {
  position: absolute;
  left: -9999px;
}
body p#skip-navigation {
  position: absolute;
  left: -9999px;
}
body h3 {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 1.2em;
  font-style: italic;
  margin: 0 0 0.8em 0;
}
body ul {
  line-height: 1.5em;
}


/*
 * Structural styles
 */

body div#site-container {
  background: url(/img/site-background-with-gradient.png) repeat-x;
  min-height: 200px;
}
div#site-container div#site-container-inner {
  margin: 0 auto 0 auto;
  padding: 10px 0 10px 0;
  width: 880px;
}


/*
 * Header styles
 */

div#site-container-inner div#header {
  overflow: hidden;
  background: url(/img/header-background.jpg) no-repeat;
  width: 880px;
  height: 89px;
}
div#header h2 {
  position: absolute;
  left: -9999px;
}
div#header div#location-switcher-and-navigation {
  float: right;
}
div#location-switcher-and-navigation p.location-switcher {
  font-style: italic;
  font-weight: bold;
  text-align: right;
  margin: 21px 30px 0 0;
  height: 32px;
}
div#location-switcher-and-navigation p.location-switcher a {
  text-decoration: none;
}
div#location-switcher-and-navigation ul.navigation {
  overflow: hidden;
  list-style: none;
  margin: 0 30px 0 0;
  padding: 0;
  height: 100%;
}
div#location-switcher-and-navigation ul.navigation li {
  text-transform: uppercase;
  font-size: 1.2em;
  font-style: italic;
  font-weight: bold;
  float: left;
  margin: 0 15px 0 0;
  padding: 0;
}
div#location-switcher-and-navigation ul.navigation li.last {
  margin-right: 0;
}
div#location-switcher-and-navigation ul.navigation li a {
  text-decoration: none;
}


/*
 * Subpage styles
 */

div#site-container-inner div#subpage-container {
}


/*
 * Subpage styles - Main panel
 */

div#subpage-container div#subpage-main-panel {
  background: url(/img/main-panel-background.png) repeat-y;
}
div#subpage-main-panel div#subpage-main-panel-inner-1 {
  background: url(/img/main-panel-bottom.png) left bottom no-repeat;
}
div#subpage-main-panel-inner-1 div#subpage-main-panel-inner-2 {
  overflow: hidden;
  background: url(/img/main-panel-top.png) no-repeat;
  padding: 23px 32px 23px 32px;
  min-height: 200px;
}
div#subpage-main-panel-inner-2 h3#page-title {
  font-size: 1.5em;
  text-decoration: none;
  font-style: italic;
  margin: 0 0 0.7em 0;
  padding: 0;
}