/* CSS Document */

#header {
	background-color: #003D81;
	background-image: url(../images/hg_header.jpg);
	background-repeat: repeat-y;
}

#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 #headerGraphic
{
	clear: both;
	padding: 10px 0 20px 0;
}

#header #navMain
{
	background-color:#3065A0;
	border-width: 1px;
	border-color: #9DB2C0;
	border-style: solid none none none;
}

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

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

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

#header #navMain a:hover,
#header #navMain a.active
{
	background-color: #003779;
	color: #FFFFFF;
}

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

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

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

#header #navMain .navSub a:hover,
#header #navMain .navSub a.active
{
	background-color: transparent;
	color: #0762CB;
}

#header #navMain .navSub .active a
{
	color: #0762CB;
}

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

#header #navSubFond
{
	background-color:#F7F3E1;
	border-width: 1px;
	border-color: #8E8A78;
	border-style: none none solid none;
	line-height: 25px;
}
