/**
 *
 * Keating Magee
 * http://www.keatingmagee.com/
 *
 * Style Sheet Name: global.css
 * Style Sheet Version: 1.0
 * Style Sheet Info: Global/Default Styles
 *
 * Blue = #758193
 * Yellow = #ffd900
 *
 */

/* Global Definitions */

html {
    margin: 0;
    padding: 0;
    background-color: #fff;
    background-image: url(/img/back.gif);
    background-repeat: repeat-x;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS", arial, helvetica, verdana, sans-serif;
    font-size: 0.825em;
    color: #666;
}

img {
    border: none;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: #006cff;
}

a:hover {
    font-weight: bold;
    text-decoration: underline;
    color: #758193;
}

h3 {
    font-size: 1.4em;
}

p {
    line-height: 1.8em;
}

input, textarea {
    margin: 0;
    padding: 2px;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 0.825em;
    border-top: solid 1px #aaa;
    border-left: solid 1px #aaa;
    border-bottom: solid 2px #aaa;
    border-right: solid 2px #aaa;
    background-color: #eee;
}

dt {
    width: 100px;
    text-align: right;
    clear: left;
    margin: 0;
    padding: 0 5px 0 0;
    float: left;
}

dd {
    margin: 0 0 15px 0;
    padding: 0;
}

/* ID Definitions */

#content {
    width: 980px;
    margin: 10px auto 0 auto;
    padding: 0;
}

#content h1 {
    margin: 0;
    padding: 0;
    width: 160px;
    height: 70px;
    background-image: url(/img/lpcf_logo.gif);
    background-repeat: no-repeat;
}

#headerNav {
    margin: 0;
    padding: 0;
    float: right;
}

#headerNav li {
    margin: 0;
    padding: 0 0 0 10px;
    float: right;
    font-size: 0.9em;
    list-style-type: none;
}

#mainNav {
    margin: 20px 0 0 0;
    padding: 0;
    float: left;
}

#mainNav li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#mainNav a {
    margin: 0;
    padding: 0;
    font-weight: normal;
    text-decoration: none;
    font-size: 4.0em;
    color: #808080;
}

#mainNav a:hover {
    margin: 0;
    padding: 0;
    font-weight: normal;
    text-decoration: none;
    font-size: 4.0em;
    color: #006cff;
}

#mainContent {
    float: right;
    margin: 0;
    padding: 0;
    width: 730px;
}

#mainContentArea {
    margin: 0;
    padding: 0 20px 0 0;
    height: 400px;
    overflow: auto;
}

#homeFlashArea {
    margin: 0;
    padding: 0;
    text-align: right;
    width: 720px;
    height: 400px;
}

#homeBucketOn {
    float: left;
    width: 220px;
    margin: 0;
    padding: 5px 10px 5px 10px;
    font-size: 0.9em;
    text-align: left;
    background-color: #eee;
}

#homeBucketOn h4 {
    margin: 3px 0 3px 0;
    padding: 0;
}

#homeBucketOff {
    display: none;
}
#footerNav {
    margin: 7px 0 0 0;
    padding: 0;
    width: 725px;
    height: 155px;
}

#footerNav li {
    margin: 0;
    padding: 0;
    float: left;
    list-style-type: none;
}

/* Class Definitions */

.right {
    float: right;
}

.hide {
    display: none;
}

.regLink {
    font-weight: bold;
    text-decoration: none;
    color: #ff7200;
}

.regLink:hover {
    font-weight: bold;
    text-decoration: underline;
    color: #758193;
}

.required {
    font-weight: bold;
    color: #006cff;
}

.error {
    font-weight: bold;
    color: #f00;
    margin: 0 0 0 100px;
    padding: 0;
}

.eventDiv {
    width: 480px;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    border-top: dotted 1px #ccc;
}

.submitBtn {
    margin: 0;
    padding: 3px;
    font-size: 0.825em;
    font-weight: bold;
    color: #fff;
    background-color: #0d589a;
    border: solid 2px #000;
}

.home {
    display: block;
    margin: 0;
    padding: 0;
    width: 160px;
    height: 70px;
}

.laHome {
    display: block;
    margin: 0;
    padding: 0;
    width: 130px;
    height: 130px;
    background-image: url(/img/home_visiting_button.gif);
    background-repeat: no-repeat;
}

.partnerFooterNav {
    display: block;
    margin: 0;
    padding: 0;
    width: 135px;
    height: 155px;
    background-image: url(/img/footer_nav.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.partnerFooterNav:hover {
    background-image: url(/img/footer_nav.gif);
    background-repeat: no-repeat;
    background-position: 0px -155px;
}

.brightStartFooterNav {
    display: block;
    margin: 0;
    padding: 0;
    width: 135px;
    height: 155px;
    background-image: url(/img/footer_nav.gif);
    background-repeat: no-repeat;
    background-position: -135px 0px;
}

.brightStartFooterNav:hover {
    background-image: url(/img/footer_nav.gif);
    background-repeat: no-repeat;
    background-position: -135px -155px;
}

.donateFooterNav {
    display: block;
    margin: 0;
    padding: 0;
    width: 75px;
    height: 155px;
    background-image: url(/img/footer_nav.gif);
    background-repeat: no-repeat;
    background-position: -270px 0px;
}

.donateFooterNav:hover {
    background-image: url(/img/footer_nav.gif);
    background-repeat: no-repeat;
    background-position: -270px -155px;
}

.lapenFooterNav {
    display: block;
    margin: 0;
    padding: 0;
    width: 115px;
    height: 155px;
    background-image: url(/img/footer_nav.gif);
    background-repeat: no-repeat;
    background-position: -345px 0px;
}

.lapenFooterNav:hover {
    background-image: url(/img/footer_nav.gif);
    background-repeat: no-repeat;
    background-position: -345px -155px;
}

.laasrFooterNav {
    display: block;
    margin: 0;
    padding: 0;
    width: 125px;
    height: 155px;
    background-image: url(/img/footer_nav.gif);
    background-repeat: no-repeat;
    background-position: -460px 0px;
}

.laasrFooterNav:hover {
    background-image: url(/img/footer_nav.gif);
    background-repeat: no-repeat;
    background-position: -460px -155px;
}

.eventsFooterNav {
    display: block;
    margin: 0;
    padding: 0;
    width: 70px;
    height: 155px;
    background-image: url(/img/footer_nav.gif);
    background-repeat: no-repeat;
    background-position: -585px 0px;
}

.eventsFooterNav:hover {
    background-image: url(/img/footer_nav.gif);
    background-repeat: no-repeat;
    background-position: -585px -155px;
}

.contactFooterNav {
    display: block;
    margin: 0;
    padding: 0;
    width: 70px;
    height: 155px;
    background-image: url(/img/footer_nav.gif);
    background-repeat: no-repeat;
    background-position: -655px 0px;
}

.contactFooterNav:hover {
    background-image: url(/img/footer_nav.gif);
    background-repeat: no-repeat;
    background-position: -655px -155px;
}

.pageImage {
    margin: 0;
    padding: 0 0 10px 10px;
    float: right;
}
