		
	/* HTML / BODY */	
	BODY
	{
		background-color:#014568;
	}

	#global_screen,
	#global_content
	{
		background-color:#FEFEFE;
	}


	/* HEADER */
	#global_header
	{
		background-color:#014568;
		float:left;
	}

	
	#gobal_home_logo A
	{
		background:url(/Include/global/images/nr_logo_final_mobile.png) no-repeat left center;
	}
	
		#global_search_wrapper FORM INPUT[type=text]
		{
			font-family:"Open Sans", sans-serif;
			color:#FFF;
			cursor:pointer;
			background:none;
		}
		
				
		
		#global_search_wrapper FORM INPUT[type=text]:hover
		{
			background-color:rgba(0,0,0,0.5)!Important;
		}
		
		#global_search_wrapper FORM INPUT[type=text]:focus
		{
			background-color:#000!important;
			color:#FFF;
		}
		
		#global_search_wrapper FORM INPUT[type=submit]
		{
			display:none;
		}
		
		#global_search_wrapper FORM INPUT::-webkit-input-placeholder
		{
			color:#FFF!important;
		}
		
		#global_search_wrapper FORM INPUT::-moz-placeholder
		{
			color:#FFF!important;	
		}
		
		#global_search_wrapper FORM INPUT:-moz-placeholder
		{
			color:#FFF!important;
		}
		
		#global_search_wrapper FORM INPUT:-ms-input-placeholder
		{
			color:#FFF!important;
		}
	
	
		#global_top_menu #global_menu_button
		{
			color:#FFF!important;
		}
		
		#global_top_menu #global_menu_button SPAN.globalMenuSpan
		{
			background-color:#FFF;
		}
		
		#global_top_menu > UL > LI:hover > #global_menu_button
		{
			background-color:rgba(0,0,0,0.5);	
		}
		
		#global_top_menu > UL > LI > #global_menu_button:focus
		{
			/*background-color:#000;	*/
		}
		
		#global_top_menu UL > LI > UL
		{
			background-color:#000;
		}
		
		#global_top_menu UL > LI > UL > LI > A
		{
			color:#FFF!important;
		}



/* FOOTER */
#global_footer
{
	text-align:center;
	padding:20px 0;
	background:#014568;
	color:#EEE;
}
	
	#global_footer HR
	{
		border:0;
		border-top:2px solid #DDD;
		display:none;
	}

	#global_footer A
	{
		color:#FFF!important;
	}
	
	#global_footer .global_footer_links A
	{
		display:inline-block;
		padding:5px 20px;
	}
	
	.gllbFooterLogo
	{
		width:30px;
		display:inline-block;
		vertical-align:middle;
		border:0;
		padding:10px;
	}
	
	@media screen and (max-width:700px)
	{
		#global_footer .global_footer_links A
		{
			display:block;
			padding:10px;
		}	
	}
	
	
/* UTILITY */
.main_button
{
	background-color:#005ea5!important;	
}
	