/* CSS Header Document */

#masthead .inside {
	background: white url('img/s_top_bg.gif') top right repeat-x;
	height: 150px;
}

#masthead .logo {
	background: white url('img/publiclogo.gif') top left no-repeat;
	width: 185px;
	height: 100px;
	float: left;
	padding: 0;
	margin: 0;
}
#masthead .logo .title {
	visibility: hidden;
	overflow: hidden;
	font-size: 9px;
}
#masthead .title {
	margin: 0;
	font-size: 20px;
	float: left;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FC7B05;
}
#masthead .global_links {
	float: right;
	padding: 15px 30px 0 0;
	margin: 0;
	font-size: 10px;
	font-weight: normal;
	color: black;
	text-decoration: none;
	background: transparent url('img/s_topRight.gif') top right no-repeat;
	height: 85px;
}
#masthead .links {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: black;
	text-decoration: none;
}

#masthead .links:hover{
	color: #0A2946;
	text-decoration: underline;
}

