/* 
------------------------------------------------------------------
  VARIABLE STYLES
------------------------------------------------------------------ 
*/

body {
  background: #711C38;
  color: #000000;
}

a {
  color: #8D3870;
}

a:hover {
  color: #A95495;
}

#footer a:hover,
#content-sub a,
#content-sub {
  color: #FFF;
}

#content-main h1,
#content-main h2,
#content-main h3,
#content-main h4 {
  color: #8D3870;
}

#header {
  background: #FFF;
}

#content-main blockquote {
  border: solid #8D3870;
  border-width: 1px;
}

#content-sub .box {
  background: #A95495;
}

#footer {
  background: #A95495;
}

#header ol {
  background: #8D3870;
  border: solid #A95495;
  border-width: 2px 0 3px 0;
}

#header li,
#header li a {
  color: #FFF;
}

#header li a {
  border-bottom: 2px solid #8D3870;
}

#header li a:hover, #header li.active a {
  border-bottom: 2px solid #FFF;
}

#content-sub ul {
  background: transparent url(../images/bg-dot.gif) repeat-x left top;
}

#content-sub li {
  background: transparent url(../images/bg-dot.gif) repeat-x left bottom;
}





/* From now on the rest is always the same */


/* 
------------------------------------------------------------------
  BASE STYLES
------------------------------------------------------------------ 
*/

* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 100%;
}

img {
  border: none;
}

hr {
  display: none;
}

body, html {
  height: 100%;
}

body {
  min-height: 100%;
  position: relative;
  font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
  line-height: 1.55;
}

p {
  margin-bottom: 0.8em;
}

fieldset {
  border: none;
}



/* 
------------------------------------------------------------------
  ANCHORS */

a:hover {
  text-decoration: none;
}



/* 
------------------------------------------------------------------
  HEADINGS */


#content-main h1,
#content-main h2,
#content-main h3,
#content-main h4 {
  font-weight: bold;
  line-height: 0.8em;
  padding-top: 0.8em;
  margin-bottom: 0.25em;
}

#content-main h1 {
  font-size: 200%;
}

#content-main h2 {
  font-size: 150%;
}

#content-main h3 {
  font-size: 125%;
}

#content-main h4 {
  font-size: 110%;
}


/* 
------------------------------------------------------------------
  STRUCTURE */

#page {
  width: 744px;
  min-height: 100%;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  background: #FFF url(../images/bg-page.gif) repeat-y;
}


#header {
  overflow: hidden;
}

#header h3 a {
  display: block;
  text-align: center;
  font-size: 50px;
  padding: 25px 0;
  font-weight: bold;
  line-height: 0.7em;
  letter-spacing: -0.04em;
  text-decoration: none;
}

#header h3 a em {
  font-size: 25%;
  font-style: normal;
  letter-spacing: normal;
  display: block;
}

#content {
  width: 100%;
  overflow: hidden;
  padding-bottom: 5.5em;
}

#content-main {
  font-size: 75%;
  width: 528px;
  float: right;
}

  #content-main * {
    margin-left: 20px;
    margin-right: 20px;
  }

    #content-main * * {
      margin-left: 0;
      margin-right: 0;
    }

  #content-main ul {margin: 0.4em 0 0.8em 2em;}
  #content-main li {list-style-type: disc;}
  #content-main li li {list-style-type: circle;}

  #content-main blockquote {
    margin-bottom: 0.8em;
    padding: 0.5em 0.5em 0 0.5em;
  }

#content-sub {
  float: left;
  width: 215px;
  font-size: 75%;
}

  #content-sub .box {
    margin: 10px;
    padding: 20px 10px;
    -moz-border-radius: 10px;
  }

#footer {
  position: absolute;
  left: 15px;
  bottom: 0;
  height: 5em;
  width: 744px;
  text-align: center;
}

  #footer p {
    font-size: 68.75%;
  }



/* 
------------------------------------------------------------------
  NAVIGATION */

#header ol {
  padding: 0.6em 0;
  width: 100%;
  overflow: hidden;
  font-size: 68.75%;  
}

  #header li,
  #header li a {
    display: block;
    float: left;
    text-decoration: none;
  }

  #header li {
    padding: 0 10px;
  }

    #header li.active a {
        font-weight: bold;
    }

    #content-sub li a {
      display: block;
      padding: 0.3em 0 0.3em 15px;
      background: transparent url(../images/bg-content-sub-li.gif) no-repeat left center;
    }

#content-sub ul {
  padding-top: 1px;
}

#footer ol {
  margin: 10px 0 5px 0;
}

  #footer li {
    display: inline;
    margin: 0 0.5em;
      font-weight: bold;
  }



/* 
------------------------------------------------------------------
  FORMS */


#form-search .field,
#form-search select,
#form-search .button {
  width: 95%;
  margin-bottom: 1em;
  padding: 2px;
  display: block;
  border: 1px solid #AAA;
  background: #FFF;
    font-size: 11px;
}

  #form-search label {
    display: block;
    text-indent: 15px;
    background: transparent url(../images/bg-form-search-label.gif) no-repeat;
  }

  #form-search .button {
    width: 50%;
    margin-bottom: 0.5em;
    display: block;
    font-weight: bold;
    float: left;
  }

  #form-search p {
      clear: both;
      font-size: 11px;
  }

    #form-search select option {
      padding-left: 10px;
      width: 90%;
    }