﻿.slideContent h2
{
    font-family: Calibri;
    font-size: 16px;
    color: #0F359A;
    margin-bottom: 10px;
    text-align:center;
}

.slideContent h3
{
    font-size:13px; 
    padding-top: 5px; 
    color: #0F359A;
    font-family: Calibri;            
    margin-bottom: 10px;
    text-decoration: underline;
    width: 100%;
    
}

.slideNews ul
{
   list-style-type: disc;
	list-style-image: none;
	list-style-position: inside;
}

.landingPageBox
{
    background-image: url("../../images/HBMasterPageImages/landingPageContentBox.jpg");
    padding-left: 10px;
    width: 276px;
    height: 23px;
    padding-top: 3px;
}

.landingPageBoxNoColor
{
    background-image: url("../../images/HBMasterPageImages/landingPageContentBoxNoColor.gif");
    padding-left: 10px;
    width: 276px;
    height: 23px;
    padding-top: 3px;
}

.landingPageBoxBlue
{
    background-image: url("../../images/HBMasterPageImages/landingPageContentBoxBlue.gif");
    width: 286px;
    height: 15px;
}
.landingPageBoxYellow
{
    background-image: url("../../images/HBMasterPageImages/landingPageContentBoxYellow.gif");
    width: 286px;
    height: 15px;
}
.landingPageBoxRed
{
    background-image: url("../../images/HBMasterPageImages/landingPageContentBoxRed.gif");
    width: 286px;
    height: 15px;
}
.landingPageBoxTransparent
{
    background-image: url("../../images/HBMasterPageImages/landingPageContentBoxTransparent.gif");
    width: 286px;
    height: 15px;
    margin-bottom: 3px;
}

.landingPageBoxContentLeft
{
    width: 274px;
    border-right: solid 1px #CCCCCC;
    border-left: solid 1px #CCCCCC;
    height: 200px;
    padding-left:5px;
    padding-right:5px;
    padding-top:5px;
    font-style:normal;
    
}

.landingPageBoxContentLeft p
{
    padding-bottom:3px;
    margin-bottom:3px;
}

.landingPageBoxContentLeft a
{
    color:Blue;
    text-decoration:none;
}
.landingPageBoxContentLeft a:visted
{
    color:Blue;
    text-decoration:none;
}
.landingPageBoxContentLeft a:hover
{
    color:Blue;
    text-decoration:underline;
}
.landingPageBoxContentRight
{
    width: 264px;
    border-right: solid 1px #CCCCCC;
    border-left: solid 1px #CCCCCC;
    height: 81px;
    text-align: left;
    padding-left:20px;
    
}

.landingPageBoxContentRight p
{
    padding-bottom:3px;
    margin-bottom:3px;
}

.landingPageBoxContentRight a
{
    color:Blue;
    text-decoration:none;
}
.landingPageBoxContentRight a:visted
{
    color:Blue;
    text-decoration:none;
}
.landingPageBoxContentRight a:hover
{
    color:Blue;
    text-decoration:underline;
}

.homeownerPortalList
{
    margin-left: 10px;
}

.homeownerPortalList li
{
    margin-top: 8px;
}


