body {
	padding-top: 1.5em;
}

h1, h2, h3, h4, h5, h6, #Menu {
	font-family: "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;	
}

a, a:active {
	color: #00C499;
}

a:hover {
	color: #FF005B;
}

a:visited {
	color: #7B266A;
}

#Logo {
	margin-top: 6px;
	width: 173px;
	height: 76px;
}

.logoBlack {
	background: url(../media/assets/InterfemMulticolorSprite.png) no-repeat 0px 0px;	
}

.logoGreen {
	background: url(../media/assets/InterfemMulticolorSprite.png) no-repeat -173px 0;
}

.logoPurple {
	background: url(../media/assets/InterfemMulticolorSprite.png) no-repeat -346px 0;
}

.logoPink {
	background: url(../media/assets/InterfemMulticolorSprite.png) no-repeat -519px 0;
}

.logoOrange {
	background: url(../media/assets/InterfemMulticolorSprite.png) no-repeat -692px 0;

}

.logoYellow {
	background: url(../media/assets/InterfemMulticolorSprite.png) no-repeat -865px 0;

}

/* @group Banner */
.field {
	display: block;
	float: left;
	height: 7.5em;
}

.fieldFirst {
	-moz-border-radius-topleft: 10px; 
	-moz-border-radius-bottomleft: 10px; 
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

.fieldLast {
	-moz-border-radius-topright: 10px; 
	-moz-border-radius-bottomright: 10px; 
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
/* @end */

/* @group Colors */
.interfemYellowBg {
	background-color: #FFD600;	
}

.interfemOrangeBg {
	background-color: #FF8A26;
}

.interfemPurpleBg {
	background-color: #7B266A;
}

.interfemPinkBg {
	background-color: #FF005B;
}

.interfemGreenBg {
	background-color: #00C499;
}

.interfemOrangeText {
	color: #FF8A26;
}

.interfemPurpleText {
	color: #7B266A;
}

.interfemPinkText {
	color: #FF005B;
}

.interfemGreenText {
	color: #00C499;
}



/* @end */

/* @group Structure */

#Footer {
	clear: both;
}

/* @end */

/* @group Menu */

#Menu ul {
	padding-left: 0;
}

#Menu li {
	float: left;
	padding-right: 1em;
	padding-left: 1em;
	vertical-align: text-bottom;
	display: block;
}

#Menu a {
	text-decoration: none;
}

#Menu ul li:last-child {
	-moz-border-radius-topright: 0px; 
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-bottomright: 0px; 
	-webkit-border-bottom-right-radius: 0px;
	text-align: right;
	float: left;
}

#MenuSub {
	clear: both;
}

#MenuMain li {
	-moz-border-radius-topleft: 10px; 
	-moz-border-radius-topright: 10px; 
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	color: white;
	background: #FF8A26 url(../media/assets/MenuItemBackgroundFade.png) repeat-x 0 20px;
	font-size: 125%;
	line-height: 240%;
	text-shadow: 1px 1px 2px black;
}

#MenuSub li {
	-moz-border-radius-bottomleft: 10px; 
	-moz-border-radius-bottomright: 10px; 
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background-color: #FFD600;
	color: black;
	font-size: 115%;
	line-height: 250%;
	text-shadow: 1px 1px 2px white;
}

#MenuMain li.selected {
	background-color: #FFD600;
	color: black;
	background-image: none;
	text-shadow: 1px 1px 2px white;
}

#MenuMain li.selected a {
	color: black;
}

#MenuSub li.selected a {
	color: black;
	text-shadow: 1px 1px 2px white;
}

#MenuSub a, #MenuSub a:visited {
	color: white;
	text-shadow: 1px 1px 2px black;
}

#MenuMain a, #MenuMain a:visited, #MenuSub a, #MenuSub a:visited {
	color: white;
}

.menuMainStretch, .menuSubStretch {
	float: left;
	position: relative;
	right: 0px;
	z-index: -1;
}

.menuMainStretch {
	background: #ff8a25 url(../media/assets/MenuItemBackgroundFade.png) repeat-x 0 20px;
	font-size: 125%;
	line-height: 240%;
	width: 10px;
}

.menuSubStretch {
	background-color: #FFD600;
	font-size: 115%;
	line-height: 250%;
	width: 10px;	
}

.changeSiteLanguage {
	color: white;
	text-decoration: none;
} 
/* @end */

/* @group main */



/* @end */

/* @group side */

/* @group boxInfo */
.boxInfo h2, .boxInfo h4, .boxInfo div {
	padding-left: 15px;
	padding-right: 15px;
}

/*
.boxInfo h1, .boxInfo h2, .boxInfo h3, .boxInfo h4, .boxInfoh5, .boxInfo h6, .boxInfo p {
	padding-right: 10px;
	padding-left: 10px;
}
*/
.boxInfo h2 {
	-moz-border-radius-topleft: 10px; 
	-moz-border-radius-topright: 10px; 
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	color: white;
	text-shadow: 1px 1px 1px black;
	font-weight: bold;
}

.boxInfo h4 {
	color: white;	
	text-shadow: 1px 1px 1px black;
	font-weight: bold;
	background: #FF005B url(infobox.h4.background.png) repeat-x 0 bottom;
}

/*
.boxInfo h3 {
	font-size: 0.8em;
	padding-bottom: 0;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0.4em;
}
*/
/*
.boxInfo p {
	font-size: 0.7em;
	padding-top: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0.4em;
}
*/

.boxInfo .post {
	background: url(/media/assets/post.background.png) repeat-x 0 top;
	margin:0 0 -1.5em;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, white),  color-stop(1.0, silver));

}





.boxInfoEnd {
	-moz-border-radius-bottomleft: 5px; 
	-moz-border-radius-bottomright: 5px; 
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	font-size: 5px;
	border-top: 1px solid white;
}


/* @end */



/* @end */ 


span.small p {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;
	border-right: 2px solid white;
}

   