
/*
	This stylesheet is just a stop gap to implement
	the new header and nav from the new homepage
	until such a time as the rest of the pages are rebuilt
*/




/* ***** HEADER ***** */
#header {
	display: block;
	width: 999px;
}



/* ***** HEADER Typography ***** */
#header h1 {
	float: left;
	display: block;
	width: 270px;
	height: 162px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(new/images/header_logo.png) no-repeat;
	margin: 0;
	padding: 0;
}

#header p {
	float: left;
	display: block;
	width: 729px;
	height: 162px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(new/images/header_strap.png) no-repeat;
	margin: 0;
	padding: 0;
}




/* ***** NAV ***** */
#nav {
	display: block;
	width: 959px;
	margin: 4px 0;
	padding: 0 20px;
	background: url(new/images/nav_bg.png) repeat-x;
}

#nav ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul li {
	float: left;
	display: block;
}

#nav ul ul {
	visibility: hidden;
	position: absolute;
	display: block;
	margin-left: -12px;
	width: 170px;
	padding: 10px 0;
	background: #798d9e;
}

#nav ul ul li {
	float: none;
	display: block;
}

/* ***** NAV Typography ***** */
#nav a {
	display:block;
	color: #fff;
	font-size: 13px;
	line-height: 19px;
	font-weight: bold;
	margin: 5px 12px 5px 0;
	padding-right: 12px;
	border-right: 1px solid #fff;
	text-align: left;
	text-decoration: none;
}

#nav a:hover { color: #1b374f; text-decoration: none; }

#nav ul ul a {
	margin: 0;
	padding: 3px 10px;
	border: 0;
	line-height: normal;
	font-weight: normal;
	display: block;
}

#nav ul ul a:hover {
	background: #99a8b8;
	color: #fff;
}

#nav_phone {
	float: right;
	line-height: 29px;
	color: #1b374f;
	font-size: 17px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 30px;
	background: url(new/images/nav_phone_bg.png) center left no-repeat;
}


/* ***** ONLINE CLIENT LOGIN ***** */
#client_login {
	display: block;
	width: 160px;
	height: 60px;
	background: url(new/images/online-web-client_160.png) no-repeat;
	margin: 10px 0;
	text-indent: -9999px;
	overflow: hidden;
}



/* MISC */
.clear {
	font-size: 0px;
	line-height: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: auto;
}
