@charset "UTF-8";
/**
 * This is for stuff and styles coming from the Content Server
 */
.rightHalfCol
{
    float: right;
}

.leftHalfCol
{
    float: left;
}

/* Style for white boxes on homepage */
.contentSection
{
    display:block;
    overflow:hidden;
    background-color: #fff;
    margin: 0px;
}

    .contentSection p
    {
        padding-left: 0;
        line-height: 1.5em;
        margin-bottom: 10px;
    }
    
    .contentSection .contentSectionBody
    {
        margin: 8px 5px 0 5px;
    }
    
    .contentSection .smaller
    {
        font-size: 1.2em;
    }
    
    .contentSection .smallest
    {
        font-size: 0.8em;
    }
    
.contentSectionBody a {
    color: #6A963A;
}

/* counter-act doubled up content Section bodies */
.contentSectionBody .contentSectionBody {
    margin: 0;
}

.contentSectionBody img
{
    border:1px solid #CCCCCC;
    margin: 0px 12px 5px 0px;
    margin-bottom:0px;
}

.contentSectionBody .entry img {
    float: left;
}

.contentSectionBody h2 {
    background-image: url(/images/dash_dotteddivider.gif);
    padding: 0 0 0.2em 0;
}

.contentSectionBody h6 {
    margin: 0.5em 0;
}

.contentSectionBody .date
{
    padding-top:5px;
    font-size: 1.0em;
    margin-bottom:35px;
}

.contentSectionBody .headerNew {
    font-weight: bold;
    font-size: 1.2em;
}

/* 'Read more' links from content server */
.contentSectionBody .readMore {
    display: block;
    text-align: right;
}

/* primarily for images from content server */
.contentSectionBody .floatright {
    float: right;
}

.contentSectionBody .floatleft {
    float: left;
}


/* wp stuff */
.contentSectionBody .alignright {
    float: right !important;
    margin: 0.5em !important;
}

.contentSectionBody .alignleft {
    float: left !important;
    margin: 0.5em !important;
}

/* pictures with captions */
.contentSectionBody .mceTemp {
    float: left;
    position: relative;
    border: 1px solid #CCC;
    background-color: #EFEFEF;
    margin: 0.5em;
}

.contentSectionBody .mceTemp a {
    text-align: center;
}

.contentSectionBody .mceTemp a img {
    margin: 0.2em 10%;

}

.contentSectionBody .mceTemp dl {
    margin: 0.5em;
    
}

.contentSectionBody .mceTemp dl dd {
   margin: 0; 
    
}

/* Remove borders from the content type icons, but leave them for other things
   Don't concern yourself with which is which; if any images are changed, their
   wp-image-* should be added to remove the border here */
.wp-image-1709,
.wp-image-1538,
.wp-image-1518,
.wp-image-1022,
.wp-image-827,
.wp-image-812,
.wp-image-808
{
    border: 0 !important;
}

/* category page scrollers have entry rows */
div#other_content_scroller div.entry-row {
    margin-right: 0em;
}

div#other_content_scroller div.entry-row a {
    display: block;
    width: 90%;
}

div#other_content_scroller div.entry-row a:hover {
    background-color: #DEE5D8;
    color: #000000;
}

div#other_content_scroller div.entry-row a img {
    border: 0 !important;
    float: left;
}

div#other_content_scroller div.entry-row a h6 {
    padding: 0.5em;
}

div#other_content_scroller div.entry-row span {
    
}


