

	/* ----------------------------------------------------------

		Orange - Colors

	---------------------------------------------------------- */


	h1, h2, h3, h4, h5, h6, a,
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		color: #925426;
	}
	p {
		color: #fff;
	}
	.highlight {
		color: #9d5a29 !important;
		color: #fff !important;
		font-style: normal !important;
		font-weight: bold;
	}
	.content-box {
		background: #e99133 !important;
	}
	.tx-photogallery-pi2 {
		background: #d2832e;
		border-bottom: 14px solid #e99133;
	}

	li.mainNav-ACT {
		background: #df803a url(images/mainNavACT-Bottom.png) bottom repeat-x;
	}
	a.mainNav-ACT {
		background: #df803a url(images/mainNavACT.png) top repeat-x;
	}
	
	#subNav {
		background: transparent url(images/colored-BG.png) top repeat;
		background: #e99133;
	}
	#subNav h3,
	#subNav a {
/*		color: #fff;*/
		color: #925426;
	}




	/* Background for 1-Column Layout */
	.layout-1column {
		/*background: transparent url(images/1Column-BG.png) top repeat;*/
	}	
	/* Background for 2-Column Layout */
	.layout-2columns-wrapper {
		background: transparent url(images/2Columns-BG.png) top repeat-y;
	}
	/* Background for 3-Column Layout */
	.layout-3columns-wrapper {
		background: transparent url(images/3Columns-BG.png) top repeat-y;
	}


	/* imitate negative margin of images by overlaying an image at the top of each column  */
	.layout-2columns-leftColumn,
	.layout-2columns-rightColumn,
	.layout-3columns-leftColumn,
	.layout-3columns-centerColumn,
	.layout-3columns-rightColumn {
		background: transparent url(images/colored-BG.png) top repeat-x;
	}
