/*css for lwc properties lake area, lifestyles, and community links pages */

h3{
margin: 20px 0 10px 0;
font-family: georgia, serif;
font-style: italic;
font-size:1.8em;
font-weight:normal;
border-bottom: 1px solid #78806b;
color: #6e6848;
clear: both;
}
h4{
margin: 20px 0 10px 0;
font-family: georgia, serif;
font-style: italic;
font-size: 1.5em;
font-weight:normal;
border-bottom: 1px solid #78806b;
color: #6e6848;
clear: both;
}
/*---------------------------end body -------------------*/

/*-----------------header box---------------*/

#desc h2{
font-size: 2.0em;
padding: 25px 15px 0 15px;
color: #f4f0dc;
}
/*--------------------begin main content--------------*/
#main {
width: 735px;
margin: 10px 0 10px 0;
padding: 0 15px 0 0;
}
#main a:link, #main a:visited {
color: #857405;
text-decoration: none;
}
#main a:hover {
text-decoration: underline;
}
.important {
font-weight: bold;
text-decoration: underline;
}
.letters {
width: 580px;
font-weight: bold;
text-align: center;
margin: 2px auto;
}
.right {
margin-top: 8px;
margin-left: 8px;
margin-bottom: 8px;
margin-right: 0;
margin: 8px;
float: right;
padding: 6px;
border: 1px solid #2e3327;
}
.left {
margin-top: 8px;
margin-left: 0;
margin-bottom: 8px;
margin-right: 8px;
float: left;
padding: 6px;
border: 1px solid #2e3327;
}
.note {
clear: both;
margin: 0 20px 0 20px;
padding-top: 6px;
padding-left: 10px;
padding-bottom: 6px;
padding-right: 10px;
background: #e7ddb9;
}
.note p {
font-size: 12px;
font-family: arial, sans-serif;
color: #150b02
}
.spacer {
clear: both;
}
/*------------------sitemap styles---------------------*/
#sitemap {
margin-left: 20px;
padding: 0 15px 0 15px;
}
#sitemap p {
line-height: 1.5em;
}
#sitemap ul {
list-style-type: disc;
list-style-position: inside;
}
#sitemap ul li a {
text-decoration: none;
}
#sitemap ul li a:hover {
text-decoration: underline;
}
/*-----------mortage calculator styles-----------*/
#calculator {
margin-left: 0;
margin-top: 10px;
margin-right: 0;
margin-bottom: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
border: 1px solid #78806b;
}
#calculator h4 {
color: #78806b;
font-size: 16px;
margin-top: 5px;
margin-bottom: 5px;
}


