/* Header Style */

div#header {
	position: relative;
	width: 100%;
     height: 141px;
	background-image: url(../../images/header_background.gif);
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}

div#loginheader {
	position: absolute;
	top: 38px;
	left: 0px;
	width: 954px;
     padding-right: 6px;
     text-align: right;
     line-height: 16px;
}

div#loginheader input {
	width: 80px;
	height: 15px;
	font-size: 8.5pt;
	font-family: arial;
	color: #AAA;
	border: 1px solid #cdcdcd;
	padding-left: 3px;
	padding-right: 3px;
}

div#loginheader input:hover {
	border: 1px solid #006ca0;
}

div#loginheader img {
	float: right;
     display: inline;
     margin-top: 8px;
}

div#login_nav {
	position: absolute;
	top: 27px;
	left: 0px;
	width: 100%;
	text-align: right;
	font-size: 9pt;
	font-family: arial;
	font-style: italic;
}

div#login_nav a {
	color: #777;
	text-decoration: none;
}

div#login_nav a:hover {
	color: #000;
	text-decoration: underline;
}

div#login_nav img {
	border: 0px;
	margin-right: 5px;
	margin-left: 3px;
}

div#logo {
	position: absolute;
	left: 65px;
	top: 51px;
}

div#survey_prompt {
     position: absolute;
	right: 5px;
	top: 125px;
     width: 500px;
     font-size: 8pt;
     text-align: right;
     color: #999;
}

div#survey_prompt_background {
     position: absolute;
	display: none;
}

div#subway {
	position: absolute;
	left: 331px;
	top: 29px;
	width: 457px;
	background-image: url(../../images/profiles/subway_background.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

div#subway div.titles {
	margin-left: 77px;
}

div#subway div.spacer {
	float: left;
	width: 457px;
	
	height: 1px;
}
div#subway div.dots img {
	margin-right: 14px;
}

div#subway img {
	float: left;
}