﻿h1, h2, h3, h4
{
    font-family: Segoe UI;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-margin-before: 0px !important;
    -webkit-margin-after: 0px !important;
}

h1
{
    font-weight: normal;
    font-size: 31px;
    line-height: 34px;
    color: #333333;
}

h2
{
    font-weight: 600;
    font-size: 22px;
    line-height: 25px;
    color: #333333; /*color: #806c06;*/
}

h3
{
    font-size: 15px;
    line-height: 18px;
    color: #333333;
    font-weight: 700;
}

h4
{
    font-size: 13px;
    line-height: 17px;
    color: #00cccc;
    text-transform: uppercase;
}
/*
h2.sfcommentsTitle
{
    font-size: 18px;
    color: #0d8080;
}*/


.sectionHeader
{
    font-size: 13px;
    line-height: 13px;
    color: #00cccc;
    text-transform: uppercase;
    background-color: #ffffff;
    padding-right: 5px;
}

.blueLink
{
    color: #00cccc;
    text-decoration: none;
}
.blueLink:link
{
    color: #00cccc;
    text-decoration: none;
}
.blueLink:hover
{
    color: #00cccc;
    text-decoration: underline;
}
.blueLink:selected
{
    color: #00cccc;
    text-decoration: underline;
}

.MailToLink
{
    background-image: url("/App_Themes/MainTheme/Images/Email.png");
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 22px;
}
.PrintLink
{
    background-image: url("/App_Themes/MainTheme/Images/Print.png");
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 22px;
}

.ShareText
{
    background-image: url("/App_Themes/MainTheme/Images/share.png");
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 22px;
}
.PullQuoteRight
{
    border-top: solid 8px #F2F2F2;
    border-bottom: solid 8px #F2F2F2;
    font-family: Segoe UI;
    color: #0D8080;
    font-style: italic;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 15px 0px 15px 15px;
    width: 175px;
    float: right;
    display: block;
}
.PullQuoteLeft
{
    border-top: solid 8px #F2F2F2;
    border-bottom: solid 8px #F2F2F2;
    font-family: Segoe UI;
    color: #0D8080;
    font-style: italic;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 15px 15px 15px 0px;
    width: 175px;
    float: left;
    display: block;
}

.embeddedPictureTopLeft
{
    padding:  5px 20px 20px 0px;
}
.embeddedPictureCenterLeft
{
    padding:  20px 20px 20px 0px;
}

.embeddedPictureCenter
{
    padding: 20px;
}

.embeddedPictureTopRight
{
    padding: 0px 0px 20px 20px;
}

.embeddedPictureCenterRight
{
    padding: 20px 0px 20px 20px;
}

a#HomeSleep
{
    color: #000000;
    text-decoration: none;
}