@charset "utf-8";
/* CSS Document */
body, html  {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	background:#ccd6e3;
	color:#7798bb;
	font-size: .9em;
	list-style-type: none;
}
img {border: none;}
.oneColLiqCtr #container {
	width: 95%;  
	background: #FFFFFF; 
	border: thin solid #8199bb;
	-moz-border-radius: 25px;
	-webkit-border-radius:25px;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: .5em;
	background-image: url(http://info.askalibrarian.org/images/mobileGraphics/mobile135x70.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 70px;
}
.oneColLiqCtr #mainContent {
	padding: 0 1em;
	font-size: large;
}
p {text-align: left;}
h1, h2, h3, h4, h5, h6 {font-weight: 600; color: #043474; font-weight: 700;text-align: left;}
h1{font-size: 115%; float: left;}
h2{font-size: 110%;}
h3{font-size: 105%;}
h4{font-size: 105%;}
h5{font-size: 105%;}
h6{font-size: 100%;}
a:link {color: #043474; text-decoration: underline; font-weight:600; } /* unvisited link */
a:visited {color: #043474; text-decoration: underline; font-weight:600; } /* visited link */
a:hover {color: #e52425; text-decoration: underline; font-weight:600; } /* the mouse "hovers" over the link */
a:active {color: #e52425; text-decoration: underline; font-weight:600; }
.suckerdiv{margin-top: .5em;list-style-type: none;}
.suckerdiv ul li a{
	display: block;
	overflow: auto;
	font-weight: 600;
	color: #003273;
	text-decoration: none;
	-moz-border-radius: 25px;
	-webkit-border-radius:25px;
	border: thin solid #8199bb;
	padding: .25em;
	list-style-type: none;
	margin-bottom: .25em;
}
.suckerdiv ul li a:visited{
display: block;
	overflow: auto;
	font-weight: 600;
	color: #003273;
	text-decoration: none;
	-moz-border-radius: 25px;
	-webkit-border-radius:25px;
	border: thin solid #8199bb;padding: .25em;list-style-type: none;margin-bottom: .25em;
}
.suckerdiv ul li a:hover{
background: #8199bb;
	z-index: 100;
	color: #ffffff;
	font-weight: 600;
	font-style: normal;
	text-decoration: none;
	-moz-border-radius: 25px;
	-webkit-border-radius:25px;
	border: thin solid #335b8f;padding: .25em;list-style-type: none;margin-bottom: .25em;
}
.footer{

	padding-bottom: 1em;
	text-align: center;
	font-size: .7em;
}
.chatFieldset {

	border: none;
	padding: 1em;
	font-size: 100%;
	line-height: 1.5em;
}
#list{
	font-size: smaller;
	text-align: left;
	list-style-type: disc;
}
.list ul{list-style-type: disc;}
input.formInputButton   {
	font-size: 1.2em;
	vertical-align: middle;
	font-weight: bolder;
	text-align: center;
	color: #300;
	background-image: url(images/mobileButton.jpg);
	background-repeat: repeat;
	-moz-border-radius: 25px;
	-webkit-border-radius:25px;
	border: medium solid #8199bb;

	}

	

input.formInputButton:hover   {

		background-image: url(images/mobileButton.jpg);

	}

	

input.formInputButton:active   {

		background-image: url(images/mobileButton.jpg);

	}
ul li{list-style-type: none;}.list ul{list-style-type: disc;}

.mobileInputButton{background-image: url(images/mobileButton.jpg);
	background-repeat: repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	border: medium solid #8199bb;margin-bottom: 1em;}}
input.mobileInputButton:active   {

		background-image: url(images/mobileButton.jpg);

	}
.left li{text-align: left; font-size: smaller;}
.disclaimer{color: #000000; font-size: 70%;}