@font-face {
	font-family: proxima_nova_rg;
	src: url('ProximaNova-Bold-webfont.woff') format('woff'), url(ProximaNova-Reg-webfont.ttf) format("truetype");
}
@font-face {
	font-family: proxima_nova_rgbold;
	src: url('ProximaNova-Reg-webfont.woff') format('woff'), url(ProximaNova-Bold-webfont.ttf) format("truetype");
}
body {
	margin: 0;
	padding: 0;
	color: #444444 !important;
	font-family: proxima_nova_rg, helvetica, arial, sans-serif !important;
	min-width:400px;
	background:#f9f9f9;
}
.art-header a {
	background: url("bannerTopLibguides.png") no-repeat -10px -5px;
	display: block !important;
	margin-left: 0px;
	height: 133px !important;
}
#topBanner {
	margin: 0 auto; 
	text-align: left;
	max-width:1120px;
}
#art-main {
	background: url("backgr.jpg") fixed no-repeat top rgb(249, 249, 249);
	margin: 0px;
	color: rgb(68, 68, 68);
	margin: 0px auto;
	overflow: auto !important;
	min-height: 100px !important;
	font-size: 15px !important;
}
#mainOuter {
	position: relative;
	background: white;
	margin: 0 auto 10px auto;
	padding: 10px 25px;
	border:solid 1px #f0f0f0;
	border-bottom: solid 5px #ccc;
	max-width:1120px;
}
#Title {
	font-size: 26px;
	margin: 20px 0 20px 0;
	color: #025527;
	line-height: 28px;
}
#SubTitle {
	font-weight: bold;
	font-size: 14pt;
	margin: 0 0 10px 0;
}
#Desc {
	margin-bottom: 10px;
	font-size: 15px;
	font-family: 'proxima_nova_rgregular', 'proxima_nova_rgbold', helvetica, arial, sans-serif !important;
}
#Desc p {
	margin-bottom: 15px;
}
#Desc ul {
	list-style: disc;
	margin-left: 10px;
	margin-bottom: 10px;
}
#Desc li {
	margin-bottom: 10px;
}
#pinBox {
	position: relative;
	background: #025527;
	color: white;
	padding: 25px;
	margin: 20px 0;
	border-radius: 4px;
}
#LinkInfo {
	border:solid 1px #f0f0f0;
	padding:20px 15px 0 15px;
	background:#f9f9f9;
	margin:3px 0 10px 0;
}
#LinkInfoTitle {
	font-size: 1.5em;
	margin: 0px 0 10px 10px;
}
#LinkInfo ul {
	list-style: disc;
	font-size: 15px;
	margin: 10px 0 25px 10px;
}
#LinkInfo li {
	margin-bottom: 5px;
}
#LinkInfo a {
	color: #007096;
	text-decoration: none;
}
#LinkInfo a:visited {
	color: #007096;
	text-decoration: none;
}
#LinkInfo a:hover, a:focus {
	color: #1a784f;
	text-decoration: underline;
}
#LoginName span, #LoginPin span, #LoginButton span {
	width: 80px;
	display: block;
	text-align: right;
	float: left;
	margin: 5px 10px 20px 0;
}
#LoginName input, #LoginPin input {
	width: 180px;
	font-size: 14px;
	padding: 4px 10px;
}
#LoginPin {
	clear: both;
}
#LoginButton {
	clear: both;
}
#LoginButton input {
	font-size:17px;
}
#TroubleInfo {
	background-image: url('left-arrow.png');
	background-repeat:no-repeat;
	min-height: 25px;
	margin: 20px 0 0 0;
	padding: 6px 0 0 38px;
}
#TroubleInfo a {
	color: white;
	text-decoration: none;
}
#divFooter {
	font-size: 15px;
	text-align: center;
	margin: 20px 0 0 0;
}
#divFooter a {
	color: #007096;
	font-size: 15px;
	text-decoration: none;
}
#divFooter a:hover, a:focus {
	color: #1a784f;
}
#invalidPIN {
	color: red;
}

/* responsive */
 @media all and (max-width:1150px) {
	.art-header a {
		margin-left:20px;
	}
}
@media all and (max-width:767px) {
.art-header a {
	background: url("LibRemoteAcessPageLogoSmall.png") no-repeat 20px 40px;
	width: 400px;
	height: 115px;
	display: block !important;
	margin-left: 15px;
}
#LoginName span, #LoginPin span, #LoginButton span {
	width: 60px;
}
#LoginName input, #LoginPin input {
	width: 150px;
}
}
