#content_left_col
{
	width: 160px;
	float: left;
}
#ancillary_content_box
{
	position: relative;
	overflow: hidden;
	width: 965px;
}
#content_nav
{
	margin-top: 10px;
}
#content_nav ul
{
	list-style-type: none;
	width: 160px;
}
#content_nav li
{
	display: block;
}
#page_header_box
{
	height: 60px;
	background: url('/_base/static/img/content_area_bg.jpg') repeat-x;
	margin-top: 1px;
	margin-bottom: 1px;
}	
#page_headers
{
	position: relative;
	top: 9px;
	left: 10px;
}
.top8px
{
	margin-top: 8px;
}
#content_nav a
{
	border-bottom: 1px dashed #999999;	
	padding: 4px;
	display: block;
	color: #438b41;
	text-decoration: none;
}
#content_nav a:HOVER, #content_nav a.current
{
	background-color: #e9f2dc;
	display: block;
	color: #000000;
	text-decoration: none;
}
a
{
	color: #4d5e05;
	text-decoration: none;
}
#video_content_mid_col
{
	width: 710px;
	float: left;	
	min-height: 600px;
}
#who_content_mid_col
{
	width: 760px;
	float: left;	

	min-height: 600px;
}
#content_mid_col
{
	width: 600px;
	float: left;	
	min-height: 600px;
}
#content_right_col
{
	width: 200px;
	float: left;
}
.content_orange_banner
{
	position: relative;
	top: 0px;
	left: 13px;
	background: url('../img/content_orange_banner_right.png') no-repeat;
	width: 250px;
	height: 51px;
}
.orange_header_text
{
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	margin-left: 12px;
	padding-top: 6px;
	text-transform: uppercase;
}
.side-bar-content-box
{
	
	padding: 0px 4px 4px 4px;
}


.content-padding
{
	padding: 10px;
}
/* CONTENT FORMATTING */
.content-box
{
	margin-bottom: 20px;
}

/* COMMENT FORMATTING */
.user_comments
{
	border-bottom: 1px dotted #afafaf; 
	margin-bottom: 10px;
	padding-bottom: 6px;
	float: none; 
	clear: both;
	overflow: hidden;
}
.user_box
{
	float: left;
	width: 50px;
}
.comment_posting
{
	float: left;
	
}
#content_display_header
{

}
.content_display
{
	font-size: 12px;
	color: #333333;
}
.action-box
{
	border-top: 1px dotted #afafaf; 
	border-bottom: 1px dotted #afafaf; 
	overflow: hidden; 
	padding:2px; 
	margin-top: 4px; 
	margin-bottom: 8px;
}
.date_posted
{
	float: left;
}
.topic_display
{
	float: right;
}
.content_action_nav
{
	float: right;
}
#blab_box
{
	padding-left: 3px;
}


/* BUZZ */
.recylce_box
{
	width: 90px;
	float: left;
}
.count_box
{
	width: 43px;
	height: 45px;
	margin: 0px auto;
	background: url('../img/recylce_count.png') no-repeat top center;
	color: #106837;
}
.count_box h3
{
	margin: 0px;
	padding:0px;
	text-align: center;
	padding-top: 10px;
	font-weight: normal;
	font-size: 16px;
}
.recycle_content_box
{
	width: 480px;
	float: left;
}
.titles
{
	padding-bottom: 4px;
}
.post_by
{
	padding-top: 4px;
}
.post_by a
{
	color: #106837;
	font-size: 11px;
	text-decoration: none;
}
.content_page_header
{
	font-size: 18px;
}
.titles span
{
	font-size: 11px;
	color: #aac77a;
}
A.recycle_it
{
	background: url('../img/recycle_icon.png') no-repeat;
	padding-left: 15px;
	color: #106837;
	font-size: 11px;
	text-decoration: none;
}
.green_score
{
	color: #106837;
	font-size: 11px;
	text-align: center;
	margin-top: 10px;
}
h3.popular_titles 
{
	color: #3c640c;
	margin: 0px;
	padding:0px;
}
.recycle_img
{
	float: right;
	width: 130px;
}
.recyle_post
{
	float: left;
}


.column-content-box
{
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	width: 200px;
	background: #e9f2dc;
}

.column-content-box ul
{
	list-style-type: none;
	margin:0px;
	padding:0px;
	padding: 4px;
}
.column-content-box li
{
	display: block;
}	
.column-content-box a
{
	display: block;
	padding-top: 4px;
}	
.answers-outer-box
{
	margin-bottom: 10px;
}
.answers-box
{
	position: relative;
	background: #eaf3ea;
	padding: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
}
.answer-who-box
{
	padding-top: 14px;
	padding-bottom: 6px;
	padding-right: 6px;
	text-align: right;
}
.answer-arrow
{
	position: absolute;
	bottom: -10px;
	right: 10px;
}

.video_links ul
{
	list-style-type: disc;
	margin-left: 30px;
}
.related_links
{
	font-size: 16px;
	color: #106837;
}
#embed-video
{
	display: none;
}

.action_comments_box
{
	background: url('/_base/static/img/comments_background_box.png') no-repeat;
	height: 59px;
	width: 520px;
	padding: 4px;
}

.form_error_row
{
	float: left;
	display: none;
	color: #FF0000;
	font-weight: bold;
}
.form_text_error
{
	border: 1px solid #FF0000;
}