/* CSS Document */

.sidebar {
	width: 150px;
	float: left;
	margin-top:0;
	margin: 1px;
	padding-bottom:0px;
	
	/*background: #ffffff url(img/header_corner.gif) right top no-repeat;*/
}

.sidebar ul {
	color: #A50000;
	font-size: 1em;
	margin: 0;
	padding: 14px 2px 0 10px;
}

.sidebar li {
list-style-position:outside;
list-style-type:square;
color:#666666;
padding-left:5px;
margin-left:1em;
margin-bottom: 5px;
}

.libhead{
font-size:14px;
padding-top:.7em;
width:200px;
height:28px;
margin-left:0px;
vertical-align:middle;
}

#libreshead{
background-color:#4F8D97;
}

#libservhead{
background-color:#CCD2AA;
}

#libabouthead{
background-color:#EDD399;
}
#libhelphead{
background-color:#afa9d3;
}

#HotDropDown{
float:right;
vertical-align:middle;
margin-right:60px;
margin-top:0px;
margin-bottom:2em;
}

#ContactUs{
float:left;
height:80px;

width:200px;
padding-top:5px;
}
#summerhours{
	padding:2px;
	border:double;
	width:255px;
	height:120px;
	margin-right:3em;
	margin-top:1.7em;
	float:right;
}
#summerheader{
	background-color:#950101;
	width:255px;
	padding:0;
	height:20px;
	color:#fff;
		}



#bookwrapper{
width:200px;
height:145px;
padding-top:0px;
padding-bottom:3px;
margin-top:0;
margin-left:0px;
border:double;
background-color: #fff;
border-color:#585858;
}

#imgdiv{
float:right;
margin-bottom:0;
}

#navWrapper{
height:800px;
width:425px;
float:left;

}

#navWrapper h4 {
font-size: 1.0em;
font-weight: bold;
text-transform: uppercase;
color: #A50000;
}

#navWrapper h3{
color:#000000;
}
#outerwrapper{
margin:auto;
width:750px;
height:1150px;
}
#rsmain{
margin-left:2em;
margin-top:2em;
float:left;
width:270px;
height:424px;

}

#libResearch{
float:left;
margin-top:0;
height:285px;
width:200px;
margin-bottom:auto;
}

#libServices {
float:left;
height:435px;
width:200px;
margin-top:0;
margin-bottom:auto;
}
#AboutUs{
float:left;
height:120px;
width:200px;
margin-top:0;
margin-bottom:auto;
}

#helpDiv{
float:left;
height:160px;
width:200px;
margin-top:0;
margin-bottom:auto;
}

a.navWrapper{
  font-family: verdana, times new roman;
  font-size: 10px;
  color: #000000;
  background-color: transparent;
  border-width: 0px;
  border-style: solid;
  border-color: #000000;
  text-decoration: none;
}

/*-library catalog page   -*/

#catlognavWrapper{
height:580px;
width:530px;
float:left;
}
#catlognavWrapper h4 {
font-size: 1.0em;
font-weight: bold;
text-transform: uppercase;
color: #A50000;
}
#catlognavWrapper h3{
color:#000000;
font-size: 1.3em;
}
a.catlognavWrapper{
  font-family: verdana, times new roman;
  font-size: 10px;
  color: #000000;
  background-color: transparent;
  border-width: 0px;
  border-style: solid;
  border-color: #000000;
  text-decoration: none;
}
.cathead{
font-size:14px;
padding-top:.7em;
width:200px;
height:28px;
margin-left:0px;
vertical-align:middle;
}

#catlewishead{
background-color:#4F8D97;
}

#catuniversalhead{
background-color:#CCD2AA;
}

#catpublichead{
background-color:#EDD399;
}
#catworldhead{
background-color:#afa9d3;
}

#lewis{
float:left;
margin-top:0;
height:115px;
width:220px;
margin-bottom:auto;
} 

#Universal {
float:left;
height:115px;
width:220px;
margin-top:0;
margin-bottom:auto;
}

#public{
float:left;
width:220px;
margin-top:0;
margin-bottom:auto;
}

#world{
float:left;
width:220px;
margin-top:0;
margin-bottom:auto;
}



/*-  end of library catalog page   - */


#LibOnlineContent{
width:475px;
height:800px;
border:solid;
}

#rightmain{
float:left;
margin-left:3em;
width:225px;
}
#springhours{
	padding:2px;
	border:double;
	width:195px;
	margin-top:1.7em;
	margin-left:2em;
}
#springheader{
	background-color:#950101;
	padding:0;
	height:20px;
	color:#fff;
		}

#temphours{
	padding:2px;
	border:double;
	width:240px;
	margin-top:1.7em;
}
		
#superhours{
	padding:2px;
	border:double;
	width:240px;
	margin-top:1.7em;
}
#superheader{
	background-color:#950101;
	width:240px;
	padding:0;
	height:20px;
	color:#fff;
		}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
margin-top:.5em;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail {
display:block;
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid gray;
}

.thumbnail span{ /*CSS for enlarged image*/
display: none;
position: absolute;
width:330px;
background-color: lightyellow;
padding: 10px;
border: 1px solid gray;
color: black;
text-decoration: none;
left: -1000px;
margin-top:20em;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
display:block;
top: 0;
left:130px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

#rightthumb{
float:right;
width:160px;

}
#leftthumb{
float:left;
width:160px;

}
.LibOnlineHead{
background-color: #b9d1d5;
height:25px;
width:170px;
padding-top:6px;
padding-left:2px;
}

#libhours{
padding-top:2em;
padding-left:2em;

}
#libright{
margin-left:3em;
}

.LibDBHeading{
width:300px;
height:30px;
padding-top:3px;
background-color:#4f8d97;
text-align:center;
color:#a50000;
font-size:1.3em;
}
#onlinewrapper{
width:575px;
}

#lib_general_content_portal {
	float:left;
	margin-top:2em;
	margin-left: 8px;
	width:175px;
	background-color: #fff;
	padding: 0 10px 10px 15px;
	text-align:center;
}

#lib_general_content_portal2 {
	float:left;
	margin-top:2em;
	margin-left: 2em;
	width:250px;
	background-color: #fff;
	padding: 0 10px 10px 15px;
}

#lib_online_subhead1{
background-color:#fee485;
height:30px;
padding-top:.8em;
text-align:center;
}

#lib_online_subhead2{
background-color:#afa9d3;
height:30px;
padding-top:.8em;
text-align:center;
}
#alphacontainer{
height:30px;
width:600px;
text-align:center;
}

#alphacontainer1{
height:30px;
width:600px;
text-align:center;
}

	
.alphabox{
	background-color:#09C;
	font-size:14px;
	float:left;
	margin-left:2px;
	padding-top:3px;
	width:25px;
	height:20px;
	border:solid;
	border-width:1px;
	}
	.alphabox:hover{
	border: 2px solid gray;
	}
