/* Top Elements */
* { margin: 0; padding: 0; }
#header {
	width: 975px;
	position: relative;
	height: 150px;
	margin: 0px auto;
	background-image: url(header-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;	/* font-size: 14px; */
}
#header  h1#slogan {
	margin: 0px;
	padding: 0px;
	color: #666;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 123px;
	left: 4px;
	width: 400px;
	height: 25px;
	font: Arial;
	font-size: 14px;
	font-weight: bold;
}

/* header links */
#header #header-links {
	position: absolute;
	top: 60px;
	right: 12px;
	color: #666666;
	font-size: 11px;
	width: 192px;
	text-align: center;
	height: 60px;
}
#header #header-links a {
	color: #666666;
	text-decoration: none;
}
#header #header-links a:hover {
	color: #08009C;
}
input.button {
	font: bold 12px Arial, Sans-serif;
	height: 24px;
	margin: 0;
	padding: 2px 3px;
	color: #FFF;
	background: #666;
	border: none;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;
	padding: 5px 0 15px 0;
	width: 190px;
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 120px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button {
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}
