@CHARSET "ISO-8859-1";

/*  Suckerfish - Navigation (modified) */

#headerItems{
	position:absolute;
	top:105px;
	left:72px;
}

#menu, #search{
	padding: 0px;
}

.nav-root, .nav-root ul {
	font: normal 12px Arial, Helvetica, sans-serif;
}

.nav-root ul{
	display:block;
	position:absolute;
	top:-999em;
}

.nav-root {
  	z-index: 100; 
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.nav-root li {
  float: left;
  margin: 0px;
  padding: 0px 25px 0px 5px;
  border-left: 1px solid #fff;
}

.nav-root li a{
  font: bold 16px Arial, Helvetica, sans-serif;
  color: #fff;
  display: block;
  margin: 0px;
  padding: 3px 5px 3px 5px;
  text-decoration: none;
}

.nav-root li a:hover {
  color:#215199;	
}


#nav-one li:hover a, 
#nav-one li.sfHover a {
  background: #fff;
  color: #215199;
}

#nav-one li:hover ul, 
#nav-one li.sfHover ul {
	top:25px;
}


#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  font: normal 12px Arial, Helvetica, sans-serif;
  background:none;
  color: #215199;
}


#nav-one li:hover ul li a:hover, 
#nav-one li.sfHover ul li a:hover {
  background: #e7e7e7;
  color: #215199;	
}


.nav-root ul {
  z-index:1000;
  float:none;
  list-style: none;
  padding: 10px 0px 0px 0px;
  background: url(../images/menu_white.gif) repeat-x top left;
}

.nav-root ul li {
  display:block;
  float: none;
  margin:0px;
  padding:0px;
}


.nav-root ul a {
  font-size:12px;
  white-space: nowrap;
}

.nav-root ul a:active,
.nav-root ul a:hover {
  background: #e7e7e7;
  color: #215199;
}


/* Search Box */


#search {
	position:absolute;
	top:0px;
	left:630px;
	width:280px;
	margin:0px;
}

#search, #search form label{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	padding:0px 10px;
}

#search form label{
	position:absolute;
	top:3px;
	left:-20px;
	border-left:1px solid #fff;
	margin-left:10px;
}



#search form input {
	font: normal 11px Arial, Helvetica, sans-serif;
	border-left:1px solid #fff;
	margin:0px 20px 0px 0px;
	position:absolute;
	top:5px;
	left:80px;
}

#search .sword, 
#search input, 
#search form #tx-indexedsearch-searchbox-button-submit,
{
	padding: 0px 0px 0px 5px;
	border: 0px;
	height:18px;
	vertical-align:middle;
}

#search .sword {
	border: 0px;
	margin-right: 100px;
	padding: 2px;
	height: 14px;
	background: #fff;
	width: 135px;
	display: block !important;
}

#search input#tx-indexedsearch-searchbox-button-submit {
	display:block !important;
	position:absolute;
	left:219px;
	padding: 0px;
	border: 0px;
	margin:0px;
}

/* Search Page */

#searchContent{
	float:right;
 	border: 3px solid black;	
}


.tx-indexedsearch-title a{
	border: 0px;
	padding: 0px;
	margin: 0px;
}





