html{
        margin:	0;
        padding: 0;
        height:	100%;
        background: #fff;
}

body{
	position: relative;
	margin: 0;
	padding: 0px;
	background-color: #fff;
	width: 100%;
}

#page{
	position: relative;
	width: 960px;
	margin: 0 auto;
	height: auto;
	margin-bottom: 25px;
	overflow: auto;
	width: 100%;
	
}

a{color: #CC0000;}
#footer-inner a:hover, a:hover{color:#CC0000;text-decoration: underline;}
#footer-inner a{text-decoration:none;}
/* ------------------------------------------ */
/** header **/
#header{
	margin-top: -7px;
	padding-top:0px;
	height:125px;
}
hr{
	width: 100%;
	border:0;
	background-color: #f4f4f4;
	height:1px;
	width: 520px;
	margin: 10px 0;
}
hr#top_bar {
	margin: 7px 0;
	width: 100%;
	border:0;
	top:0px;
	left:0px;
	height:8px;
	background-color: #cc0000;
}
#uh_logo {
	position:relative;
	top:0px;
	left:30px;
	height:50px;
	width:522px;
	background-color:#fff;
	background-position: bottom;
	background-image:url(../images/uhl-logo.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	border: none;
}
#header #branch-info {
	color: #505050;
	font-size: 20px;
	float:right;
	margin:35px 25px 0 0;
	text-align:right;
}
#header #branch-info .block-libraryhours .more-link{display:none;}
#header #branch-info h2 a{
	color: #666666;
	font-size: 14px;
}
#header #branch-info h2{
	display:inline-block;
	margin-top:-10px;
	font-weight:normal;
}
#header #branch-info .content {
	display: inline-block;
	color: #666666;
	font-size: 14px;
}
#header #bottom{
	margin-top: 25px;
	border-bottom:1px solid #E1E1E1;
	width:100%;
	margin-bottom: 50px;
}
#header #bottom #block{
	background:none repeat scroll 0 0 #CC0000;
	height:4px;
	width:28px;
}

/* ------------------------------------------ */

/* ------------------------------------------ */
/* footer */
#footer-inner{
	border-top:1px solid #E1E1E1;
	padding-top: 5px;
	min-height: 100px;
	text-align: center;
}
#footer-inner #block{
	margin-top: -10px;
	float: right;
	background:none repeat scroll 0 0 #CC0000;
	height:4px;
	width:28px;
}

#footer p.address {
	clear: both;
	color:#606060;
	margin:0;
	padding:0;
}
#footer ul, #footer ul li {
	margin:0;
	padding:0;
}
#footer ul {
	list-style:none;
}
#footer ul li {
	display:inline;
}

#footer ul a {
	border-left:1px solid #606060;
	padding:0 3px 0 5px;
}
#footer ul a.first {
	border-left: none;
}

/* share this*/
#footer #share{
	font-size: 9px;
	font-style:italic;
	margin-top: -3px;
	margin-right: 2px;
	float: right;
}


/* ------------------------------------------ */
/* - Revised layout added Boostrap JCF 2-2022 */
/* ------------------------------------------ */

#page{
    padding: 0 4rem;
}

h1{
  font-family: "league gothic";
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 0;
}

.gray-box{
	margin-top: 2rem;
}

.alert{
	margin-top: 2rem;
	margin-bottom: 0;
}

@media (min-width: 769px) { 

h1{
	 margin-left: -15px;
 	 margin-right: -15px;
}

.gray-box{
	background: #f8f8f8;
	border: 1px solid #ccc;
}

.alert{
	margin-left: -15px;
	margin-right: -15px;
}
}
