﻿#master {
    position: relative;
}

html, body, form, .off-canvas-wrap, .inner-wrap {
    min-height: 100%;
}

body {
    background-image: url('/Portals/3/Images/pageBg.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #99d5ef;
    background-attachment: fixed;
}

h1#company-name {
    color: #a29c4d;
    font-family: 'Times New Roman';
    font-size: 30px;
    text-align: center;
}

    h1#company-name > span.larger {
        font-size: 34px;
    }

.cursive {
    font-family: 'Dancing Script', cursive;
    font-weight: bold;
}

#slider-par {
    background: rgba(255,255,255,0.5);
    min-height: 50px;
    padding: 15px;
    margin-bottom: 0px;
    display: none;
}

a.button{
    color: white;
}

#main-content {
    background-color: #f4f1e8;
}

#inner-content {
    padding: 10px;
    padding-bottom: 30px;
}

.exp-text {
    text-align: center;
    color: #345556;
    font-size: 24pt;
    font-style: italic;
    font-family: Times New Roman;
    line-height: normal;
    padding-bottom: 10px;
}

.ta-right {
    text-align: center;
    padding-bottom: 10px;
}

.vp-right {
    text-align: center;
    padding-bottom: 10px;
}

#CDSWIDCOE {
    margin: 0px auto 10px auto !important;
}

#CDSWIDEXC {
    width: auto !important;
    margin: 0px !important;
}

#footer {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 0px;
    color: #333;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
}

    #footer a {
        color: inherit;
    }

    #side-bar{
        display: none;
    }
    #right-col{
        padding-left: 15px;
        padding-right: 15px;
    }
    #TA_selfserveprop653{
        display: none;
    }
#contact-info{
        padding-top: 10px;
    padding-bottom: 20px;
    color: #333;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
}

.quick-form {
    background: rgb(183, 168, 109);
	background: rgba(183, 168, 109, 0.9);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5b7a86d, endColorstr=#e5b7a86d);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5b7a86d, endColorstr=#e5b7a86d)";
    padding: 10px;
    margin-bottom: 15px;
    display: none;
}
.quick-title {
    font-weight: bold;
    display: inline-block;
    line-height: 18px;
    padding-top: 3px;
    margin-right: 10px;
}
a.goButton {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #af3726;
    color: white;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
}
.datePickers{
    margin-right: 10px;
}