/*** Stylesheet for Ektron/eWebEditPro ***/

body {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6 {
    color: #C90005;
    font-family: Georgia, "Times New Roman", times, serif;
    margin: 0;
    padding: 0;
}

h1 {
   font-size: 3.75em;
   line-height: 1.2em;
   letter-spacing: 0.07em;
   margin: 0 0 0.1em;
}
h2 {
   font-size: 2.4em;
   line-height: 1em;
   letter-spacing: 0.15em;
}
h3 {
   font-size: 1.9em;
   line-height: 1em;
   letter-spacing: 0.12em;
   margin-top: 0.5em;
}
h4 {
    font-size: 1.1em;
    line-height: 1em;
    letter-spacing: 0.12em;
}
h5 {
    color: #000000;
    font-weight: bold;
    font-size: 1.7em;
    line-height: 1.05em;
}
h6 {
    color: #000000;
    font-weight: bold;
    font-size: 1.4em;
    line-height: 0.12em;
}

a {
    color: #0E19A9;
    text-decoration: none;
}
a:hover {
    color: #C90005;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

p, address {
    font-size: 1.2em;
    line-height: 1.4em;
    margin: 0 0 1em 0;
    padding: 0;
}

ul {
    font-size: 1.2em;
    line-height: 1.2em;
    margin: 0 0 1em 0;
    padding: 0;
}
    ul li {
        margin: 0 0 0.5em 0;
    }

ol {
    margin: 0 0 1em 1.5em;
    padding: 0;
}
    ol li {
        margin: 0 0 0.5em 0;
    }


/***********************************/
/*** EKTRON EDITOR CUSTOM STYLES ***/
.small {
    caption: Small Text;
    color: #000;
    font-size: 0.9em;
}

h1.sifr,
h2.sifr,
h3.sifr,
h4.sifr {
    caption: Fancy Header;
    font-family: Impact;
}

a.learn {
    caption: Learn More Link;
    background: transparent url(../../_images/common/greater_than_blue.gif) no-repeat scroll right 0.5em;
    float: left;
    padding-right: 0.8em;
    margin-top: 0.5em;
}

p.quote {
    caption: Quote;
    color: #393;
}
    p.quote em {
        float: right;
    }

img.left {
    caption: Image Left;
    float: left;
    margin: 0 15px 5px 0;
}
img.right {
    caption: Image Right;
    float: right;
    margin: 0 0 5px 15px;
}
/*** EKTRON EDITOR CUSTOM STYLES ***/
/***********************************/