/* FIXME: this should get merged back into global.css eventually */
#article-body ul,
#article-body ol,
#article-body table,
#article-body p {
	line-height: 1.5em;
}

 #article-body ul,
 #article-body ol { margin-bottom: 1.3em; }
 
 #article-body  ul.no-bullets li, 
 #article-body  	ol.no-bullets li { 
 	background-image: none;
 	list-style-type: none; 
	text-indent: inherit;
	padding-left: 10px;
}
 
 #article-body ul li {
 	list-style: none;
	background: url(../images/green_bullet.gif) no-repeat 0 3px;
	padding-left: 10px;
 }

#article-body ol {
	list-style: decimal; 
/*	list-style-position: inside; */
	list-style-position: outside;
/*	text-indent: -1.7em; */
/*	padding-left: 1.7em; */
	padding-left: 0;
/*	background: aqua; */
}
		#article-body ol li {
/*			background: yellow; */
			margin-left: 1.7em;
			padding-left: 0;
/*			text-indent: -0.5em; */
		}

 #article-body li {
 	margin-bottom: 5px; 
 }

#article-body .hr {
	background: url(../images/horizontal_rule.png) no-repeat 0 0;
	border: 0px;
	display: block;
	height: 16px;
    margin-bottom: 5px;	
	width: 100%;
}
.hr hr { display: none; }

/* Footnotes */

.footnote-or-source {
	color: #999999;
	font-size: 1.1em;
}

/* Multi-Column Sections */
.content-columns {
	font-size: 1.3em;
	line-height: 1.6em;
	margin-bottom: 1.3em;
	overflow: hidden;
}
.content-columns .left-column,
.content-columns .right-column {
	float: left;
	width: 250px;
}
.content-columns .right-column { 
	float: right;
	margin-left: 29px;
	width: 269px;
}

/* Images */

.lightbox,
.image {
	float: right;
	margin: 2px 0 23px 25px;
	text-align: center;
	width: 249px; /* default width, about 50% will be overriden for those with JS turned on */
}

.lightbox.left, 
.image.left { 
	float: left; 
	margin: 2px 25px 23px 0;
}

.image-title {
	background: #f1f189 url(../images/image_title_bg.gif) repeat-x 0 0;
	border: 1px solid #d5d5d5;
	border-bottom: none;
	color: #856314;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.0em;
	padding: 22px 28px 16px 18px;
}
#article-body .lightbox a,
#article-body .image a {
	/*border: 1px solid #d5d5d5;
	border-top: none;
	display: block;
	text-decoration: none;*/ /***** RC Edit *****/
}
#article-body .lightbox img,
#article-body .image img {
	border: 1px solid #d5d5d5;
	/*border-top: none;*/
	display: block;
	text-decoration: none;
}
/* RC ADDED ************************************/
#article-body .image {
	clear: both;
}
a .image-enlarge { 
	margin: -18px 0 9px 9px;
	position: absolute;
	text-align: left;
    text-transform: uppercase;
}

/* IE 6 override */


    

.image-enlarge span { 
    color: #999999; 
}
.image-caption {
	padding-top: 12px;
	text-align: left;
}

/* Callouts */
#article-body .callout {
	background: #fcfb9e;
	color: #6e6f5b;
	margin-bottom: 30px;
	padding: 26px 30px 1px 32px;
}
#article-body .callout h3 {
	color: #856314;
	font-style:italic;
	font-size: 20px;
	margin-bottom: 15px;
}
#article-body .callout p {
	margin-bottom: 8px;
}
#article-body .callout ul.no-bullets li {
	padding-left: 0;
}

#article-body .callout p,
#article-body .callout dl,
#article-body .callout table {
	font-size: 1.4em;
}
#article-body .callout ul,
#article-body .callout ol {
	font-size: 13px;
}
/* By defulat, if you have an <div class="ant"> but have not added an "ant" class to the callout div, the ant will not appear. */
.callout .ant { display: none; } 

/* Callouts With Ants */

.callout.ant .ant {
	background: url(../images/callout_ant.png) no-repeat 0 0;
	display: block; 
	font-size: 0px;
	height: 193px;
	margin-left: 400px;
	position: absolute;
	text-indent: -2000px;
	width: 86px;
}
.callout.ant {
	padding-right: 126px;
}
