@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #666600;
  	background-color: #ccc;
  	background-image: url('/library/images/bodyBg.jpg');
  	background-position: top left;
  	background-repeat: repeat-x;
  	color: #333;
}

.rs #container { 
	width: 46em; 
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #893602;
	text-align: left; 
} 
.rs #header {
	background: #ece9c8;
	padding: 0 20px;
	background-image: url('/library/images/headerBg3.gif');
	background-position: center top;
	background-repeat: repeat-x;
	height: 85px;
} 

.rs #header h1 {
	margin: 0; 
	font-size: 150%;
	color: #990000;
	font-weight: bolder;
/*	line-height: 20%; */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;  
	letter-spacing: 1px;
}
.rs #header h6 {
	font-size: 70%;
	color: #333333;
	font-weight: bolder;
	letter-spacing: 0.2em;
	word-spacing: 0em;
	padding-left: 0px;
/*	padding-top: 10px; */
}
.rs #header #text {
	font-size: 70%;
	color: #333333;
	font-weight: bolder;
	letter-spacing: 0.2em;
	word-spacing: 4px;
	padding-left: 0px;
 	padding-top: 10px;
	padding-bottom: 5px;
}

.rs #time {
	margin: 0; 
 	padding: 20px 10px 10px 0px;  
	font-size: 65%;
	color: #333333;
	font-weight: normal;
	letter-spacing: 0em;
	line-height: normal;
	word-spacing: 0em;
	float: right;
	text-align: right;
}
.rs #time a {
	color: #900;
	text-decoration: none;

}
.rs #time a:visited {
	color: #900;
	text-decoration: none;
}
.rs #time a:hover {
	color: #990000;
	text-decoration: none;
	border-bottom:1px dashed #900;
}
.rs #time a:active {
	color: #990000;
	text-decoration: none;
	border-bottom:1px dashed #900;
}


#maingap {
	background-color: #FFF;
	background-image: url('/library/images/gap.gif');
	background-repeat: repeat-x;
	height: 2px;
}

.rs #sidebar1 {
	background-color: #ece9c8; 
	/* background-image: url('/library/images/sidebarBg4.jpg'); */
	background-repeat: repeat-x;
	background-position: top;
	float: right;
	/* height: 525px; */
	list-style: none;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	width:12em;
	text-align: center;
	overflow: hidden;
}


.rs #sidebar1 h3, .rs #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}

.rs #sidebar1 h2 {
	font-weight: normal;
	font-size: 1em;
	color: #333333;
	margin-top: 3px;
	margin-bottom: 5px;
	}

.rs #sidebar1  h2 a {	
	color: #0066cc;
	text-decoration: none;
	}
#sidebar1 h2 a {	
	color: #0066cc;
	text-decoration: none;
	}
#sidebar1 h2 a:visited {	
	color: #0066cc;
	text-decoration: none;
	}
#sidebar1 h2 a:hover {	
	color: #114477;
	text-decoration: underline;
	}	
	
#sidebar1 h2 a:hover {	
	color: #114477;
	text-decoration: underline;
	}
	
#images a {
	color: #0066cc;
	text-decoration:none;
 }

#images a:visited {
	color: #0066cc;
	text-decoration: none;
}

#images a:hover {
	color: #0066cc;
	text-decoration: none;
}

.rs #container #sidebar1 #chat {
	text-align: center;
	margin-right: 0em;
	color: #990000;
	padding: 15px 0px 5px 0px;
	font-size: 0.65em;
	margin-bottom: 10px;
}

.rs #container #sidebar1 #chat a {color: #990000; text-decoration: none; }
.rs #container #sidebar1 #chat a:hover {text-decoration: none; border-bottom:1px dashed #990000; color: #990000;}


.rs #container #sidebar1 #ask a {
	font-size: 1.62em;
	color: #990000;
	letter-spacing: 1px;
	word-spacing: 0px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	line-height: 2;
}

.rs #container #sidebar1 #ask a:visited {text-decoration: none; color: #990000;}
.rs #container #sidebar1 #ask a:hover {text-decoration: none; border-bottom:1px dashed #900; color: #990000;}



/* Tips for mainContent */
.rs #mainContent {
  	margin: 0 13em 0 10px; 
	/*min-height: 200px; */
} 
.rs #footer {
	padding: 5px 10px;
	background:#ece9c8;
	font-size: 0.6em;
	color: #666600;
	border-top-width: medium;
	border-bottom-width: thick;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #ccc;
	border-bottom-color: #666666;
	line-height: 1.5em;

} 


.rs #footer p {
	margin: 0; 
	padding: 10px 0; 
	color:#666600;
	text-align: center;
}
.rs #container #footer a {
	color: #000;
	text-decoration: none;
	text-align: center;
}
.rs #container #footer a:visited {
	color: #000;
	text-decoration: none;
}
.rs #container #footer a:hover {
	color: #990000;
	text-decoration: none;
	border-bottom:1px dashed #900;
}
.rs #container #footer a:active {
	color: #990000;
	text-decoration: none;
	border-bottom:1px dashed #900;
}
.rs #container #footer .tiny {
	font-size: 10px;
	color: #999999;
	margin-bottom: 10px;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #990000;
	text-decoration: none;
	border-bottom:1px dashed #990000;

}
a:active {
	color: #990000;
	text-decoration: none;
	border-bottom:1px dashed #990000;

} */
#quadrants {
	font-size: 0.8em;
	margin-top: 1px;
}
.style1 {font-size: 70%}

#ebsco label   {
	font-weight: bold;
	line-height: normal;
	text-align: right;
	margin-right: 10px;  
	/*position: relative; */
	/*display: block; */
	float: left; 
	/*width: 125px; */
	}


.teeny {
font-size: 0.6em;
color: #666666;
}
.teeny a { 
color: #333;
text-decoration: none;
}
	
/*embedded  */
#subjectsearch {
	font-size: .75em;
	text-align: center;
	margin-top: 10px;
} 
#subjectsearch a:link {
	color: #000;
	text-decoration: none;
}
#subjectsearch a:visited {
	text-decoration: none;
	color: #000000;
}
#subjectsearch a:hover {
	color: #990000;
	text-decoration: none;
	border-bottom:1px dashed #900;

}
#subjectsearch a:active {
	color: #990000;
	text-decoration: none;
	border-bottom:1px dashed #900;
}

#ebscohostsearch {
	color: #333333;
}
#help {
	background-image: url('/library/images/needhelp10.gif');
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 30px;
	padding-bottom: 0px;
	margin-bottom: 1px;
	height: 80px;
}

#ehost_searchbox .style10 {
	font-size: 65%;
	color: #0066CC;
}

.submit input
{
margin-left: 4.5em;
}


#topbox {
	margin-left: 30px;
	margin-top: 40px;
}
#topbox h3 {
	font-size: 100%;
	text-transform: uppercase;
}

.wildcat {
	font-size: 11px;
	color: #333333;
	font-style: normal;
	padding: 3px 10px 3px 3px;
}
/*.gray {color:#666666;
		font-size:.62em;
		margin-bottom:5px; 
} */
#notgray {color:#000000;
		font-size:.62em;
		margin-bottom:5px;
}
#notgray a {color: #000000; text-decoration:none;}
#notgray a:visited {text-decoration: none; color: #000000;}
#notgray a:hover {text-decoration: none; color: #000000;}
#notgray a:active {text-decoration: none; color: #000000;}

/*newsearch box css */

form { margin: 0 0 1em 0; }
		
fieldset { border: none; }
		
.fieldset {
	width: 30em;
	position: relative;
	padding: 2.5em 1em 0.5em 1em;
	border: 1px solid #999;
	background: #F2F0DB;
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		}

label 		{
	width: 12em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	font-size: 70%;
	font-weight: bold;
	vertical-align: bottom;
	margin-left: 20px;
	margin-top: 6px;
	color: #000000;
}

.submit input {
margin-left: 4.5em;
}
		
		
button { display: block; }
		
legend span {
	position: absolute;
	width: 28em;
	top: 0.5em;
	left: 2em;
	color: #484848;
	font-weight: bold;
	font-size: 100%;
	margin: 3px;
	padding: 2px 6px;
	text-transform: uppercase;
	text-align: center;
		}


.two legend span {
			top: -0.75em; 
			left: 1em;
			padding: 0 0.2em;
			background: #F6F6F6;
			border: 1px solid #999;
		}
		
.fieldset.two { padding-top: 1.5em }

/* end embedded */

