﻿/*
	colors:
		black = #000000
		white = #FFFFFF
		yellow = #FFD800
		light gray = #808080
 */
a.logo{
	position:absolute;
	display:block;
	width: 178px; height: 90px;
	background: url( /Images/Layout/PathGuideLogo.gif ) no-repeat;
}
a.logo span{
	display:none;
}
div.phoneNumbers{
	float:right;
	width:198px; height: 29px;
}
div.phoneNumbers span{
	display:none;
}
a.signInLink{
	position:absolute;
	top: 42px; left: 530px;
	color: #ffffff;
	padding-right: 24px;
	background: url( /Images/Arrow.gif ) no-repeat 100% 100%;
	font: 12px arial;
	text-decoration:none;
}
a.signInLink:hover{
	color: #FFD800;
}
div.leftNav{
	min-height: 273px;
	margin:0;
	padding: 0 0 80px 0;
	background: #000000 url( /Images/Layout/LeftNavFootStrip.gif ) no-repeat 0 100%;
}
div.leftNav ul{
	margin:0 0 12px 0;
	padding: 0;	
}
div.leftNav li{
	list-style-type: none;
	margin: 0;
}
div.leftNav li a{
	display:block;
	text-decoration:none;
	line-height: 14px;
}
div.leftNav li.tier1 a{
	font-size:13px;
	padding: 8px 0px 8px 20px;
	text-transform: uppercase;
	color: #FFD800;
}
div.leftNav li.tier2 a{
	font-size:12px;
	margin-top:5px;
	padding: 0px 4px 4px 20px;
	text-transform:none !important;
	color: #FFD800;
}
div.leftNav a:hover{
	color:#FFFFFF;
}
div.leftNav li.tier3 a{
	font-size:12px;
	margin-top:0px;
	margin-bottom:5px;
	padding: 0px 0px 0px 20px;
	text-transform:none !important;
	color: #FFFFFF;
}

li.tier1 a.curr{ background: url( /Images/Layout/Tier1Highlight.gif ); font-weight:bold; }
li.tier2 a.curr{ 
	background: url( /Images/Layout/Tier2Highlight.gif ) no-repeat 0 3px; font-weight:normal; 
	.background-position: 0 5px; /* IE only */ 
}
li.tier3 a.curr{ 
	background: url( /Images/Layout/Tier3Highlight.gif ) no-repeat 0 3px; 
	.background-position: 0 5px; /* IE only */
}


a.helpLink{
	display:block;
	height: 100px;
	color: #FFFFFF;
	text-decoration:none;
	background: url( /Images/Layout/leftNavHelpLink.gif ) no-repeat top;
}
a.helpLink span{
	display:none;
}
a.helpLink:hover{
	background-position: bottom;
}

/* footer nav */
div.footer, div.footer a{
	color: #333333;
	text-decoration:none;
	font-size:10px;
}
div.footer a:hover{
	text-decoration:underline;
}
