@media print
{
	
	#TextLinksContainer
			{
				display:none;
			}
			
			#NavBarContainer
			{
				display:none;
			}
}




		#TopNavContainer
		{
			position: absolute;
			width: 880px;
			height: 89px;
			left: 0px;
			top: 0px;

			z-index: 150;
		}

			#HartLogoContainer
			{
				position: absolute;
				left: 21px;
				z-index: 155;
			}


			#TextLinksContainer
			{
				position: absolute;
				left: 406px;
				width: 480px;
				height: 18px;
				font-size: 9px;
				z-index: 151;
			}

				#TextLinksContainer a
				{
					float: left;
					text-transform: uppercase;
					color: #D1D3D4;
				}
				
				#TextLinksContainer a.Visit
				{
					margin-left: 0px;
					margin-right: 50px;
				}

				#TextLinksContainer span
				{
					float: left;
					margin-left:  10px;
					margin-right: 10px;
				}

				#TextLinksContainer a.Contact, a.Email, a.Login
				{
				}



			#NavBarContainer
			{
				position: absolute;
				top: 20px;
				left: 0px;
				z-index: 152;
			}

				#NavBarTop, #NavBarMiddle, #NavBarBottom
				{
					position: relative;
					margin: 0px;
				}
				#NavBarTop
				{
					height: 15px;
					width: 880px;
					background-image: url('/images/shared/top-nav/navbar-top.gif');
					background-repeat: no-repeat;
					z-index: 153;
				}

				#NavBarMiddle
				{
					height: 25px;
					width: 880px;
					top: -1px;
					margin: 0px;
					background-image: url('/images/shared/top-nav/tile.gif');
					background-repeat: repeat-x;
					z-index: 154;
				}

				#NavBarBottom
				{
					height: 6px;
					width: 880px;
					margin: 0px;
					top: -1px;
					background-image: url('/images/shared/top-nav/navbar-btm.gif');
					background-repeat: no-repeat;
				}

				#NavBarLinks
				{
					position:absolute;
					left: 390px;
				}

					#NavBarLinks a
					{
						float:left;
						margin: 0px;
						color: #FFFFFF;
						font-size: 12px;
						text-align: center;
						vertical-align: bottom;
						line-height: 25px;
					}
				
					#NavBarLinks a:hover
					{
						text-decoration: none !important;
					}

					/* WHO-WE-ARE */
					#NavBarLinks a.Who, #NavBarLinks a.Who_over
					{
						width: 108px;
						height: 25px;
					}

					#NavBarLinks a.Who
					{
						background-image: url('/images/shared/top-nav/who-we-are.gif');
					}

					#NavBarLinks a.Who:hover, #NavBarLinks a.Who_over
					{
						background-image: url('/images/shared/top-nav/who-we-are-over.gif');
					}


					/* WHAT-WE-DO */
					#NavBarLinks a.Do, #NavBarLinks a.Do_over
					{
						width: 109px;
						height: 25px;
					}

					#NavBarLinks a.Do
					{
						background-image: url('/images/shared/top-nav/what-we-do.gif');
					}

					#NavBarLinks a.Do:hover, #NavBarLinks a.Do_over
					{
						background-image: url('/images/shared/top-nav/what-we-do-over.gif');
					}

					/* WHAT-WE'VE-DONE */
					#NavBarLinks a.Done, #NavBarLinks a.Done_over
					{
						width: 141px;
						height: 25px;
					}
					#NavBarLinks a.Done
					{
						background-image: url('/images/shared/top-nav/what-weve-done.gif');
					}
					#NavBarLinks a.Done:hover, #NavBarLinks a.Done_over
					{
						background-image: url('/images/shared/top-nav/what-weve-done-over.gif');
					}

					/* WHERE-WE-ARE */
					#NavBarLinks a.Where, #NavBarLinks a.Where_over
					{
						width: 126px;
						height: 25px;
					}

					#NavBarLinks a.Where
					{
						background-image: url('/images/shared/top-nav/where-we-are.gif');
					}

					#NavBarLinks a.Where:hover, #NavBarLinks a.Where_over
					{
						background-image: url('/images/shared/top-nav/where-we-are-over.gif');
					}

					/* RIGHT-MARGIN */
					#NavBarLinks a.RightMargin
					{
						width: 7px;
						height: 25px;
					}
