/* CSS Document */

/* hides accessibility & handheld elements */

.hide {
	position: absolute;
	left: -9999px;
	background: inherit;
}
.handheld {
	display: none;
}

#banner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	height: 112px;
	width: 1000px; 
	background-image: url(../images/page/banner_etl.jpg);
	background-repeat: no-repeat;
	margin-left:0px;
	margin-right:0px;
	background-color: #003366; /********* YOUR BACKGROUND COLOR */
}
#mdlogo {
	float: left;
	height: 90px;
	width: 168px;
}
#global {
	float: right;
	padding: 0px 0px 5px 5px;
}
#global2 {
	float: right;
	clear: right;
	margin: 0px;
	padding: 0px 10px 10px 12px;
	*padding: 5px 10px 0px 10px; /* IE only padding */
}
#searchForm {
	float: right;
	padding: 20px 10px 0px 0px;
	*padding: 10px 10px 0px 0px; /* IE only padding */
}
.searchButton {
	left: -4px;
	*left: -8px; /* IE only position */
	position: relative;
	top: 8px;
	*top: 4px; /* IE only position */
}
.searchTextBox {
	height: 16px;
	font-size: .6875em; /* (10/16) */
}
#tools {
	float: right;
	clear: right;
	margin: 5px 15px 0px 0px;
	font-size: 85%;
}
#tools a {
	color: #DCDCDC;
    	text-decoration: none;
}
#tools a:hover {   	
	text-decoration: underline;
}
#tools ul {
	margin:0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}
#tools li {
	display: inline;
	margin: 0px 0px 0px 5px;
	padding-left: 20px;
} 
.mail {
	background-image: url(../images/page/mail.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	clear: both;
	width:1000px;
	background-color: #003366; /********* YOUR BACKGROUND COLOR */
	color: #E3E3E3;
	text-align: right;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}
#footer p {
	margin: 0px 15px .75em 0px;
	font-size: 95%;
}
#footer a {
	color: #FFFF99;
   	text-decoration: none;	
}
#footer a:hover {   	
	text-decoration: underline;
}

.governor {
	margin:0px 15px 12px 12px;
	padding:0px 0px 0px 0px;
	float:right;
	}

