/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}body {
     line-height: 1;
     font-family: 'Open Sans', sans-serif;
    background-color: #d4d4d3;
 }
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.container {
    width:1037px;
    margin:0 auto;
    position:relative;
    background-color: #003b5d;
    padding-bottom: 27px;
    box-shadow: 0 0 3px 2px #555;
}

#formContainer {
    position: absolute;
    left: 688px;
    width: 332px;
    background-color: #ffffff;
    z-index:10;

}

#formInner {
    width: 316px;
    margin: 7px 6px;
    background-color: #ebf4f5;
}

#formHeader {
    background-color: #003b5d;
    color: #ffffff;
    padding: 21px;
    font-size: 30px;
    font-weight: bold;
}

#formArrow {
    background-image: url("images/form-lower.jpg");
    width: 316px;
    height: 26px;
    display: block;
}

#formContent {
    padding: 18px 16px;
}

#formContent p {
    font-size: small;
}

#banner {
    width: 1037px;
    height: 400px;
    background-image: url("images/banner-bg.jpg");
    display: block;
    z-index:0;
}

#bannerText {
    color:#ffffff;
    z-index:5;
    margin-left: 23px;
    padding-top: 100px;
    width: 440px;
}

#bannerText h1 {
    font-size: 30px;
    margin-bottom:10px;
    font-weight: 700;
}

#bannerText p {
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
}
#midContainer {
    margin-top:41px;
    margin-bottom: 97px;
    background-color: #ffffff;
    width: 1037px;
}

#mainCopy {
    padding-left:23px;
    padding-top: 30px;
    background-color: white;
    width:625px;
    display:block;
}

#mainCopy h1 {
    color: #003b5d;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 18px;
}

#bluedog {
    float:left;
    width: 228px;
    height: 195px;
    background-image: url("images/puppy1.jpg");
}

#bluecopy  {
    padding: 30px 15px;
    line-height: 1.4;
}

.bluetext {
    color: #14aee0;
    font-weight: bold;
}

#topSpacer {
    height: 21px;
    background-color: #003b5d;
}

#footerSpacer {
    height: 97px;
    background-color: #003b5d;
}

#greendog {
    clear: both;
    width:625px;
    height:370px;
    background-image: url("images/puppy2.jpg");
    display:block;
}

#greencopy {
    width: 385px;
    padding-left:16px;
    padding-top:104px;
    line-height: 1.4;
}

.greentext {
    color: #9dbf60;
    font-weight: bold;
}

#purpledog {
    float:left;
    width: 228px;
    height: 278px;
    background-image: url("images/puppy3.jpg");
}

#purplecopy  {
    padding: 47px 22px;
    line-height: 1.4;
}

.purpletext {
    color: #763c91;
    font-weight: bold;
}
#finalBit {
    clear: both;
}

.question {
    color: #003b5d;
    margin-bottom: 20px;
    line-height: 19px;
    font-weight: 600;
}

.question label {
    color: black;
}
.question ul {
    list-style: none;
    list-style-image: none;
    padding:0px;
    font-weight: 400;
}

.question li {
    list-style-type: none;
    line-height: 25px;
}

.leadInfo {
    line-height: 18px;
    color: #000000;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    padding: 8px;
    margin-bottom: 4px;
    width:264px;

}

#formSubmit {
    border-radius: 19px;
    height: 20px;
    background-color: #14aee0;
    color: #ffffff;
    padding-top:9px;
    padding-bottom:9px;
    text-align: center;
    font-weight: bold;
    margin: 15px auto;
    width: 180px;
    cursor:pointer;
}

.successContainer {
    width: 1037px;
    height: 450px;
    background-image: url("images/success-bg.jpg");

}
.successBody {
    margin-left: 40px;
    margin-top: 95px;
    width: 415px;
    display: inline-block;
}
.successBody h1 {
    color: #003b5d;
    font-size: 35px;
    font-weight: bold;
    padding-bottom: 18px;
}

.successBody p {
    line-height: 24px;
}

.successBody ul {
    margin-top:15px;
    list-style: disc ;
    padding-left:40px;
}

.successBody ul li {
    color: #14ade0;
    line-height:30px;
}

.successBody ul li a {
    color:black;
    text-decoration: underline dashed;
}

.successFooter {
    height: 40px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding:20px;
}