
/* homepage */
#imageDiv
{
    background: url('/images/homepage/backgrounds/homepage1.jpg');
}
#imageOverlayDiv
{
    /* background: url('/images/homepage/effects/topSideFade.png'); */
}
#blackInfoDiv
{
    background: url('/images/homepage/backgrounds/grayBackground.png');
}
#bottomDiv
{
    background: url('/images/homepage/backgrounds/bottomBackground.jpg');
}
#bottomBackgroundDiv
{
    background: url('/images/homepage/backgrounds/contentBackground.png');
}
#dividerDivInner
{
    background: url('/images/homepage/effects/dividerBar.png');
}
.menuDivider
{
    /* background: url('/images/homepage/effects/menuStripe.png'); */
}
.menuBackground
{
    background: url('/images/homepage/effects/backgroundStripe.png');
}
.menuHeader
{
    background: url('/images/homepage/effects/dot.png');
}
#barDiv
{
    background: url('/images/homepage/effects/bar.jpg');
}
#headerWhiteBarDiv
{
    background: url('/images/effects/headerWhiteBar.png');
}
/* end homepage */

/* other */
h1, h2, h3, h4, h5, h6
{
    background: url('/images/effects/headlineBackground.jpg');
}
#innerBody
{
    background: url('/images/effects/innerBackground.jpg');
}
#headerDiv
{
    background: url('/images/effects/innerHeader.jpg');
}
#headerBottomBar
{
    background: url('/images/effects/bottomHeaderEffect.jpg');
}
#searchBoxHeader
{
    background: url('/images/effects/searchBoxBackground.jpg');
}
.headerLink:link, .headerLink:visited, .headerLink:hover, .headerLink:active, .leftDot
{
    background: url('/images/effects/dot.png');
}

#searchBackgroundDiv
{
    background: url('/images/effects/searchBackground.jpg');
}
#searchBoxDiv
{
    background: url('/images/effects/searchBox.jpg');
}

#rightColumn
{
    background: url('/images/effects/rightColumnHeader.png');
}

.rightLinkHighlight
{
    background: url('/images/effects/linkHighlightBackground.jpg');
}
.rightLinkChild
{
    background: url('/images/effects/orange-dot.png');
}
#imageOverlayDiv
{
    background: url('/images/effects/imageOverlay.png');
}
#smallImageOverlay
{
    background: url('/images/effects/smallImageOverlay.png');
}
div.scrollbarpaper-container
{
    background: url('/images/effects/scrollbarBackground.jpg');
}
/* end other */


