﻿body {
    background-color: #f8f1ee;
    color: #FFF;
}

.containerMain {
    
}

/* The main content area of the pages */
.containerContent {
    background-color: #ea1d30; 
}

/* The center section of the main content area */
.sectionCenter, .sectionArticle {
    background-color: #9F2226; 
    color: #FFF; 
}
.sectionArticleContent {
    background-color: #FFF;
}
.containerHeader .imageGroupLabel {
    color: #000;
}
.containerFooter { 
    color: #808080;
}
.containerFooter a {
    color: #808080;
    text-decoration: none;
}
.containerFooter a:visited {
    color: #808080;
}
.containerFooter a:hover {
    color: #808080;
    text-decoration: underline;
}
.ad {
    background-color: #ea1d30;
    border: solid 1px #ea1d30;
}
.adInner {
    background-color: #ffffff;
}
.leftnav { 
    font-family: Arial; 
    font-size: 9pt; 
    color: #ffffff; 
    font-weight: bold; 
}
.h6 {
    
    color: #ffffff;
    font-size: 11px;
}
.article {
    color: #000;
}
.article h1 {
    color: #9F2226;
}
.login {    
    font-size: 8pt;
}
.login h1 {
    font-size: 11pt;
    margin: 0px;
}
a {
    text-decoration: none;
    color: #FFF;
}
a.noColor {
    text-decoration: none;
}
.article a {
    color: #EA1D30;
}
.article a.noColor {
    color: inherit;
}
a:hover {
    text-decoration: underline;
}
.navigation .login {
    border-color: #FFF;
}
.stepcarousel {
    border: 10px solid #EA1D30;
}
.stepcarouselOutline {
    border: 2px solid #EA1D30; 
}

.darkRed {
    color: #9F2226;
}


/** Articles **/
div.article h1 {
    font-size: 18pt;
    color: #9F2226;
}
div.article h2 {
    font-size: 14pt;
    color: #9F2226;
    font-weight: normal;
}
div.article h3, .esoName {
    font-size: 12pt;
    color: #9F2226;
}
div.article h4 {
    font-size: 10pt;
    color: #9F2226;
}

div.article p.author {
    font-style: italic;
}
div.article strong {
    color: #9F2226;
}

.succesStoryPreview a {
    color: #ea1d30;
}

a.bold {
    color: #9F2226;
    font-weight: bold;
}
.resources li { 
    color: #9F2226;
}
.resources .normal {
    color: #444;
}

