/* 
Branding  .................................................................
*/
div#branding {
	position: relative;
	background-color: white;
	width: 330px;
	height: 85px;
	z-index: 1;
}
div#branding h1 {
	text-indent: -9999px;
	width: 330px;
}
div#branding h1 a:link, div#branding h1 a:visited {
	height: 85px;
	display: block;
	background: white url(../image/dataimc_logo_sm.gif) center left no-repeat;
	width: 330px;
}
div#branding h1 a:hover {
	background: white url(../image/dataimc_logo_sm.gif) center left no-repeat;
	width: 330px;
}
div#message {
	position: absolute;
	background-color: white;
	top: 4px;
	left: auto;
	width: 727px;
	height: 85px;
}
div#message blockquote {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:small;
	padding: 2px 4px 0 0;
	margin-right: 4px;
	color:#00457C;
	text-align: right;
}
div#message #simplenav{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:small;
	padding: 44px 4px 0 0;
	margin-right: 4px;
	color:#E08C19;
	text-align:right;
}
div#message #simplenav a {
	color:#E08C19;
}
div#message #simplenav a:hover {
	color: #00457C;
}