/*Copyright Bridgeline Software, Inc. An unpublished work created in 2007. All rights reserved. This software contains the confidential and trade secret information of Bridgeline Software, Inc.("Bridgeline").
Copying, distribution or disclosure without Bridgeline's express written permission is prohibited.*/

/***** Header *****/
div.header{
	 
	width: 954px;
	min-height:88px;
}

div.header h1{
	float: left;
	padding:20px 0 0 20px;
}

div.header div.bannerArea{
    margin: 0;
    padding: 0;
    display:none;    
}

div.header div.utility{
	float: right;
	width: 700px;
}

ul.utilityNav{
	float:right;
	margin: 0;
	padding: 10px 0 3px 5px;
	background: #699;
	list-style: none;
}

ul.utilityNav li{
    float: left;  
	font: bold 0.72em arial;
	text-transform: uppercase; 
    color: #fff;
}

ul.utilityNav li a:link, ul.utilityNav li a:visited{
	text-decoration: none;
	color: #fff;
}

ul.utilityNav li a:active, ul.utilityNav li a:hover{
	font-weight: bold;
	text-decoration: underline;
	color: #366;
}

ul.utilityNav li span,ul.utilityNav li.seperatorBar{
	padding:0 1.4em;
	background:url(/images/seperator.gif) no-repeat right center!important;
}

ul.utilityNav li.noSeperatorBar{
	padding:0 1.5em;
}

div.search *{
    vertical-align:middle;
}

div.utility div.search{
	float: right;
	width: 400px;
	padding: 28px 7px 0 0;
	text-align: right;
}

div.search label{
	padding: 0 5px 0px 0;
	font-weight: bold;
	font-size: 1.1em;	
	color: #666;
}

div.search input{
	padding: 0 5px;
	padding-left:3px;
}

div.search .searchText{
	width: 205px;
	border: 1px solid #ccc;
}
div.search .goImg
{
	 background:url('/images/go.gif') no-repeat 0 0; 
	 width:24px;
	 height:24px;
	 background-color:Transparent;
	 border:0;
	 cursor:pointer;
}