

* {
	margin:0px;
	padding:0px; }

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif ;
	font-size:14px;
	color:#333333;
	background:#032d5d url(../images/background_bg.gif) repeat-x;}
	
img {
	border:none; }

p {
	line-height:1.8em;
	margin-bottom:25px; }
	
a {
	color: #566c00;
	font-weight: bold;
	text-decoration: none;}
	
a:hover {
	text-decoration:underline; }
	
h1, h2, h4 {
	font-family: Georgia, "Times New Roman", Times, serif; }

h1 {
	color:#004080;
	font-size:27px;
	font-weight:normal;
	line-height:1em;
	padding:0 0 16px 0;
	border-bottom:1px solid #dec66b;
	margin-bottom:2px;
	letter-spacing:.05em; }

h1.no_rule {
	border-bottom: none;
	margin-bottom: none;
}

h2 {
	color:#402b00;
	font-size:19px;
	line-height:1.3em;
	margin:0 0 7px 0;
	font-weight:normal; }

h3 {
	color:#666666;
	font-family:helvetica, arial, sans-serif;
	font-weight:normal;
	font-size:11px;
	text-transform:uppercase;
	line-height:1.3em;
	margin:-5px 0 8px 0; }

h4 {
	color:#402b00;
	font-size:13px;
	line-height:1.3em;
	margin:0 0 3px 0;
	font-weight:normal; }

hr {
	height:1px;
	border:none;
	background:#dec66b;
	color:#dec66b;
	margin-bottom:25px; }

#rightcolumn ul {
	margin-left:22px;
	padding-bottom:25px; }

#rightcolumn li {
	padding:0 0 5px 5px; }
	
blockquote,
blockquote p {
	padding-left:20px; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic; }	

#body ul, #body ol {
	margin-left:20px;
}

/*//// Global Classes //////////////////////*/	
	
.left {
	float:left; }
	
.right {
	float:right; }	

.clear {
	clear:both;
	float:none !important;
	width:auto !important;
	height:auto !important;
	padding:0 !important;
	margin:0 !important;
	border:none !important; }

img.left {
	margin:0 15px 10px 0; }

img.right {
	margin:0 0 10px 15px; }

p.list_title {
	margin-bottom:5px; }
	
p.caption {
	padding-top:5px;
	font-size:13px;
	color:#666666; }


ul#events-nav {
	margin: -5px 0 15px 0;
	padding: 0;
}

ul#events-nav li {
	display: inline;
	padding: 0;
	margin-right: 10px;
}

ul#events-nav li a {
	padding-left: 12px;
	outline: none;
	font-size: 11px;
	text-transform: uppercase;
	background: url(../images/arrow_closed.gif) no-repeat 0 3px;
}

ul#events-nav li a.active {
	font-size: 11px;
	background: url(../images/arrow_open.gif) no-repeat 0 3px;
	color: #666;
}
	
div.events {
	width:520px;
}

.home div.events {
	display: none;
}	

	.events table {
		width:508px;
		background-color:#F0E68C; 
		padding:5px 5px 15px 5px;
		margin-bottom:25px;
		border:1px solid #cccccc; }
	
		.events table th {
			border-bottom:1px dashed #ffffff;
			text-transform:uppercase;
			padding:5px 10px;
			font-size:11px;
			letter-spacing:.1em;
			text-align:left; }
			
		.events table td {
			padding:10px 10px 5px 10px;
			text-align:left;
			font-family: Georgia, "Times New Roman", Times, serif; }
		
		.events table tr.last td {
			padding:0 10px 10px 10px;
			border-bottom:1px dashed #ffffff; }
		
		.events table td a {
			font-weight:normal !important;	}

div.trustees {
	width:512px;
	padding:2px;
	margin-bottom:25px;
	border:1px solid #cccccc; }
	
	.trustees table {
		width:512px;
		background-color:#F0E68C; 
		padding:10px 10px 15px 10px; }
			
		.trustees table td {
			width:236px;
			padding:10px 10px 5px 10px;
			text-align:left;
			font-family: Georgia, "Times New Roman", Times, serif; }
		
		.trustees table tr.last td {
			padding:10px 10px 10px 10px;
			border-bottom:1px dashed #ffffff; }
		
		.trustees table td ul {
			margin:0 !important; }
		
		.trustees table td ul li {
			padding:0 0 10px 0 !important;
			list-style-type:none;	}

.associates {
	float:left;
	width:230px; }
	
	
div#main_photo_wrap,
div#art_photo_wrap {
	width:520px;
	text-align:center;
	margin-bottom:5px;
	}
	
#main_photo,
#art_photo {
	margin-bottom:5px !important;
}
	
div#photo_module,
div#art_module {
	width:520px; 
	padding:8px 4px 0 4px;
	border-top:1px solid #cccccc;	
	border-bottom:1px solid #cccccc;
	margin-bottom:15px;}
	
	div#photo_module img,
	div#art_module img {
		float:left;
		height:41px;
		margin:0 8px 8px 0;
		cursor:pointer; }
		
	div#art_module img {
		height:51px;
	}
		
	div#photo_module img.last,
	div#art_module img.last {
		margin:0; }
	
	div#photo_module img.activated,
	div#art_module img.activated{
		padding:0 !important;
		border:3px solid #666666 !important;
		cursor:default !important; }

/*//// Page Structure //////////////////////*/


#mastercontainer {
	width:770px;
	margin:0 auto; }	
	
#header {
	width:770px;
	height:100px;
	background:#bdb76b url(../images/banner_bg.gif) no-repeat; }
	
	#header a {
		display:block;
		width:770px;
		height:100px;
		overflow:hidden;
		line-height:100px;
		text-indent:1000px;}

#global_nav {
	clear:both;
	width:770px;
	height:35px;
	overflow:hidden;
	background:url(../images/librarynav.gif) no-repeat; 
	margin-bottom:2px;}
	
	#global_nav li {
		display:inline; }
	
	#global_nav li a {
		float:left;
		display:block;
		height:35px;
		padding-top:36px; }
		
	#global_nav li a#home { width:93px; background:url(../images/librarynav.gif) no-repeat 0 0; }
	#global_nav li a#home:hover { background-position: 0 -35px; }
	.home #global_nav li a#home { background-position: 0 -70px; }
	
	#global_nav li a#catalog { width:195px; background:url(../images/librarynav.gif) no-repeat -93px 0; }
	#global_nav li a#catalog:hover { background-position: -93px -35px; }
	.catalog #global_nav li a#catalog { background-position: -93px -70px; }
	
	#global_nav li a#newbooks {	width:222px; background:url(../images/librarynav.gif) no-repeat -288px 0; }
	#global_nav li a#newbooks:hover { background-position: -288px -35px; }
	.newbooks #global_nav li a#newbooks { background-position: -288px -70px; }
	
	#global_nav li a#reference { width:138px; background:url(../images/librarynav.gif) no-repeat -510px 0; }
	#global_nav li a#reference:hover { background-position: -510px -35px; }
	.reference #global_nav li a#reference { background-position: -510px -70px; }
	
	#global_nav li a#contact { width:122px; background:url(../images/librarynav.gif) no-repeat -648px 0; }
	#global_nav li a#contact:hover { background-position: -648px -35px; }
	.contact #global_nav li a#contact { background-position: -648px -70px; }
	
	
ul#reads_nav {
	clear:both;
	width:520px;
	height:53px;
	overflow:hidden;
	background:url(../images/reads_nav.gif) no-repeat; 
	margin:0 0 2px 0 !important;
	padding:0;}
	
	
	#reads_nav li {
		list-style-type:none;
		display:inline;
		margin:0 !important;
		padding:0 !important; }
	
	#reads_nav li a {
		float:left;
		display:block;
		height:53px;
		background:url(../images/reads_nav.gif) no-repeat; 
		padding-top:54px; }
		
	#reads_nav li a#staff_picks { width:93px; background-position: 0 -106px; }
	#reads_nav li a#staff_picks:hover { background-position: 0 -53px; }
	#reads_nav li.active a#staff_picks { background-position: 0 0px; }
	
	#reads_nav li a#favorites { width:163px ;background-position: -93px -106px; }
	#reads_nav li a#favorites:hover { background-position: -93px -53px; }
	#reads_nav li.active a#favorites { background-position: -93px 0px; }
	
	#reads_nav li a#new_arrivals { width:110px ;background-position: -256px -106px; }
	#reads_nav li a#new_arrivals:hover { background-position: -256px -53px; }
	#reads_nav li.active a#new_arrivals { background-position: -256px 0px; }
	
	#reads_nav li a#kids_ya { width:154px ;background-position: -366px -106px; }
	#reads_nav li a#kids_ya:hover { background-position: -366px -53px; }
	#reads_nav li.active a#kids_ya { background-position: -366px 0px; }
		

#content {
	width:770px; 
	background:url(../images/content_bg.gif) repeat-y; }	
	
	#leftcolumn {
		float:left;
		width:180px;
		padding:180px 15px 100px 15px;
		background:url(../images/photos/main_image.jpg) no-repeat ; }
		
		#leftcolumn ul#secondary_nav {
			width:180px;
			padding:34px 0 25px 0 ;
			background:url(../images/inter_folio_fructus.gif) no-repeat ; }
			
			#secondary_nav li {
				list-style-type:none; 
				padding:10px 3px;
				border-bottom:1px solid #a2a990;}
				
				#secondary_nav li a {
					font-family:Helvetica, Arial, Sans-serif; 
					font-size:11px;
					text-transform:uppercase;
					letter-spacing:.11em; }
				
				.hours a#hours,
				.directions a#directions,
				.staff a#staff,
				.trustees_associates a#trustees_associates,
				.history a#history,
				.merchandise a#merchandise {
					color:#004080 !important;
					text-decoration: none !important;
					cursor:normal !important;}

		#leftcolumn ul#tertiary_nav {
			width:158px;
			padding:10px;
			border:1px solid #a2a990;
			margin-bottom:25px; }

			#tertiary_nav li { 
				padding:0 3px 5px 2px;
				margin-left:13px;
				line-height:1em;}

				#tertiary_nav li a {
					font-family:Helvetica, Arial, Sans-serif; 
					font-size:11px;
					font-weight:normal;
					letter-spacing:.11em; }
						
				.authors a#authors,
				.activities a#activities,
				.organizations a#organizations  {
					color:#004080 !important;
					text-decoration: none !important;
					cursor:normal !important;}
						
		#leftcolumn div#digital_downloads div {
			width:180px;
			padding-top:10px;
			border-bottom:1px dashed #ffffff;	
		}	
			
		#leftcolumn div#digital_downloads h4 {
			padding-bottom:5px;
			margin-bottom: 5px;
			border-bottom:1px dashed #ffffff;	}	
		
		#leftcolumn div#newbooks_feature {
			display: none;
		}
		
		#leftcolumn div#newbooks_feature div.last,
		#leftcolumn div#book-list div {
			width:170px;
			padding:10px 5px 0 5px;
			border-bottom:1px dashed #ffffff;	}	
			
		#leftcolumn div#newbooks_feature h4 {
			padding-bottom:5px;
			border-bottom:1px dashed #ffffff;	}		

		#leftcolumn div#newbooks_feature img {
			float:left;
			width:50px;
			height:75px;
			padding:0 10px 10px 0;		}
	
		#leftcolumn div#newbooks_feature p {
			float:left;
			width:110px;
			font-size:11px;
			line-height:16px;
			margin-bottom:10px;	}
	
		#leftcolumn div#newbooks_feature div.last {
			border:none !important; }
			
		#leftcolumn div#newbooks_feature div.last p {
			width:170px; }
		
	#rightcolumn_wrap {
		float:left;
		width:560px;
		background:url(../images/wrap_bg.gif) repeat-x;  }
		
		#rightcolumn {
			width:520px;
			padding:30px 20px 60px 20px;
			background:url(../images/rightcolumn_bg.gif) no-repeat 517px 0;  
			overflow: hidden;}
			
			#rightcolumn #body {
				padding-top:18px; }
				
				#body img {
					padding:2px;
					border:1px solid #cccccc;
					margin-bottom:15px; }
				
				#body img.no-border {
						border: none;
					}
				
				#body div#newbooks_main {
					padding-bottom:25px; }
				
					#body div#newbooks_main div {
						float:left;
						width:163px;
						text-align:center;
						padding:10px 10px 0 0;	}			

					#body div#newbooks_main img {
						width:100px;
						height:150px;
						margin:0 auto 10px auto;		}

					#body div#newbooks_main p {
						width:163px;
						font-size:13px;
						line-height:1.5em;
						margin-bottom:10px;	}
					
						#body div#newbooks_main p span {
							font-family:Georgia, Times, Serif;
							font-style:italic;}
				#body iframe {
					width:512px;
					height:355px;
					padding:2px;
					border:1px solid #cccccc;
					margin-bottom:25px;	}

#footer {
	width:750px;
	height:26px;
	padding:5px 20px 0 0 ;
	margin:1px 0 20px 0;
	background-color:#ba8607;
	border-top:3px solid #ffffff;}

	#footer p {
		font-family:helvetica, arial, sans-serif;
		font-size:11px;
		letter-spacing:.05em;
		color:#fafad2;
		padding:0;
		margin:0; }

