body
{
	font-family : arial, sans-serif;
 margin: 0 auto;
}

#header
{
	position: relative;
	padding: 10px 20px 8px 20px;
	z-index: 99;
	background: #fff;
	font-family: arial, sans-serif;
}

	#header h1 img
	{
		display: block;
	}

	#header a img
	{
		border: 0px none;
	}

	/* search form */
	#header form.search
	{
		position: absolute;
		border: 1px solid #b1b1b1;
		width: 130px;
		right: 10px;
		top: 10px;
		background: #fff;
	}

		* html #header form.search
		{
			right: 20px;
		}

	#header form.search input.search
	{
		font-size: 10px;
		padding: 2px 5px;
		color: #979796;
		border: 0px none;
		width: 100px;
	}

	#header form.search input.submit
	{
		position: absolute;
		left: 115px;
		top: 4px;
	}

		* html #header form.search input.submit /* small formatting correction for ie6 */
		{
			top: 5px;
		}

		*+html #header form.search input.submit /* small formatting correction for ie7 */
		{
			top: 5px;
		}

/* dashboard group navigation - initially hidden and shown on rollover */
#dashboard
{
	display: none;
	position : absolute;
	z-index : 2;
	left: 8px;
	top: 32px;
	padding : 23px 20px 0 20px;
	width : 174px;
	height : 154px;
	background: url(dashboard_bg.png) no-repeat;
}
	/* transparent png background workaround for ie6 - also have width/height as fallback incase document is not strict */
	*html #dashboard { background: url(dashboard_bg.gif) no-repeat 12px 12px; width: 211px; height: 177px; left: -12px; }

	#dashboard h5
	{
		font-size: 10px;
		line-height: 10px;
		font-weight: normal;
		padding: 0;
		margin: 0 0 10px 0;
		color: #d6d6c4;
	}
	#dashboard ul
	{
		margin: 0;
		padding: 0;
	}
	#dashboard li
	{
		list-style: none;
		padding: 0;
		margin: 0 0 11px 0;
		line-height: 12px;
	}
	#dashboard li a
	{
		color: #fff;
		font-size: 12px;
  width:180px;
	}
	#dashboard a
	{
		color: #999;
		font-size: 11px;
		text-decoration: none;
	}
	#dashboard a:hover
	{
		text-decoration: underline;
	}
