@charset "utf-8";
/* CSS Document */




ol.Echo {
	border-left: 15px solid #fff;
	padding-left: 40px;
	margin-left: 0px;
}

ol.Echo li {
	padding-bottom: 0px;
	line-height: normal;
	/*width: 600px;*/
}


ul.Echo {
	list-style:none;
	list-style-type: none;

}

ul.Echo li {
	list-style-type: square;
	margin-left: 30px;
}

/*li.Com {
	background-image:url(images/redBox.gif);
    background-position:top left;
	background-repeat:no-repeat;
}

li.Lit {
	background-image:url(images/orangeBox.gif);
    background-position:top left;
	background-repeat:no-repeat;
}
	
li.Seat {
	background-image:url(images/brightorangeBox.gif);
    background-position:top left;
	background-repeat:no-repeat;
}

li.Sponsor {
	background-image:url(images/yellowBox.gif);
    background-position:top left;
	background-repeat:no-repeat;
}

li.Rep {
	background-image:url(images/greenBox.gif);
    background-position:top left;
	background-repeat:no-repeat;
}

li.Conf {
	background-image:url(images/seagreenBox.gif);
    background-position:top left;
	background-repeat:no-repeat;
}

li.Conf2 {
	background-image:url(images/skyblueBox.gif);
    background-position:top left;
	background-repeat:no-repeat;
}

li.Booth {
	background-image:url(images/skyblueBox.gif);
    background-position:top left;
	background-repeat:no-repeat;
}

li.Rec {
	background-image:url(images/blueBox.gif);
    background-position:top left;
	background-repeat:no-repeat;
}

li.Rec2 {
	background-image:url(images/blueBox.gif);
    background-position:top left;
	background-repeat:no-repeat;
}

li.Web {
	background-image:url(images/purpleBox.gif);
    background-position:top left;
	background-repeat:no-repeat;
}*/
/*  <li class="Com"> Community Center named after company</li>
  <li class="Lit"> Literature provided by Dusty Feet to EchoNomics Partner  showcasing the sponsorship of the Community Center. The literature is designed  to distribute to consumers. </li>
  <li class="Seat"> A seat on the Dusty Feet EchoNomics Board</li>
  <li class="Sponsor"> Exclusive sponsorship of major research projects.</li>
  <li class="Rep"> Representation through multimedia, literature and at all special  events.</li>
  <li class="Conf"> First opportunity to find out about conference sponsorships.</li>
  <li class="Conf2"> First opportunity for  premier booth location at Dusty Feet conferences.</li>
  <li class="Booth"> Regular placement of company’s booth at events.</li>
  <li class="Rec"> Special recognition at all Dusty Feet events</li>
  <li class="Rec2"> Meeting key donors and  foremost business leaders at our events and programs.</li>
  <li class="Web"> Link from the Dusty Feet website to your company's website.</li>
*/

div.EchoLevel {
	width: 500px;
	margin: 20px 0px 40px 0px;
	padding: 0px 20px;
	padding-left: 80px;
	background-image:url('images/GreenBar.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

#Levelsh3 {
	text-align: center;
	border-bottom: 3px solid #777;
	border-top:3px solid #777;
	font-size: 1.5em;
	padding: 15px;

}

div.EchoLevel h4 {
	color: #d50000;
	text-transform:uppercase;
	font-size: 1.1em;
	margin: 0px -20px;
	padding: 0px 20px;
	margin-left: -80px;
	padding-left: 80px;
	background-image: url(images/GreenBarTop.gif);
	background-repeat: no-repeat;
	background-position: top left;

}
div.EchoLevel h5 {
	margin-bottom: 20px;
	border-bottom: 2px solid #777;

}