﻿*
{
    margin: 0px;
    padding: 0px;
}
body
{
    font-family: Georgia, serif;
    background:#442e20 url('../img/top-background.png') no-repeat center top;
    font-size:16px;
}
.texture
{
    
    background-color: #e0e7e6;
    background-image: url('../img/texture-green.png');
    background-repeat: repeat;
}
.money-sides
{
     background:transparent url('../img/bottom-background.png') no-repeat center top;
}
h1
{
    color:#442e20;
}
h2
{
    margin-bottom: 10px;
}
p
{
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.5em;
}

.header
{
   
    height: 430px;
}
.pageTitle
{
  
    height: 130px;
    width: 962px;
    margin: 0 auto;
    margin-top: -430px;
    position: relative;
}
.headerLogo
{
    position: absolute;
    left: 0;
    bottom: 25px;
    border: 0;
}
.headerPhone
{
    position: absolute;
    right: 0;
    top: 10px;
    border: 0;
}
.headerBBB
{
    position: absolute;
    right: 0px;
    bottom: 4px;
    border: 0;
}
.pageTag
{
    
    height: 356px;
    width: 962px;
    margin: 0 auto;
    position: relative;
     z-index: 2;
}
.border
{
    width: 194px;
    height: 1315px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
}
.border-left
{
    background-image: url('../img/border-left.png');
    margin-left: -194px;
    left: 0;
}
.border-right
{
    background-image: url('../img/border-right.png');
    margin-right: -194px;
    right: 0;
}
.content
{
   
    margin: 0 auto;
    margin-top: -56px;
    width: 962px;
    background-image: url('../img/texture-white.png');
    background-repeat: repeat;
   
    position: relative;
}

.content-left
{
    float: left;
    width: 362px;
    margin-left: 20px;
    margin-top: 80px;
}
.content-right
{
    float: right;
    width: 544px;
    margin-right: 20px;
    margin-top: 80px;
}
.content-panel
{
    width: 322px;
    padding: 10px 20px 10px 20px;
    background-color: #f7f6e8;
    border-radius: 5px;
    -moz-box-shadow: 2px 2px 2px #d9dbda;
    -webkit-box-shadow: 2px 2px 2px #d9dbda;
    box-shadow: 2px 2px 2px #d9dbda;
    margin-bottom: 20px;
    font-family: Arial;
    color: #333333;
    position:relative;
}
.consultation
{
    background-color: #f7f6e8;
}
.testimonial
{
    background-color: #deecf1;
}
.closure
{
    background-color: #f6e4ac;
   
}
.question
{
    background-color: #e3edde;
}
.clearAll
{
    clear: both;
}

.pullquote
{
    border-bottom: 1px solid #5a5a5a;
    border-top: 1px solid #5a5a5a;
    font-size: 1.3em;
    font-weight: bold;
    padding: 20px 15px 20px 15px;
    text-align: center;
}
.emphasis
{
    font-size: 1.1em;
    font-weight: bold;
}
.blue
{
    color: #1957aa;
}
.darkblue
{
    color:#121d44;
    
}
.textshadow
{
    text-shadow: #fff -1px -1px 1px;
}
.bullets
{
    width: 580px;
    height: 210px;
    margin-left: -10px;
}
.phone
{
    color: #5b8307;
    font-size: 1.4em;
    font-weight: bold;
}
.phone a
{
     color: #5b8307;
     text-decoration:none;
}
.center
{
    text-align: center;
}

.quote
{
   
   font-family: Georgia;
   font-weight:bold;
   font-size:1.2em;
}

.input
{
    background-color:#f7f6e8;
    border: 1px solid #333333;
    width:250px;
    font-size:14px;
    height:20px;   
}
.textarea
{
     background-color:#f7f6e8;
    border: 1px solid #333333;
    width:250px;
    font-size:14px;
    height:60px;   
}


.footer
{
    background-image: url('../img/footer-background.png');
    background-repeat: no-repeat;
    height:142px;
    width:962px;
}
.footer p
{
    margin-top:5px;
    color:White;
    font-size:0.8em;
}
.footerFoot
{
    background-image: url('../img/footer-base.png');
    background-repeat: no-repeat;
    height:10px;
    width:962px;
    margin-top:-10px;
}

.left
{
    float:left;
    margin-left:30px;
    margin-top:20px;
}
.footerDivider
{
   background-color:#103d7a;
    width:1px;
    height:100px;
    margin-top:20px;
    border-right:1px solid #3f84e0;
}
td
{
    text-align:left;
    vertical-align:top;
    padding:2px;
}
.error
{
    color:Red;
    font-size:0.7em;
    font-weight:bold;
  
}

.appleLink a
{
    color:#fff;
    text-decoration:none;
}