﻿/* Masthead */

@media all {

	#masthead .title,
	#masthead a {
		margin: 0;
		padding: 0;
	}

	#masthead form {
		margin: 0;
		padding: 0;
	}



	#masthead .department {
		height: 53px; /* Height of blue bar */
		margin: 0 0 7px 0; /* Account for total height of department div */
		background-color: #336699; /* Blue bar that extends to the right */
	}

	#masthead .department .prop {
		width: 750px; /* Force the department div and the entire masthead to a min-width of 750px in IE6 */
		height: 0;
		font-size: 0;
		line-height: 0;
	}

	#masthead .department .title,
	#masthead .department .title a {
		display: block;
		width: 599px;
		height: 60px;
	}

	#masthead .department .title {
		position: absolute; /* Prevent containing div from auto-expanding in IE6 */
		top: 0;
		left: 0;
		background: transparent url(/graphics/ms/rda/division-masthead.gif) no-repeat 0 0;
	}

	#masthead .department .title a {
		text-indent: -5000px; /* Hide text */
		overflow: hidden;
	}



	#masthead .division {
		width: 599px;
	}

	#masthead .division .title {
		display: block;
		width: 559px;
		padding: 4px 20px 4px 20px;
		font-family: Arial;
		font-size: 1.4em;
		line-height: 1em;
		font-weight: bold;
		color: #336699;
		text-decoration: none;
	}



	#masthead div.extra {
		position: absolute;
		top: 60px;
		right: 20px;
		width: 500px;
	}

	#masthead div.extra div.search {
		display: inline;
		float: right;

	}

	#masthead div.extra div.search label {
		display: none;
	}

	#masthead div.extra div.search input.qt {
		width: 170px;
	}

	#masthead div.extra ul {
		display: inline;
		float: right;
		margin: 0 10px 0 0;
		padding: 0;
		list-style: none;
		font-size: 0.9em;
		line-height: 1.2em;
	}

	#masthead div.extra ul li {
		display: inline;
		float: left;
		margin: 0;
		padding: 0;
		border-right: solid 1px #ccc;
	}

	#masthead div.extra ul li.last {
		border-right: none;
	}

	#masthead div.extra ul li a {
		position: relative;
		display: block;
		padding: 6px 9px 6px 9px;
		text-align: center;
		text-decoration: none;
		color: #336699;
	}

	#masthead div.extra ul li a:hover {
		text-decoration: underline;
	}

}


@media print {

	#masthead .department {
		position: static;
		height: auto;
		background: none;
	}

	#masthead .department .title,
	#masthead .department .title a {
		display: block;
		width: auto;
		height: auto;
	}

	#masthead .department .title {
		position: static;
		background: none;
		font-size: 1.2em;
		line-height: 1em;
		font-weight: normal;
	}

	#masthead .department .title a {
		display: inline;
		text-indent: 0; /* Reveal text */
		text-decoration: none;
		color: #222;
	}



	#masthead .division .title {
		width: auto;
		padding: 1em 0 1em;
		padding: 0;
		font-size: 1.2em;
		font-weight: normal;
	}



	#masthead div.extra {
		display: none;
	}

}
