#page_header
{
	height: 100px;
	width: 770px;
	overflow: hidden;
	background-repeat: no-repeat;
	color: white;
	vertical-align: middle;
}

#page_header div.logo
{
	margin-left: 20px;
}

#page_header div.tagline
{
	margin: 10px 0 0 20px;
	font-size: 16px;
	color: white
}



#header
{
	position: relative;
	width: 100%;
}

#header div
{
	margin: 0px;
	padding: 0px;
/*	border: 1px dotted green; */
}


#header div.title_box
{
	position: relative;
	width: 762px;
	height: 72px;
	border: 4px outset;
}

#header div.logo
{
	position: absolute;
	top: 20px;
	left: 10px;
}

#header h2
{
	padding: 0;
	margin: 0;
	font-size: 12px;
}

#header div.logo h2
{
	position: absolute;
	font-family: "Times New Roman", serif;
	font-size: 20px;
	color: white;
	line-height: 1px;
	top: 0px;
}

#header div.logo a
{
	color: white;
}

#header div.tagline
{
	position: absolute;
	top: 52px;
	left: 10px;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
}

#header div.tagline h5
{
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

#header div.nav_intersite
{
	width: 100%;
	font-size: 11px;
}

#header div.intersite_nav
{
	width: 100%;
	font-size: 11px;
	margin: 0; 
	padding: 0;
}

#header div.intersite_nav div.site_menu_item
{
	vertical-align: middle;
	text-align: center;
	border: 3px;
	float: left;
	clear: none;
}

#header div.intersite_nav a
{
	position: relative;
	color: white;
	display: block;
	margin: 0; 
	padding: 0;
	background-repeat: no-repeat;
	border: 2px outset;
	text-decoration: none;
	padding: 0px 4px 0px 4px;
	margin: 0px 3px 0px 3px;
}

#header div.intersite_nav a.inc
{
	border-color: #113388;
	background-color: #113388;
}

#header div.intersite_nav a.biz
{
	border-color: #771111;
	background-color: #771111;
}

#header div.intersite_nav a.tax
{
	border-color: #113311;
	background-color: #113311;
}

#header div.intersite_nav a:hover
{
	top:  1px;
	left: 1px;
	border-style: inset;
}

