/* CSS Document */


body {
    background: url(../images/background.jpg) repeat-x #004B85;
    background-position: top left;
}

#header, #headerHome {
    background: url(../images/starBg.jpg) no-repeat;
    background-position: top right;
}

#leftPane a#logo, #headerHome a#logo { background: url(../images/logo.jpg) no-repeat; }
a#interactiveMap {  background: url(../images/interactiveMap.jpg) no-repeat; }
a#adminLink {       background: url(../images/admin.jpg) no-repeat; }
#leftNavHome {      background: url(../images/leftNav.jpg) no-repeat; }
#pageImgBg {        background: url(../images/pageImgBg.jpg) no-repeat; }
#rockfordAEDC {     background: url(../images/rockfordAEDC.jpg) no-repeat; }
#contentTop {       background: url(../images/contentTop.jpg) no-repeat; }
#content {          background: url(../images/contentRepeat.jpg) repeat-y; }
#googleSubmit {     background: url(../images/searchSubmit.jpg) no-repeat; }
#dropShadowTop {    background: url(../images/dropShadowTop.jpg) no-repeat; }
#dropShadowRepeat { background: url(../images/dropShadowRepeat.jpg) repeat-y; }
#printMe {          background: url(../images/print.jpg) no-repeat; }
#printContent {          background: url(../images/print.jpg) no-repeat; }

#featuredInd {   background: url(../images/leftPane/featuredInd.jpg) no-repeat; }
#regionalLinks { background: url(../images/leftPane/regionalLinks.jpg) no-repeat; }
#newsletter {    background: url(../images/leftPane/newsletter.jpg) no-repeat; }
#navWrapper {    background: url(../images/leftPane/leftNavWrapper.jpg) no-repeat; }
ul#subnav {      background: url(../images/leftPane/subNavBg.jpg) repeat-y; }
a#greenEco {     background: url(../images/leftPane/greenEconomy.jpg) no-repeat; }
a#businessDir {  background: url(../images/leftPane/businessDirectory.jpg) no-repeat; }
a#photoGallery { background: url(../images/leftPane/photoGallery.jpg) no-repeat; }

a#rockfordRegion {    background: url(../images/footer/rockfordRegion.jpg) no-repeat; }
a#rockForward {       background: url(../images/footer/rockForward.jpg) no-repeat; }
a#logisticsCorridor { background: url(../images/footer/logisticsCorridor.jpg) no-repeat; }
#yoi {               background: url(../images/footer/goglobalbutton.jpg) no-repeat; }

a#spain {   background: url(../images/flags/spain.jpg) no-repeat; }
a#china {   background: url(../images/flags/china.jpg) no-repeat; }
a#japan {   background: url(../images/flags/japan.jpg) no-repeat; }
a#italy {   background: url(../images/flags/italy.jpg) no-repeat; }
a#germany { background: url(../images/flags/germany.jpg) no-repeat; }
a#france {  background: url(../images/flags/france.jpg) no-repeat; }

#newsEventsTop {    background: url(../images/newsEvents/newsEvents.jpg) no-repeat; }
#newsEventsBottom { background: url(../images/newsEvents/newsEventsBottom.jpg) no-repeat; }
#newsEventsRepeat { background: url(../images/newsEvents/newsEventsRepeat.jpg) repeat-y;
                    background-position: 3px top;
}

