/* General style settings for marketing-type pages.
Later we may want to promote these for usage in all 
groupsite pages.*/

/* Groupery Colors
   
   #FFCC00  Yellow
   #972D07  Brown
   #ADC5E6  Very Light Blue
   #498FCC  Light Blue
   #0072BC  Blue
   
   */

.yellow {
    color: #FFCC00;
}

.brown {
    color: #972D07;
}

.veryLightBlue {
    color: #ADC5E6;
}

.lightBlue {
    color: #498FCC;
}

.blue {
    color: #0072BC;
}

/* Overrides...covers all text in the document body section */
div#region-content.documentContent {
    font-family: "Myriad Pro", "Myriad Web", Myriad, "HelveticaNeue-light", "Helvetica Neue", "Lucida Grande", geneva, helvetica, arial, sans-serif;
    font-size: 120%;
}

div#region-content.documentContent em {
    color: Gray;
    font-weight: bold;
}

.documentContent ul {
    list-style-image: url(../../images/rightarrow_bullet_14x14.png);
}

.documentContent ul a,
.documentContent ul a:visited,
.documentContent ol a,
.documentContent ol a:visited,
.documentContent ul a:hover,
.documentContent ol a:hover {
    color: #0072BC;
    border-bottom: none;
}    

/* Additional customizations */

h1#attentionCentered {
    font-family: "Myriad Pro", "Myriad Web", Myriad, "HelveticaNeue-light", "Helvetica Neue", "Lucida Grande", geneva, helvetica, arial, sans-serif;
    font-size: largest;
    line-height: 1.2em;
    color: Gray;
    margin: .25em 15px 15px .5em;
    text-align: center;
    border-bottom: none;
}

h3 {
    font-size: medium;
    line-height: 1.4em;
    color: #972D07;
}

ol li#bullet1 {
    list-style-image: url(../../images/numberbullet_1.gif);
}

ol li#bullet2 {
    list-style-image: url(../../images/numberbullet_2.gif);
}

ol li#bullet3 {
    list-style-image: url(../../images/numberbullet_3.gif);
}

ol li#bullet4 {
    list-style-image: url(../../images/numberbullet_4.gif);
}

ol li#bullet5 {
    list-style-image: url(../../images/numberbullet_5.gif);
}

ol li#bullet6 {
    list-style-image: url(../../images/numberbullet_6.gif);
}

