﻿/*---SEARCH NAV--*/
.srch {
		width: 255px;
		height: 40px;
		float: right;
		margin: 6px 5px 0px 3px;
	
}
.srchbox {
		width: 255px;
		height: 40px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background: url('../../siteImages/home/search.gif') no-repeat top left;
		
}
html > body .srchbox {
}
/*---*/
.textbox1 {
		margin: 5px 10px 0px 5px;
		padding: 0px 0px 0px 0px;
		height: 18px;
		width: 185px;
		float: left;
		border: 0px;
		color: #488FC9;/* #266FA7brighter 044F85original DFC8A7skin 0066FFcyan */
		background:#002A48;
		
}
.textbox1:active {
			border: 0px;
}
.goButton1 {
}
html > body .goButton1 {
}
/*---*/
.searchText {
		font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, sans-serif;
		font-size: 80%;
		text-transform: uppercase;
		font-weight: bold;
		color: #CCCCCC;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		font-size: 70%;
		clear: left;
}
.searchText a {
		color: #999999;
		text-decoration: none;
}
.searchText a:hover {
		color: #FFFFFF;
		text-decoration: none;
}

