/******** Common BG Styles ********
  Defaults:
  - top left position
  - no repeat
*/
	body, 
	#logo,
	#topNav,
	#quickContactInfo,
	#catchPhrase1, #catchPhrase2, #catchPhrase3,
	#sideBar1,
    #testimonialsList>li,
    #testimonialsList>li>p.quote,
	.sideBarNavigation li,
    .topShadow, .bottomShadow, .leftShadow, .rightShadow
	{ background-position: top left; background-repeat: no-repeat; }

/******** X-repeating... ********/
	body,
	#topNav,
	#quickContactInfo,
	#topNav>li:hover,
	.topShadow, .bottomShadow
	{ background-repeat: repeat-x }

/******** Y-repeating.... ********/
	.leftShadow, .rightShadow
	{ background-repeat: repeat-y }
	
/******** Background Images *******/
    #testimonialsList>li { background-image: url(images/leftQuotes.gif) }
    #testimonialsList>li>p.quote { background-image: url(images/rightQuotes.gif); background-position: bottom right; }
	.topShadow { background-image: url(images/topShadow.png) }
	.bottomShadow { background-image: url(images/bottomShadow.png) }
	.leftShadow { background-image: url(images/leftShadow.png) }
	.rightShadow { background-image: url(images/rightShadow.png) }

    /* == list style images == */
    .sideBarNavigation li { background-image: url(images/rightArrow.gif) }
    .sideBarNavigation>ul>li { background-image: url(images/downArrow.gif) }
    .sideBarNavigation>ul>li.parent { background-image: url(images/backArrow.gif) }
	body.home { background-image: url(images/bodyBg.gif) }
    body.secondary {background-image: url(images/bodyBgSecondary.gif) }
	#logo { background-image: url(images/logo.png) }
	#topNav { background-image: url(images/topnavBg2.gif) }
	#topNav>li:hover { background-image: url(images/topnavBgOver2.gif) }
	#catchPhrase1 { background-image: url(images/header1.jpg) }
	#catchPhrase2 { background-image: url(images/header2.jpg) }
	#catchPhrase3 { background-image: url(images/header3.jpg) }
	#catchPhrase4 { background-image: url(images/header4.jpg) }
	#catchPhrase5 { background-image: url(images/header5.jpg) }
	#catchPhrase6 { background-image: url(images/header6_sm.jpg) }
	#sideBar1 { background-image: url(images/contentDivider.gif)}
	#quickContactInfo { background-image: url(images/blueHeaderBg.gif) }
