/* CSS Friends of the Library */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 11px Arial, Helvetica, sans-serif;
	margin: 0px; padding: 0px;
	text-align: center;
	background: #ccc url(/images/stripe.gif) repeat center top;
}
body, html { height: 100%; }
img, fieldset { border: 0px; }
a { text-decoration: none; }
p { line-height: 1.5em; }
p a:hover {text-decoration: underline; }
.clear { clear: both; }
.replace { text-indent: -5000px; }
.fill { display: block; height: 100%; width: 100%; }
h1,h2,h3,h4,h5,h6,ul,li { margin: 0px; padding: 0px; }
#wrapper {
	min-height: 100%;
	_height: 100%;
	width: 760px;
	text-align: left;
	margin: 0px auto;
	position: relative;
	background: url(/images/background.gif) repeat-y center top;
}
#top {
	background: url(/images/top.gif) no-repeat;
	height: 19px; margin: 0px auto; text-align: left; width: 760px;
}
#content {
	background: url(/images/nav/nav-background.gif) no-repeat center top;
	margin: 0px auto; width: 760px; text-align: left; height: 100%;
	position: relative;
}

/* Navigation */
#navigation {
	padding-left: 30px;
	width: 170px;
	/*height: 205px;*/
	text-align: left;
	position: relative;
	float: left;
}
#navigation ul {
	list-style: none;
}
#navigation li {
	width: 170px;
	text-indent: -5000px;
}
#navigation li a {
	display: block;
	width: 100%;
	height: 100%;
}
#navigation li a:hover { background-position: left bottom; }
#n-contents, #n-programs, #n-contents-on, #n-programs-on,  {	height: 27px; }
#n-who, #n-who-on {	height: 21px; }
#n-news, #n-member, #n-newsletter, #n-links, #n-bookclub, #n-buddies, #n-foundation, #n-volunteer, #n-foundation-on, #n-volunteer-on
#n-news-on, #n-member-on, #n-newsletter-on, #n-links-on, #n-bookclub-on, #donate, #donate-on, #n-buddies-on, #n-booksale, {	height: 24px; }
#n-contact, #n-contact-on, #n-booksale-on{	height: 34px; }
#n-contents a{	background: url(/images/nav/contents.jpg) no-repeat left top; }
#n-who a{	background: url(/images/nav/who.jpg) no-repeat left top; }
#n-donate a{	background: url(/images/nav/donate.jpg) no-repeat left top; }
#n-programs a{	background: url(/images/nav/programs.jpg) no-repeat left top; }
#n-news a{	background: url(/images/nav/news.jpg) no-repeat left top; }
#n-member a{	background: url(/images/nav/member.jpg) no-repeat left top; }
#n-foundation a{	background: url(/images/nav/foundation.jpg) no-repeat left top; }
#n-volunteer a{	background: url(/images/nav/volunteer.jpg) no-repeat left top; }
#n-newsletter a{	background: url(/images/nav/newsletter.jpg) no-repeat left top; }
#n-links a{	background: url(/images/nav/links.jpg) no-repeat left top; }
#n-contact a{	background: url(/images/nav/contact.jpg) no-repeat left top; }
#n-bookclub a{	background: url(/images/nav/bookclubs.jpg); }
#n-buddies a{	background: url(/images/nav/branch-buddies.jpg); }
#n-buddies a:hover, #n-buddies-on {	background: url(/images/nav/branch-buddies-on.jpg); }
#n-booksale a{	background: url(/usedbooksale.gif); }
#n-booksale a:hover, #n-booksale-on {	background: url(/usedbooksale-on.gif); }
#n-bookclub a:hover, #n-bookclub-on {	background: url(/images/nav/bookclubs-on.jpg); }
#n-who a:hover, #n-who-on a{	background: url(/images/nav/who-on.jpg) no-repeat left top; }
#n-who a:hover, #n-donate-on a{	background: url(/images/nav/donate-on.jpg) no-repeat left top; }
#n-programs a:hover, #n-programs-on a{	background: url(/images/nav/programs-on.jpg) no-repeat left top; }
#n-news a:hover, #n-news-on a{	background: url(/images/nav/news-on.jpg) no-repeat left top; }
#n-member a:hover, #n-member-on a{	background: url(/images/nav/member-on.jpg) no-repeat left top; }
#n-foundation a:hover, #n-foundation-on a{	background: url(/images/nav/foundation-on.jpg) no-repeat left top; }
#n-volunteer a:hover, #n-volunteer-on a{	background: url(/images/nav/volunteer-on.jpg) no-repeat left top; }
#n-newsletter a:hover, #n-newsletter-on a{	background: url(/images/nav/newsletter-on.jpg) no-repeat left top; }
#n-links a:hover, #n-links-on a{	background: url(/images/nav/links-on.jpg) no-repeat left top; }
#n-contact a:hover, #n-contact-on a{	background: url(/images/nav/contact-on.jpg) no-repeat left top; }
/* End Navigation */

/* Top and Common */
#logo {
	padding-left: 32px;
	padding-top: 8px;
	width: 79px;
	position: relative;
	float: left;

}
#intro {
	padding-left: 31px;
	padding-top: 8px;
	width: 372px;
	position: relative;
	float: left;
}
#intro h1 {
	background: url(/images/wordmark.gif) no-repeat;
	height: 75px;  
	width: 372px;
}
#intro h2 {
	font: bold 11px/16px Arial, Helvetica, sans-serif;
	margin-right: 40px;
}
#quote {
	padding-left: 32px;
	padding-top: 15px;
	float: left;
	width: 482px;
}
#quote h3 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #906;
}
#quote h4 {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #906;
	margin-top: 6px;
}
#dotted-hr {
	background: url(/images/hr.gif) no-repeat;
	height: 2px;
	margin: 10px 0px;
	
}
#dotted-hr hr{
	display: none;
}

#sidebar-contact{
	margin-left: 25px;
}
#bottom-space{
	height: 48px;
	clear: both;
}
#text-nav{
	padding-left: 230px;
	font: 11px/18px Arial, Helvetica, sans-serif;
	padding-bottom: 25px;
}
#text-nav a{
	color: #333333;
}

/* Main Page */
#sidebar1 {
	padding-left: 30px;
	width: 160px;
	float: left;
}
#sidebar1 h3, #sidebar2 h3{
	font: bold 24px "Times New Roman", Times, serif;
	color: #06c;
	margin-top: 10px;
	margin-bottom: 8px;
}
#sidebar1 strong{
	font: bold 11px/11px Arial, Helvetica, sans-serif;
	color: #0066CC;
}

#sidebar2 {
	padding-left: 25px;
	width: 145px;
	margin-top: -115px;
	float: left;
}

#sidebar2 h4, #member-content h3, #sidebar1 h4 {
	font: bold 12px Arial, Helvetica, sans-serif;;
	color: #c60;
	margin-top: 15px;
	margin-bottom: 4px;
}
#sidebar1 p, #sidebar2 p{
	font: 11px/18px Arial, Helvetica, sans-serif;
	color:#333333;
	padding-bottom: 5px;
}
#sidebar2 a{
	font: bold italic 11px/18px Arial, Helvetica, sans-serif;
	color:#906;
}
#main {
	margin-left: 28px;
	margin-top: -90px;
	background: url(/images/main-dither.jpg) no-repeat;
	width: 350px;
	float: left;
}
#main-content{
	padding-left: 28px;
	padding-right: 22px;
	float: left;
}
#main-content h2, #news-content h2, #member-content h2, #newsletter-content h2, #who-content h2, #programs-content h2, #links-content h2{
	font: bold 28px "Times New Roman", Times, serif;
	color: #06c;
	margin-top: 8px;
	margin-bottom: 15px;
}
#main-content h3, #news-content h3, #who-content h3 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #339933;
	margin-top: 15px;
	margin-bottom: 4px;
}
#main-content p, #news-content p, #member-content p, #newsletter-content p, #who-content p, #programs-content p, #links-content p{
	font: 12px/18px Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
	text-align: left;
}
#main2 {
	margin-left: 28px;
	background: url(/images/main-dither.jpg) no-repeat;
	width: 495px;
	float: left;
}
#main2-content{
	padding-left: 28px;
	padding-right: 22px;
	float: left;
}
#main2-content h2, #news-content h2, #member-content h2, #newsletter-content h2, #who-content h2, #programs-content h2, #links-content h2{
	font: bold 28px "Times New Roman", Times, serif;
	color: #06c;
	margin-top: 8px;
	margin-bottom: 15px;
}
#main2-content h3, #news-content h3, #who-content h3 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #339933;
	margin-top: 15px;
	margin-bottom: 4px;
}
#main2-content p, #news-content p, #member-content p, #newsletter-content p, #who-content p, #programs-content p, #links-content p{
	font: 12px/18px Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
	text-align: left;
}
#more-news h4{
	background: url(/images/more-news.gif) no-repeat;
	height: 29px;  
	width: 152px;
	margin-top: 15px;
	margin-bottom: 20px;
}
#feature{
	padding-left: 12px;
	padding-right: 8px;
	float: left;
}
#feature h4{
	font: normal 32px/18px "Times New Roman", Times, serif;
	color: #996;
	margin-top: 8px;
	margin-bottom: 0px;
	padding-left: 16px;
}
#feature img{
	border-top: 7px solid #996;
	border-bottom: 7px solid #996;
	margin-top: 0px;
}
#feature p{
	font: 12px/18px Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 330px;
}
#feature2{
	padding-left: 12px;
	padding-right: 8px;
	float: left;
}
#feature2 h4{
	font: normal 32px/18px "Times New Roman", Times, serif;
	color: #996;
	margin-top: 8px;
	margin-bottom: 0px;
	padding-left: 16px;
}
#feature2 img{
	border-top: 7px solid #996;
	border-bottom: 7px solid #996;
	margin-top: 0px;
}
#feature2 p{
	font: 12px/18px Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 495px;
}


/* News and Events */
#news {
	margin-left: 44px;
	margin-top: -90px;
	margin-top: -175px;
	background: url(/images/news/background.jpg) no-repeat;
	width: 485px;
	float: left;
}
#news-content{
	padding-left: 28px;
	padding-right: 22px;
	float: left;
}

/* Membership */
#member, #newsletter, #who, #programs, #links {
	margin-left: 44px;
	margin-top: -175px;
	width: 485px;
	float: left;
}
#member-content, #newsletter-content, #who-content, #programs-content, #links-content{
	padding-right: 22px;
	float: left;
}

#member-content h5 {
	font: bold 12px/18px Arial, Helvetica, sans-serif;;
	color: #693;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* Newsletter */
#newsletter-content h3{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #339933;
	margin-top: 15px;
	margin-bottom: 4px;
}

#newsletter-content h4{
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	color: #660066;
	margin-top: 15px;
	margin-bottom: 4px;
	width: 275px;
}
#newsletter-content h5{
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	width: 275px;
}
#pdf {
	float: right;
	width: 100px;
	height: 40px;
	background: url(/images/pdf.gif) no-repeat;
	padding-top: 85px;
	margin-right: 40px;
	margin-top: 10px;
	
}

/* Programs and Projects */
#programs-content h3, #links-content h3{
	font: bold 14px/18px Arial, Helvetica, sans-serif;
	color: #339933;
	margin-top: 15px;
	margin-bottom: 10px;
}

#col1{
	width: 220px;
	float: left;
	display: inline;
}
#col2{
	width: 220px;
	float: right;
	display: inline;
}
#col3{
	width: 220px;
	float: right;
	display: inline;
	margin-left: 20px;
}


#programs-feature{
	padding-right: 8px;
}
#programs-feature h4{
	font: normal 32px/18px "Times New Roman", Times, serif;
	color: #996;
	text-align: right;
	margin-top: 2px;
	margin-bottom: 0px;
	padding-right: 16px;
}
#programs-feature img{
	border-top: 7px solid #996;
	border-bottom: 7px solid #996;
	margin-top: 0px;
}

#form {
	margin-left: 5px;
	width: 750px;
	float: left;
}

/* Calendar */
.calendar {
	border: 0px;
	border-collapse: collapse;
	width: 100%;
}
.calendar td, .calendar th {
	font: 11px Arial, Helvetica, sans-serif;
	vertical-align: top;
	text-align: center;
}
.calendar th { font-weight: bold; }
.color { background: #ccc; }

.inset { float: left; margin: 5px 10px 0px 0px; }

.inset-photo {
	float: right;
	width: 200px;
	margin: 0 0 25px 25px;
}
