@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background: url(images/bkg.gif) repeat-x #1c2957;
	line-height: 1.5;
	font-size: 12px;
}
.clearer {
	 clear:both;
	 height:1px;
	 overflow:hidden;
	 margin-top:-1px;
}
ul {
	margin-left: 16px;
	}
	ol {
		margin-left: 24px;
		}
p, ul, ol, h1, h2, table {
	margin-bottom: 10px;
}
a {
	color: #004529;
	font-weight: bold;
	}
	a:hover {
		color: #5b8858;
		}
a img {border:none; text-decoration:none;}
h1 {
	font-size: 18px;
	color: #1c2957;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	color: #004529;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	color: #1c2957;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	color: #004529;
	font-weight: bold;
} 
#Wrap {
	width: 941px;
	margin: 0 auto;
	background: #fff;
}
#WrapInside {
	width: 941px;
	margin: 0 auto;
	background: url(images/wrap_bkg.gif) repeat-y #fff;
}
#header {
	width: 941px;
	height: 261px;
	background: url(images/Library_hdr.jpg) no-repeat;
	}

#HomeLink {
	width: 406px;
	height: 126px;
	cursor: pointer;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	}
	#HomeLink img {
		border: 0px;
		}
#topnav {
	width: 900px;
	float: right;
	position: relative;
	margin-top: -120px;
	text-align: right;
	}
	#topnav ul {
		list-style: none;
		}
		#topnav ul li {
			list-style: none;
			display: inline;
			background: url(images/topnav_bullet.png) no-repeat;
			behavior: url(images/iepngfix.htc);
			}
			#topnav ul li a {
				font-size: 11px;
				text-decoration: none;
				text-transform:uppercase;
				margin-right: 15px;
				color: #fff;
				font-weight: bold;
				padding-left: 17px;
				}
				#topnav ul li a:hover {
					text-decoration: underline;
					}

#navigation {
	position: relative;
	top: 96px;
	left: 35px;
	z-index: 9999;
	}
	* html #navigation {
		margin-top:155px;
		margin-left:60px;
		border: 1px solid #000;
		}
			
#subnav {
	width: 290px;
	float: left;
	}
	#subnav ul {
		width: 90%;
		margin-left: 15px;
		list-style: none;
		}
		#subnav ul li {
			margin-top: 5px;
			margin-bottom: 5px;
			padding-bottom: 5px;
			border-bottom: 1px solid #95b292;
			color: #5b8757;
			font-weight: bold;
			font-size: 11px;
			}
			#subnav ul a {
				color: #001689;
				text-decoration: none;
				font-weight: bold;
				}
				#subnav ul a:hover {
					color: #5b8858;
					text-decoration: underline;
					}
					#subnav .content {
						margin: 15px;
						}
						#subnav ul li ul {
							margin-left: 15px;
							}
							#subnav ul ul li {
								padding-bottom: 0px;
								border-bottom: none;
								margin-top: 0px;
								margin-bottom: 0px;
								font-size: 11px;	
								font-weight: normal;	
								}
								#subnav ul ul a {
									font-weight: normal;
									}
									#subnav ul ul {
										margin-bottom: 0px;
										}
#main {
	background:url(images/content_bkg.gif) repeat-x;
	float: left;
	width: 941px;
	padding-top: 30px;
}
#mainSingle {
	background:url(images/content_bkg.gif) repeat-x;
	float: left;
	width: 651px;
	padding-top: 30px;
}
#col1 {
	width: 293px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	}
#col2, #col3 {
	width: 263px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	min-height: 515px;
	}
	* html #col1, * html #col2, * html #col3 {
		height: 515px;
		}
#col1, #col2 {
	background:url(images/col_div.gif) repeat-y top right;
	}
/*#col3 {
	background:url(images/colorBooks.jpg) no-repeat bottom right;
}*/
#col1Single {
	width: 610px;
	padding-left: 20px;
	padding-right: 20px;
}
#colleft h2 {
	margin-left: -15px;
}
#breadcrumbs {
	margin-top: -10px;
	margin-bottom: 20px;
}
#breadcrumbs a {
	font-size: 10px;
}	
.NewsItem {
	margin-bottom: 15px;
	background: url(images/col_btm_div.gif) repeat-x bottom;
	padding-bottom: 15px;
	margin-top: 15px;
	}
	.NewsItem .NewsDate {
		font-weight: bold;
		display: inline;
		}	
		a.MoreLink {
			background:url(images/more_bullet.gif) no-repeat;
			padding-left: 20px;
			color: #004529;
			font-weight: bold;
			text-decoration: none;
			}
			a.MoreLink:hover {
				text-decoration: underline;
				}
#footer {
	width: 941px;
	margin: 0 auto;
	background: url(images/County_Seal.jpg) no-repeat top left;
	color: #fff;
	font-size: 11px;
	min-height: 150px;
	}
	* html #footer {
		height: 150px;
		}
		#footer .footerContent {
			position: relative;
			top: 30px;
			left: 170px;
			width: 760px;
			}
	#footer a {
		color: #fff;
		}
		#footer a:hover {
			background-color:#fff;
			color: #1c2957;
			}
#nav_breadcrumb {
	padding-left: 20px;
	margin-bottom: 20px;
	margin-top: -20px;
	font-size: 10px;
}
#nav_breadcrumb a {
	font-size: 10px;
}
iframe {
	width: 600px;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.align-justify {
	text-align: justify;
}