@charset "UTF-8";

/* reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* common */

body {
    font: 100%/1.35em "myriad-pro", Helvetica, sans-serif;
    color: #666;
    background: #fff;
    margin: 0;
    padding: 0;
    text-align: center; /* centers the container in IE 5 */
}

a:link {
    color: #22ccfe;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
    outline: none;
}
a:visited {
    text-decoration: none;
    color: #22ccfe;
    border-bottom: 1px solid #ddd;
    outline: none;
}
a:hover {
    text-decoration: none;
    color: #ff6600;
    border-bottom: 1px solid #ff6600;
}
a:active {
    text-decoration: none;
    color: #5e88a2;
}

ul {
    margin: 0.5em 2em 1em 2em;
    padding: 0;
    list-style-image: url(../images/bullet.gif);
}
ol {
    margin: 0.5em 2em 1em 2em;
    padding: 0;
}
ol.citation {
    margin: 0.5em 2em 2em 2em;
    padding: 0;
    color: #999;
}
li {
    line-height: 1.2em;
    margin: 0 0 0.4em 0;
    padding: 0;
}

/* Headers
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 20px 0 10px 0;
    font-family: "myriad-pro", Helvetica, sans-serif;
    font-weight: normal;
}

h1 {
    font-size: 30px;
    line-height: 32px;
    color: #ce601b;
    text-transform: uppercase;
}
h2 {
    font-size: 25px;
    line-height: 27px;
    color: #006892;
    text-transform: uppercase;
}
h3 {
    font-size: 20px;
    line-height: 22px;
    color: #e96d1f;
    text-transform: uppercase;
    margin-top: 40px;
}
h4 {
    font-size: 18px;
    line-height: 20px;
    color: #7b9cb3;
    margin-top: 40px;
}
h5 {
    font-size: 22px;
    line-height: 24px;
    color: #7b9cb3;
}
h6 {
    font-size: 22px;
    line-height: 24px;
    color: #7b9cb3;
}

h3 strong {
    color: #6e0a78;
}

h1.top,
h2.top,
h3.top,
h4.top {
    margin: 0;
}
h1 span,
h2 span,
h3 span,
h4 span {
    /* acts as a pre-head */
    margin: 0;
    display: block;
    color: #999;
    font-weight: normal;
}

/* Text
------------------------------------------------------------ */
p.sub-head {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 1em 0;
    padding: 3px 0 0 0;
    border-top: solid 1px #eee;
    color: #000;
}
p.pre-head {
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 0 1em 0;
}

p {
    margin: 0.4em 0 1em 0;
    padding: 0;
}

p.intro {
    margin: 0 0 1em 0;
    padding: 0;
    font-size: 1.1em;
    line-height: 1.2em;
    color: #7e7e7e;
}
p strong,
li strong {
    font-weight: normal;
    color: #000;
}
p.intro strong {
    font-weight: normal;
    color: #434343;
}
p.pull-quote {
    margin: 0;
    padding: 10px 15px;
    color: #888;
}

p.author {
    margin: 0 0 1em 0;
    padding: 5px 0;
    font-size: 0.85em;
    line-height: 1.2em;
    color: #999;
    text-align: right;
    text-transform: uppercase;
    border-top: 1px solid #fff;
}

p.reference {
    font-size: 15px;
    line-height: 18px;
    margin: 10px 0;
    padding: 10px 0;
    color: #999;
    border-top: 1px solid #ddd;
}
p.reference a,
p.reference a:visited {
    border-bottom: 0;
}

p.section {
    margin: 0 0 1.2em 0;
    padding: 0 0 1em 0;
    border-bottom: 1px solid #ccc;
}
.side-indent p {
    margin: 0 0 1.2em 0;
    padding: 0;
}

.body-1-col-middle p {
    margin: 1em 10px 1em 0;
    color: #888;
}
.caps {
    text-transform: uppercase;
    font-size: 0.85em;
}
p.more {
    margin: 1px 0 1px 0;
    text-align: right;
    line-height: 1em;
    background: url(../images/bg-more.png) 100% 50% no-repeat;
}
p.more a:link,
p.more a:visited {
    padding: 2px 15px;
    display: block;
    background: url(../images/arrow-fff-on.gif) 100% 50% no-repeat;
    border-bottom: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}
p.more a:hover {
    background: url(../images/arrow-fff-on.gif) 100% 50% no-repeat;
    border-bottom: 0;
}

p.button {
    margin: 0 0 3px 0;
    text-align: right;
    line-height: 1em;
}
p.button a:link,
p.button a:visited {
    border-bottom: 0;
}

/* New Banner
------------------------------------------------------------ */

#banner-container {
    width: 100%;
    min-width: 850px;
    margin: 0;
    text-align: center;
    height: 100px;
    padding: 20px 0;
    border-bottom: solid 1px #ddd;
}
#banner {
    width: 1000px;
    height: 100px;
    margin: 0 auto;
    text-align: left;
}

#banner a,
#banner a:visited {
    display: block;
    line-height: 0;
    margin: 5px 0 5px 20px;
    outline: none;
    height: 90px;
    width: 370px;
    text-decoration: none;
    border-bottom: 0; /* override */
}

/* Body
------------------------------------------------------------ */

#body-container {
    width: 850px;
    margin: 0 auto;
    padding-bottom: 0;
    text-align: left; /* overrides the text-align: center on the body */
    background: url(../images/body-container-bg.png) no-repeat bottom;
    clear: both;
}

.body-3-col-left {
    width: 510px;
    margin: 0;
    padding: 0;
    float: left;
}
.body-2-col-left {
    width: 340px;
    margin: 0;
    padding: 0;
    float: left;
}
.body-3-col-right {
    width: 510px;
    margin: 0;
    padding: 0;
    float: right;
}
.body-2-col-right {
    width: 340px;
    margin: 0;
    padding: 0;
    float: right;
}
.body-1-col-middle {
    width: 170px;
    margin: 0;
    padding: 0;
    float: right;
}

.body-2-col-right img {
    margin: 0 15px;
}

.pad-20 {
    padding: 0 20px;
}
.pad-40 {
    padding: 0 40px;
}
.pad-60 {
    padding: 0 60px;
}

/* Main Navigation
------------------------------------------------------------ */

#nav-container {
    height: 50px;
    margin: 0 0 20px 0;
    background: url(../images/nav-bg.png) 0 0 repeat-x;
    background-position: 100%;
}
#nav {
    min-width: 1040px;
    height: 50px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

#nav ul {
    list-style: none;
    list-style-image: none; /* override */
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#nav li {
    float: left;
    margin: 0;
    padding: 0 20px;
}

#nav li a,
#nav li a:visited {
    display: block;
    overflow: hidden;
    outline: none;
    height: 12px;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    border-bottom: 0; /* override */
}
#nav li.home a,
#nav li.home a:visited {
    width: auto;
}
#nav li.about a,
#nav li.about a:visited {
    width: auto;
}
#nav li.donate a,
#nav li.donate a:visited,
#nav li.give a,
#nav li.give a:visited{
    width: auto;
}
#nav li.lifestyle a,
#nav li.lifestyle a:visited {
    width: auto;
}

#nav li a:hover {
    display: block;
    text-decoration: none;
}

#nav li.home a:hover {
    width: auto;
    background-color: #fff;
}
#nav li.about a:hover {
    width: auto;
    background-color: #fff;
}
#nav li.donate a:hover, #nav li.give a:hover {
    width: auto;
    background-color: #fff;
}
#nav li.lifestyle a:hover {
    width: auto;
    background-color: #fff;
}

#nav li a#active {
    display: block;
    text-decoration: none;
}

#nav li.home a#active {
    width: auto;
    background-color: #fff;
}
#nav li.about a#active {
    width: auto;
    background-color: #fff;
}
#nav li.donate a#active, #nav li.give a#active  {
    width: auto;
    background-color: #fff;
}
#nav li.lifestyle a#active {
    width: auto;
    background-color: #fff;
}

/* Sub Navigation
------------------------------------------------------------ */

.subnav {
    margin: 100px 0 40px 0;
    padding: 0 20px;
}

.subnav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none; /* override */
    border-top: solid 1px #ddd;
}

.subnav ul li {
    margin: 0;
    padding: 0;
    display: inline;
}

.subnav ul li a:link,
.subnav ul li a:visited {
    display: block;
    padding: 5px 0;
    border-bottom: solid 1px #ddd;
}

.subnav ul li a:hover {
    background: #f9f9f9;
}

.subnav ul li a.current {
    color: #5e88a2;
    cursor: default;
}
.subnav ul li a:hover.current {
    background: #fff;
}

/* Contact Box
------------------------------------------------------------ */

.contact-box {
    margin: 40px 20px;
    padding: 10px 0 3px 0;
    color: #666;
    background-color: #f6f6f6;
    font-size: 14px;
    text-align: center;
    line-height: 17px;
}

/* Button
------------------------------------------------------------ */

a.button {
    background-color: #e96d1f;
    color: #fff;
    letter-spacing: 1px;
    display: inline-block;
    border-bottom: 0;
    font-size: 13px;
    line-height: 1em;
    text-transform: uppercase;
    margin: 10px 10px 10px 0;
    padding: 6px 10px;
    text-decoration: none;
    border-radius: 5px;
}

/* Page Sections
------------------------------------------------------------ */
.page-section {
    background: #fff;
    margin: 20px;
    padding: 10px;
    border: 1px solid #e5e5e5;
}
.page-section h2,
.page-section h3 {
    margin: 10px 0;
    padding: 5px 0;
    border-bottom: 1px solid #fff;
}

/* Footer
------------------------------------------------------------ */
#bottom-nav-container {
    width: 100%;
    min-width: 850px;
    margin: 10px 0;
    text-align: center;
    border-top: solid 1px #ddd;
}

#footer {
    width: 850px;
    margin: 0 auto;
    padding: 20px 0 40px 0;
}

#footer p {
    font-size: 15px;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #999;
}

/* Miscellaneous
------------------------------------------------------------ */

.clearfloat {
    /* close containers with floating children */
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.clear-float {
    /* wrap around floating images */
    clear: both;
}

.no-wrap {
    white-space: nowrap;
}

a.image-link {
    border: 0;
}
a img {
    border: 0;
}
.fltrt {
    float: right;
    margin: 0 0 10px 10px;
}
.fltlft {
    float: left;
    margin: 0 10px 10px 0;
}

/* Donate Form
------------------------------------------------------------ */

#donate-form {
    margin: 0 0 20px 0;
}

/* Rates table
------------------------------------------------------------ */

table.rates {
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
}

table.rates td {
    white-space: nowrap;
    padding: 3px;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

table.rates td.red {
    color: red;
    border-right: 1px solid #000;
}

.text-center {
    text-align: center;
}

.donors .large {
    font-size: 21px;
}
.donors h3 {
    display: inline-block;
    border: 1px solid #eb6e1f;
    padding: 8px 20px;
    border-radius: 5px;
    text-transform: none;
}
.donors .amount {
    font-weight: bold;
    font-size: 18px;
    color: #eb6e1f;
}
.donors p {
    margin: 0px 0 5px 0px;
}
