/* horizontal navigation areas */
.hnav {
	background-color: #fff;
	border-color:rgb(223,225,234) rgb(0,0,0) rgb(0,29,60) rgb(0,0,0);
	border-style: solid;
	border-width: 1px 0 1px 0;
	text-transform:uppercase;
	text-align: center;
	padding:6px 0 7px 0;
	line-height:21px;
	margin-bottom:6px;
	font-size:8pt;
}
.hnav ul, .hnav ul li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.hnav ul li a {
	color:rgb(0,29,60);
	margin: 0 -1px 0 0;
	padding-left: 12px;
	padding-right: 12px;
	white-space: nowrap;
}
.hnav ul li a:link, .hnav ul li a:visited, .hnav ul li a:active, .hnav div a {
	color:rgb(0,29,60);
	text-decoration: none;
}
.hnav ul li a:hover, .hnav div a:hover {
	text-decoration:underline;
}
* html .hnav ul li, * html .hnav ul li a, * html .hnav div a {
	width: 1%; /* IE/Mac needs this */
	display: inline-block;	/* IE/Mac needs this */
	/* \*/
		width: auto;
		display: inline; 
		position: relative;
	/* reset above hack */
}
* html .hnav, * html .hnav ul a, * html .hnav div a {
	/* \*/ height: 0.01%; /* hasLayout hack to fix render bugs in IE/Win. 
				 IE/Mac will ignore this rule. */
}
* html .HNAV {
	padding: 0;
}

/* jb: different navigation bars */
#page-container .hnav {
	background:#fff url('../_img/bg-keyvisual-shadow-page.gif') top left repeat-x;
	border: 0;
	padding: 0;
	height: 33px;
	width: 100%;
}
#page-container .hnav #main-navigation {
	background:#eee url('../_img/bg-hnav-main-navigation-normal.gif') top left repeat-x;
	float: left;
	margin: 0 10px;
	padding: 0 0 0 0;
	text-align: right;
	width: auto;
}
#page-container .hnav #main-navigation  li a {
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	color: #a21c00;
	font-size: 12px;
	padding: 8px 16px 7px 16px;
	line-height: 32px;
	text-decoration: none;
	text-transform: none;
}
#page-container .hnav #main-navigation  li.last a {
	border-right: 1px solid #999;
	margin-right: 1px;
}
#page-container .hnav #main-navigation  li.active a, #page-container .hnav #main-navigation  li a:hover {
	color: #fff;
	background:#a21c00 url('../_img/bg-hnav-main-navigation-active.gif') top left repeat-x;
}
#site-navigation {
	background: none;
	border: 0;
	color: #a21c00;
	float: right;
	line-height: 29px;
	padding: 0;
	margin: 89px 0 0 0;
	text-align: right;
	width: auto;
}
#site-navigation a {
	background: none;
	color: #a21c00;
	font-size: 11px;
	padding: 0 10px;
	text-decoration: none;
}
#site-navigation a:hover {
	text-decoration: underline;
}

#footer {
	background: none;
	border: 0;
	border-top: 1px solid #999;
	color: #11553b;
	line-height: 31px;
	padding: 0;
	margin: 0;
	text-align: left;
	width: auto;
}
#footer a {
	background: none;
	color: #11553b;
	font-size: 11px;
	padding: 0 10px;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer span.active a {
	text-decoration: underline;
}
/* END of horizontal navigation areas */

/* left sidebar navigation area */
#left-column .vnav {
	border-bottom: 5px solid #a21c00;
	margin: 0 0 0 0;
	padding: 0;
	width: 230px;
}
#left-column .vnav dl, .vnav dl dt {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
#left-column .vnav dl {
	border-color: #fff;
	border-style: solid;
	border-width: 0;
	margin: 0;
}
#left-column .vnav dl dt {
	border-bottom: 1px solid #fff;
	line-height: 25px;
}
#left-column .vnav dl dt a {
	background: #eee url('../_img/bg-subnavigation-01-bullet-normal.gif') top left no-repeat;
	color: #11553b;
	display: block;
	font-weight: bold;
	text-decoration: none;
	line-height: 25px;
	padding: 0 10px 0 20px;
}
#left-column .vnav dl dt a.active, #left-column .vnav dl dt a:hover {
	background: #eee url('../_img/bg-subnavigation-01-bullet-active.gif') top left no-repeat;
	color: #a21c00;
}
#left-column .vnav span.active {
	background: #eee url('../_img/bg-subnavigation-01-bullet-active.gif') top left no-repeat;
	color: #a21c00;
	display: block;
	font-weight: bold;
	line-height: 25px;
	padding: 0 10px 0 20px;
}
/* left navigation level 3 */
#left-column .vnav dl dt dl {
	border: 0;
	margin: 0;
}
#left-column .vnav dl dt dl dt {
	background: #fff;
	line-height: 21px;
}
#left-column .vnav dl dt dl dt a {
	background: none;
	background-color: rgb(234,245,250);
	line-height:21px;
	padding:0 12px 0 36px;
}
#left-column .vnav dl dt dl dt a:hover {
	background-color: rgb(223,225,234);;
}
* html .vnav dl dt a {
	height: 1%;
}
* html .vnav dl {
	position: relative;
}
#left-column .vnav h2 {
	background:url('../_img/bg-subnavigation-head-right.gif') top right no-repeat;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	line-height: 30px;
	margin: 0;
	padding: 0;
	text-transform:uppercase;
	display: block;
	width:100%;
}
#left-column .vnav h2 span {
	background:url('../_img/bg-subnavigation-head-left.gif') top left no-repeat;
	color: #fff;
	display: block;
	padding: 0 20px 0 20px;
	width: auto;
}
/* END of left sidebar navigation area */

