/* block top search */

#search_block_top {
	background: url("img/blue.png") repeat-x;
	float: right;
    height: 33px;
    padding-right: 1%;
    padding-top: 7px;
    position: absolute;
    right: 0;
    top: 120px;
    width: 23%;
    z-index: 1;
}
#search_block_top p {padding:0;}
#search_block_top #search_query_top {
	padding:0 5px;
	height:25px;
	width: 140px;/* 310 */
	border: none !important;
	border-right: 0 !important;
	color:#666;
	background:url(img/bg_search_input.png) repeat-x 0 0 #fff;
	float: left;
}

body #search_block_top .button {
	border:none;
	border-radius:0;
	color:#fff;
	text-transform:uppercase;
	background: #c7102b;
	border-radius: 3px;
	float: left;
	height: 25px;
	max-width:60px;
	padding:4px;
	padding-left:6px;
	padding-right:6px;
	*padding-left:2px;
	*padding-right:2px;
}

#subheader_navigation {
	background: #00639c; /* Old browsers */
	background: -moz-linear-gradient(top,  #00639c 0%, #002c5e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00639c), color-stop(100%,#002c5e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00639c 0%,#002c5e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00639c 0%,#002c5e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00639c 0%,#002c5e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #00639c 0%,#002c5e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00639c', endColorstr='#002c5e',GradientType=0 ); /* IE6-9 */

	clear: both;	
	color: white;	
	height: 40px;
	float: left;
	display: none;
	width: 76%;
}

#subheader_navigation li {
	list-style: none;
	float: left;
	border-right: 1px solid #002c5e;
	border-left: 1px solid #00649d;	
	height: 28px;
	padding: 12px 24px 0 24px;
}

#subheader_navigation li a {
	color: white;
	font-size: 11pt;
	font-family: Arial	
}


.search-box-side {
	float: left;
}

.search-box-button {
	float: right;
}