/* css styles for the main site navigation */
@import url(mainNav.css);

#header {
color: #FFFFFF;
background-color: #FFFFFF;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
text-align:center;
background-image:url(images/bg-header1.gif);
background-repeat:no-repeat;
width:955px;
height:175px;
}
#flashContent #header
{
	height: 171px;
}

#header #headerFrame {
border-collapse: collapse;
width:955px;
height:175px;
}

#mainNavFrame {
vertical-align:top;
text-align:left;
}
	
	#traver-logo {
	padding: 16px 23px 16px 23px;
	}

#searchBoxFrame {
text-align:right;
vertical-align:bottom;
width:300px;
height:175px;
}

	#searchBox {
	text-align:right;
	vertical-align:bottom;
	margin-bottom:12px;
	}
	
	#searchBox table {
	vertical-align:bottom;
	margin-right:20px;
	}
	
	#searchBox table td {
	text-align:left;
	vertical-align:middle;
	padding:1px;
	}
	
		#searchBox table td#searchLabel {
		padding-left:5px;
		color:#333333;
		}

#searchImage 
{
	display:block;
	background-image:url(images/button-search.gif);
	height:17px;
	width:17px;
	border: 0px;
}
#searchImage:hover
{
	background-image:url(images/button-search-on.gif);
	text-decoration: none;
}