﻿#headerBar
{
	background-repeat:repeat-x;
}
#header > #headerBar
{	
	height:auto;
}

.headerBar
{
	background-image: url(../images/header-bar-bg.gif);
	height:85px;
}
#header > .headerBar
{
	min-height:65px;
}

.headerBar_2lines
{
	background-image: url(../images/header-bar-bg_2lines.gif);
	height:65px;
}
#header > .headerBar_2lines
{
	min-height:85px;
}


#headerBarCornerRight
{
	float:right;
	background-repeat:no-repeat;
	width:11px;
}

.headerBarCornerRight
{
	background-image: url(../images/header-bar-corner-right.gif);
	height:65px;
}

.headerBarCornerRight_2lines
{
	background-image: url(../images/header-bar-corner-right_2lines.gif);
	height:85px;
}

#logo
{
	float:left;
}

#logo h1 span
{
	display:none;
}

#logo h1
{
	background-repeat:no-repeat;	
	margin:0px;
	width:197px;
}

.logo h1
{
	background-image: url(../images/logo.gif);
	height:65px;
}

.logo_2lines h1
{
	background-image: url(../images/logo_2lines.gif);
	height:85px;
}

#navigation
{
	float:left;
}

#navigation h2
{
	display:none;
}

#navigation ul
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
}
	
#navigation ul li
{
	display:block;
	float:left;
	list-style-type:none;
	background-image:url(../images/nav-off-left.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:0px 0px 0px 10px;
	margin:0px 0px 0px 0px;
	height:35px;
}

#navigation ul li a.primaryLink
{
	display:block;
	float:left;
	font-size:0.75em;
	font-weight:bold;
	white-space:nowrap;
	background-image:url(../images/nav-off-right.gif);
	background-position:top right;
	background-repeat:repeat-x;
	padding:10px 18px 0px 9px;
	margin:0px 0px 0px 0px;
	text-decoration:none;
	height:27px;
	color:#909090;
}

#navigation ul li a.primaryLink:hover
{
	color:#646262;
}

#navigation ul li .secondary
{
	position:absolute;
	left:210px;
	margin-top:38px;
	margin-right:40px;
	min-width:700px;
}

#navigation ul li .secondary p
{
	margin:0px;
	font-size:0.7em;
	font-weight:normal;
	color:#909090;
	line-height:17px;
}

#navigation ul li a.secondaryLink
{
	text-decoration:none;
	color:#909090;
	white-space:nowrap;
}

#navigation ul li a.secondaryLink:hover
{
	color:#646262;
}

#navigation ul li a.secondaryLinkSelected
{
	text-decoration:none;
	font-weight:bold;
}

#navigation ul li .secondary .separator
{
	padding-left:5px;
	padding-right:5px;
	font-size:1em;
}



#navigation ul li.selected
{
	background-image:url(../images/nav-on-left.gif);
}

#navigation ul li.selected a.primaryLink, #navigation ul li.selected a.primaryLink:hover
{
	background-image:url(../images/nav-on-right.gif);
}

#navigationCornerRight
{
	float:left;
	background-image: url(../images/nav-end-right.gif);
	background-repeat:no-repeat;
	width:8px;
	height:35px;
}

#navigationLoggedOutCornerRight
{
	float:left;
	background-image: url(../images/nav-end-right-logout.gif);
	background-repeat:no-repeat;
	width:8px;
	height:35px;
}

#welcome
{
	position:absolute;
	top:10px;
	right:15px;	
}

#welcome h2
{
	display:none;
}

#welcome span.username
{
	color:#C60A22;
}

#welcome span.separator
{
	margin-left:3px;
	margin-right:3px;
}

#welcome p
{	
	margin:0px;
	font-size:0.7em;
}

#welcome p, #welcome a
{
	color:#424242;	
}

#welcome a:hover
{
	color:#696868;
}

#breadcrumb p
{
	margin:5px 0px 8px 5px;
	font-size:0.7em;
	color:#424242;
}

#breadcrumb p a
{
	 color:#424242;
}
#breadcrumb p .current
{
	color:#C50922;
}

#breadcrumb p .separator
{
	padding-left:3px;
	padding-right:3px;
}
