

/* *************************************
		Header
	************************************* */
#header {
	margin: 0 !important;
	padding: 0 !important;
	min-height: 190px;	
	height:auto !important;
	height:190px;
	width: 900px;
	background: #c00 url(../images/darknavy_header.gif) no-repeat 0 0;
	
}

/* Hides from IE5-mac \*/
* html #header {height: 1%;}
/* End hide from IE5-mac */





/* *************************************
		Search box on index page
	************************************* */	


.searchboxTop {
	width: auto;
	background: url(../images/search_topdnavy.jpg) no-repeat ;
	margin: 0;
	padding: 0;
}

/* Hides from IE5-mac \*/
* html .searchboxTop {height: 1%;}
/* End hide from IE5-mac */

.searchTopContent {
	width: auto;	
	background: url(../images/search_topdnavyBg.jpg) repeat-y ;
	margin: 0;
	padding: 0;
}

/* Hides from IE5-mac \*/
* html .searchTopContent {height: 1%;}
/* End hide from IE5-mac */

.searchText {	
	background: #041a49;
	color: #fff;
}




