/*this first part is for the search box on pages that are NOT the home page*/
div#searchBox{
	clear:both;
	background-color:#cc9999;
	min-height:2em;
	border-top:1px solid #666;
	border-bottom:2px solid #666;
	padding:1em 2em .4em 2em;
	text-align:left;
}

/*it appears to matter to ie which order the declarations are on this style sheet.  it makes no sense. I hate ie.*/
#searchForm{
	margin-left:60%;
}

div#myARHS{
	background-color:#990000;
	color:#fff;
	float:left;
	margin:0;
	padding:.5em;
}

#myARHS a{
	color:#fff;
	font-weight:bold;
}

/*not currently used; was for "New!"*/
#myARHS span{
	color:#fff;
	font-style:italic;
	font-weight:bold;
	font-family:"Times New Roman";
	padding-right:1em;
}

/*things from here down are for the home page*/
div#bannerContainer{
	clear:both;
	background-color:#cc9999;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	padding-top:.4em;
	padding-bottom:.4em;
	margin:0;
}

div#homePageBanner{
/*this is now done as inline style, to enable random photos to appear*/
}

div#homePageSearchBox{
	padding: 1em;
}



