@import "/css/no-nav-static.css";

.slideshow-demo {
    float:left;
    background:none;
    width:265px;
    height: 500px;
}
#slideshow {
    margin:50px 0 0 60px;
    width:195px;
    height:180px;
}
#slideshow img{
    width:195px;
    height:180px;
}
.talk-bubble {
    position:absolute;
    top:80px;
    left:10px;
    background: transparent url(../img/talk-bubble.png) no-repeat 0 0;
    width:325px;
    height:350px;
    margin: 10px 0 0 0;
}
.contact-area {
    position:absolute;
    top:80px;
    left:387px;
    background: transparent url(../img/contact-area.jpg) no-repeat 0 0;
    width:473px;
    height:430px;
    margin: 0 0 0 0;
    padding:15px 0 0 0;
}
.thank-you-box {
    position:absolute;
    top:80px;
    left:387px;
    background: transparent url(../img/thank-you-area.jpg) no-repeat 0 0;
    width:473px;
    height:430px;
    margin: 0 0 0 0;
    padding:15px 0 0 0;
}
.content-top h1 {
    text-align:center;
    margin:25px 0px 10px 40px;
    padding:0;
    height:45px;
    font-size:200%;
    color:#444444;
}
div > .content-top h1 {
    margin:15px 0px 10px 40px;
}
.content-top p {
    margin:0;
    padding:0px 30px 10px 30px;
}
.thank-you-box p {
    padding:30px 30px;
}
.offer-wording {
    margin:0;
    padding:20px 0 0 0;
    height:110px;
    overflow:hidden;
    font-size:97%;
}
.input-fields {
    padding: 0 0 0 3px;
    margin: 5px 10px 2px 0;
}
label {
    display:block;
    float:left;
    height:1em;
    padding: 3px 10px 0 0;
    margin: 0 20px 2px 0;
    text-align:right;
    width:150px;
    font-weight:bold;
}
label.error {
    color:#b11717;
}
.contact-input-text {
    background: transparent url(/site/img/input.png) no-repeat 0 0;
    width:247px;
    border:none;
    padding: 6px 0px 7px 5px;
    margin: 1px 0 0px 5px;
}
.contact-input-submit {
    font-size:95%;
    float:right;
    padding: 0 0 10px 0;
    margin:5px 25px 0 0;
}
div > .contact-input-submit {
    margin:5px 50px 0 0;
}
.contact-input-dropdown {
    margin: 1px 0 3px 5px;
    padding:2px;
    width:250px;
}
.error-message {
    font-size:80%;
    color:#b11717;
    width:100px;
    margin: 15px 0 0 50px;
}