html, body{
  padding: 0;
  margin: 0;
  background-color: #fff;
  margin-top:5px;
}
#myContent{
    width: 900px;
    margin: 0 auto 0;
}
#pageContainer {
    width: 900px;
    background-color: #fff;
}
#theForm {
    display: block;
}

#header {
	display: inline-block;
	width: 100%;
    background-color: transparent;
}

#container {
    width: 900px; margin: 0 auto;
    background-color: #fff;
    border: none;
}
.donationPageBody #container, .programPageBody #container {width: 900px;}

/*-----------------------------------------------------------------------------+
|                                Header Images                                 |
+-----------------------------------------------------------------------------*/
#headerImg1, #headerImg2, #headerImg3, #headerImg4, #headerImg5{
    display: none;
}
#headerImg1 {
    background-image: url("/images/charity/wnit/logo.jpg");
    background-repeat: no-repeat;
    display: inline-block;
    height: 125px;
    width: 125px;
    background-color: transparent;
    padding:5px;
}
/* ------------------------ 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: 125px;
    left: 0;
    position: absolute;
    top: 0;
    width: 130px;
}

#headerHR{
  display:none;
}

/*-----------------------------------------------------------------------------+
|                                  Menu stuff                                  |
+-----------------------------------------------------------------------------*/
#navRow {
    margin: 0;
    background:#004789;
    text-align: center;
    height: 35px;
    padding: 0 25px;
}
#navRow div {
}
#navRow a, #navContact a, #charity_phone{
	color: #fff;
    padding: 10px;
    line-height: 1.5em;
    font-size: 16px;
    text-decoration: none;
    display: block;
    float: left;
    font-weight: normal;
    height: .95em;
    /*color: #E0E0E0;
    text-transform: uppercase;
    line-height: 15px;
    height: 15px;*/
}

#navRow a:hover {
    background-color: #0d67bc;
}

#navLinks {
  font-style: normal;
  height:20px;
  /*font-size: 14px;
  font-family: arial,serif;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  float: left;*/
}

#navContact{
    /*display: inline-block;
    font-size: 14px;
    float:right;
    margin-right: 0;
    padding: 0;*/
}
#navContact a {
    /*float: right;
    line-height: auto;
    border-right: 0;
    border*/
}
#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:block;
}

.pipeSep{
    display: none;
}

/* I'm putting the truck background and the h2 stuff together to more easily change the colors*/
.truckBackground{
  background-color: #004789;
}
.H2, .programPageBody h1 {
    color: #000;
    font-size: 22px;
    line-height: 1.5em;
    font-style: normal; /* To get rid of default italics */
}

.progressText a{
    text-decoration: none;
}
.progressText a:hover{
   /*color: #884356;
   text-decoration: none;*/
}

.fieldset{
    background-color: #fff;
}
#columnRight {
    width: auto;
    padding: 10px 20px;
	float: none;
}
#columnLeft {
    display: none;
}
#content {
    padding-top: 0px;
    padding-bottom: 30px;
}
#content h1{
    color:#004789;
}

.affilName, .donateThankyou, .inputsAndTestimonials {
    background-color: #fff;
}
.affilName {
    display: none; /* this should be set on charities that have no affiliate for easier styling */
}
.donateThankyou {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.inputsAndTestimonials {
}
.inputsAndTestimonials h1{
    color:#004789;
    padding-top: 0px;
}
.inputsAndTestimonials a {
}

#breadcrumb {
	display: none;
}
#letter {
	margin-top: 15px;
}
p {
	margin: 10px 0;
}

/*------------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;    
        background-position: center center;
        width: 100%;
    }
    #headerImgLink {
        left: 0;
        top: 0;
        width: 100%;
    }
    #navRow {padding: 0;}
    #navLinks.navLinks {margin: 0px;}
    #navLinks a {
        font-size: 1.1em;
        padding: 10px 10px;
    }
    #navLinks a:first-child {padding:10px 10px;}
    #navContact.navContact > a {
        font-size: 1.2em;
        padding-top:6px;
    }
    #charity_phone {
        font-size: 1.2em;
        padding: .5em .75em;
    }
    #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) {
    /* background-color - according to charity */
    #navContact {
        background-color: #004789;
        border-top: 1px solid #000;
        float: left;
        margin-top: 0px;
        width: 100%;
        padding:0px;
    }
    #navContact > a {
        color: #FFF;
        float: right;
    }
    #navLinks a {
        font-size: 1.1em;
        padding: 10px 5px;
    }
    #navLinks.navLinks{height:100%;}
    #charity_phone {
        color: #FFF;
    }
    .infoPageBody #content > h1 {margin-top: 1.5em;}
}
/*----------------------End Override-----------------------*/

