/* CSS Document */
/* Top border and right corner */
	p {margin:1em 0;}
.cb {
	margin:0.5em 0;
	}
.bt {
	background:url(../images/marchOfDimes/bg.png) no-repeat 100% 0;
  margin:0 0 0 16px;
  height:14px;
}
/* Top left corner */
.bt div {
height:14px;
width:16px;
position:relative;
left:-16px;
background:url(../images/marchOfDimes/bg.png) no-repeat 0 0;
}
/* Bottom border and right corner */
.bb {
background:url(../images/marchOfDimes/bg.png) no-repeat 100% 100%;
margin:0 0 0 12px;
height:12px;
}
/* Bottom left corner */
.bb div {
height:12px;
width:12px;
position:relative;
left:-12px;
background:url(../images/marchOfDimes/bg.png) no-repeat 0 100%;
}
/* Left border */
.i1 {
padding:0 0 0 12px;
background:url(../images/marchOfDimes/borders.png) repeat-y 0 0;
}
/* Right border */
.i2 {
padding:0 12px 0 0;
background:url(../images/marchOfDimes/borders.png) repeat-y 100% 0;
}

/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	background:#fff;
	border:1px solid #fff;
	border-width:1px 0;
	}

/* Just a bit of styling for this example. Adjust as you wish. */
.i3 li{ font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
color:#393939;
}

div.i3 ul{
	border-right:1px solid #fff; 
	margin:10px 0; padding:0 10px;
	width:285px;/* executed by FireFox/Other normal browsers */
	_width:305px; /* executed by IE only */
}


.cb h1 {
	margin:0 -10px;
	padding:0 10px 0.3em;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
	}
.cs-block{
width:100%; 
position:relative; 
overflow:hidden;
}
.greenstar{color:#73be1e}
