﻿/*Main navigation*/
/* 
#ead2b5 Keir Brown 
#e2ba98 Keir header background color 
#ef1421 Keir Red 
#fff White, #000 Black 
*/


/*This is the <DIV> container tag for the Menu and Header.*/

.divHeader
{
	position: relative;
	display: block;
	min-width:960px;
	width: 100%;
	height: 5em;
	background-color:White;

}
#divNavC
{
    left:0px;
    position: absolute;
    background-color: #ef1421;
    width:100%;
    height: 1.5em;
}
.divNav
{
	position: relative;
	width: 960px;
	height: 3em;
	margin:0px auto;
}

.divURL
{

	display: block;
	height: 3em;
	width: 960px;
	color: #ef1421;
	margin:0 auto;
}

.divNum
{
	position: absolute;
	display: block;
	height: 3em;
	top: -.1875em;
	right: 0;
	width: 3em;
}

.spnURL
{
	
	display: block;
	font-size: 2.25em;
	padding: .5em 0 .25em .125em;
	font-weight: 800;
	z-index: 50;
	float:left;
}

/*Phone number <div> top right of header*/
.h2PhnNum
{
	float: right;
	font-size: 1.25em;
	font-weight: bolder;
	padding: .125em .125em 0 0;
	color: #fff;

}


/*Operation hours <p> bottom right of header*/
.pTime
{
	float: right;
	position: relative;
	display: block;
	top: 1.75em;
	left: 16em;
	line-height: 1.125em;
	text-align: right;
	font-size: 55%;
	font-weight: bolder;
	z-index: 30;
	color: #fff;
}

.preload
{
	display: none;
}

/*Main nav section of the website*/
ul.mainNav
{
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 960px;
	height: 1.5em;
	background: #ef1421;
	z-index: 10;
}

/*aligns the first <li> tag times into a row and removes the list style*/
ul.mainNav li.off, ul.mainNav li.on
{
	float: left;
	padding: .25em .5em .25em .5em;
	height: 1em;
	border: .0625em solid #ccc;
	border-top: none;
	border-left: none;
	list-style: none;	
}
ul.mainNav a
{
	display: block;
}

/*Remove the underline from the <a> tag*/
ul.mainNav li a
{
	color: #fff;
	font-weight: bold;
	font-size: 80%;
	text-decoration: none;
}
/*End Main nav section of the website*/

/*Sub nav section of the website*/
ul.subNav, ul.ulSubOther
{
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 1.4em;
	left: 0;
	background: #f3dbac;
	height: 1.5em;
	width: 960px;
}

ul.subNav li.subOff, ul.ulSubOther li
{
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
	height: 1.375em;
	list-style: none;
}

ul.subNav li.liLogin
{
	color: #000;
} 

ul.subNav li.subOff a, ul.ulSubOther li a
{
	padding: .375em 1em .8125em 1em;
}

/*End Sub nav section of the website*/

/*Dropdown Navigation*/
ul.dropdown
{
	position: absolute;
	display: none;
	top: 1.5em;
	left: 0;
	float: none;
	padding: 0px;
	margin: 0px;
	background: #fff;
	border: solid .0125em #ef1421;
	width: 13em;
}

ul.dropdown li.dropOff
{
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	height: 100%;
	white-space: nowrap;
	
	padding: 0px;
	margin: 0px;
	list-style: none;
}

ul.dropdown li.dropOff a
{
	color: #000;
	margin: 0;
	padding: .1875em .5em;
	border-bottom: solid .125em #ccc;
	text-align: left;
	width: 100%;
	height: 100%;
}

html>body ul.dropdown li.dropOff a
{
	width: auto;
}

/*End Dropdown Navigation*/

/*Popout Nav*/
ul.popout
{
    position: absolute;
	margin: 0px;
	padding: 0px;	
	top: -.125em;
	left: 13em;
	width: 10em;
	background: #fff;
}	
ul.popout li
{
	clear: both;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 1em;
	list-style: none;
}

ul.popout li a
{
	color: #000;
}
/*End Popout Nav*/

/*Turn off <UL> tags*/
ul.popout, ul.dropdown, ul.subNav, ul.ulSubOther
{
	display: none;
}


/*End turn off <ul> tags*/

/*Display menu*/

ul.mainNav li.on ul /*Default submenu display, always on*/
{
	background-color: #fff;
	display: block;
}
	/*Swapout when mouse is over main menu item*/
	ul.mainNav li.off:hover
	{
		background: #f3dbac;
	}
	ul.mainNav li.off a:visited
	{
		color: white;
	}
	ul.mainNav li.on a:visited
	{
		color: white;
	}
	ul.mainNav li.off:hover a
	{
		color: #000;
	}
	ul.mainNav li.off:hover li a
	{
		color: #000;
	}
	ul.mainNav li.off:hover ul.subNav
	{
		display: none;
		border: none;
	}
		/*Show subNav*/
		ul.mainNav li.off:hover ul.subNav
		{
			display: block;
		}
	/*End swapout*/
	/*SubNav swapout*/
	
	ul.subNav li.subOff:hover
	{
		background: #fff;
		z-index: 10;
	}
	ul.subNav li.subOff:hover a
	{
		color: #000;
	}
	/*end SubNav swapout*/
		/*Dropdown*/
		ul.subNav li.subOff:hover ul.dropdown
		{
			display: block;
			background: #fff;
			padding-bottom: 1em;
			left: -.0125em;
		}
		ul.subNav li.subOff:hover ul.dropdown li.dropOff a
		{
			background-image: none;
		}
		
		ul.subNav li.subOff:hover ul.dropdown li.dropOff a.withPop
		{
			background: url(/images/header/arrow_off.gif) no-repeat center right;
			z-index: 3;
		}
		ul.subNav li.subOff:hover ul.dropdown li.dropOff:hover
		{
			background: url(/images/menu_bg.png);
			
		}
		
		ul.subNav li.subOff:hover ul.dropdown li.dropOff:hover a.withPop
		{
			background: url(/images/header/arrow_ovr.gif) no-repeat center right;
		}
		
		
			/*Popout menu*/
			ul.dropdown li.dropOff:hover ul.popout
			{
				display: block;
				border: solid .0125em #ef1421;
				
				z-index: 20;
			}
							
			ul.dropdown li.dropOff:hover ul.popout li:hover
			{
				background: #fff;
			}

			ul.dropdown li.dropOff:hover ul.popout li a
			{
				border: none;
				color: #000;
			}
			
			ul.subNav li.subOff:hover ul.dropdown li.dropOff:hover ul.popout li:hover a
			{
				color: #000;
			}
			/*End popout menu*/
		/*End Dropdown*/
		
.liLogin
{
	font-size: 70%;
	font-weight: bold;
	padding-top: .1875em;
	width: 99%;
	text-align: right;
	list-style-type: none;
}

.inpLogin
{
	font-size: 80%;
	margin:0;
	padding:0px;
	border:solid 0px #CCC;
	background:#FFF;
}	

p.pHomeSwap
{
	display: none;
	font-size: 60%; 
	width: 100%; 
	text-align: right;
	white-space: nowrap;
}
p.pHomeSwap a
{
	color: Blue;
}


#headerNav{font-size:11px; float:right; padding-right:5px; color:Black; height:13px; }
#headerNav a:link{color:#3880cc;  text-decoration:none;}
#headerNav a:visited{color:#3880cc; text-decoration:none;}
#headerNav a:hover{color:#1e69b7; text-decoration:underline;}
	
/*End display menu*/

