#header {
	background: #fff;
	position: relative;
	height: 85px;
	}

#loginArea {
		width: 254px;
		position: absolute;
		right: 0;
		top: 50%;
		height: 68px;
		font-size: 12px;
		color: #0a3262;
		margin-top: -34px;
		}
#loginArea a {
		text-decoration: underline;
		color: #0a3262;
		}
	#loginArea a:hover {
			text-decoration: none;
			}
#loginArea label, .googleSearch label {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	margin: 0 0 4px;
	}
#loginArea form label.error {
	clear: both;
	color: #e8271d;
	font-weight: bold;
	text-transform: none;
	width:254px;
	float: left;
	font-size: 11px;
	padding: 2px 2px 0px;
	margin: 0;
	position: relative;
	}
#loginArea form label.uniqueError {
	clear: both;
	color: #e8271d;
	font-weight: bold;
	text-transform: none;
	width:254px;
	float: left;
	font-size: 11px;
	padding: 2px 2px 0px;
	margin: 0;
	position: relative;
	display: none;
	}
#loginArea form label.profileError {
	clear: both;
	color: #e8271d;
	font-weight: bold;
	text-transform: none;
	width:254px;
	float: left;
	font-size: 11px;
	padding: 2px 2px 0px;
	margin: 0;
	position: relative;
	display: none;
	}
#loginArea div.in {
	width: 240px;
	position: relative;
	padding: 22px 0  0;
	}	
#loginArea div.in li.welcome {
	margin: 0 0 12px;
	color: #184e8d;
	font-size: 12px;
	}	
#loginArea div.in li.updateProfile {
	font-size: 11px;
	}	
#loginArea div.in li.logout {
	position: absolute;
	right: 102px;
	top: 46px;
	}	
	#loginArea div.in li.logout a {
		display: block;
		background: #184e8d url("../images/bg_searchButton.gif") 0 0 no-repeat;
		padding: 0;
		text-align: center;
		width: 60px;
		height: 22px;
		line-height: 22px;
		color: #fff;
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
		}	
			
#loginArea div.out {
	width: 240px;
	position: relative;
	}	
		
	#loginArea div.out input.text, .googleSearch input.text {
		background: #fff;
		border: 1px solid #8aa1b9;
		width: 154px;
		float: left;
		font-size: 11px;
		padding: 4px 2px 3px;
		margin: 0 7px 0 0;
		}
		
	#loginArea div.out input.submit {
		border: none;
		display: block;
		background: #184e8d url("../images/bg_searchButton.gif") 0 0 no-repeat;
		text-align: center;
		width: 60px;
		padding: 4px 0 3px;
		color: #fff;
/*		text-decoration: none;*/
		font-size: 11px;
		font-weight: bold;
		cursor: pointer;
		float: left;
	}
	#loginArea div.out input {
		margin: 0;
		padding: 0;
		}
	#loginArea div.out ul {
		clear: both;
		font-size: 11px;
		overflow: hidden;
		width: 227px;
		padding: 4px 0 0;
		}
		#loginArea div.out li.rememberMe {
			float: left;
			width: 168px;
			color: #0a3262;
			}
			#loginArea div.out li.rememberMe input.checkbox {
				position: relative;
				top: 2px;
				margin: 3px 3px 0 0;
				}
			#loginArea div.out li.rememberMe label {
				margin: 0 8px 0 0;
				text-transform: none;
				display: inline;
				font-weight: normal;
				}
			#loginArea div.out li.rememberMe label span {
				text-decoration: underline;
				cursor: pointer;
				}
				#loginArea div.out li.rememberMe label span:hover {
					text-decoration: none;
					}
			#loginArea div.out li.rememberMe a.help {
				position: relative;
				top: 2px;
				}
		
		#loginArea div.out li.register {
			float: left;
			position: relative;
			top: 5px;
			font-size: 11px;
			left: 2px;
			}
				
.googleSearch {
	width: 170px;
	height: 68px;
	position: absolute;
	right: 264px;
	top: 50%;
	color: #0a3262;
	margin-top: -34px;
	}
	.googleSearch a {
		text-decoration: underline;
		color: #0a3262;
		font-size: 11px;
		}
		.googleSearch a:hover {
			text-decoration: none;
			}

	.googleSearch ul {
		clear: both;
		font-size: 11px;
		overflow: hidden;
		width: 170px;
		padding: 4px 0 0;
		}
		.googleSearch li.siteMap {
			float: left;
			width: 170px;
			color: #0a3262;
			}

.googleSearch input.text {
	width: 114px;
	}

.googleSearch li.siteMap {
	float: left;
	position: relative;
	top: 5px;
	font-size: 11px;
	}

.googleSearch li.siteMap a {
	padding: 0 0 0 10px;
	background: url("../images/rightArrow.gif") 0 50% no-repeat;
	color: #0a3262;
	}


























				
