﻿html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #F5F8FC;
    background-image: linear-gradient(to bottom, #F5F8FC 0%, #D9DEE2 100%);
    font: normal 89% "Helvetica Neue","Segoe UI",Helvetica,Verdana,san-serif;
}

a:link, a:visited, a:active, span.link {
    color: #4640cf
}

#pageWrap {
    padding: 15px 20px;
    box-sizing: border-box;
}

header div { vertical-align: bottom; }
#headerLogo {
    display: table-cell;
    padding-right: 30px;
    width: 243px;
    height: 64px;
    background: url('cplogo.jpg') no-repeat;
}

.tabButton {
    display: inline-block;
    padding: 7px 12px;
    margin-right: 8px;
    text-align: center;
    background-color: #f4eefa;
    border-width: 1px;
    border-style: solid solid none solid;
    color: #5d299a;
    font-weight: bold;
    font-size: 1em;
    font-family: 'Arial';
    cursor: pointer;
}
.tabButton.selected {
    background-color: #826bb5;
    border: none;
    color: white;
    padding-top: 8px;
    padding-bottom: 8px;
}

.tabContent {
    background-color: #fbfbfb;
    padding: 10px;
    border: 1px solid #885fb7;
    margin-top: -1px;
    display: none;
}
.tabContent.selected { display: block; }
.tabContent .heading {
    font-size: 1.02em;
    margin-top: 0;
    line-height: 23px;
}

.col { display: table-cell; }
.row { display: table-row; }

.propList p {
    padding: 2px 5px 12px 5px;
    margin: 0;
    border-top: 1px solid #dbd5e6;
}
.propList p:nth-of-type(odd) { background: #f2f0f6; }

.propList .county {
    font-size: 1.1em;
    color: #5d299a;
    margin: 10px 0;
}

#paypalNote {
    width: 80%;
    margin-bottom: 28px;
    line-height: 23px;
}
#payTab .col {
    vertical-align: top;
    padding: 5px 24px 10px 24px;
    border-right: 2px solid #885FB7;
}
#payTab .col:first-of-type { padding-left: 0; }
#payTab h3 { margin: 1px 0 6px 0; }
#payTab form { margin: 20px 0 12px 5px; }
#mailPay { margin: 1px 0 7px 0; }

#appForms { margin: 20px 0 14px 10px; }
#appForms a { margin-right: 24px; }