body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img, a img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

a img, h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  vertical-align: middle; }

/* ----------------------------------------------------------------------------- */
/* RESET */
/* ----------------------------------------------------------------------------- */
ul, ol, dir, menu {
  list-style-image: none;
  list-style-position: none;
  list-style-type: none; }

/* ----------------------------------------------------------------------------- */
/* CORE ELEMENT STYLES */
/* ----------------------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0; }
  * html .clear-block {
    height: 1%; }

em {
  font-style: italic; }

td, th {
  padding: 4px 6px; }

th {
  font-weight: bold;
  background: #cdcdcd url("../images/th_bg.png") repeat-x scroll left top;
  color: #555555; }

tr.odd {
  background: transparent; }

/* ----------------------------------------------------------------------------- */
/* COMPONENTS */
/* ----------------------------------------------------------------------------- */
ul.Menu li {
  display: inline;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0 0.25em; }
ul.Menu li:first-child {
  margin-left: 0; }

table.Listing {
  width: 100%;
  margin-bottom: 1.5em; }
  table.Listing td, table.Listing th {
    border-bottom: 1px dotted #dddddd;
    border-right: 1px dotted #cccccc; }
  table.Listing td:last-child, table.Listing th:last-child {
    border-right: 0; }
  table.Listing tr:last-child td, table.Listing tr:last-child th {
    border-bottom: 0; }
  table.Listing thead th {
    border-right: 1px dotted white;
    color: #555555; }

.pagination {
  text-align: center; }

#AdminMenu, #CoachMenu, #UserMenu, #SecondaryNav {
  margin-bottom: 1em; }
  #AdminMenu ul, #CoachMenu ul, #UserMenu ul, #SecondaryNav ul {
    margin-left: 1em; }

a.back {
  background: url("../images/arrow_left_blue.png") no-repeat;
  padding-left: 20px; }

a.new {
  background: url("../images/document_add.png") no-repeat;
  padding-left: 20px; }

.QuickLinks {
  width: 80px;
  float: right;
  padding-top: 1em;
  text-align: right; }

/* ----------------------------------------------------------------------------- */
/* FURNITURE */
/* ----------------------------------------------------------------------------- */
body {
  background: url("../images/body.gif") top center repeat;
  text-align: center;
  padding: 0;
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: small;
  line-height: 1.667; }

p, table, form {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  margin-top: 1.5em; }

a {
  color: #184962; }
  a:hover {
    color: #276686; }
  a img {
    border-width: 0; }

ul.newsticker {
  list-style-type: none;
  margin: 0;
  padding: 0; }

h1 {
  line-height: 1.111;
  margin: 14px 0 6px;
  color: #a80c10; }
  h1 span {
    font-size: 50%;
    font-weight: normal; }

h2 {
  line-height: 1.111;
  margin: 12px 0 6px;
  color: #174860; }

h3 {
  line-height: 1.111; }

#BodyInner {
  padding-top: 1px;
  margin-top: -1px;
  background: url("../images/body_top.gif") top center repeat-x; }

#BodyDarkener {
  padding-top: 1px;
  margin-top: -1px;
  background: url("../images/body_darkener.gif") top center no-repeat; }

#Page {
  width: 756px;
  border: 6px solid white;
  text-align: left;
  margin: 20px auto;
  padding: 0;
  background: #f1f1f0 url("../images/content.gif") 0 185px no-repeat;
  position: relative; }
  #Page.NoColumns #Content {
    width: 100%;
    float: none; }

.gutter {
  padding: 21px; }

/* -------------------------------------------------------------------------- */
/* Forum Posts */
/* -------------------------------------------------------------------------- */
.ForumPost-Meta {
  font-size: 10px;
  color: #666666; }

/* ---------------------------------------------------------------------------- */
/* Comments */
/* ---------------------------------------------------------------------------- */
#NodeComments-List {
  margin-bottom: 1.5em; }
  #NodeComments-List h3 {
    border: 1px solid #bfbfbf;
    border-width: 1px 0 0px 0;
    padding: 4px 0 2px 0;
    line-height: 1; }

#NodeCommentForm h3 {
  font-size: 1.3em;
  color: #235e7c; }

label {
  color: #598e32; }
  label.choice {
    font-size: 100%;
    line-height: 1.4em;
    margin: -1.65em 0 0 25px;
    padding: 4px 0 0;
    width: 90%; }

input {
  border: 1px solid #ddddca;
  padding: 2px; }

form {
  line-height: 1; }
  form input.text {
    width: 100%; }
  form ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none; }
  form li {
    display: block;
    margin-bottom: 0.5em; }
    form li.left {
      width: 286px;
      clear: left; }
      form li.left select {
        width: 100%; }
    form li.right {
      width: 286px;
      clear: right; }
      form li.right select {
        width: 100%; }
    form li.section {
      float: left;
      clear: both;
      width: 100%;
      margin-bottom: 1em;
      padding-top: 1em;
      border-bottom: 1px dotted #cccccc; }
      form li.section h1, form li.section h2, form li.section h3, form li.section h4, form li.section h5, form li.section h6 {
        margin: 0.5em 0 0.5em 0; }
    form li.buttons {
      float: left; }
    form li span {
      float: left;
      margin: 0 4px 0 0; }
      form li span label {
        color: #222222;
        font-size: 80%;
        font-weight: normal;
        line-height: 1.25em; }
    form li div label {
      color: #222222;
      font-size: 80%;
      font-weight: normal;
      line-height: 1.25em; }
  form div.error li {
    margin-bottom: 0; }
  form label {
    display: block;
    margin-bottom: 3px;
    font-weight: bold; }
  form label.choice {
    font-weight: normal !important; }

#service_ids {
  background: red; }

.messages {
  margin: 1em 0 0.5em 0;
  padding: 1em;
  border: 1px solid #8a8a8a; }

.messages-notices {
  background-color: #a6be8e;
  border-color: #1b4f36;
  color: #1b4f36; }

.messages-errors {
  color: #61101d;
  border-color: #61101d;
  background-color: #e79d9b; }

#Sidebar {
  display: block;
  width: 180px;
  float: left;
  overflow: hidden;
  min-height: 500px;
  background: url("../images/sidebar.gif") no-repeat; }
  #Sidebar h2 {
    font-size: 14px; }
  #Sidebar label {
    font: 10px Tahoma, serif;
    letter-spacing: -0.1px; }

table.listing {
  width: 516px; }

#Header {
  width: 756px;
  height: 185px;
  overflow: hidden;
  position: relative; }
  #Header div {
    position: absolute; }
  #Header #Image {
    top: 0;
    left: 0; }
  #Header #Logo {
    top: 42px;
    left: 35px; }

#PageBody {
  padding-top: 1px;
  margin-top: -1px; }

#Content {
  width: 531px;
  margin: -1px 0 0 205px;
  padding: 18px 0 0 0; }

.clear-block {
  display: inline-block;
  display: block; }
  .clear-block:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

#HomeTicker {
  background: black url("../images/home_ticker_bg.jpg") no-repeat;
  color: white;
  height: 497px;
  margin: 0;
  overflow: hidden;
  position: relative; }
  #HomeTicker h2 {
    color: white; }

#BreakingTheCycle {
  position: absolute;
  left: 240px;
  top: 15px;
  width: 270px;
  text-align: right; }

#ImprovingChildWellBeing {
  position: absolute;
  left: 30px;
  top: 260px;
  width: 240px;
  color: white; }
