@charset "UTF-8";
body {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	margin-top: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*	border: 1px solid #666666;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding-top: 12;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 20px;
	background-color: #DFE3F7;
	height: 90px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	min-height:400px;
	height:auto !important;
}
.oneColFixCtrHdr #footer {
	background:#FFFFFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/* bottom-page copyright, links styles */

.copyright {
	float:					left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:				11px;
	line-height:			10px;
	color:					#666666;
	text-align:				left;
	display: 				inline;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
}
.copyright a {
	color:                	#2b4d91;
	text-decoration:		none;
}
.copyright a:hover {
	color:                	#a00;
	text-decoration:		none;
}
#tagline {
	text-align: center;
	padding-top: 12px;
	font-size: 15px;
	color: #2A4285;
	margin-top: 18px;
	margin-bottom: 18px;
	display: block;
	padding-bottom: 12px;
	letter-spacing: normal;
}
h1 {
	text-align: left;
	color: #253E83;
	font-size: 20px;
	font-weight: normal;
}
#logo {
	height: 54px;
	width: 320px;
	float: left;
	display: inline;
	margin-top: 8px;
	text-align: left;
}
#menu {
	margin-right: 2px;
	margin-left: 2px;
	float: right;
	margin-top: 12px;
}
p {
	margin-top: 0px;
}
#features-lt {
	float: left;
	width: 290px;
}
#features-rt {
	float: right;
	width: 390px;
}
#home-lt {
	float: left;
	width: 345px;
}
#home-rt {
	float: right;
	width: 345px;
}
#content-row {
	margin-top: 6px;
	margin-bottom: 6px;
}
hr {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #999;
	border-left-color: #FFF;
}
a:link.content {
	color: #293D82;
	text-decoration: underline;
}
a:visited.content {
	color: #293D82;
	text-decoration: underline;
}
a:hover.content {
	color: #000000;
	text-decoration: none;
}
.14px-text {
	font-size: 14px;
}
.16px-text {
	font-size: 16px;
}
#xsnazzy h1, #xsnazzy h2, #xsnazzy p {
	margin:0 10px;
	letter-spacing:1px;
	padding:0;
}
#xsnazzy h1 {
	font-size:2.5em;
	color:#fff;
}
#xsnazzy h2 {
	font-size:2em;
	color:#666666;
	border:0;
}
#xsnazzy p {
	padding-bottom:0.5em;
}
#xsnazzy h2 {
	padding-top:0.5em;
}
#xsnazzy {
	background: transparent;
	margin:25px 1em 100px 1em;
}
.xtop, .xbottom {
	display:block;
	background:transparent;
	font-size:1px;
}
.xb1, .xb2, .xb3, .xb4 {
	display:block;
	overflow:hidden;
}
.xb1, .xb2, .xb3 {
	height:1px;
}
.xb2, .xb3, .xb4 {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	background-color: #DDE5F6;
}
.xb1 {
	margin:0 5px;
	background:#ccc;
}
.xb2 {
	margin:0 3px;
	border-width:0 2px;
}
.xb3 {
	margin:0 2px;
}
.xb4 {
	height:2px;
	margin:0 1px;
}
.xboxcontent {
	display:block;
	background:#fff;
	border:0 solid #ccc;
	border-width:0 1px;
	
}
.oneColFixCtrHdr li {
	padding-bottom: 4px;
	list-style-type: disc;
}
#callnumber {
	display: block;
	float: right;
	position: relative;
	margin-top: 32px;
	margin-right: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #293D82;
}
