body {
  margin: 0;
  padding: 20px 0;
  background: #BBB url(/managed_files/2/body-bg.gif) repeat-x top;
  font-family: sans-serif;
  font-size: 12px;
}

#title {
  font-size: 24px;
  font-weight: bold;
  color: #009D47;
  margin-bottom: 15px;
}

#container {
  width: 920px;
  margin: 0 auto;
}

#top-shadow {
  height: 10px;
  background: url(/managed_files/2/top-shadow.png) no-repeat top;
}

#middle-shadow {
  background: url(/managed_files/2/middle-shadow.png) repeat-y top;
  padding: 0 10px;
}

#bottom-shadow {
  height: 10px;
  background: url(/managed_files/2/bottom-shadow.png) no-repeat top;
}

#header {
  height: 148px;
  background: url(/managed_files/2/header-bg.gif) no-repeat top;
}

#header a, #header a:link, #header a:active, #header a:visited {
  color: white;
  text-decoration: none;
}

#header a:hover {
  text-decoration: underline;
}

#alt-nav {
  float: right;
  padding: 10px;
  color: white;
}

#nav {
  /*float: left;*/
  padding-top: 124px;
  padding-left: 200px;
  font-size: 14px;
}

#nav li.active a {
  text-decoration: underline;
  font-weight: bold;
}
#nav li.active li a {
  text-decoration: none;
  font-weight: normal;
}
#nav li.active li a:hover {
  text-decoration: underline;
}
#nav ul {
  margin: 0;
  padding: 0;
}

#nav ul li {
  float: left;
  margin-right: 25px; 
  margin-left: 0px;
}
#nav a {
  display: block;
  height: 18px;
}

#nav li ul {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 7px solid #ccc;
}
#nav li li a {
  display: block;
  width: 10em;
  background: #fff;
  padding: 3px;
  border-top: 1px solid #ccc;
  height: auto;
}

#nav li li a, #nav li li a:link, #nav li li a:active, #nav li li a:visited {
  color: #009D47;
}

#sub-nav {
  float: left;
  width: 175px;
  margin-left: -200px;
  padding: 25px 0 0 25px;
}

#sub-nav ul {
  margin: 0;
  padding: 0;
}

#sub-nav li {
  list-style: none;
  text-align: right;
  padding: 4px 25px 4px 0;
  border-right: 1px solid #CCC;
  margin-left: 0;
}

#sub-nav a, #sub-nav a:link, #sub-nav a:active, #sub-nav a:visited {
  color: #009D47;
}

#sub-nav li.active a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
}

#inner-container {
  padding-left: 200px;
  background: white url(/managed_files/2/content-top-shadow.gif) repeat-x top;
  overflow: hidden;
}

#inner-container-one-column {
  background: white url(/managed_files/2/content-top-shadow.gif) repeat-x top;
}

#content {
  padding: 25px 25px 0 25px;
  overflow: hidden;
}

#content ul {
  margin-left: 2.5em;
}

#content #extended {
  float: right;
  padding: 15px;
  margin: 0 0 15px 15px;
  width: 195px;
  background: #2B9ED0 url(/managed_files/2/content-extended-bg.jpg) no-repeat top;
  color: white;
}

#extended a, #extended a:link, #extended a:active, #extended a:visited {
  color: white;
}

#footer {
  padding: 34px 15px 0 15px;
  height: 27px; /* 61-34 */
  background: url(/managed_files/2/footer-bg.gif) repeat-x;
  color: #FFF;
  clear: both;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited {
  color: white;
}

#copyright {
  float: left;
}

#served-by{
  float: right;
  font-size: 10px;
}


/* HOME PAGE */
#home #inner-container {
  background: white url(/managed_files/2/home-content-bg.jpg) no-repeat;
  padding: 0;
  min-height: 436px;
}
#home #title, #home #content #extended, #home #sub-nav {
  display: none;
}
#home #content {
  margin: 0;
  float: none;
  padding: 15px 400px 0 137px;
}

