#banner { 
	height:170px;
	clear:both;
}
/* LOGIN BOX */
#arrange-login{
	float:right; 
	width:30px;
}
#login { 
	width:242px; 
	height:105px; 
	float:right; 
	background:url(images/path-login.gif) no-repeat; 
	margin-top:20px;
}
.login-sign { 
	margin:10px 10px 0 10px; 
	font-size:12px; 
	font-weight:bold; 
	text-align:left; 
	border-bottom-style:dashed; 
	border-bottom-width:thin; 
	border-bottom-color:#999999;
}
.login-input { 
	width:195px; 
	float:left;
}
.username-pasword-text { 
	text-transform:uppercase; 
	white-space:nowrap; 
	font-size:11px; 
	font-weight:900; 
	text-align:left; 
	margin:7px 0 0 10px;
}
.login-textbox { 
	width:110px; 
	height:13px;
}
.btn-login {
	background:transparent url(images/btn-login.gif) no-repeat scroll 0 0;
	border:0 none;
	cursor:pointer;
	float:right;
	height:33px;
	margin:15px 1px 0 0;
	width:45px;
}



.login-signup { 
	display:block; 
	float:right; 
	font-size:10px; 
	text-decoration:underline; 
	margin:5px 7px 6px; 
	color:#000000;
}
/* END LOGIN BOX */

/* MENU */
#menu { 
	padding:23px 0px 0 0px; 
	clear:both;
	width: 860px;
	float:left;
}
.menu-line {
	/*background-image:url(images/menu_line.gif);*/
	width:3px;
	height:26px;
	float:left;
	margin-top:-5px;
}
.menu-item {
	float:left;
	text-align:center;
	width:123px;
}
.menu-item-end {
	float:left;
	text-align:center;
	width:120px;
}

.menu-item a {
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
.menu-item-end a {
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
/* END MENU */
.btn-header-jobsite, .btn-header-jobsite-selected {
	float:right;
	width:113px;
	height:30px;
	text-align: center;
	padding-top:7px;
	background: url(images/btn-dark.gif) no-repeat;
	background-color: transparent;
}
.btn-header-jobsite {
	cursor:pointer;
}
.btn-header-jobsite-selected {
	color:#818284;
	background: url(images/btn-light.gif) no-repeat;
}
h1 {
	font-size: 12px;
	font-family:"Times New Roman", Times, serif
}
