/* Main styles */

* {
    margin: 0;
    padding: 0;
}
body {
    background-image:url(/images/background.jpg);
    margin: 0;
    padding: 0;
    *text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

a, a:visited {
    color: #8B0018; 
    font-size: 8pt; 
    font-weight: bold;
    text-decoration: none;
} 

a:hover { 
    color: #968774;
}

#pageWrapper {
    margin: 0 auto 0 auto;
    width: 695px;
    position: relative;
    background-color: #FFFFFF;
    *text-align: left;
}

#header {
    height: 100px;
    width: 695px;
    //background: url(/images/header_socialmedia.jpg);
}

#leftPane {
    width: 230px;
    float: left;
}

#rightPane {
    float:right;
    width: 465px;
}

/* Left Pane*/
a.navLinks {
    display: block;
    width: 230px;
    height: 23px;
}

#navAboutUs { background: url(/images/aboutus2.jpg); }
#navGrants { background: url(/images/grants2.jpg); }
#navEffective { background: url(/images/nonprofit4.jpg); }
#navBusiness { background: url(/images/business4.jpg); }
#navCommunity { background: url(/images/planning4.jpg); }
#navEnvironmental { background: url(/images/preservation2.jpg); }
#navChildren { background: url(/images/children4.jpg); }
#navDonor { background: url(/images/donor2.jpg); }
#navService { background: url(/images/navServiceArea.jpg); }

#navSpacer1 {
    height: 18px;
    width: 230px;
}

/* Right Pane */
a#homeBgLink, #homePageBgSpacer {
    display: block;
    float: left;
    width: 465px;
    height: 200px;
}


#homePageBanner {
    background-position: top left;
}

table#homePageBanners td {
    width: 33.3%;
}

table#homePageBanners td a img {
    border: 0px;
}

.bannerTitles td, .bannerDesc td {
    padding-left: 10px;
}

.bannerDesc {
    color:#968774; 
    font-size:8pt;
}

/* Bottom half of page */
.bottomDivider {
    width: 231.666666667px;
    float: left;
}

#wrapperLeft, #wrapperCenter {
    border-top: 1px solid #a8a8a8;
    border-right: 1px solid #a8a8a8;
    height: 380px;
    *margin-top: -4px;
}

#wrapperRight {
    border-top: 1px solid #a8a8a8;
    height: 380px;
    *margin-top: -4px;
}

#wrapperLeft table, #wrapperCenter table {
    margin-left: 10px;
    margin-right: 5px;
}

#wrapperRight table {
    margin-left: 10px;
    margin-top: 10px;
}

#linkNewsArchive {
    display: block;
    float: left;
    height: 20px;
    width: 103px;
    background: url(/images/newsArchives.jpg);
    margin-left: 10px;
}

#linkViewAll {
    display: block;
    float: left;
    height: 17px;
    width: 64px;
    background: url(/images/viewAll.jpg);
    margin-left: 10px;
}

.newsgutter {
    margin-top: 10px;
}

.questiongutter {
    font-size:9pt; 
    width: 210px;
}

.questiongutter2 {
    font-size:9pt; 
    width: 210px;
    color: #993333;
}

.submitbutton{
    background-color:#993333;
    color:#FFFFFF; 
    font-size:9pt;
}

a.footerLink {
    text-decoration: none;
    font-size:8pt;
}

/* Footer Section */
#footerImage {
    background-image:url(/images/bottom4.jpg);
    width: 695px;
    height: 44px;
}

#footerLinks {
    float: right;
    margin-right: 60px;
}

#footer {
    padding: 15px;
    font-size: 8pt;
    color: #b6121b;
}

#footerLeft {
    float: left;
}

#footerRight {
    float: right;
}

#copy {
    color: #999999;
}

/* Generic Classes */
.clear {
    clear: both;
}

.paddingSmall {
    padding: 10px;
}