#ja-headerwrap   { color: #c3dfed; background-color: #1f3759 }

.ja-headermask {
	background: url(images/header-mask.png) no-repeat top right;
}

#ja-header a {
	color: #C3DFED;
}

h1.logo-text a {
	color: #C3DFED !important;
}

p.site-slogan {
	background: #1E7CAB;
}

#ja-search {
	background: url(images/icon-search.gif) no-repeat center left;
}

#ja-search .inputbox    { color: #fff; background-color: #a0abb9; border: solid 1px #a0abb9 }

.sectiontableheader  { background-color: #1f3759 }

#ja-botslwrap  { color: #c3dfed; background-color: #1f3759 }

.ja-box-right div.moduletable {
	background: url(images/vdot2.gif) repeat-y left;
}

.ja-box-center div.moduletable {
	background: url(images/vdot2.gif) repeat-y left;
}

#ja-botsl a {
	color: #C3DFED;
}

/*--------------------------- VISUAL ----------------------------*/
/* -------- All levels -------- */
#ja-mainnavwrap  { background-color: #1f3759; border-top: 1px solid #4394bd }
#ja-mainnav ul, #ja-mainnav li {
	background-image: none;
	list-style: none;
}

#ja-mainnav span.separator {
	display:none;
}

/* -------- Top level -------- */
#ja-mainnav > ul  { background-color: #1f3759; padding-left: 20px }

#ja-mainnav > ul > li  { background-color: #1f3759; margin-right: 1px; border-right: 1px solid #005a87; border-left: 1px solid #4394bd }

#ja-mainnav > ul > li.active  { color: #c3dfed; background: #1f3759 url(../../../images/arrow2.png) no-repeat center bottom }

#ja-mainnav > ul > li:hover,
#ja-mainnav > ul > li:active,
#ja-mainnav > ul > li:focus  { color: #c3dfed; background: #1f3759 url(../../../images/arrow2.png) no-repeat center bottom }

/* -------- sub-levels -------- */
#ja-mainnav ul ul li {
	border-left: 1px solid #4394BD;
	border-right: 1px solid #005A87;
	border-top: 1px solid #4394BD;
	border-bottom: 1px solid #005A87;
	margin-bottom: 1px;
}

#ja-mainnav li ul  { background-color: #1f3759 }

#ja-mainnav li a {
	color: #C3DFED;
	font-weight: bold;
	text-decoration: none;
}

#ja-mainnav ul ul  li:hover,
#ja-mainnav ul ul  li:active,
#ja-mainnav ul ul  li:focus  { color: #c3dfed; background-color: #1f3759 }

