.orange_header_20_top {
	background: url(http://i.superlawyers.com/shared/design-2.0/header_gradient.png) top repeat-x;
	height: 23px;
	text-indent: 10px;
	margin: 20px 0 10px 0;
	padding-top: 2px;
	line-height: 1.2;
	color: rgb(255,255,255);
	clear: both;
}

.orange_button {
	background: rgb(255,145,1);
	color: rgb(255,255,255) ! important;
	text-align: center;
	border: 1px solid rgb(255,145,1);
	text-transform: uppercase;
	padding: 2px 8px;
	overflow: hidden;
	cursor: pointer;
	line-height: 2; /* helps IE with padding/fill */
	text-decoration: none;
}

.orange_button a, .orange_button a:visited {
	color: rgb(255,255,255) ! important;
	text-decoration: none;
}

.orange_text_0_below {
	color: rgb(255,145,1);
	margin-bottom: 0px;
}

.organge_text_15_below {
	color: rgb(255,145,1);
	margin-bottom: 15px;
}

.grey_rule {
	margin: 10px 0px 10px 0px;
	clear:both;
	height: 1px;
	background-color: rgb(200,200,200);
	width: 100%;
}

.margin_all_0 {
	margin: 0;
}

.margin_above_0 {
	margin-top: 0;
}

.margin_above_10 {
	margin-top: 10px;
}

.margin_below_0 {
	margin-bottom: 0;
}


.margin_below_10px {
	margin-bottom: 10px;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.float_none {
	float: none;
}

.float_inherit {
	float: inherit;
}

ul {
	margin-top: 5px;
    padding: 0px;
}

#article_text ul {
    margin: 0px;
    padding: 10px 0px 15px 30px;
}

#article_text ul li {
    padding-bottom: 10px;
}