﻿
/* Header section */

#header_topNav_search_txtKeywords
{
    font-size: 1.2em; /*Added this line to stop the search text box from changing size on certain pages within Firefox when the StyleSwitcher javascript runs.*/
}
#header_title
{
	width: 100%;
	background: url('/Images/SiteSpecific/Lsora/TopNav/Banner.png') top left no-repeat;
}

#header_title a
{
	width: 400px;
	height: 72px;
	text-indent: -5000px;
	overflow: hidden;
	display: block;
    text-decoration: none;
}

#header.headerLinks
{
    padding-right: 10px;
}

#header ul
{
    overflow: hidden;
	list-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 1em;
	width: 100%;
	text-align: right;
}

#header li
{
	display: inline;
	color: #999999;
}


#header a, 
#header a:link, 
#header a:visited 
{
	color: #999999;
	text-decoration: none;
}

#header a:hover, 
#header a:active
{
	color: #999999;
	text-decoration: underline;
}