/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MAIN NAVIGATION - HORIZONTAL STYLE
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------*/
/*	Global navigation styles
/*-------------------------------------------------------------------------------------------------------*/
#nav-global
{
	position: 		absolute;
	top: 60px;
	right: 15px;
	text-align:      right;
	white-space:     nowrap;

	font-family:     verdana,arial,sans-serif;
	font-size:       12px;
}

#nav-global a
{
	display: block;
	margin-bottom:    4px;
	color:           #FFEC1E;
	font-weight: bold;
}

#nav-socialmedia
{
	position: absolute;
	top: 20px;
	right: 15px;
}

#nav-socialmedia a
{
	margin-left: 10px;
}

/*---------------------------------------------------------------------------------------------------------
//	Container blocks for nav sets
//-------------------------------------------------------------------------------------------------------*/
#nav-main
{
	display:         block;
	clear:           both;

	width:           100%;
	height:          31px;
	padding:         0px;
	overflow: hidden;
	text-align: justify;
}

#nav-main a
{
	display: inline-block;
	height: 21px;
	line-height: 21px;
	color: white;
	text-transform: uppercase;
	padding: 5px 12px;
	font-family: verdana, arial, sans-serif;
	letter-spacing: 1px;
}

#nav-main a:hover,
#nav-main a.active
{
	color: #f5e22a;
	background-color: #771e2b;
}

.stretch
{
	display: inline-block;
	width: 70%;
}
