@charset "utf-8";
/* CSS Document */

/* dhtml styles */
#dhtmlEnvelope {
	z-index: 5;
	}
	.dhtmlMenu {
	position: absolute;
	visibility: hidden;
	z-index: 6;
	background: #fafafa;
	border: 1px solid #4f6f19;
	border-bottom: none;
		}
		.dhtmlMenu ul {		
			margin: 0;
			padding: 0;
			}
			.dhtmlMenu li {
				display: inline;
				margin: 0;
				padding: 0;
				list-style: none;
				background: none;				
				}
			.dhtmlMenu a {
	display: block;
	font-size: 1em;
	color: #4f6f19;
	border-bottom: 1px solid #4f6f19;
	min-height: 18px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 6px;
			}
			.dhtmlMenu a:hover {
	color: #4f6f19;
	background: #eaf5dd;
	text-decoration: none;
				}

#topBar {
	position: relative;
	width: 820px;
	height: 132px;
	background-repeat: no-repeat;
	}
	
	ul#constants {
	margin: 0;
	padding: 0;
	height: 144px;
	width: 35px;
		}
	ul#constants li {
	list-style: none;
	background: none;
	height: 35px;
	width: 144px;
	position: absolute;
	left: 576px;
	vertical-align: middle;
		}

		ul#constants li#searchArea {
	position: absolute;
	top: 52px;
	right: 44px;
	r\ight: 24px;
	z-index: 4;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 220px;
	text-align: left;
	vertical-align: middle;
			}
		
		.searchElements {
	float: right;
	vertical-align: middle;
	height: 24px;
	clear: both;
	margin-top: 5px;
	margin-right: 12px;
}
		input.searchField {
	width: 140px;
	height: 17px;
	font-size: 10px;
	color: #002854;
	float: left;
	margin-top: 9px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
			}
