.alignMid {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.left {
    float: left;
}
.right {
    float: right;
}

legend {
    font-size: .9em;
}

fieldset {
    margin-bottom: 20px;
}
#sortable, #sortable2 {
     list-style: none !important;
     list-style-type: none !important;
}
.padLeft {
    padding-left: 40px;
    font-weight: bold;
}

#ideas {
    margin-top: 20px;
}

#submitButton {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100px;
    height: 50px;
}
h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}


#header1 {
    background-image: url("..//climate_pillar.jpg");
    background-repeat: no-repeat;
}

#header2 {
    background-image: url("..//jobs_pillar.jpg");
    background-repeat: no-repeat;
}

#header3 {
    background-image: url("..//water_pillar.jpg");
    background-repeat: no-repeat;
}

#header4 {
    background-image: url("..//nature_pillar.jpg");
    background-repeat: no-repeat;
}

#emailSection {
    margin-top: 30px;
}

.ui-accordion .ui-accordion-header {
    padding: .8em .5em .8em 4em;
}

.topMargin {
    margin-top: 20px;
}