/* CSS for Library Home page */

#page { /* box holding all the stuff in the page */
	width: 1000px;
	margin: 0 auto;
}
#masthead { /* box holding banner/logo, banner search box, banner links, and ask us button */
	width: 979px;
}
#dlLogo {
	width: 480px;
}
#askUsButton { display: none; }
#googleDiv {
	margin-right: 20px;
}
#mastheadShadow { /* div with banner shadow */
	background-repeat: repeat-x;
	width: 1000px;
	height: 8px;
	
}
#container {
	width: 1000px;
	float: left;
	margin: 0 auto;
	padding: 5px 0px 0px 0px;
	background-color: #ffffff;
}
#contentBox {
	margin-top: 5px;
}
#topRow {
	float: left;
	width: 1000px;
	margin-top: 5px;
}
#bottomRow {
	float: left;
	width: 1000px;
	margin-top: 5px;
	padding-top: 15px;
}
#search {
	float: left;
	width: 460px;
	padding: 5px;
	margin-right: 15px;
	background-color: #fbfbf9;
	border: 1px solid #b2b2b2;

}
#search h2 {
	margin: 2px 0px 0px 2px;
}
#services {
	float: left;
	width: 505px;
}
#servicesLinks {
	width: 310px;
	float: right;
}
.servicesLinksLeft {
	float: right;
	width: 150px;
}
.servicesLinksRight {
	float: right;
	width: 150px;
}
#servicesTop {
	float: right;
	width: 100%;
}
#servicesBottom {
	float: left;
	width: 100%;
	margin-top: 10px;
}
#servicesRight {
	float: right;
	width: 185px;
}
#imChat a { /*to remove link underline under ask us image in Safari */
	text-decoration: none;
}
#imChat img {
	border: none;
	margin-bottom: 10px;
}
#hours {
	background-color: #f5f2ed;
	border: 1px solid #b2b2b2;
	padding: 3px 10px 5px 10px;
	font-size: 90%;
}
#hours h3 {
	margin-top: 3px;
	border-bottom: 1px dotted #b2b2b2;
	color: #C30;
	text-align: center;
}
#how {
	float: left;
	width: 290px;
	margin-left: 15px;
}
#check {
	float: right;
	width: 290px;
	margin-left: 15px;
}
.sectionImage {
	margin-right: 5px;
	margin-bottom: 35px;
	float: left;
}
.sectionImage a { /*to remove link underline under an image in Safari */
	text-decoration: none;
}
.sectionImage img {
	border: none;
}
.sectionTitle {
	clear: both;
}
.sectionTitleRule {
	background-image: url('../images/dot_line.gif');
	background-repeat: repeat-x;
	margin-top: -8px;
	margin-bottom: 0px;
}
#newsBox {
	float: left;
	width: 366px;
	background-color: #f5f2ed;
	border: 1px solid #b2b2b2;
	padding: 10px;
	font-size: 90%;
	font-weight: bold;
	margin: 0px;
}
#newsBox h2 {
	margin: 0px;
}
#newsHead {
	padding-bottom: 5px;
}
#newsContent {
	width: 356px;
	background-color: #ffffff;
	border: 1px solid #b2b2b2;
	padding: 5px;
	min-height: 108px;
}
#newsSubscribe {
	text-align: right;
	vertical-align: middle;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	margin-top: -15px;
}
#newsSubscribe a {
	text-decoration: none;
}
#newsSubscribe a:hover {
	text-decoration: underline;
}
.newsImage {
	float: left;
	clear: left;
	position: relative;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px none black;
}
#globalFooter {
	width: 1000px;
}
h2 {
	letter-spacing: 1px;
	margin-top: 0px;
	text-transform: uppercase;
}
h2 a {
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
ul {
	list-style-type: none;
	list-style-image: none;
	font-weight: bold;
}
li {
	margin-bottom: 0.75em;
}
li a {
	text-decoration: none;
}
li a:hover {
	text-decoration: underline;
}
#servicesLinks ul {
	margin: 0px 0px 5px 0px;
}
#servicesLinks li {
	margin-left: -35px;
	margin-bottom: 0.5em;
	
}
#hours ul {
	font-weight: normal;
}
#hours li {
	margin-bottom: 0.3em;
	margin-left: -40px;
}
div.hourLine {
	width: 100%;
	position: relative;
	height: 1.5em;
}
div.hourLeft {
	position: absolute;
	left: 0;
	text-align: left;
	font-weight: bold;
}
div.hourRight {
	position: absolute;
	right: 0;
	text-align: right;
}

