@charset "UTF-8";

/* CSS Document */

@font-face {
    font-family: 'MarydaleBold';
    src: url('fonts/marydalebold-webfont.eot');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MarydaleBold';
    src: url(//:) format('no404'), url('fonts/marydalebold-webfont.woff') format('woff'), url('fonts/marydalebold-webfont.ttf') format('truetype'), url('fonts/marydalebold-webfont.svgz#webfontg7NDiVdF') format('svg'), url('fonts/marydalebold-webfont.svg#webfontg7NDiVdF') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTStd75Bold';
    src: url('fonts/helveticaneueltstd-bd-webfont.eot');
    src: url('fonts/helveticaneueltstd-bd-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/helveticaneueltstd-bd-webfont.woff') format('woff'), url('fonts/helveticaneueltstd-bd-webfont.ttf') format('truetype'), url('fonts/helveticaneueltstd-bd-webfont.svg#HelveticaNeueLTStd75Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background: #d8e6da url('images/background.jpg') top center no-repeat;
    margin: 0;
    padding: 0;
}

sup {
    line-height: 0;
    vertical-align: top;
    font-size: 9px;
}

sub {
    line-height: 4em;
    vertical-align: bottom;
    font-size: 9px;
}

#wrapper {
    width: 960px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#states,
#comingSoon {
    width: 700px;
    height: auto;
    display: block;
    margin: 100px auto 0;
    position: relative;
}

#states h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #46a553;
    font-weight: 700;
    padding: 0 0 0 38px;
    text-shadow: 0px 0px 3px #74c47f;
    text-align: center;
}

a#iowa {
    background: url('images/states-sprite.png') top left no-repeat;
    background-position: 0px 10px;
    width: 241px;
    height: 185px;
    display: block;
    position: absolute;
    top: 50px;
    left: 150px;
}

a#iowa:hover {
    background: url('images/states-sprite.png') top left no-repeat;
    background-position: -5px -232px;
    width: 253px;
    height: 206px;
    display: block;
}

a#illinois {
    background: url('images/states-sprite.png') top left no-repeat;
    background-position: -255px 0px;
    width: 241px;
    height: 275px;
    display: block;
    position: absolute;
    top: 30px;
    right: 90px;
}

a#illinois:hover {
    background: url('images/states-sprite.png') top left no-repeat;
    background-position: -255px -280px;
    width: 241px;
    height: 275px;
    display: block;
}

#comingSoon {
    width: 960px;
    height: auto;
    display: block;
    margin: 100px auto 0;
    position: relative;
}

#comingSoon img {
    float: left;
    margin: 0 45px 0 0;
}

#comingSoon h1 {
    font-family: Arial, Helvetica, sans-serif;
    color: #46a553;
    font-size: 53px;
    font-weight: 700;
    padding-top: 100px;
    text-shadow: 0px 0px 3px #74c47f;
}

#buttonsharing {
    position: absolute;
    top: -40px;
    right: -30px;
}

#header {
    width: 960px;
    height: auto;
    margin: 50px 0 25px;
}

#header p {
    font-family: Arial, Helvetica, sans-serif;
    color: #46a553;
    font-size: 32px;
    padding-top: 10px;
    font-weight: 700;
}

ul#nav {
    background: url('images/nav_bg.gif') top left no-repeat;
    display: block;
    width: 387px;
    height: 37px;
    list-style: none;
    padding: 7px 0 0 0;
    margin: 10px 0 0 0;
    float: right;
}

ul#nav li {
    display: inline;
    padding: 0 20px;
    margin: 0;
    border-right: 1px solid #ffffff;
    float: left;
}

ul#nav li#first {
    padding: 0 20px 0 30px;
}

ul#nav li.last {
    border-right: none;
}

ul#nav li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
}

ul#nav li a:hover {
    text-shadow: 0px 0px 4px #11681d;
}

#left {
    width: 315px;
    height: auto;
    margin: 20px 0 0 0;
    padding: 0;
    float: left;
}

#left img {
    margin-bottom: 25px;
}

a.content-link {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    display: block;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

a.content-link:after {
    content: url('images/content-link-arrow.png') no-repeat;
    float: left;
    margin-right: 15px;
}

a.content-link:hover {
    text-shadow: 0px 0px 6px #74c47f;
}

a#orderMaterials {
    background: url('images/orderMaterials-sprite.png') top left no-repeat;
    background-position: 0px 0px;
    width: 213px;
    height: 33px;
    display: block;
}

a#orderMaterials:hover {
    background: url('images/orderMaterials-sprite.png') top left no-repeat;
    background-position: 0px -33px;
}

a#findDentist {
    background: url('images/findDentist-sprite.png') top left no-repeat;
    background-position: 0px 0px;
    width: 213px;
    height: 31px;
    display: block;
    margin-top: 15px;
}

a#findDentist:hover {
    background: url('images/findDentist-sprite.png') top left no-repeat;
    background-position: 0px -34px;
}

a#miniGrant {
    background: url('images/miniGrant-sprite.png') top left no-repeat;
    background-position: 0px 0px;
    width: 346px;
    height: 67px;
    display: block;
    margin-left: -9px;
}

a#miniGrant:hover {
    background: url('images/miniGrant-sprite.png') top left no-repeat;
    background-position: -2px -71px;
}

a#miniGrant2 {
    background: url('images/miniGrant-sprite2.png') top left no-repeat;
    background-position: 0px 0px;
    width: 346px;
    height: 67px;
    display: block;
    margin-left: -9px;
}

a#miniGrant2:hover {
    background: url('images/miniGrant-sprite2.png') top left no-repeat;
    background-position: -2px -71px;
}

#right {
    float: right;
    width: 167px;
    height: auto;
    display: block;
    margin: 18px 0 0 0;
}

a#pledgeButton {
    background: url('images/pledgeButton-sprite.png') top left no-repeat;
    background-position: 0px 0px;
    width: 167px;
    height: 125px;
    display: block;
    margin: 0 0 25px 0;
}

a#pledgeButton:hover {
    background: url('images/pledgeButton-sprite.png') top left no-repeat;
    background-position: 0px -131px;
}

a#donateButton {
    background: url('images/donateButton-sprite.png') top left no-repeat;
    background-position: 0px 0px;
    width: 167px;
    height: 99px;
    display: block;
    margin: 0 0 25px 0;
}

a#donateButton:hover {
    background: url('images/donateButton-sprite.png') top left no-repeat;
    background-position: 0px -100px;
}

a#findPediatricDentistButton {
    background: url('images/findPediatricDentistButton-sprite.png') top left no-repeat;
    background-position: 0px 0px;
    width: 314px;
    height: 87px;
    display: block;
    margin: 0 0 25px;
}

a#findPediatricDentistButton:hover {
    background: url('images/findPediatricDentistButton-sprite.png') top left no-repeat;
    background-position: 0px -93px;
}

a#newsCoverageButton {
    background: url('images/newsCoverageButton-sprite.png') top left no-repeat;
    background-position: 0px 0px;
    width: 167px;
    height: 99px;
    display: block;
    margin: 0 0 25px 0;
}

a#newsCoverageButton:hover {
    background: url('images/newsCoverageButton-sprite.png') top left no-repeat;
    background-position: 0px -107px;
}

a#blackHawkco {
    background: url('images/blackHawkCo.png') top left no-repeat;
    background-position: 0px 0px;
    width: 143px;
    height: 140px;
    display: block;
    margin: 25px 0 25px 0;
    float: right;
}

a#blackHawkco:hover {
    background: url('images/blackHawkCo.png') top left no-repeat;
    background-position: 0px -150px;
}

a#facebookButton {
    background: url('images/facebookButton-sprite.png') top left no-repeat;
    background-position: 0px 0px;
    width: 167px;
    height: 43px;
    display: block;
}

a#facebookButton:hover {
    background: url('images/facebookButton-sprite.png') top left no-repeat;
    background-position: 0px -47px;
}

#content {
    float: right;
    width: 440px;
    height: auto;
    display: block;
    margin: 0 0 50px 0;
}

a {
    color: #46a553;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

#content h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #46a553;
    font-weight: 700;
    padding: 0 0 0 38px;
    text-shadow: 0px 0px 3px #74c47f;
}

#content h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #46a553;
    font-weight: 400;
    padding: 0 0 20px 38px;
}

#content p {
    padding: 0 38px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #4a4a4a;
    line-height: 140%;
}

#content ul.bh {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #4a4a4a;
    line-height: 140%;
    margin-left: 55px;
    padding: 0 38px 0 0;
}

#content ul li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #4a4a4a;
    line-height: 140%;
    margin-left: 15px;
    padding: 0 38px 0 0;
}

#content ul.links li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #4a4a4a;
    line-height: 140%;
    margin-left: 25px;
    list-style: none;
}

#content #list ul.left {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #4a4a4a;
    line-height: 140%;
    margin-left: 20px;
    padding: 0 5px 0 5px;
    list-style: none;
}

#content #list ul.right {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #4a4a4a;
    line-height: 140%;
    margin-left: 15px;
    padding: 0 5px 0 0;
    list-style: none;
}

.header-arrow {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #46a553;
    padding: 0 0 0 38px;
}

.header-arrow:before {
    content: url('images/content-link-arrow.png') no-repeat;
    float: left;
    margin: 0 10px 10px 0;
}

.ui-accordion-header {
    outline: none;
}

h3.ui-accordion-header a {
    margin-left: 60px;
}

#content img.header {
    padding: 0 0 0 38px;
}

span.green {
    font-weight: bold;
    color: #46a553;
}

.ui-accordion-content ul.bh {
    margin-left: 77px !important;
}

a.back {
    background: #000000;
    color: #ffffff;
    padding: 5px 15px;
    text-decoration: none;
}

a {
    outline: none;
    border: none;
}

a#caregivers {
    background: url('images/resources-header-sprite.png') top left no-repeat;
    background-position: 0px 0px;
    width: 231px;
    height: 28px;
    display: block;
    margin: 0 0 0 38px;
    outline: none;
    border: none;
}

a#caregivers:hover {
    background: url('images/resources-header-sprite.png') top left no-repeat;
    background-position: 0px -28px;
}

a#dentists {
    background: url('images/resources-header-sprite.png') top left no-repeat;
    background-position: 0px -56px;
    width: 231px;
    height: 28px;
    display: block;
    margin: 0 0 0 39px;
    outline: none;
    border: none;
}

a#cedarfalls {
    background: url('images/BH-CedarFalls.png') top left no-repeat;
    background-position: 0px 0px;
    width: 200px;
    height: 24px;
    display: block;
    outline: none;
    border: none;
}

a#waverly {
    background: url('images/BH-Waverly.png') top left no-repeat;
    background-position: 0px 0px;
    width: 200px;
    height: 24px;
    display: block;
    outline: none;
    border: none;
}

a#hudson {
    background: url('images/BH-Hudson.png') top left no-repeat;
    background-position: 0px 0px;
    width: 200px;
    height: 24px;
    display: block;
    outline: none;
    border: none;
}

a#waterloo {
    background: url('images/BH-Waterloo.png') top left no-repeat;
    background-position: 0px 0px;
    width: 200px;
    height: 24px;
    display: block;
    outline: none;
    border: none;
}

a#evansdale {
    background: url('images/BH-Evansdale.png') top left no-repeat;
    background-position: 0px 0px;
    width: 200px;
    height: 24px;
    display: block;
    outline: none;
    border: none;
}

a#dentists:hover {
    background: url('images/resources-header-sprite.png') top left no-repeat;
    background-position: 0px -85px;
}

a#learnMore1 {
    background: url('images/learnMore-header-sprite.png') top left no-repeat;
    background-position: 0px 0px;
    width: 303px;
    height: 28px;
    display: block;
    margin: 0 0 0 38px;
    outline: none;
    border: none;
}

a#learnMore1:hover {
    background: url('images/learnMore-header-sprite.png') top left no-repeat;
    background-position: 0px -28px;
}

a#learnMore2 {
    background: url('images/learnMore-header-sprite.png') top left no-repeat;
    background-position: 0px -56px;
    width: 303px;
    height: 28px;
    display: block;
    margin: 0 0 0 39px;
    outline: none;
    border: none;
}

a#learnMore2:hover {
    background: url('images/learnMore-header-sprite.png') top left no-repeat;
    background-position: 0px -85px;
}

a#donateTodayButton {
    background: url('images/donateToday-buttonSprite.png') top left no-repeat;
    background-position: 0px 0px;
    width: 182px;
    height: 45px;
    display: block;
    margin: -25px 20px 0 0;
    float: right;
}

a#donateTodayButton:hover {
    background: url('images/donateToday-buttonSprite.png') top left no-repeat;
    background-position: 0px -50px;
}

form {
    padding: 0 0 0 38px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

form#pledge {
    padding: 0 0 0 45px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

.field {
    float: left;
    width: auto;
    margin: 0 15px 15px 0;
}

input,
select,
textarea {
    border: 1px solid #888;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    outline: none;
    margin: 0 0 5px 0;
}

label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

input#formSubmit {
    background: url('images/orderMaterials-buttonSprite.png') top left no-repeat;
    background-position: 0px 0px;
    width: 166px;
    height: 41px;
    display: block;
    border: none;
    cursor: pointer;
    margin-left: 215px;
}

input#formSubmit:hover {
    background: url('images/orderMaterials-buttonSprite.png') top left no-repeat;
    background-position: 0 -46px;
}

input#pledgeSubmit {
    background: url('images/pledgeNow_buttonSprite.png') top left no-repeat;
    background-position: 0px 0px;
    width: 178px;
    height: 47px;
    display: block;
    border: none;
    cursor: pointer;
    margin-left: 125px;
}

input#pledgeSubmit:hover {
    background: url('images/pledgeNow_buttonSprite.png') top left no-repeat;
    background-position: 0px -53px;
}

input#next {
    background: url('images/next.jpg') top left no-repeat;
    background-position: 0px 0px;
    width: 95px;
    height: 41px;
    display: block;
    border: none;
    cursor: pointer;
    margin-left: 286px;
}

input#next:hover {
    background: url('images/next.jpg') top left no-repeat;
    background-position: 0 -41px;
}

input#donatenow {
    background: url('images/donate.jpg') top left no-repeat;
    background-position: 0px 0px;
    width: 166px;
    height: 41px;
    display: block;
    border: none;
    cursor: pointer;
    margin-left: 214px;
}

input#donatenow:hover {
    background: url('images/donate.jpg') top left no-repeat;
    background-position: 0 -41px;
}

input#previous {
    background: url('images/previous.jpg') top left no-repeat;
    background-position: 0px 0px;
    width: 166px;
    height: 41px;
    display: block;
    border: none;
    cursor: pointer;
    margin-left: 214px;
}

input#previous:hover {
    background: url('images/previous.jpg') top left no-repeat;
    background-position: 0 -41px;
}

input#printreceipt {
    background: url('images/printreceipt.jpg') top left no-repeat;
    background-position: 0px 0px;
    width: 166px;
    height: 41px;
    border: none;
    cursor: pointer;
    float: left;
    margin-left: 37px;
}

input#printreceipt:hover {
    background: url('images/printreceipt.jpg') top left no-repeat;
    background-position: 0 -41px;
}

label.error {
    color: red;
    display: block;
    min-width: 378px;
}

.clear {
    clear: both;
}

.bold {
    font-weight: bold;
}

.left {
    float: left;
}

.right {
    float: right;
}

.last {
    margin-right: 0;
}

.hide {
    display: none;
}

#pledgeWrapper {
    width: 395px;
    height: auto;
    display: block;
    margin-left: 18px;
}

#pledgeFormTop {
    background: url('images/pledgeForm-bgTop.png') top left no-repeat;
    width: 395px;
    height: 42px;
    display: block;
    margin: 0;
    padding: 0;
}

#pledgeForm {
    background: url('images/pledgeForm-bg.png') top left repeat-y;
    width: 395px;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
}

#pledgeForm p {
    padding: 0 45px;
}

#pledgeFormBottom {
    background: url('images/pledgeForm-bgBottom.png') top left no-repeat;
    width: 395px;
    height: 42px;
    display: block;
    margin-left: -1px;
    padding: 0;
}

p.rule {
    border-bottom: 1px solid #000000;
    padding: 0 0 5px 0;
    width: 76%;
}

input.quantity {
    width: 45px;
    margin: 0;
}

span.quantityField {
    float: right;
    margin: 0 0 0 52px;
}

#yes .field {
    margin-left: 25px;
}

.lft-field {
    float: left;
    margin-right: 10px;
}

input.lft-field {
    margin-top: 8px;
}

#whycontent {
    display: block;
    height: 320px;
    overflow: auto;
    width: 470px;
}

.hint {
    background-color: #FFFFFF;
    color: #555;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 300px;
    margin: 0;
    padding: 10px;
    text-align: center;
    width: 450px;
}

.loadingplaceholder {
    background: url("images/circle-loader.gif") no-repeat scroll left top transparent;
    float: left;
    height: 19px;
    margin: 12px 0 0 130px;
    width: 19px;
}