/********** AgencyAdd CSS***********************/

/********** Spike CSS overrides ********/

#header {
	/*background-color: rgb(4, 41, 110); */
	// background-image: url('http://mde.maryland.gov/_LAYOUTS/1033/MDE/Images/masterimages/mde-logo-2a.png');
	background-repeat: no-repeat;
	height: 132px;
	width:990px;
	
}

.main-header {
	background-color: rgb(4, 41, 110);
	/*background-color: #8D8D8D;*/
	
}


/*********** End Spike ****************/

/* hides accessibility & handheld elements */

.hide {
	position: absolute;
	left: -9999px;
	background:inherit;
}
.handheld {
	display: none;
}



#masthead {
	height: 130px;
	position: relative;
	/*background-image: url('http://mde.maryland.gov/Style%20Library/MDE/Images/header-right-image2.jpg');*/
	background-image: url('http://news.maryland.gov/mde/wp-content/uploads/sites/6/2013/10/header-right-image2.jpg');
	background-repeat: no-repeat;
	background-position: right top;	
	height: 130px;
	width:1000px;
	background-color: rgb(4, 41, 110);
	
	display: block;
	margin-right: auto;
	margin-left: auto;
	
}

#banner {
	height: 132px;
	width:990px;
	// background-image: url('http://mde.maryland.gov/_LAYOUTS/1033/MDE/Images/masterimages/mde-logo-2a.png');
	background-repeat: no-repeat;
	text-align: center;
	background-position: 160px 10px;
	 
}
/* for IE6 and below */
* html #banner {
	height: 107px;
}

#mdlogo {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	height: 63px;
	width: 148px;
}

#mdelogo {
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	height: 63px;
	width: 376px;
}

#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: -15px; /* -4px */
	*left: -18px; /* IE only position */
	position: relative;
	top: 14px; /* 8px */
	*top: 11px; /* IE only position */
	
	
}
.searchTextBox {
	height: 16px;
	width: 150px;
	font-size: 1em; /*.6875em;*/ /* (10/16) */
	padding: .2em;
	
	line-height: 1.2;

}
#searchbox {
	top:20px;
	width: 215px;
	height: 22px;
	right: 10px;
	position: absolute;
}
#tools {
	float: right;
	clear: right;
	margin: 5px 15px 0px 0px;
	font-size: 85%;
}
#tools a {
	color: #DCDCDC;
}
#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/icons/mail.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.print {
	background-image: url(../images/icons/print.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#footer {
	padding: 10px 0 0 0;
	clear: both;
	margin-right: 10px;
	background-color: rgb(4, 41, 110);
	
}
#footer p {
	text-align: right;
	color: #FFF;
}
#footer a{
	color: #FFF;
}