﻿/************************************************/
/************************************************/
/***                 HEADER                   ***/
/************************************************/
/************************************************/
#headerWrapper 
{
	float: left;
	width: 1000px;
	margin: 19px 0 0 0;
}
/************************************************/
/***                  LOGO                    ***/
/************************************************/
#headerLogoWrapper 
{
	float: left;
	margin: 0;
	background-color: #FFF;
	width: 279px;
}
#headerLogoWrapper h1, h2
{
	float: left;
	margin: 0;
	padding: 0;
}
#headerLogoWrapper h1 a
{
	float: left;
	display: block; /* Allows you to change the width and height of the image */
	height: 60px;
	width: 279px;
	text-indent: -5000em; /* Hides the text in the h1 tag */
	text-decoration: none; /* Hides the underline of the hyperlink */
	z-index: 1000; /* IE Fix*/
	background: url(../images/StanWeaverLogo.png) 0 0 no-repeat;	
	margin: 0;
	padding: 0;
}
/************************************************/
/***                  MENU                    ***/
/************************************************/
#headerMenuWrapper 
{
	float: right;
	margin: 32px 0 0 0;
	display: inline;
}
#headerMenuNavigation ul 
{
	float: right;
	margin: 0;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	width: 396px;
	list-style: none;
	padding-top: 14px;
	padding-left: 0px;
}
#headerMenuNavigation li {

	float: left;
	width: 99px;
	list-style-type: none;
	margin: 0px;
}
#headerMenuNavigation li a 
{
	float: left;
	width: 99px;
	height: 20px;
	padding: 8px 0 0 0;
	background-image: url(../images/tabMenuBackground.png);
	background-repeat: no-repeat;
	display: block;
	color: #FFF;
	text-decoration: none;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#headerMenuNavigation li a:hover
{	
	background-position: 0px -28px;
}

/***********************************************/
/* ASP.NET class for highlighting current page */
.headerMenuNavigationCurrentPage 
{
	background-position: 0px -28px;
}
