/* CSS Document */

p.circle-1,
p.circle-2,
p.circle-3,
p.circle-3,
p.circle-4,
p.circle-5,
p.circle-6,
p.circle-7,
p.circle-8,
p.circle-9 {
	background-position:0 4px;
	background-repeat:no-repeat;
	min-height:29px;
	height:auto;
	padding:10px 0 0 35px;
	margin:15px 0;
}
/* IE gets special handling for height */
* html p.circle-1,
* html p.circle-2,
* html p.circle-3,
* html p.circle-3,
* html p.circle-4,
* html p.circle-5,
* html p.circle-6,
* html p.circle-7,
* html p.circle-8,
* html p.circle-9 {
	height:29px;
}
p.circle-1 {
	background-image:url(images/circle-1.gif);
}
p.circle-2 {
	background-image:url(images/circle-2.gif);
}
p.circle-3 {
	background-image:url(images/circle-3.gif);
}
p.circle-4 {
	background-image:url(images/circle-4.gif);
}
p.circle-5 {
	background-image:url(images/circle-5.gif);
}
p.circle-6 {
	background-image:url(images/circle-6.gif);
}
p.circle-7 {
	background-image:url(images/circle-7.gif);
}
p.circle-8 {
	background-image:url(images/circle-8.gif);
}
p.circle-9 {
	background-image:url(images/circle-9.gif);
}
p.lowcircle {
	background-position: 0 10px;
}
.bodyreg h1 {
	padding-top: 15px;
}
.closetop {
	margin-top: 5px;
}

/* log image replacement */

#logo {	
	width: 209px;
	height: 58px;
	margin: 0;
	padding: 0;	
	overflow: hidden;
	background: url(/images/frb_logo.gif) top left no-repeat;} 

#logo a {
	display: block;
	width: 209px;
	font-size: 9px;	
	margin: 0;
	padding: 58px 0 0 0; /* padding causes gap */
	overflow: hidden;
	height: 0px !important;
    height /**/:58px; /* for IE5/Win */}
#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {background: none;}
