/* CSS for top strip and images */

	@media all and (min-width: 561px) {
		.topstrip {
			background-image: url('../_MEDIA/newGoldHeadRepeatLg.png');
			max-height:65px;
			background-repeat: repeat-x;
			z-index: 1;
		}
		.topstripSmall{display: none;}
		.topSpacer {height: 5em;}
		.topTextMidsize {display: none;}
		.topTextNarrow {display: none;}
		.smallTitleText {display: none;}
		z-index: 1;
	}
	@media all and (max-width: 560px) {
		.topSpacer {height: 5em;}
		.topstrip {display: none;}
		.topstripSmall{
			background-image: url('../_MEDIA/newGoldHeadRepeatSm.png');
			max-height:45px;
			background-repeat: repeat-x;
			z-index: 1;
		}
		.topText {display: none;}
		.largeTitleText {display: none;}
	}
	@media all and (min-width: 541px) {
		.topTextNarrow {display: none;}
		.mainPicLinksNarrow {display: none;}
	}
	@media all and (max-width: 540px) {
		.topText {display: none;}
		.topTextMidsize {display: none;}
		.mainPicLinks {display: none;}
	}
