@charset "utf-8";
/* CSS Document */

.masthead {
	padding: 10px 10px;
	text-align: left;
	background-color: rgb(231,213,175); /*#ffb04c;*/ /*#222;*/
	position: relative;
	z-index: 10;
	box-shadow: 0px 0px 30px #000;
}
.top-navigation {
	background-color: rgb(231,213,175); /*#f4bf8b;*/
	border-bottom: 1px solid #FFF;
	box-shadow: 0px 0px 30px #999;
	position: relative;
	z-index: 9;
}

.main-content .content{
	padding: 30px; 
	font-size: 1em;
	line-height: 1.4em;
/*	line-height: 1.2em; */
	border: 1px solid;
	border-radius: 5px;
	border-color: #666;
}

.content-wrapper {
/*	margin: 4em 1.25em 0em 1.25em; */  /* top right bottom left */
 margin: 0em 0.5em 0em 0.5em;  /* top distance is between menu and content */
	overflow: hidden;
}

/*
******************************
           CITRUS
******************************
*/

.p7AMM.citrus {

	background-color: rgb(244,191,139);
}
.p7AMM.amm-root-trans.citrus {
	background-color: rgb(244,191,139,0.85) !important;
}
.p7AMM.citrus ul a {
	background-color: rgb(229,162,76);
	color: #000;
}
.p7AMM.citrus ul a:hover,
.p7AMM.citrus ul a:focus,
.p7AMM.citrus ul a.amm-trigger.open {
	background-color: rgb(229,162,76);
	color: #000;
}
.p7AMM.citrus ul ul a {
	background-color: transparent;
}
.p7AMM.citrus ul a.amm-trigger {
	background-image: url(img/amm-right-dark.gif) !important;
}
.p7AMM.citrus ul a.amm-trigger:focus {
	background-image: url(img/amm-right-dark.gif);
}
.p7AMM.citrus ul a.amm-trigger.open {
	background-image: url(img/amm-down-dark.gif) !important;
}
.p7AMM.citrus ul ul a.amm-trigger,
.p7AMM.citrus ul ul a.amm-trigger:focus {
	background-image: url(img/amm-right-dark.gif);
}
.p7AMM.citrus ul ul a.amm-trigger:hover,
.p7AMM.citrus ul ul a.amm-trigger.open {
	background-image: url(img/amm-down-dark.gif) !important;
}
.p7AMM.citrus ul ul {
	background-color: rgb(244,191,139);
}
.p7AMM.citrus.amm-subs-trans ul ul {
	background-color: rgba(244,191,139,0.9);  /*  rgba(187,241,14,0.9);*/
}
.p7AMM.citrus ul ul a {
	color: #000;
}
.p7AMM.citrus ul ul a:hover,
.p7AMM.citrus ul ul a:focus,
.p7AMM.citrus ul ul a.amm-trigger.open {
	background-color: rgb(229,162,76) !important;
	color: #000 !important;
}
