﻿body
{
    margin: 0px;
    padding: 0px;
    background-color: #dbdbdd;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}
div
{
    text-align: left;
}
p
{
    margin: 0px 0px 8px;
}
img
{
    display: block;
}
ul
{
    margin-top: 0px;
    margin-bottom: 0px;
}
ol
{
    margin-top: 0px;
    margin-bottom: 0px;
}
li
{
    padding-bottom: 3px;
}
a:link
{
    color: Purple;
    text-decoration: none;
}
a:visited
{
    color: Purple;
    text-decoration: none;
}
a:hover
{
    color: DarkGreen;
    text-decoration: underline;
}
H1
{
    font-weight: bold;
    font-size: 14pt;
    color: green;
    font-family: Arial;
}
/* Entre Nous Style Sheet */
.PageTitle
{
    font-family: arial, helvetica, sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: #215433;
    text-align: center;
    margin-bottom: 10px;
}
.PageSubTitle
{
    font-family: arial, helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #215433;
    text-align: center;
    margin-bottom: 10px;
}
.PageSeparator
{
    margin-top: 10px;
    margin-bottom: 10px;
}
.ContentFooterTitle
{
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #215433;
    text-align: center;
}
.ImageCaption
{
    font-family: arial, helvetica, sans-serif;
    font-size: 9px;
}
.SmallPrint
{
    font-family: arial, helvetica, sans-serif;
    font-size: 10px;
}
.BodyCopy
{
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
}
.BodyCopyB
{
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.SubHeader
{
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.MainHeader
{
    font-family: arial, helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: DarkGreen;
}
.BigHeader
{
    font-family: arial, helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
}
.ItemPrice
{
    font-family: arial, helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: purple;
    text-align: center;
}
.MessageBoxHeader
{
    padding-left: 10px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 12pt;
    color: #F1EBD3;
    font-style: italic;
    background-color: #3e5f48;
}
.MessageBoxBody
{
    border-top: darkgreen 1px solid;
    border-bottom: darkgreen 1px solid;
    padding-top: 5px;
    padding-bottom: 5px;
}
.MessageClosing
{
    float: right;
    text-align: left;
    width: 150px;
    margin-top: 10px;
}
.MessageSignature
{
    font-family: 'Script MT Bold';
    font-size: 12pt;
    margin-top: 5px;
}
#privacy-policy-statement
{
    font-size: 8pt;
}

/* Gardinia List (with Gardinia Bullets) */
.GardiniaList
{
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0;
}
.GardiniaList li
{
    background: url(images/Gardenia.gif) no-repeat 0 .7em;
    font-size: 12pt;
    margin: 0 0 0 0;
    padding-right: 0px;
    padding-left: 45px;
    padding-bottom: 6px;
    padding-top: 15px;
}

/* Tour of Homes Classes */
.TourSponsorHeading
{
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 1px;
}
.TourSponsor
{
    font-size: 9pt;
    font-weight: normal;
    text-align: center;
}
.TourHousePhoto
{
    border-right: darkgreen 2px solid;
    border-top: darkgreen 2px solid;
    padding-bottom: 4px;
    border-left: darkgreen 2px solid;
    padding-top: 4px;
    padding-left: 5px;
    border-bottom: darkgreen 2px solid;
    text-align: left;
    width: 227px;
    vertical-align: top;
}
.TourDate
{
    font-weight: bold;
    font-size: 14pt;
    color: purple;
    font-family: Arial;
    text-align: center;
}
.TourTime
{
    font-weight: bold;
    font-size: 12pt;
    color: navy;
    font-family: Arial;
    text-align: center;
}
.TourTicketHeading
{
    font-weight: bold;
    font-size: 12pt;
    padding-bottom: 5px;
    padding-top: 10px;
    font-family: Arial;
    color: purple;
}
.TourTicketSubHeading
{
    padding-left: 20px;
    font-weight: bold;
    font-size: 10pt;
    padding-bottom: 5px;
    padding-top: 10px;
    font-family: Arial;
    color: dimgray;
    font-style: italic;
}
.TourTicketLocation
{
    padding-left: 20px;
    font-family: Arial;
    color: black;
    font-weight: bold;
}
/* Master Page Classes */
#contentarea
{
    margin: 10px;
}
.bg_header
{
    background-image: url(Images/MasterPage/bg_header.jpg);
    height: 140px;
    width: 50%;
    background-repeat: repeat-x;
}
.bg_menu
{
    background-image: url(Images/MasterPage/bg_menu.jpg);
    width: 160px;
    background-repeat: repeat-y;
}
.bg_menu_separator
{
    background-image: url(Images/MasterPage/bg_menu_separator.jpg);
    width: 160px;
    height: 12px;
}
.bg_footer_spacer
{
    background-image: url(Images/MasterPage/bg_footer_spacer.jpg);
    height: 1px;
    width: 150px;
}
.bg_footer
{
    background-image: url(Images/MasterPage/bg_footer.jpg);
    height: 38px;
    width: 50%;
    background-repeat: repeat-x;
}
#mp1x1
{
    background-image: url(Images/MasterPage/mp_1x1.jpg);
    width: 567px;
    height: 169px;
}
#mp2x1
{
    background-image: url(Images/MasterPage/mp_2x1.jpg);
    width: 160px;
    height: 63px;
    background-repeat: no-repeat;
}
#mp2x2
{
    background-image: url(Images/MasterPage/mp_2x2.jpg);
    width: 450px;
}
#mp2x3
{
    background-image: url(Images/MasterPage/mp_2x3.jpg);
    width: 150px;
}
#mp_footer
{
    background-image: url(Images/MasterPage/mp_15x1.jpg);
    width: 760px;
    height: 38px;
    text-align: center;
    font-family: Arial;
    font-size: 9pt;
}
#copyright
{
    background-color: #53739a;
    text-align: center;
    font-family: Verdana, Arial;
    font-size: 8pt;
    color: #8cb1d2;
}
/* Menu Classes */
a:link.FooterMenu
{
    color: #f1ebd3;
    text-decoration: none;
    padding-left: 8px;
    padding-right: 8px;
}
a:visited.FooterMenu
{
    color: #f1ebd3;
    text-decoration: none;
    padding-left: 8px;
    padding-right: 8px;
}
a:hover.FooterMenu
{
    color: #ffcc66;
    text-decoration: underline;
    padding-left: 8px;
    padding-right: 8px;
}
