/* CSS Document */

#header {
	background-color: #072E5C;
	background-image: url(../images/new_header.png);
	height: 107px;
}

#headerGraphic a {
	display: block;
	width: 400px;
	height: 80px;
	padding: 10px;
}

#header #count
{
	height: 1px;
	line-height: 1px;
}

#header #navMeta { padding: 0 10px 0 0; }

#header #navMeta ul { float: right; }

#header #navMeta li
{
	display: inline;
	margin: 0;
	list-style-type: none;
}

#header #navMeta a,
#header #navMeta .link
{
	color: #FFF;
	text-decoration: none;
}

#header #navMain
{
	background-color: #9CA8B6;
	border-width: 1px;
	border-color: #C2C9CF;
	border-style: solid none none none;
}

#header #navMain ul { margin: 0 24px; }

#header #navMain li
{
	float: left;
	margin: 0;
	list-style-type: none;
	border
}

#header #navMain a
{
	display: block;
	border-width: 1px;
	border-color: #BED0DA;
	border-style: none none none solid;
	padding: 5px 6px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

#header #navMain a:hover,
#header #navMain a.active
{
	background-color: #062F5D;
}

#header #navMain li:hover .navSub
{
	display: block;
	z-index: 50;
}

#header #navMain .navSub
{
	display: none;
	position: absolute;
	left: 23px;
	margin: 0 11px;
	width: 900px;
	background-color: #062F5D;
}

#header #navMain .navSub li
{
	display: inline;
	float: none;
	line-height: 23px;
	color: white;
}

#header #navMain .navSub a,
#header #navMain .navSub .link
{
	display: inline;
	border-style: none;
	padding: 0;
	color: white;
	font-weight: normal;
}

#header #navMain .navSub .active a
{
	font-weight: bold;
}

#header #navMain .show
{
	display: block;
}

#header #navSubFond
{
	background-color:#062F5D;
	line-height: 25px;
}

#loginbox{
    position: absolute;
    left: 683px;
    top: 54px;
    width: 247px;
    height: 17px;
    padding: 25px 5px 5px 45px;    
    background: url(../images/bg_not_logged_in.png) 0 0 no-repeat;
    color: #FFF;
}

#loginbox a{
    margin: 5px 10px 0 0;  
    display: block;
    float: left; 
    color: #FFF;    
}

#loginbox.loggedIn{
    width: 287px;
    height: 37px;
    padding: 10px 0 0 10px; 
    background: url(../images/bg_logged_in.png) 0 0 no-repeat;
}
