/* Used for site search in research folder: top5, events, oursite */

#content {
	float:right;
	width:630px;
	padding-bottom:20px;
	margin:0px;
}

#leftcolumn {
	float:left;
	width:440px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}

/* these are in the catalog-google.cfm included file for the upper right hand corner on the results pages width:312px; 	height:45px;*/

#searchcatalog {
	float:left;
}


/* THIS POSITIONS AND FORMATS THE SMALL LABEL: CATALOG*/
#catalog_search {
	float:left;
	font-weight: bolder;
	font-size:100%;
	color: #666666;
	font-family: helvetica, arial;
}


/*THIS POSITIONS THE HR BAR BETWEEN THE CATALOG AND GOOGLE SEARCH */
#catgoo_bar	{
	float:left;
}
/* this POSITIONS the google search box in the catalog-google.cfm
	width:240px;
	height:45px; */
#searchgoogle {
	float:left;

}

/* THIS  POSITIONS THE CATALOG and GOOGLE INPUT BOXes */
#text_input{
	float:left;
}

/* THIS POSITIONS THE CATALOG DROPDOWN MENU */
#pulldown{
	float:left;
}

/* THIS  POSITIONS THE GO BUTTON FOR THE CATALOG SEARCH IN THE UPPER RIGHT CORNER */
#catalog_go{
	float:left;
}

#google {
	float:left;
}

/* this  POSITIONS the google search go button on the results pages */

#google_go{
	float:left;
}


#databaselink {
	float:left;
	display:inline;
	padding-bottom:10px;
	font-weight:bold;
	font-size:100%; 
	font-family: helvetica, arial;
	color:#666666;
	width:100%;
}

#tab-top {
	float:left;
	margin:0px;
	width:428px;
	height:26px;
}

#tab-topresults {
	float:left;
	margin-left:0px;
}

#tab-oursite {
	float:left;
}

#tab-events {
	float:left;
}

#bar {
	float:left;
	margin:0px;
	height:9px;
	width:100%;
	background-image:url(/search/images/bar.jpg);
	background-repeat:repeat-x;
}	

/* This is for the "modify search"  on the results pages - lower numbers to move to the left */
#modify-search {
	float:left;
	display:inline;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	padding:5px;
	width:428px;
}	
	
/*This is for the modify search and search box input text within the search above the results */
#searchtext_input{
	float:left;
}

/*This is for the search box go button above results- raise number to move to the right*/
#search_go{
	float:left;
}

#search-google-results-next {
	float:left;
	display:inline;
}

#search-google-results-previous {
	float:left;
	display:inline;
}

.search-google-results-item-url {
	color:#009900;
}

#search-google-results-sort {
	text-align:center;
}

.search-google-nav {
	text-align:center;
}

.search-verity-nav {
	text-align:center;
}

.search-verity-score {
	font-style:italic;
}

/* This is where the top results begins the display */
#searchresults {
	float:left;
	width:428px;
}

#searchresults-site {
	float:left;
	width:428px;
}

#searchresults-events {
	float:left;
	width:440px;
}

#siteinfo {
	float:left;
}

