/* topics & Research: Div Style & Positioning */
#breadcrumb {  
	background-color:#809C54;
	width:835px;
}

#breadcrumb-dashedline {  /* dashed line above breadcrumb  */
	width:835px;
}

#content {
	clear:both;
	width:835px;
	padding-bottom:20px;
	margin:0;
}

/* THIS IS THE LEFT COLUMN WITH THE LINKS TO WORLDCAT, HOMEWORK HELP, THE ASK HERE PA WIDGET AND THE GOOGLE SEARCH BOX */
#research-tools {
	float:left;
}
#research-tools {
	float:left;
	border:none;
	border-width:thin;
	border-color:silver;
}
.research-tools-logo { /*positions the unique logo/text inside a toolbox*/
	float:left;
	width:77px;
	margin-top:20px;
	text-align:right;
}


#research-tools h2 { /*Header for tools textboxes*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#737373;
	margin:1em 0 0.3em 1em;	
}

label.tools {
	font-size:12px;
	font-weight:bold;
}

/* THIS IS THE GREEN LINED BOX FOR THE SEARCHES ON THE LEFT SIDE OF THE MAIN TOOLS AND RESEARCH PAGE */
/* this is a class rather than an ID since it is used multiple times within the page */
.research-box {
	width:252px;
	height:70px;
	background-image:url(/research/images/research-calloutbox.jpg);
	background-repeat:no-repeat;
	margin-bottom:5px;
}

.research-box-text  { 
	list-style-image:url(/images/arrows/arrow-bullet.gif);
	font-size:90%;
	padding-top:3px;
	margin-left:20px;
}
#research-google {
}

#research-google-box {
	width:252px;
	height:70px;
	background-image:url(/research/images/research-calloutbox.jpg);
	background-repeat:no-repeat;	
}

#research-google-logo {
	float:left;
	margin:23px 0 0 5px;
}

#research-google-form {
	float:left;
	margin:25px 0 0 5px;
}


#research-findarticles {
	top:314px;
	left:0px;
	width:260px;
}	

#research-findarticles-box {
	top:130px;
	left:0px;
	width:252px;
	height:70px;
	background-image:url(/research/images/research-calloutbox.jpg);
	background-repeat:no-repeat;	
}

#research-findarticles-findit {
	top:27px;
	left:10px;
	width:68px;
	height:17px;
}

#research-findarticles-textbox {
	top:23px;
	left:85px;
}

#research-findarticles-submit {
	top:19px;
	right:10px;
	width:30px;
	height:30px;
}

#research-moretools {
	float:right;
	margin-top:10px;
	margin-right:25px;
	width:520px;
	display:inline;
}

#research-moretools-title {
	clear:both;
	width:519px;
	height:30px;	
	background-image:url(/research/images/research-moretools.jpg);
	background-repeat:no-repeat;
}

.research-moretools-col {
	float:left;
	font-size:90%;
	margin-top:10px;
}

/* THESE ARE FOR THE WORLDCAT SEARCH BOX ON THE MAIN TOOLS AND RESEARCH PAGE */
#research-worldcat {
	width:250px;
	margin-left:15px;
}

#research-worldcat-logo {
	float:left;
	margin-left:0px;
}

#research-worldcat-text {
	margin-left:60px;
}

/* homework help section */
#research-homeworkhelp {
	clear:both;
	width:250px;
	margin-left:15px;
}

#research-homeworkhelp-logo {
	float:left;
	margin-left:0px;
}

#research-homeworkhelp-text {
	margin-top:0px;
	margin-left:60px;
}

/* ask a librarian section */
#research-askalibrarian {
	clear:both;
	margin-left:15px;
	width:250px;
}

#research-askalibrarian-logo {
	margin:4px 0px 0px 0px;
}

#research-askalibrarian-text {
	margin:4px 0px 0px 40px;
}

/* ASK A LIBRARIAN CHAT WIDGET */
#qpchatwidget	{
	width:190px;
	height:275px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:25px;
}

/* THIS IS THE TWO COLUMNS OF ANNOTATED TOPICS AND COLLECTIONS */

#research-topics {
	float:right;
	margin-top:-35px;
	padding-top:0px;
	width:550px;
	background-color:transparent;
}

#research-topics-discovermore {
	float:left;
	margin:0 0 0 0;
}

#research-topics-header {
	float:left;
	margin:0 0 0 7px;
}

/* for the featured collection images */
#research-spotlight {
	float:right;
	margin-top:0px;
	margin-bottom:5px;
	z-index:1;
	overflow:visible;
}

#research-dashedline {
	clear:both;
	margin-top:5px;
	width:100%;
	height:5px;
	background-image:url(/images/dashedline.jpg);
	background-repeat:repeat-x;
}

#research-topics-leftcol {
	clear:both;
	float:left;
	margin:5px 0 0 15px;
	width:245px;
}

#research-topics-rightcol {
	float:right;
	margin:5px 0 0 0;
	width:250px;
}


/* SECTION TOPICLISTSMALL ---------------------------------------------------- */
/* this is for the black, italic subcategories on the main Tools and Research page.  the main topics use the menulist style */

.topiclistsmall { /*for blurbs requiring smaller text*/
	font-size:90%;
	font-style:italic;
	color:#666666;
}

.topiclistsmall a:link, .topiclistsmall a:visited {
	text-decoration:none;
	color:#666666;
	font-weight:normal;
}

.topiclistsmall a:hover, .topiclistsmall a:active {
	text-decoration:underline;
	color:#000000;
	font-weight:normal;
}
/* END SECTION TOPICLIST ---------------------------------------------------- */

