/* CSS Document */

#sidebar {
	position: absolute;
	top: 0;
	left: 500px;
	border-left: 1px solid #faea92;
	padding: 0;
	}
	
#sub_menu_container {
	border: none;
	}
	
.pullquote {
	display: none;
	}
	
/* Feature Panel */
#feature_panel {
	background: url(images/feature_panel.gif) no-repeat;
	height: 350px;
	clear: both;
	}

#feature_panel_overlay {
	height: 290px;
	background: url(images/feature_panel_overlay.png);
	}
	
	
/* Breadcrumb */
#breadcrumb {
	display: none;
	}
	
	
/* content */
#content_pre, #content_post {
	display: none;
	}
	
#content {
	width: 430px;
	font-size: 12px;
	padding: 0 20px;
	color: #444;
	position: relative;
	z-index: 1000; 
	min-height: 250px;
	background: none;
	margin: 0;
	}
	
* html #content {
	height: 250px;
	}
	
#content p {
	line-height: 1.6em;
	margin: 0 0 20px 0;
	}
	
#content .read_more {
	font-size: 12px;
	background: url(images/read_more.gif) no-repeat right;
	padding: 2px 25px 2px 5px;
	border: none;
	display: block;
	float: right;
	color: #84182a;
	margin: 20px 0 0 0;
	}
	
#content .read_more:hover {
	padding: 2px 25px 2px 5px;
	}