div#content {
        margin-left: 25ex;
}

div#header {
	position: relative;
	height: 12ex;
	overflow: hidden;
}

div.page-logo {
	position: relative;
	z-index: 1;
}

.page-logo img {
	border-style: none;
	border-width: 0px;
}


.page-logo .above-menu-left,
.page-logo .above-menu-right {
	position: relative;
	height: 4ex;
	width: 100%;
	background: #000;
}

.page-logo .above-menu-left img {
	position: absolute;
	left: 0;
	top: 0;
	height: 4ex;
}

.page-logo .above-menu-right img {
	position: absolute;
	right: 0;
	top: 0;
	height: 4ex;
}


.page-logo .inline-menu-left {
	width: auto;
	float: left;
	padding-right: 2ex;
	height: 4ex;
}

.page-logo .inline-menu-left img {
	height: 4ex;
}

.page-logo .inline-menu-right {
	position: absolute;
	top: 0;
	right: 0;
	background: #000;
}

.page-logo .inline-menu-right img {
	height: 4ex;
}


.page-logo .with-nav-tree {
	position: absolute;
	left: 1.7ex;
	top: 2ex;
}

.page-logo .with-nav-tree img {
	width: 34.5ex;
}


div.carousel {
	clear: both;
	font-family: "Myriad Pro", "Helvetica Neue", Helvetica, "Lucida Grande",
 Lucida, Verdana, Geneva, Arial, sans-serif;
}

.carousel .carousel-content,
.carousel .carousel-content.hidden {
	display: none;
}

.carousel .carousel-content.carousel-current {
	display: block;
}

.carousel ul {
	position: relative;
	list-style-type: none;
	list-style-position: outside;
	margin: 0ex;
}

.carousel li {
	text-indent: 0ex;
	display: block;
	height: auto;
}

.carousel .carousel-title {
	color: white;
	font-size: 175%;
	padding-top: 0.5ex;
	padding-left: 1ex;
	width: 26ex;
	background-color: #a1adc4;
	color: #052230;
	font-family: "Myriad Pro", "Helvetica Neue", Helvetica, "Lucida Grande",
 Lucida, Verdana, Geneva, Arial, sans-serif;
}

.carousel .carousel-content {
	position: absolute;
	top: 0ex;
	right: 0ex;
	left: 26.8ex;
	height: 100%;
	z-index: 1;
}

.carousel .carousel-trigger {
	display: block;
	width: 25ex;
	padding: 1ex;
	background-color: #a1adc4;
}

.carousel .carousel-trigger a {
	display: block;
	padding-left: 1.5ex;
	text-decoration: none;
}

.carousel .carousel-trigger * {
	color: #052230;
}

.carousel .carousel-trigger.carousel-current {
	background-color: #eceded;
	color: black;
}

.carousel .carousel-trigger.carousel-current a:hover {
	background: none;
}

.pop-over .box-close a {
        visibility: visible;
}

#header .background-image {
	display: block;
	position: absolute;
	right: 0ex;
/*	left: 58ex;*/
	top: 1ex;
	bottom: 1ex;
	overflow: hidden;
}

#header .background-image img {
	width: 100%;
	display: inline;
}
