/*
** EGR Wrapper/UMD Frame Rules
** Release 0.1
** Last Updated on Feb 18, 2010 by Bari Mitchell
*/
	body {
		margin: 0;
		padding: 0;
		background: #ccc url(/wrapper/body-top-bg-shine.png) repeat-x top left;
		text-align: center; /* IE compatibility */
	}

	#umd-frame {
		position: relative;
		width: 950px;
		padding-top: 0px;
		margin: 0 auto;
		text-align: left;
	}

	#umd-frame-header a img { border: 0; }

	#umd-frame-logo {
		float: left;
		margin-top: 0px;
	}

	#umd-frame-header-search {
		float: right;
		position: relative;
		margin: 0;
		padding-top: 40px;
		margin-right: 10px;
	}

	#umd-frame-header-search input.text {
		position: absolute;
		top: 40px;
		right: 78px;
		width: 210px;
		height: 18px; /* 18px for XHTML; 22px otherwise */
	}

	#umd-frame-header-search input.button {
		position: absolute;
		top: 41px;
		right: 0;
	}

	#umd-frame-header-search .radio {
		text-align: right;
		padding-top: 30px;
		padding-bottom: 20px;
		font-size: 10px;
		color: #000;
	}

	#umd-date-weather {
		float: right;
		clear: right;
		padding-top: 10px;
		text-align: right;
		color: #FFF;
		font-size: .9em;
	}

	#umd-weather { font-weight: bold; }

	#umd-frame-header-end {
		clear: both;
		height: 8px;
	}