html {
    background-color: #FDBB30;
    margin: 0;
    padding: 0;
}
body {
    background: url("/images/charity/csf/content_background.gif") repeat-x top center #FDBB30;
    height: auto;
    margin: 0;
    padding: 32px 0 0;
}
#myContent {
    background-color: #fff;
    margin: 0 auto 0;
    width: 900px;
}
#pageContainer {
    background-color: #fff;
    width: 900px;
}
#theForm {
    display: block;
}
#header {
    background-color: #fff;
    height: 155px;
}
#theForm .headerBar {
    height: 1px;
    margin-top: 142px;
}
#container {
    background-color: transparent;
    border: none;
    margin: 0 auto;
    width: 900px; 
}
.donationPageBody #container, .programPageBody #container {width: 900px;}
/*-----------------------------------------------------------------------------+
|                                Header Images                                 |
+-----------------------------------------------------------------------------*/
#headerImg1, #headerImg3, #headerImg4, #headerImg5 {
    display: none;
}
#headerImg2 {
    background-image: url("/images/charity/csf/header-image.gif");
    background-repeat: no-repeat;
    display: inline-block;
    height: 65px;
    width:267px;
    margin: 31px 45px 28px;
    background-color: transparent;
}
/* ------------------------ 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: 65px;
    left: 44px;
    position: absolute;
    top: 31px;
    width: 268px;
}
#headerHR {display:none;}
/*-----------------------------------------------------------------------------+
|                                  Menu stuff                                  |
+-----------------------------------------------------------------------------*/
#navRow {
    margin-top: 0;
    margin: 0 auto;
    background:transparent;
    text-align: center;
    margin-top: 7px;
    background-color: #F8981D;
    height: 25px;
    margin: 0 44px 20px;
}
#navRow a, #navContact a, #charity_phone {
    color: #fff;
    display: inline-block;
    float: left;
    font-family: Helvetica,Arial,sans-serif;
    padding: 4px 15px 2px;
    text-decoration: none;
}
#navRow a:hover {background-color: #900000;}
#navLinks {
    display: inline-block;
    float: left;
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
    font-family: arial,serif;
    margin: 0 auto;
    text-align: center;
}
#navLinks a {
    padding-bottom: 4px;
    padding-top: 4px;
}
#navContact {
    display: inline-block;
    float:right;
    font-size: 14px;
    margin-right: 0;
    padding: 0;
}
#navContact a {
    border-right: 0;
    float: right;
    line-height: auto;
    padding-bottom: 4px;
    padding-top: 4px;
}
#navContact a:hover {text-decoration: none;}
/* ------------------------ End Menu Stuff ----------------------------------------- */
/*
  hide test server so i dont have to delete it every time i hit f5 while testing 
*/
#testServer {
    display:none;
}
.pipeSep {
    display: none;
}
/* I don't see this anywhere when I use firebug, I'll considering getting rid of this "temp" imgHack in the future 
   UPDATE ... It's being used on the older donation process, I can get rid of it as on all newer charities */
.tempImgHack {display:none;}
/* I'm putting the truck background and the h2 stuff together to more easily change the colors*/
.truckBackground {
    background-color: #F8981D;
}
.H2, .programPageBody h1 {
    color: #FC8800;
    font-style: normal; /* To get rid of default italics */
    line-height: 14px;
}
.progressText a {
    text-decoration: none;
}
.progressText a:hover {/*color: #884356;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;
}
.affilName {
    display: none; /* this should be set on charities that have no affiliate for easier styling */
}
.donateThankyou {
  text-align:center;
}
.inputsAndTestimonials {}
.inputsAndTestimonials a {}
#footer {
    background-color: #fff;
    margin:0 auto;
    padding-top: 50px;
    width: 880px;
}
#footer .copy:first-child {
    margin-top: 0 !important;
}
#breadcrumb {
    display: none;
}
#letter {
    margin-top: 15px;
}
/*------------Override for smaller screen sizes------------*/
@media all and (max-width: 930px) {
    #container {
        margin: 0 !important;
        max-width: 100%;
        padding: 0 0px !important;
        width: auto;
    }
    #navRow {
        margin: 0;
        width: 100%;
    }
    #myContent {
        width: auto;
    }
    .donate2 .donateThankyou, .donate3 .donateThankyou {
        margin: 0;
    }
    .donateThankyou > p {
        padding: 8px;
    }
    .formFauxColumnWrapper > #theForm {
        margin: 0;
    }
    .donate4 #theForm {
        margin-top: 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 {
        height: 130px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        text-align: center;
    }
    #headerImg2 {
        margin: 20px auto;
    }
    #headerImgLink {
        height: 105px;
        left: 0;
        top: 0;
        width: 100%;
    }
    #navRow {padding: 0;}
    #navLinks a {
        padding-left: 10px;
        padding-right: 10px;
    }
    #columnRight {padding: 0;}
    #columnRight > h1 {margin-top: 0;}
    /* End Headers/Links
    -------------------------------------------*/
    /* donateThankyou section
    -------------------------------------------*/
    .thankyouHeader {
        padding: 5px;
    }
    .donate-section.donateThankyou {margin: 0 auto;}
    /* 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;}
}
@media all and (max-width: 763px) {
    #navContact {
        float: left;
        width: 100%;
    }
    #navContact > a {
        color: #5B5B5B;
        float: right;
    }
    #navContact > a:hover {
        color: #FFF;
    }
    #charity_phone {
        color: #5B5B5B;
        padding-left: 10px;
    }
    #charity_phone a {
	color: #5B5B5B;
    }
    #charity_phone a:hover {
	color: #FFF;
    }
    .infoPageBody #content > h1 {margin-top: 1.5em;}
}
@media all and (max-width: 410px) {
    #navContact > a {
	float: left;
	padding-left: 10px;
    }
}
@media all and (max-width: 378px) {
    #pageheader {
        padding-bottom: 7px;
    }
}
/*----------------------End Override-----------------------*/
