body {
     font-family: arial, helvetica, sans-serif;
     line-height: 140%;
     background: url('../images/bkgnd.png');
     padding: 0;
     margin: 0;
     height: 100%;
     color: #14407e;
     text-align: center;
}

img {
    border: none;   
}

ul li
{
margin-left: 0;
padding-left: 0;
list-style: none;
padding-left: 40px;
background-image: url('../images/bullet.gif');
background-repeat: no-repeat;
background-position: 25px 6px;
line-height: 17px
}

div#page {
    background: url('../images/border.png') repeat-y;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-bottom: 100px;
    text-align: left;
}

div#content {
    margin: 0 75px 0 75px;
    padding: 5px 0 0 0; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #174685
}

div#header {
    margin: 0 62px 0 60px;
    clear: both;
    background: url('../images/banner.jpg') no-repeat;
    height: 156px;
}

div#nav {
    margin: -41px 62px 0px 212px;
}

div#nav img {
    margin-left: -4px;
}

div#subhead {
    height: 210px;
    margin: 0px 62px 0px 60px;
    margin-top: -6px;
}

div#subhead div#stories {
    font-family: Times New Roman, Times, Serif;
    font-size: 14px;
    font-style: italic;
    width: 220px;
    height: 210px;
    padding: 0 10px 0 10px;
    padding-top: 0px;
    line-height: 110%;
    background-color: #dbecfa;
    float: left;
}    

div#subhead div#stories p {
    padding-bottom: 10px;
}

div#subhead div#stories p.rightAl {
    margin-top: -10px;
}

div#subhead div#guarantee {
    background-color: #70b4eb;
    float: left;
    width: 342px;
    height: 210px;
    color: #dbecfa;
    font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    //cursor: pointer;
}

div#rightCol div#guarantee {
    background-color: #70b5eb;
    float: left;
    margin: 5px;
    width: 214px;
    color: #dbecfa;
    font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 150%;
    text-align: center;  
    margin-bottom: 0px;
    //cursor: pointer;
}

div#rightCol div#pricing {
    background-color: #ffffff;
    float: left;
    margin: 5px;
    margin-left: 8px;
    align: center;
    width: 212px;
    color: #dbecfa;
    font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    //cursor: pointer;
}

div#subhead div#product {
    float: left;
    background-color: #94c8f0;
    height: 210px;
}

div#main {
    margin: 0px 62px 0px 60px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    font-size: 90%;
}

div#subpage {
    margin: -22px 62px -10px 60px;
    padding: 0px 30px 15px 30px;
    position: relative;
    font-size: 90%;
    background: url('../images/fake-col.jpg') repeat-y;
}

div#main h1, div#subpage h1 {
    font-size: 30px;
    text-align: center;
    line-height: 140%
}

div#main h2, div#subpage h2 {
    border-left: 10px solid  #14407e;
    border-bottom: 3px solid  #14407e;
    font-size: 16px;
    padding-left: 10px   
}   

div#rightCol {
    width: 222px;
    float: right;
    text-align: center;
    margin-right: -30px;   
}

div#rightCol div.stories{
    font-family: Times New Roman, Times, Serif;
    font-size: 14px;
    font-style: italic;
    padding: 10px;
    text-align: left;
    line-height: 120%;
}

span.light {
    padding-right: 10px;
    border-bottom: 3px solid #14407e;
    padding-left: 12px;
}

span.dark {
    border-bottom: 3px solid #14407e;
    color: white;
    background:#14407e;
    padding-left: 10px;
    padding-right: 10px;   
}

div#beforeAfter {
    float: right;
    border: 1px solid #14407e;
    padding: 10px;
    margin-left: 15px;
    text-align: center;
    background-color: #dbecfa
}

div#beforeAfter div {
    text-align: center;
    font-family: Times New Roman, Times, Serif;
    font-style: italic; 

}

div#footer {
    position: absolute;
    bottom: 0;
    margin: 0px 62px 0px 60px;
    padding-left: -30px;
    height: 100px;
    background: url('../images/footBorder.jpg') repeat-x #70b5eb;
    width: 778px;
}

div#footer img {
    padding-top: 22px;
    padding-left: 15px;   
}

address {
    font-style: normal;
    float: left;
    padding-right: 40px;
}

.addressBox {
    padding-left:65px;
    padding-top: 16px;
    font-size: 10px;
    line-height: 110%;   
}

div#phone {
    clear: both;
    padding-top: 10px;
    text-align: center;
}

div#privacy {
    text-align: right;
    padding-top: 40px;
    padding-right: 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 110%;
}

.name {
    font-weight: bold;   
}

a {
    color:#14407e 
}

.leftFl {
    float: left;
}

.rightAl {
    text-align: right;
}