﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);

html, body, form
{
    width: 100%;
    height: 100%;
}

body 
{
    font-family: 'Open Sans', sans-serif;
    background-color: #c1bba5;
    color: #222;
    font-size: 14px;
    line-height: 21px;
}
.pagewrap
{
    min-height: 100%;
	height: auto !important;
	height: 100%;
    width: 100%;
    margin: 0 auto -230px; /* the bottom margin is the negative value of the footer's height */
}
.pagetopwrap {
    display: block;
    width: 100%;
    height: 400px;
    margin: 0 auto;
}
.pagetop
{
    display: block;
    width: 950px;
    height: 240px;
    margin: 0 auto;
    padding: 120px 0 0 0;
}
.logo
{
    display: block;
    margin: 0 auto;
}

.contentwrap
{
    width: 950px;
    overflow: hidden;
    margin: 0 auto 30px;
}
.push
{
    height: 230px;
}
.footerwrap
{
    width: 100%;
    height: 230px;
    margin: 0 auto;
}
.footer {
    width: 950px;
    height: 230px;
    margin: 0 auto;
    background-color: #eee;
    -moz-border-radius-topleft: 25px;
    -webkit-border-top-left-radius: 25px;
    border-top-left-radius: 25px;
    -moz-border-radius-topright: 25px;
    -webkit-border-top-right-radius: 25px;
    border-top-right-radius: 25px;
}

h1, h2, h3, h4, h5, h6
{
    font-weight: normal;
    margin: 0 0 0.25em 0;
    text-transform: uppercase;
    line-height: 1.25em;
}
h1
{
    font-size: 23px;
}
h2
{
    font-size: 18px;
}
h3
{
    font-size: 16px;
}
h4
{
    font-size: 16px;
}
p
{
    margin: 0 0 10px 0;
}
hr{border:none;border-top:solid 1px #ddd;margin:7px 0 7px;width:100%}


/* List Styles */

ol, ul
{
    padding: 0px;
    margin: 0 0 21px 20px;
    list-style:url('/assets/img/li.gif')
}


/* Link Styles */

a {color: #333;}
a:link, a:visited {color: #333;}
a:hover, a:focus, a:active { color: #888;text-decoration: none; }

/* Global Styles */
.float-left { float: left !important; }
.float-right { float: right !important; }
.display-none { display: none !important; }
.text-align-center { text-align: center !important; }
.text-align-right { text-align: right !important; }
.uppercase { text-transform: uppercase; }
.engraved { text-shadow: 0 1px 0 #ddd; }

/* Color Styles */
.red { color: #d10000 !important; }
.blue { color: #42b3e5 !important; }
.bgTaupe { color: #c1bba5;}
.bgOrange { background-color: orange !important; }
.bgGreen { background-color: greenyellow !important; }
.bgBlue { background-color: #00b9ef !important;color: #fff;}
.bgLightBlue { background-color: #7bbfff !important;color: #fff;}
.bgMediumBlue { background-color: #007ec8 !important;color: #fff;}
.bgYellow { background-color: yellow !important; }

.container {
    display: block;
    width: 950px;
    margin: 0 auto;
}
.row {
    display: block;
    width: 950px;
    clear: both;
}
.address {
    display: block;
    width: 400px;
    height: 80px;
    margin: 0 auto 50px;
}
.address .left {
    display: block;
    float: left;
    width: 200px;
    text-align: center;
}
.address .right {
    display: block;
    float: right;
    width: 200px;
    text-align: center;
}
.payoff {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.quote 
{
    font-family: "Georgia", serif;
    font-size: 18px;
    font-style: italic;
    line-height: 32px;
    text-align: center;
}
.label-uc 
{
    position: absolute;
    top:0;
    left:0;
    display: block;
    float: left;
    width: 405px;
    height: 242px;
    background: transparent url('/assets/img/label-uc.png') no-repeat;
}