/* Header and Navigation */
#header {
	position:relative;
}
div.simpleHeader #header {
	height:80px;
	background:url(three-column/mini-logo.gif) no-repeat center 8px;	
}
div.timeHeader #header {
	height:280px;
	background:#f0f1eb url(/media/header-time.jpg) no-repeat center 0;	
}
div.lampHeader #header {
	height:280px;
	background:#d5d7d6 url(/media/header-lamp.jpg) no-repeat center 0;	
}
div.rulerHeader #header {
	height:280px;
	background:#e7e8ea url(/media/header-ruler.jpg) no-repeat center 0;	
}
#subNav {
	position:absolute;
	bottom:0px;
	width:100%;
	background-color:#f4f4f4;
	height:25px;
	z-index:5;
}
#sub {
	width:746px;
	margin:0 auto;
	font-size:0.9em;	
	height:25px;
	position:relative;
	top:2px;
	text-align:left;
}
/* covers the area below sub to hide bg color changes in the header */
#subNavFit {
	position:absolute;
	bottom:0px;
	width:100%;
	background-color:#d2d3d5;
	height:25px;
	z-index:2;
}
#sub a {
	color:#527188;
	text-decoration:none;
	line-height:20px;
	padding:0 8px;
	background:url(/templates/base/vdots-blue.gif) repeat-y right top;
}
#sub a.last {
	background:none;
}
#sub a.selected {
	color:#f69340;
}
#nav {
	position:absolute;
	bottom:25px;
	width:100%;
	background-color:#527188;
	height:30px;
	text-transform:uppercase;
	font-size:0.85em;
	z-index:10;
}
#nav .disk {
	position:absolute;
	right:0;
}
#nav .mail {
	position:absolute;
	right:30px;
}
#nav .home {
	position:absolute;
	left:0;
}
#nav #buttonLabel {
	position:absolute;
	right:70px;
	height:30px;
	line-height:30px;
	color:white;
}
#navInner {
	position:relative;
	height:30px;
	width:730px;
	margin:0 auto;
	text-align:left;
}
#cat {
	color:white;
	position:absolute;
	width:550px;
	left:167px; /*-16px from padding */
	top:5px;
}
#cat a {
	line-height:20px;
	color:white;
	text-decoration:none;
	padding:0 16px;
	background:url(/templates/base/vdots-white.gif) repeat-y right top;
}
#cat a.last {
	background:none;
}
#cat a.selected {
	color:#f69340;	
}