/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MAIN NAVIGATION - HORIZONTAL STYLE
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------*/
/*	Global navigation styles
/*-------------------------------------------------------------------------------------------------------*/
#nav-global
{
	margin-top:      12px;
	float:           right;
	text-align:      left;
	white-space:     nowrap;

	font-family:     verdana,arial,sans serif;
	font-size:       9px;
	color:           #949594;
}

#nav-global a
{
	text-transform:  uppercase;
	color:           #949594;
	margin-left:     8px;
}

/*---------------------------------------------------------------------------------------------------------
//	Container blocks for nav sets
//-------------------------------------------------------------------------------------------------------*/
#nav-main
{

	display:         block;
	clear:           both;

	height:          15px;
	white-space:     nowrap;

	margin-top:      35px;
	border-bottom:   1px solid #3D2B7D;
	margin-bottom:   7px;
	padding-left: 16px;
}

#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;
	height:          15px;
	line-height:     15px;
	color:           #236b4a;
	font-size:       10px;
	font-family:     georgia, times new roman,serif;
	padding:         0 38px 0 0px;
	text-transform:  uppercase;
	letter-spacing:  1px;
	
}
#nav-main a:hover,
#nav-main a.active,
#nav-main a.active:hover,
#nav-main a.highlight
{
}

#nav-main a.topnav-active
{
	color:           #3D2B7D;
}

a.active:before, a.topnav-active:before
{
	color:           #3D2B7D;
	content:         '>';
}


#b-intro
{
	width: 44px;
}