/* CSS Document */
#masthead {
	background-color: #efeedd;
	background-image: url(../images/header_bkgrd.jpg);
	background-repeat: repeat-x;
	height: 147px;
	width: 100%;
}
#masthead #head {
	height: 147px;
	width: 982px;
	margin-right: auto;
	margin-left: auto;
}
#masthead #head #logo {
	float: left;
	height: 110px;
	width: 624px;
}
#masthead #head #logo img {
	margin-top: 44px;
	margin-left: 33px;
}
#masthead #head #arealogin {
	display: block;
	float: left;
	height: 88px;
	width: 358px;
	list-style-type: none;
	padding-top: 22px;
}
#masthead #head #arealogin li {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #545342;
	float: none;
}
#masthead  #head  #arealogin .last {
	clear: both;
	margin-left: 15px;
	padding-top: 2px;
	margin-top:0px;
	position:absolute;
	top:60px;
	width:300px;
}
#masthead #head #arealogin .user {
	float: left;
}
#masthead #head #arealogin .user label {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
	color: #445B66;
	text-transform: uppercase;
	margin-left: 15px;
}
#masthead #head #arealogin .user .loginfield {
	width: 110px;
	height: 15px;
	margin-left: 15px;
}
* {
	margin: 0px;
	padding: 0px;
}


#masthead #head #arealogin .gobutton {
	
	border:0;
	background:transparent;
	height: 20px;
	width: 49px;
	
	/*font-family: Arial, Helvetica, sans-serif;*/
}

#masthead #head #arealogin .gostyle {
	position: absolute;
	width: 49px;
	height: 20px;
	background: url(../images/login_button.png) no-repeat 0px 0px;
	display:inline;
	margin: 13px 0px 0 5px;
}