﻿
@font-face {
    font-family: TradeGothic18;
    src: url(../Fonts/TradeGothicNo.18-Condensed.ttf);
}

body {
    font-family: TradeGothic18;
    padding: 0;
    font-size: 11pt;
    width: 1100px;
}

div {
    white-space: nowrap;
}

.image1 {
    position: absolute;
    float: right;
    padding: 10px;
    top: 57px;
    height: 320px;
}

#H1 {
    font-size: 14pt;
    margin-left: 60px;
}

#DivCheckItems {
    max-width: 650px;
    line-height: 1.5;
    margin-left: 60px;
}

.checkbox {
    margin-right: 5px;
}

#DivConnectRewards {
    /* Override nowrap */
    white-space: normal;
    /* The next 2 lines (margin-left and text-indent) allow the word-wrapped 
        line to be indented and aligned with the text of the first line, the
        values need to be exact opposites to align properly */
    margin-left: 22px;
    text-indent: -22px;
}

#Supplies {
    font-size: 8pt;
    margin-left: 60px;
}

#NameAddress {
    font-size: 11pt;
    margin-left: 60px;
    line-height: 1.75;
}

#fName {
    position: absolute;
    left: 160px;
    width: 250px;
}

#lName {
    position: absolute;
    left: 160px;
    width: 250px;
}

#Address {
    position: absolute;
    left: 160px;
    width: 250px;
}

#Apartment {
    position: absolute;
    left: 160px;
    width: 250px;
}

#ApartmentName {
    position: absolute;
    left: 160px;
    width: 250px;
}

#City {
    position: absolute;
    left: 160px;
    width: 250px;
}

#DropDownListState {
    position: absolute;
    left: 160px;
    width: 250px;
}

#Zip {
    position: absolute;
    left: 160px;
    width: 250px;
}

#Email {
    position: absolute;
    left: 160px;
    width: 250px;
}

.validator {
    position: absolute;
    left: 400px;
    color: red;
}

#divSurvey {
    position: relative;
    left: 60px;
}

#DivImageFreq {
    position: relative;
    float: left;
    width: 900px;
}

#divImage2 {
    position: relative;
    float: left;
    padding: 10px;
    height: 281px;
}

.image2 {
    height: 280px;
}

#divServs {
    position: relative;
    float: left;
    padding: 10px;
    height: 281px;
}

#H2 {
    position: relative;
    left: 20px;
    font-size: 14pt;
     padding-top: 70px;
}

#DivCheckFrequency {
    line-height: 1.5;
    position: relative;
    left: 20px;
}

#H3 {
    position: relative;
    float: left;
    width: 900px;
    
    /*width: 840px;
    left: 60px;*/
    font-size: 14pt;
    padding-top: 15px;
    padding-bottom: 15px;
}

#DivNew {
    line-height: 1.5;
    position: relative;
    float: left;
    width: 900px;
}

#H4 {
    position: relative;
    float: left;
    width: 900px;
    
    /*width: 840px;
    left: 60px;*/
    font-size: 14pt;
    padding-top: 15px;
    padding-bottom: 15px;
}

#DivLearn {
    line-height: 1.5;
    position: relative;
    float: left;
    width: 900px;
}
#DivEventName {
    position: relative;
    float: left;
    width: 877px;
     left: 21px;
}
#H5 {
    position: relative;
    float: left;
   width: 900px;
    
    /*width: 840px;
    left: 60px;*/
    font-size: 14pt;
    padding-top: 30px;
    padding-bottom: 15px;
}

#DivFactors {
    line-height: 1.5;
    position: relative;
    float: left;
    width: 900px;
}

#SubmitButton {
    left: 60px;
    padding-top: 20px;
    line-height: 1.5;
    position: relative;
    float: left;
    width: 900px;
}

.submit {
    position: relative;
    left: 230px;
    top: 0px;
}

#DivThankYou {
    left: 60px;
    padding-top: 20px;
    line-height: 1.5;
    position: relative;
    float: left;
    width: 900px;
}

#DivFooter {
    position: relative;
    float: left;
    width: 800px;
    left: 185px;
}

/* FOR TESTING */
/*border-top-color: red;
    border-bottom-color: red;
    border-left-color: red;
    border-right-color: red;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-right-width: medium;*/
/* FOR TESTING */
/*border-top-color: green;
    border-bottom-color: green;
    border-left-color: green;
    border-right-color: green;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-right-width: medium;*/
