/* SEARCH input block */
#topheader #search {
	float: left;
	padding: 3px 4px;
	margin: 1px 5px;
	font-size: 12px;
	height: 45px;
	/*!!!!!!REMOVE ME !!!!!!!!!!! border: 1px solid red;*/
}
#topheader #search form {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
}
#topheader #search form input#search_button {
	width: 80px;
	background: #B5C775 none repeat scroll 0%;
	color: white;
/*	border: 1px solid green;
	line-height: 18px;*/
}

/* horizontal menu */
#topheader #menu {
	color: #000;
	text-align: left;
	float: right;
	font-size: 12px;
	/*!!!!!REMOVE ME!!!!!!!!! border: 1px solid green;*/
/*	margin-left: 201px;
	margin-right: auto;
	margin-bottom: 1px;*/
	/*_margin-left: 198px;*/
	padding: 0px 0px 0px 0px;
}
#topheader #menu ul {
	margin: 0px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-align:left;
	text-indent:0pt;
}
#topheader #menu ul li {
	width: 90px;
	float: left;
	text-align: center;
	border-top: 4px solid green;
	border-bottom: 4px solid green;
}
#topheader #menu ul li a {
	display: block;
	height: 31px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	color: #B3BB03;
	text-decoration: none;
	text-align: center;
/*	text-transform: uppercase;*/
}
/*#menu ul li a:visited { border-bottom: 4px solid #999; }*/
#topheader #menu ul li a:hover {
	/*border-top: 4px solid #aaa;*/
	background: green none repeat scroll 0%;
	color: orange;
}
/*
div.map a:hover {threepart.css (line 196)
background:#CCCCCC none repeat scroll 0%;
color:#000000;
}

#topheader h1 {
	width: 120px;
	height: 50px;
	float: left;
	margin-bottom: 1px;
	padding-left: 47px;
	font-size: 24px;
	overflow: hidden;
	text-transform: uppercase;
	_line-height: 18px;
}
#topheader h1 a { display: block; padding-top: 5px; color: #B3BB03; text-decoration: none; }
#topheader h1 span { display: block; margin-bottom: 7px; font-size: 14px; text-transform: none; line-height: 100%; _line-height: 8px; }
#topheader h1 a span { color: #F7A800; }
*/

/* picture block */
#topheader #box {
	width: 980px; /* picture is 1000 */
	height: 209px; /* picture is 229 */
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-right: 0px;
	clear: left;
	background: url('../images/logo_view.png') top right no-repeat;
	background-color: #B8DC7C;
}
