/********** header.css **********/

#header {
	padding-top: 1.5em;	
	width: 990px;										
}
#header h1 {
	text-indent: -1999px;
	display: none;
}
#search-google {
	width: 250px;
	float: right;
	position: relative;
	top: -45px;
	right: 15px;
	text-align: left;
}
#search-google .search-text {
	padding: 5px;
	color: #383838;
	font: bold 12px Arial;
}
.breadcrumb {
	margin: 0 0 0 0.75em;
	font: normal 12px Arial;
 	position: relative;
	top: 20px;
}
.breadcrumb a,
.breadcrumb a:hover,
.breadcrumb a:active,
.breadcrumb a:visited {
	color: #383838;
    font-weight: bold;
}
#utility {
	float: right;
	font: bold 12px Arial;
	position: relative;
	left: 235px;
	top: 5px;
}
#buttons
{
	width: 980px;
	height: 39px;
	margin: 0 auto;
	color: #ACFBE1;
}
#buttons ul {
   	float:right;
	padding-right: 40px;
    margin: 0px;      
}
#buttons li {
	display: inline;	
}
#buttons a {
	display: block;
	float: left;
	width: 138px;
	height: 29px;
	background: url(../template-images/menu.png) no-repeat;
	text-align: center;
	text-decoration: none;
	color: #006666;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
	margin-right: 2px;
}
#buttons a:hover, #buttons a:active {
	width: 138px;
    height: 29px;
	background: url(../template-images/menuhover.png) no-repeat;
}
