/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MAIN NAVIGATION - HORIZONTAL STYLE WITH GRAPHICS
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------*/
/*	Global navigation styles
/*-------------------------------------------------------------------------------------------------------*/
#nav-global
{
	text-align:				left;
	white-space:			nowrap;

	padding:				13px 0px 0px 160px;

	margin:					0px 10px 15px 0px;

	width:					430px;
	height:					23px;
}

#nav-global a
{
	float:					left;
}

img.header-icon
{
	margin:					4px;
}

/*---------------------------------------------------------------------------------------------------------
//	Container blocks for nav sets
//-------------------------------------------------------------------------------------------------------*/
#nav-main
{
	display:				block;
	clear:					right;

	width:					819px;
	height:					31px;
	white-space:			nowrap;

	background-image:		url( /site/images/nav/bg_mainnav.png );
	background-repeat:		no-repeat;

	margin:					0px;
	padding:				5px 11px 12px 5px;

}

#nav-main ul
{
	display:				block;
	float:					left;

	margin:					0px;
	padding:				0px;

	list-style-type:		none;

}

#nav-main li
{
	display:				inline;
	float:					left;
}

/*---------------------------------------------------------------------------------------------------------
//	Main nav item styles (for text-only menu headers - delete these if graphics are used for main nav)
//-------------------------------------------------------------------------------------------------------*/
#nav-main a
{
	display:				block;
	float:					left;

	white-space:			nowrap;
	
	line-height:			26px;
}
#nav-main a:hover,
#nav-main a.active,
#nav-main a.active:hover,
#nav-main a.highlight
{
}



/*	global nav bar login form, added 10/1/2008	*/
form#loginform
{
	margin-top:				13px;
	padding-right:			7px;
	float:					right;
}


form#loginform input.lf
{
	float:					left;
	background:				transparent;
	border:					0px;

	width:					132px;
	height:					18px;
	background-image:		url( /site/images/bg_loginfield.png );
	background-repeat:		no-repeat;
	margin-left:			3px;

	padding:				5px 0px 0px 5px;
	font-family:			arial,sans-serif;
	font-size:				11px;
	color:					black;
}
form#loginform input.li
{
	margin-left:				6px;
}


#welcome
{
	float:					right;
	padding:				18px 12px 0px 0px;

	font-size:				12px;
	font-weight:			bold;
	color:					black;
}

img#logoutbutton
{
	float:					right;
	clear:					right;
	padding:				13px 7px 0px 20px;
}
