/* CSS Styles for the Page Header  */

div#vt_header {
	height: 122px;
	background: transparent;
	border-bottom: 0;
}

a#vt_home_btn {
	display: none;	
}

div#vt_header_unit {
	left: 0;
	height: 128px;
	width: 722px;
	background: url(assets/vce-banner.png) no-repeat left bottom;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 1em;
}

div#vt_header_unit  div.vt_vcenter {
	height: 122px;
	width: 722px;
	display: block;
}

#vt_header_unit p {
	margin: 0;	
}

div#toplinks {
	width: 757px;
	float: left;
	background: #3C5B6F;
	text-align: right;
	padding: 10px;
	height: 35px;
}

a#logolink,
a#vcelink,
a#vtlink,
a#vsulink {
	display: inline-block;
	position: absolute;	
}

a#logolink {
	left: 5px;
	top: 46px;
	width: 80px;
	height: 75px;
}

a#vcelink {
	top: 48px;
	left: 90px;
	height: 45px;
	width: 610px;		
}

a#vtlink {
	left: 100px;
	top: 95px;
	height: 25px;
	width: 190px;
}

a#vsulink {
	left: 340px;
	top: 95px;
	height: 25px;
	width: 350px;
}

div#vt_header_unit div#search-header {
	position: absolute;
	width: 205px;
	right: -245px;	
}

div#search-header h2 {
	color: #660000;
	font-weight: bold;
	font-size: 1.1em;
	margin: 5px;		
}

div#search-header p {
	color: #000000;
	font-size: 0.9em;
	margin: 10px 5px;
	padding: 0;
	border: 0;	
}
 
div#vt_head_search_wrapper {
	 width: 215px;
	 float: right;
	 padding: 5px;
	 height: 122px;
}

div#vt_header_search {
	right: auto;
	position: relative;
	bottom: auto;
	height: auto;
	width: 100%;
	top: 85px;
}

input#vt_search_box {
	width: 160px;
	height: 25px;
	padding: 3px;
	margin-left: 6px;
	font-size: 0.9em;
	color: #666666;
	border: 2px solid #999999;
}