/* General Layout */

body {
    background: #005387;
    background-image: url('/img/fade3.png');
    background-repeat: repeat-y;
    background-position: top center;
    font: 11pt Calibri, Helvetica, Arial, sans-serif;
    text-align: justify;
    margin:0px;
}

h1 {
    font-size: 18pt;
}

#page {
    width: 825px;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    background: white;
    border: 2px black solid;
}

img#header {
    width: 825px;
    height: 155px;
    display: block;
    border: none;
}

#content {
    position: relative;
    margin: 1em;
}

#bottomnav {
    clear: both;
    margin-top: 2em;
    text-align: center;
    font-weight: bold;
    font-size: 10.5pt;
    color: #b60624;
}

#bottomnav a {
    color: #b60624;
    text-decoration: none;
    margin-left: 0.25em;
    margin-right: 0.25em;
}

#bottomnav a:hover {
    /* background-color: #ffeeee; */
    color: #005387;
}

#footer {
    text-align: center;
    font-size: 8pt;
    margin-top: 0.5em;
    color: white;
}

#footer a {
    color: white;
}


a img {
    border: none;
}

h3 {
    font-size: 12pt;
}

/* General Style Classes */

.clearer {
    line-height: 0;
    clear: both;
}

.foreign {
    font-style: italic;
}

q:before, q:after {
    content: "";
}

.importantfield {
    display: none;
}

.addunderline {
    text-decoration: underline;
}

.additalic {
    font-style: italic;
}

.nobold {
    font-weight: normal;
}

.highlighted {
    background-color: yellow;
}

.red {
    color: #b60624;
}

.centered {
    text-align: center;
}

.indent {
    text-indent: 1.5em;
}


.fineprint {
    font-size: 8pt;
}

.error {
    text-align: center;
    font-weight: bold;
    color: #b60624;
    padding: 0.5em;
    background-color: #ffeeee;
    margin-left: -1em;
    margin-right: -1em;
    margin-bottom: 1em;
}

table.alternating {
    border-collapse: collapse;
}

table.alternating td {
    padding: 4px; margin: 0;
}

tr.tablebg0 {
    background-color: #f8f8f8;
    margin: 0;
}

tr.tablebg1 {
    background-color: #dddddd;
    margin: 0;
}

/* Repeated Element Types */

ul.flushleft li {
    /* keeps bullets from sticking out to left, but also keeps multiline li wrapping correctly */
    margin-left: 1em;
}

ul.separated li {
    /* keep each li internally single-spaced, but put extra space between li's */
    margin-bottom: 1em;
}

q.concern {
    font-size: 14pt;
    color: #b60624;
    font-style: italic;
    font-weight: bold;
}

strong.bribe {
    font-size: 14pt;
    color: #b60624;
    font-weight: bold;
    text-decoration: underline;
}

div.testimonial {
    background-color: #ffff99;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.5em;
    border: 6px black solid;
    border-style: outset;
    margin-bottom: 2em;
}

div.testimonial h1 {
    margin-top: 0;
    color: black;
}

div.testimonial h1 q {
    color: black;
}

p.freelink {
    text-align: center;
    font-weight: bold;
    font-size: 12pt;
}

p.freelink a {
    color: #005387;
}

.strong {
    font-size: 12pt;
}

div#login {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    padding: 2em;
    background: #bae2fb;
    border: 1px black solid;
    text-align: center;
    font-weight: bold;
}

div.optins {
    float: left;
    margin-right: 1em;
}

div.optin {
    text-align: center;
    width: 200px;
    /* background-color: #bae2fb; */
    padding-left: 0.5em;
    padding-right: 0.5em;
    border: 1px white solid;
    margin-bottom: 1em;
    background-repeat: no-repeat;
    overflow: hidden;
}

div.optin p {
    margin-top: 1em;
    margin-bottom: 1em;
}

div.optin cite {
    font-size: 12pt;
    font-weight: bold;
}

div.optinchildren {
    background-image: url(/img/optinchildrenbg.png);
    height: 438px;
}

div.optinadults {
    background-image: url(/img/optinadultsbg.png);
    height: 419px;
}

a.link {
    color: #b60624;
    font-weight:bold;
    text-decoration: none;
}

a.link:hover {
    background-color: #ffeeee;
}

.noticebox {
    font-size: 16pt;
    font-weight: bold;
    padding: 10px;
    border: 1px solid black;
    background:#eeeeee;
}

.snippetbox {
    border: 1px solid black;
    padding: 1em;
    background: #eee;
    width: 450px;
}

.snippetbox h2 {
    color: black;
    margin-top: 0;
    font-size: 12pt;
}

/* Home Page */

body#template_home img#threepeople {
    width: 345px;
    height: 260px;
    border: 1px black solid;
    float: right;
    margin-left: 1em;
}

body#template_home #firsttimevisitor {
    background: #f1f1f1;
    color: #005387;
    font-size: 16pt;
    font-weight: bold;
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    margin-left: -11pt;
    margin-right: -11pt;
}


body#template_home #programs img {
    margin-left: 130px;
    border: none;
}


/* Opt-In Form Page */

body#template_optin table {
    margin-left: auto;
    margin-right: auto;
    padding: 2em;
    background: #bae2fb;
    border: 1px black solid;
}

body#template_optin table th {
    text-align: right;
    padding-right: 2em;
}

body#template_optin table input {
    width: 300px;
}


/* Adult Program Page */

body#template_adults div.testimonial h1 q {
    color: #b60624;
}

body#template_adults h1 {
    color: #b60624;
}

body#template_adults ul#misconceptions h2 {
    color: #b60624;
}

body#template_adults ul#misconceptions li {
    font-weight: bold;
}

body#template_adults ol#understandlist li {
    color: #b60624;
    font-weight: bold;
    margin-bottom: 1em;
}

body#template_adults ul#packagelist li {
    margin-bottom: 1em;
}

/* Adult MMA Program Page */

body#template_adults-mma div.testimonial h1 q {
    color: #b60624;
}

body#template_adults-mma h1, h2 {
    color: #b60624;
}

div.photostackfloat {
    float: right;
    margin-left: 1em;
}

div.photostackfloat img {
    display: block;
    margin-bottom: 1em;
    width: 120px;
}

/* Children's Program Page */

body#template_children h1 {
    color: #b60624;
}

body#template_children h3 {
    text-decoration: underline;
}

body#template_children .story {
    background-color: #ccffcc;
    border: 1px black solid;
    padding: 0.5em;
}

body#template_children .story h1 {
    color: black;
    text-align: center;
    margin: 0;
}

body#template_children .story h2 {
    color: black;
    text-align: center;
    margin: 0;
    font-size: 12pt;
}

/* Children's ADD Page */

body#template_children-add h1 {
    color: #b60624;
}

body#template_children-add h3 {
    text-decoration: underline;
}

