﻿body
{
}

.greenBlock
{
    background: #c2cd23;
}

.redBlock
{
    background: #ee3124;
}

.orangeBlock
{
    background: #f89828;
}

#rightColBGContainer
{
    /*position: absolute;
    top: 0px;
    left: 0px;*/
    z-index: 11;
}

.newsHeadlineContainer
{
    margin-left: 180px;
}


.newsPageHeadlineContainer
{
    
}


#homeLogoContainer
{
    float: left;
}

#monoSlideshow
{
    float: left;
    margin-bottom: 3px;
}
#monoSlideshow div
{
    background: #fcfcfc;
    border: 1px solid #cccccc;
    padding: 10px;
}

.newsList
{
    width: 400px;
}

.newsList li
{
    list-style-type: none;
    margin-bottom: 10px;
}

.newsHeadline
{
    font-size: 1.1em;
    font-weight: bold;
    color: #b32214;
}

.newsSnippet
{
    font-size: 0.7em;
}

.newsTimestamp
{
    font-size: 0.6em;
    color: White;
}

.tenReasonsNumber
{
    color: Red;
    font-size: 1.2em;
    font-weight: bold;
    /*font-family: Cooper Black;*/
}

.tenReasonsListItem
{
    float: left;
    width: 350px;
}

.tenReasonsListItem div
{
    padding: 10px;
}

.quoteBlock
{
    float: left;
    width: 195px;
}

.quoteBlock div
{
    margin: 20px;
}

.quoteBlock p
{
    font-size: 0.7em;
    line-height: 1.7em;
    margin: 0px;
    padding: 0px 0px 5px 0px;
}

.quoteIconOpen
{
    margin-bottom: -5px;
    margin-left: -15px;
}
.quoteIcon
{
    margin-bottom: -5px;
}

.menuResultContainer, .menuResultAltContainer
{
    padding: 10px;
}

.menuResultAltContainer
{
    background: #f4f4f4;
}

.schoolName
{
    margin-bottom: 3px;
}

.schoolAddress
{
    font-size: 0.9em;
}

.schoolDistrict
{
    color: Green;
}

.smallGrayTxt
{
    color: #cccccc;
    font-size: 0.7em;
}


