/*
** UMD Frame Rules
** Release 0.1
** Last Updated on 2008-07-10
*/
	body {
		margin: 0;
		padding: 0;
		background: #fff;
		text-align: center; /* IE compatibility */
	}

	#juvent-frame {
		position: relative;
		width: 100%;
		padding: 0;
		margin: 0 auto;
		text-align: left;
	}
	#juvent-frame-header-wrapper {
		width: 962px;
		margin: 0 auto;
}
	#juvent-frame-content-wrapper {
		width: 962px;
		margin: 0 auto;
}
	#juvent-frame-header a img { border: 0; }

	#juvent-frame-logo {
		float: left;
		margin-top: 12px;
	}

	#juvent-frame-header-top-links {
		background: url(../images/map-icon.gif) no-repeat 0 50%;
		padding: 2px 0 2px 40px;
		float: right;
		position: absolute;
		right: 195px;
		top: 20px;
	}

	#juvent-frame-header-search {
		float: right;
		position: relative;
		margin: 0;
		padding-top: 40px;
	}

	#juvent-frame-header-search input.text {
		position: absolute;
		top: 40px;
		right: 30px;
		width: 175px;
		height: 22px; /* 18px for XHTML; 22px otherwise */
		border: 1px solid #A4A4A4;
	}

	#juvent-frame-header-search input.button {
		position: absolute;
		top: 40px;
		right: 0;
	}

	#juvent-frame-header-search .radio {
		text-align: right;
		padding-top: 10px;
		font-size: 10px;
		color: #FFF;
	}

	#umd-date-weather {
		float: right;
		clear: right;
		padding-top: 10px;
		text-align: right;
		color: #FFF;
		font-size: .9em;
	}

	#umd-weather { font-weight: bold; }

	#juvent-frame-header-end {
		clear: both;
		height: 8px;
	}