/**
*GLOBAL CSS GOES HERE
*
*/


/* --------------------------------------

   SubSection/the Primary Navitation Container  */
#globalTopNavContainer
{
	position: relative;
	top: 0px;
	left:0px;
	width: 714px;
	height: 20px;
	z-index: 1;
	border-color:#000000;
	border-style:solid;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-top-width: 0px;
	font-size:1.2em;
	]font-size:1em;
	line-height: 4.4;
	overflow:hidden;
}
.globalTopNavTxtContainer
{
	position: absolute;
	top: 0px;

	left: 0px;
	width: 714px;
	height: 20px;
	float: right;
	
}
	
/* --------------------------------------
   all divs inside the Primary Naviation container */

.globalTopWelcomeNavigationButton
{
    float:left;
	top: 0px;
	width: 130px;
	height: 20px;
	background-color: #AB0101;
}

.globalTopWelcomeNavigationButtonTxt
{
    position: absolute;
	top: 0px;
	left: 0px;
	width: 130px; 
	height: 9px;
		
}

/** */

.globalTopWhatsNewNavigationButton
{
    float:left;
	top: 0px;
	width: 64px;
	height: 20px;
	background-color: #61B69F;
}

.globalTopWhatsNewNavigationButtonTxt
{
	position: absolute;
	top: 0px;
	left: 130px;
	width: 63px;
	height: 10px;
}

/** */

.globalTopAboutUsNavigationButton
{
    float:left;
	top: 0px;
	width: 46px;
	height: 20px;
	background-color: #338020;
}

.globalTopAboutUsNavigationButtonTxt
{
    position: absolute;
	top: 0px;
	left: 193px;
	width: 47px;
	height: 0px;
}

/** */

.globalTopContactUsNavigationButton
{
    float:left;
	top: 0px;
	width: 70px;
	height: 20px;
	background-color: #1310C3;
}

.globalTopContactUsNavigationButtonTxt
{
	position: absolute;
	top: 0px;
	left: 240px;
	width: 70px;
	height: 20px;
	background-color: transparent;
}

/** */

.globalTopResourcesNavigationButton
{
    float:left;
	top: 0px;
	width: 128px;
	height: 20px;
	background-color: #6C3DD6;
}

.globalTopResourcesNavigationButtonTxt
{
    position: absolute;
	top: 0px;
	left: 310px;
	width: 128px;
	height: 20px;
	background-color: transparent;
}

/** */

.globalTopExternalNavigationButton
{
    float:left;
	top: 0px;
	width: 73px;
	height: 20px;
	background-color: #D19717;
}

.globalTopExternalNavigationButtonTxt
{
    position: absolute;
	top: 0px;
	left: 438px;
	width: 73px;
	height: 20px;
	background-color: transparent;
}

/** */

.globalTopPhotoGalleryNavigationButton
{
     float:left;
	top: 0px;
	width: 68px;
	height: 20px;
	background-color: #4269BA;
}

.globalTopPhotoGalleryNavigationButtonTxt
{
    position: absolute;
	top: 0px;
	left: 511px;
	width: 68px;
	height: 20px;
	background-color: transparent;
}

/** */

.globalTopEventsNavigationButton
{
     float:left;
	top: 0px;
	width: 61px;
	height: 20px;
	background-color: #752E00;
}

.globalTopEventsNavigationButtonTxt
{
    position: absolute;
	top: 0px;
	left: 579px;
	width: 61px;
	height: 15px;
	background-color: transparent;
}

/** */

.globalTopEvents2NavigationButton
{
    float:left;
	top: 0px;
	width: 74px;
	height: 20px;
	background-color: #D2540A;
}

.globalTopEvents2NavigationButtonTxt
{
    position: absolute;
	top: 0px;
	left: 640px;
	width: 74px;
	height: 15px;
	background-color: transparent;
}
