html { height: 100%; font-family: "Arial","Helvetica",sans-serif; }

body {
	
}

#wrapper {
	background: none;
	width: 100%;
}

#container {
	background: url("//www.urmc.rochester.edu/libraries/miner/images/libguides_BG_gradient.jpg") repeat-x scroll 0px 0px #ffffff;
	width: 100%;
}

/*
#global-container {
	background-color: #ffffff;
	position: relative;
	top: 10px;
	width: 985px;
	margin: 0 auto;
}
*/

#global-container {
	margin: 0 auto;
}

#shadowBG {
	padding-top: 10px;
}

.topnav {
	text-transform: lowercase;
}

.topnav a { 
	color: #666666; 
	font-size: 11px; 
	font-weight: normal;
}

.topnav a:visited { 
	color: #666666; 
	font-size: 11px;
}

.topnav a:hover { 
	color: #000000; 
	font-size: 11px;
}

#loginlink {
	position: relative;
	right: 4px;
	font-weight: normal;
}

.breadcrumb {
	display: none;
	margin-left: 5px;
	font-weight: normal;
}

#registration {
	background: #9e9e9e url(https://www.urmc.rochester.edu/libraries/miner/images/bg-hub.jpg) right bottom no-repeat;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.leg {
	border: 1px solid #9e9e9e;
}

/* --- FOOTER --- */
.s-lc-public-footer, .s-lc-public-cust-footer {
	width: 985px;
}
#URMCfooter {
	margin: 0 auto 0 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E5F0F7;
	position: relative;
	width: 985px;
	height: 200px;
	padding-top: 15px;
}
#footer p {
	color: #00467f;
}
#footer a, #footer a:visited {
	color: #00467f;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}
		
#footer-links {
	margin: 0 auto;
	/* width: 990px; */
	padding: 0 20px;
	font-size: 11px;
}
/*
#footer-links ul {
	margin: 0;
	padding: 0;
}	
*/
#footer-links ul li {
	text-align: left;
	background: none;
	padding: 0;
	margin: 0;
	list-style: none;
	color: #00467f;
}
#footer-links ul.col1, #footer-links ul.col2, #footer-links ul.col3 {
	float: left;
	margin: 0 20px 0 0;
	width: 160px;
}
#footer-links ul.col1 {
	margin: 0 20px 0 0;
}
#footer-links ul.col2, #footer-links ul.col3 {
	width: 160px;
}
#footer-links .col4 {
	position: relative;
	right: 50px;
	margin: 0;
	float: right;
	width: 320px;
}
#footer-links ul.col4 li {
	text-align: right;
}
#footer-links li.heading {
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}
#footer-links li.heading:after {
	content: "";
	display: inline-block; 
	width: 13px; 
	height: 7px;
}
#footer-links .copyright {
	font-weight: bold;
	font-size: 12px;
}
#footer-links .icon {
	border: 0;
	margin: 10px 0 0 0;
}
#footer-links .icon img {
	margin: 0 3px 0 0;
}
#footer-links .update {
	color: #6495bb;
}
#customFooter {
	background-color: #E5F0F7;
}