/*********************************
	CSS for the masthead component
	- feist - 
***********************************/
#masthead {
	
	margin: 0;
	padding: 0;
	width:769px;	
	height: 29px; 
	margin:auto;
}

#masthead #mastLogo {
	width:769px;
	margin:auto;
	text-align:left;
	height:29px; 
}

#masthead #mastLogo img {
 	border-style: none;
}



/*********
  Tag line
**********/
#masthead #tagLine {
	padding-left: 10px;
	font-size: 16pt;
	font-weight: bold;
	display:none
}

#tagLine {
	float:left;
	display:none
	
}

/******
  Search box
*******/
#masthead #searchBox {
	
	float: right;
	padding-right: 0px; 
	margin-top:20px;
    margin-bottom: -18px;

}

#masthead #searchBox #searchForm {
	padding-bottom: 0px;
}

#masthead #searchBox input {
	font-size: .8em;
}

#masthead #searchBox #searchBoxButton {
	width: 45px;
	font-size: .8em;
	border: 1px solid #000000;
}

/******
  Link list navigation
*******/
#masthead #linklistnavigation {
	float: right;
	padding-right: 10px; 
	margin-top: .4em;

}

#masthead #linklistnavigation .mainitems a {
	text-transform: none;
	font-weight: bold;
}

#masthead #linklistnavigation ul li,
#masthead #linklistnavigation ul li a {
	background-color: transparent;
	
}

#masthead #linklistnavigation {
	border: none;
}

#masthead #linklistnavigation li{
	font-size: .75em;
}


/****************************************
	The end of the masthead 
*****************************************/
#mastheadEnd {
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
	border: 2px solid #000000;
}

/**

 THIS IS ONLY IE

**/
#masthead #linklistnavigation #listlistnavend {
	

}



