html, body {
    background-color: #fff;
    margin: 0;
    padding: 0;
}
#myContent {
    margin: 0 auto 0;
    width: 900px;
}
#pageContainer {
    background-color: #fff;
    width: 900px;
}
#theForm {display: block;}
#header {
    background-color: transparent;
    display: inline-block;
    width: 100%;
}
#container {
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4); 
    -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4); 
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4); 
    width: 900px; margin: 0 auto;
}
.donationPageBody #container, .programPageBody #container {width: 900px;}
/*-----------------------------------------------------------------------------+
|                                Header Images                                 |
+-----------------------------------------------------------------------------*/
#headerImg2, #headerImg3, #headerImg4, #headerImg5 {display: none;}
#headerImg1 {
    background-color: transparent;
    background-image: url("/images/charity/cars-for-charity/cars-for-charity-header-image.png");
    background-repeat: no-repeat;
    height: 122px;
    margin: 10px;
    width: 304px;
}
/* ------------------------ End Header Images ------------------------------------- */
/* If we want the header to be clickable to the charities website (new window) then we need to
    set display to block, position to absolute, and then size and position accordingly*/
#headerImgLink {
    display: block;
    height: 122px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 304px;
}
#headerHR {display: none;}
/*-----------------------------------------------------------------------------+
|                                  Menu stuff                                  |
+-----------------------------------------------------------------------------*/
#navRow {
    background:#167f77;
    height: 35px;
    margin: 0;
    padding: 0 25px;
    text-align: center;
}
#navRow a, #navContact a, #charity_phone {
    color: #FFF;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: normal;
    height: 1.5em;
    line-height: 1.5em;
    padding: 5px 15px;
    text-decoration: none;
}
#navRow a:hover {
    color: #f15a24;
}
#navContact a:hover {
    text-decoration: none;
}
#navLinks {
    font-style: normal;
}
/* ------------------------ End Menu Stuff ----------------------------------------- */
/*
  hide test server so i dont have to delete it every time i hit f5 while testing 
*/
#testServer {
    display: block;
}
.pipeSep {
    display: none;
}
/* I'm putting the truck background and the h2 stuff together to more easily change the colors*/
.truckBackground {
    background-color: #f15a24;
}
.H2, .programPageBody h1 {
    color: #000;
    font-size: 22px;
    font-style: normal; /* To get rid of default italics */
    line-height: 1.5em;
}
h1 {
    color: #f15a24;
}
.progressText a {text-decoration: none;}
.fieldset {
    background-color: #fff;
}
#columnRight {
    float: none;
    padding: 10px 20px;
    width: auto;
}
#columnRight div {font-size: 1.3em;}
#columnLeft {display: none;}
#content {
    padding-bottom: 30px;
}
.affilName, .donateThankyou, .inputsAndTestimonials {background-color: #fff;}
/* this should be set on charities that have no affiliate for easier styling */
.affilName {
    display: none;
}
.donateThankyou {
    text-align: center;
}
#breadcrumb {
    display: none;
}
#letter {
    margin-top: 15px;
}
p {margin: 10px 0;}
/* fix ios phone number padding */
#charity_phone a {padding: 0;}
#specialDonateButton{
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}
/*------------Override for smaller screen sizes------------*/
@media all and (max-width: 930px) {
    #container {
        margin: 0 !important;
        max-width: 100%;
        padding: 0 0px !important;
        width: auto;
    }
    #myContent {
        width: auto;
    }   
    .formFauxColumnWrapper > #theForm {margin: 0;} 
    .donate-subsection > .fieldset {
        display: block;
        padding: 0 5px;
        width: auto;
    }
    .donate4 #letter {
        padding-left: 10px;
        padding-right: 10px;
    }
    #pageheader {margin: 0 .5em .5em .5em;}
}
@media all and (max-width: 899px) {
    #container, #myContent {
        margin-top: 0;
        max-width: 100%;
        padding-top: 0 !important;
    }
    /* Headers/Links
    -------------------------------------------*/
    #header {
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }
    #headerImg1 {margin: 0 auto;}
    #headerImgLink {
        left: 0;
        top: 0;
        width: 100%;
    }
    #navRow {padding: 0;}
    #navLinks.navLinks {margin: 8px auto 0 auto;}
    #navLinks a {
        font-size: 1.1em;
        padding: 0 10px;
    }
    #navLinks a:first-child {padding: 0 10px;}
    #navContact {margin-top: 8px;}
    #navContact.navContact > a {
        font-size: 1.2em;
        padding: 0 10px 0 20px;
    }
    #charity_phone {
        font-size: 1.2em;
        padding: 0 0 0 10px;
    }
    #columnRight {padding: 0;}
    #columnRight > h1 {margin-top: 0;}
    /* End Headers/Links
    -------------------------------------------*/
    /* donateThankyou section
    -------------------------------------------*/
    .thankyouHeader {
        padding: 5px;
    }
    .donate-section.donateThankyou {margin: 0 auto;}
    .donate2 .donateThankyou, .donate3 .donateThankyou {
        margin: 0 15px;
    }
    /* remove for smaller screen sizes */
    .donate1 .donateThankyou > p {
        display: none;
    }
    .inputsAndTestimonials.donate-section {
        margin-top: 0;
    }
    /* End donateThankyou section
    -------------------------------------------*/
    /* back button for donationPageBody 2 & 3 */
    .back-button.gradient {width: auto;}
    /* used so text does not continue offscreen */
    .H2 {font-size: 1.4em;}
}
@media all and (max-width: 630px) {
.selector-label{
        display: inline-block;
        min-width: 100px;
    }
}
@media all and (max-width: 630px) {
    /* background-color - according to charity */
    #navContact {
        background-color: #000;
        border-top: 1px solid #000;
        float: left;
        margin-top: 6px;
        width: 100%;
    }
    #navContact > a {
        color: #FFF;
        float: right;
    }
    #charity_phone {
        color: #FFF;
    }
    .infoPageBody #content > h1 {margin-top: 1.5em;}
}
/*----------------------End Override-----------------------*/
