/*-------------------------------------------------------------------------------------------------------*/
/*	Body
/*-------------------------------------------------------------------------------------------------------*/
body
{
	margin:              0px;
	padding:             0px;
	
	background-color:    #0f65a0;
	background-image:    url( /site/images/tm_back.gif );
	background-position: top left;
	background-repeat:   repeat-x;
}

#logo
{
	margin:              18px 0 18px 11px;
}

#header
{
	position:            relative;
	height:              85px;
	background-image:    url( /site/images/bg_header.png );
	background-position: top left;
	background-repeat:   repeat-x;
}

#header-text
{
	position:            absolute;
	top:                 22px;
	left:                210px;
	width:               250px;
	color:               #999;
	font-size:           11px;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MAIN NAVIGATION - HORIZONTAL STYLE
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------*/
/*	Global navigation styles
/*-------------------------------------------------------------------------------------------------------*/
#nav-global
{
	position:				absolute;
	right:					0px;
	bottom:					0px;

	white-space:			nowrap;

	background-color:		#dddddd;
	background-image:		url( /site/images/bg_nav_global.png );
	background-position:	bottom left;
	background-repeat:		no-repeat;

	padding:				0px 9px 0px 43px;
	height:					34px;
}

#nav-global a
{
	display:				block;
	float:					left;
	padding:				8px 0px;
}


/*---------------------------------------------------------------------------------------------------------
//	Container blocks for nav sets
//-------------------------------------------------------------------------------------------------------*/
#nav-main
{
	display:				block;
	clear:					both;
	overflow:				hidden;
	width:					100%;

	margin-bottom:			11px;

	border-top:				1px solid white;
	border-bottom:			1px solid white;
}

#nav-main ul
{
	display:				block;
	float:					left;
	margin:					0px;
	padding:				0px;
	width:					100%;
	
	list-style-type:		none;

}

#nav-main li
{
	display:				block;
	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;

	background-color:		#F08F1E;
	padding:				0px;
	
}

/*---------------------------------------------------------------------------------------------------------
//	Menus
//-------------------------------------------------------------------------------------------------------*/
ul.m1,
ul.m1 ul
{
	position:				absolute;
	left:					180px;
	top:					0px;
	display:				none;
	z-index: 				50000000;

	list-style:				none;
	margin:					0px;
	padding:				0px 0px 9px 0px;

	border-radius:			0px 0px 4px 4px;
	-moz-border-radius:		0px 0px 4px 4px;
	-webkit-border-radius:		0px 0px 4px 4px;

	-webkit-border-bottom-left-radius:		4px;
	-webkit-border-bottom-right-radius:		4px;
	border-top:				1px solid white;

	width:					180px;
	background-color:		#F08F1E;
}

ul.m1 li
{
	display:				block;
	position:				relative;
	margin:					0px;
	padding:				0px;

	float:					left;
	width:					100%;
}


ul.m1 li a
{
	display:				block;
	text-decoration:		none;

	border-bottom:			1px solid #F6BC78;

	height:					24px;	/*	needed so IE can size the link correctly	*/
	line-height:			24px;

	padding:				0px 16px;

	white-space:			nowrap;
	
	font-weight:			bold;
	font-size:				12px;
	color:					white;
}

ul.m1 a:hover,
a.highlight,
a.highlight-active
{
	background-color:		#E96F11;
	color:					white!important;
}



/*	Makes arrow indicator for links with submenu	*/
a.showsub,
a.showsub:hover
{
	background-image:		url( /site/images/arrow0.gif );
	background-position:	center right;
	background-repeat:		no-repeat;
}

/*	Menu item mouseover	*/
a.showsub:hover
{
	background-image:		url( /site/images/arrow1.gif );
}

