﻿/* CSS Header Document */

#masthead {
	height: 120px;
}

* html #masthead {
	margin-bottom: -20px;
}


#masthead .inside {
	background: transparent url(img/header_bg.gif) top left repeat-x;
	margin: 0 4px 0 7px;
}

#masthead .logo {
	background: transparent url('img/ipn_logo.gif') top left no-repeat;
	width: 244px;
	height: 78px;
	padding: 0;
	margin: 0;
	float: left;
}
#masthead .logo .title {
	visibility: hidden;
	overflow: hidden;
	font-size: 9px;
	display: none;
}

#masthead .global_links {
	padding: 30px 36px 0 0;
	margin: 0px 0 0 400px;
	height: 50px;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
}

#masthead .links {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

#masthead .links:hover{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FD8314;
	text-decoration: none;
}

#masthead .global_links a.help {
	padding-right: 20px;
	background-image: url("img/Help.gif");
	background-repeat: no-repeat;
	background-position: center right;
}
