body {
	margin: 0;
	padding: 0;
	background-color: White;
	background-image: url(/graphics/fade_vert.gif);
	background-position: 35px 0;
	background-repeat: no-repeat;
}



#page, #footer, #menu {
	width: 685px;
	margin-left: 65px;
}


#banner {
	background-image: url(/graphics/banner.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 22px;
	min-height: 48px; /* also need to change next selector if this is changed */
	height: auto;
	width: 750px;
	position: relative;
	z-index: 10; /* This fixes menu problems in IE */
}

/* for Internet Explorer */
/*\*/
* html #banner {
	height: 48px;
}
/**/

#banner p.logo {
	margin: 0;
	padding: 0;
	line-height: 1em;
	position: absolute;
	bottom: 7px;
	left: 62px;
}

#searchbar {
	padding-top: 13px;
}

#searchbar form {
	display: block;
	text-align: right;
}

#searchbar form input {
	width: 150px;
}

#searchbar ul {
	
}

#searchbar button {
	color: #778B3B;
	width: 22px;
	height: 22px;
	margin: 0;
	padding: 0;
	text-indent: -5000px;
	background-image: url(/graphics/icons/search.gif);
	background-position: 3px 3px;
	background-repeat: no-repeat;
}

#searchbar a.home-link {
	color: #778B3B;
	font-weight: bold;
	font-size: 0.9em;
	padding: 0 12px 0 16px;
	
	background-image: url(/graphics/home.gif);
	background-position: 3px 3px;
	background-repeat: no-repeat;
}

#searchbar a.home-link:hover {
}



#footer {
	clear: both;
	border-top: 1px dotted #778B3B;
	margin-top: 4em;
	padding-top: 1em;
}

#footer p {
	text-align: center;
}

#footer #navigation ul {
	list-style-type: none;
	padding: 0;
	text-align: center;
	margin: 0;
}

#footer #navigation ul li {
	display: inline;
}

#footer #navigation ul li a {
	font-weight: bold;
	/*font-size: 0.8em;*/
	margin-left: 15px;
}
