﻿
/* CONTAINER 
----------------------------------------------------*/
.homebanner {
	background-color: #006666;
	border-bottom: 1px solid #99AFC4;
    }

.homebannerdivider {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 16px;
    background-image: url("/Themes/Default/Content/Images/bg-banner-red-big-left.png");
    z-index: 20;
    }
  
/* HOME CONTENT AREA GRID - LEVEL 01
----------------------------------------------------*/
.homegridlevel1bg {
    z-index: 95;
    position: relative;
    width: 100%;
    background-color: #04837a;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #99AFC4;
    border-top: 1px solid #D71834;
    box-shadow: -5px -5px 20px #000000;
    }
         
.homecontentgridlevel1{
    position: relative;
    width: 80%;
    max-width: 1004px;
    min-width: 964px;
    margin: 0 auto;
    text-align: center;
    } 

.productlines {
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
    } 
          
/* VENDOR LIST - LEVEL 2
----------------------------------------*/
.vendors {
    display: block;
    padding: 0;
    margin: 0;
     }

.product {
    display: inline-block;
    width: 126px;
    text-align: center;
    }

.homecontentgridlevel1 .viewall h2 {
    padding: 0;
    margin: 0;
    font-weight: normal;
    }

.homecontentgridlevel1 .viewall h2 a {
    display: inline-block;
    clear: both;
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    color: #99AFC4;
    border-top: 1px solid #99AFC4;
    margin: 4px 0 0 0;
    padding: 5px 25px 12px 25px;
    width: 250px;
    text-decoration: none;
    text-transform: uppercase;    
    }
    
.homecontentgridlevel1 .viewall h2 a:hover {
    color: #B5020B;   
    }

/* HOME CONTENT AREA GRID - LEVEL 02
----------------------------------------------------*/    
.homegridlevel2bg {
    position: relative;
    min-height: 245px;
    _height: 245px;
    width: 100%;
    z-index: 5;
    margin-top: -20px;
    background-image: url("/Themes/Default/Content/Images/bg-level2.png");
    background-repeat: no-repeat;
    background-position: right;
    }
         
.homecontentgridlevel2{
    position: relative;
    width: 98%;
    padding: 40px 0 0 0;
    margin: 0 auto;
    z-index: 5;
    } 
    
.homecontentgridlevel2 .title h1 {
    font-weight: 400;
    font-size: 25px;
    line-height: 24px;
    color: #336089;
    padding: 3px 0;
    margin: 0;
    }

.homecontentgridlevel2 .divider {
    display: block;
    width: 841px;
    height: 4px;
    margin: 1 0;
    background-image: url("/Themes/Default/Content/Images/bg-banner-text-lightblue-right.png");
    }

.homecontentgridlevel2 .content {
    display: block;
    }
    
.homecontentgridlevel2 .leftside {
    width: 32%;
    float: left;
    }

.columnspacer {
    float: left;
    padding: 0 8px;
    }

.homecontentgridlevel2 .rightside {
    float: right;
    width: 32%;
    }
    
.homecontentgridlevel2 .rightside .title h3 {
    display: inline-block;
    clear: both;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #336089;
    padding: 3px 0;
    margin: 0 0 0 0;  
    }
    
.homecontentgridlevel2 .rightside .divider {
    display: block;
    width: 100%;
    height: 4px;
    margin: 1 0;
    background-image: url("/Themes/Default/Content/Images/bg-banner-text-lightblue-right.png");
    }
    
.homecontentgridlevel2 .newsdivider {
    display: block;
    width: 100%;
    height: 3px;
    margin: 0 0 6px 0;
    background-image: url("/Themes/Default/Content/Images/bg-banner-text-midblue-left.png");
    }
 
.homecontentgridlevel2 .viewall a {
    clear: both;
    font-weight: 400;
    font-size: 14px;
    color: #00386C;
    border-top: 1px solid #00386C;
    margin: 5px 0 0 0;
    padding: 0;
    text-decoration: none;
    float: right;    
    }
    
.homecontentgridlevel2 .viewall a:hover {
    color: #B5020B;   
    border-top: 1px solid #B5020B;
    } 
  
/* BLOG LIST
----------------------------------------*/
.bloglist {
    display: block;
     }

/* BLOG POSTS
----------------------------------------*/
.blogposts {
    padding: 0;
    }

.blogposts .entry {
    display: block;
    padding: 0 0;
    }  
           
.blogposts .title, .blogposts .title a {
     display: block;
     font-weight: 400;
     color: #00386C;
     font-size: 15px;
     line-height: 17px;
     padding: 0 0 0 0;
     text-decoration: none;
     }
 
.blogposts .title a:hover {
     color: #B5020B;
     }
 
.blogposts .date {
    display: inline-block;
    clear: both;
    padding: 3px 0;
    font-weight: 600;
    color: #B5020B;
    font-size: 13px;
    line-height: 15px;
}

