@charset "utf-8";
/* CSS Document */

#searchContent
{
   /* float:left;*/
    width:100%;
    padding-bottom:115px;/* set a bottom padding to keep the content above the footer. was 75px*/
	/*background: url(../images/content.gif);*/
	margin-left:20px;
/*	position: relative;
	float: left;
	font-size:10px;
	text-align:left;
	font-family: verdana, sans-serif;
	/*background-color: #FF3;*/
}
#searchContainer
{
	width: auto;
	height: 450px;
	margin: 45px 61px 0 61px;
/*	background:#0F0;*/
}
#searchHeading
{
	float: left;
	width: 140px;
	margin: 45px 20px 50px -102px;
/*	background-color:#099;*/
}	
#searchResults
{
	display: none;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	margin: 20px 40px 0 0; /*this right margin must match the searchContent left margin total*/
	width: auto;
}
#searchResults #result_report /*header*/
{
	/*background-color: #CCCCCC;*/
	color: #000;
	margin: 20px 0 10px 0;
	padding: 5px 0;
	font-size: 12px;
}
#searchResults #results
{
	/*padding: 0 50px;*/
	overflow-y: auto;
	height: auto;
}
#searchResults #results a
{
	color: #9c1400;
}
#searchResults #other_pages
{
/*	background-color: #CCCCCC;*/
	color: #000;
	margin: 10px 0 0 0;
	padding: 5px 0;
	font-size: 12px;
	text-align:right;
}

#searchResults #other_pages a
{
	color: #000;
}
#searchField
{
	height:20px;
	width:270px;
	margin-top:15px;
	width:300px;
	/*background:#66C;*/
}
#textField
{
	float: left;
	margin: 0 10px 0;
}
#searchQuery
{
	width:142px;
}
#searchButtons
{
	float: left;
}
.clearDiv
{
	font-size: 1px;
	height: 0;
	line-height: 0;
	clear: both;
}
