@charset "utf-8";
/* CSS Document */

#content {
	background: none;
	color: #333333;
	/*height: 365px;*/
}

/** Category Bar Styles **/
	#category_bar {
		height: 23px;
		background-color: #000000;
		overflow: hidden;
		padding: 6px;
		position: relative;
		z-index: 2;
	}
	
	.category_bar_content {
		font-family: "Trade Gothic LT Std", Arial, Helvetica, sans-serif;
		font-size: 16px;
		padding-left: 10px;
		margin-top: 4px;
		color: #FFFFFF;
		text-transform: uppercase;
		display: inline;
		float: left;
	}
		
	#category_bar ol {
		list-style-type: none;
		float: left;
		margin: 5px 0px 0px 10px;
		display: inline;
	}
	
	#category_bar li {
		display: inline;
		padding: 0px 17px;
		text-transform: uppercase;
	}
	
	#category_bar li a {
		font-size: 11px;
		color: #E3E3E3;
		font-weight: bold;
	}
	
	#category_bar li a:hover, #category_bar .active_category {
		color: #D70A0A;
	}
	
	#category_bar .last_item {
		padding-right: 0px;
	}
/** End Category Bar Styles**/

/** body box styles **/
	#body_box {
		width: 920px;		/** True width of 940 minus 20 for padding **/
		padding: 20px 10px;
		background: #FFFFFF;
		line-height: 20px;
	}
	
	#features_box {
		width: 820px;
		margin-left: 60px;
		padding: 10px 60px 0 0;
		background: url(../images/features_bg.jpg) repeat-y;
		position: relative;
	}
	
	#body_box a {
		color: #666666;
	}
	
	#body_box a:hover {
		color: #D31145;
	}
	
	.category_title {
		color: #D70A0A;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
	}
/** END body box styles **/

.pdf_right_column {
	padding-left: 100px;
}

.pdf_alt2 {
	background-color: #AAA;
}

#ritehite-link:visited{
	color:#F00;	
}

#click_directions {
	float: right;
	width: 375px;
	color: #F00;
}

.feature {
	clear: left;
	float: left;
	width: 375px;
	cursor: pointer;
	margin-top: 10px;
}

.benefit {
	float: right;
	width: 375px;
	right: 57px;
	position: absolute;
	display: none;
}

.benefit_active {
	display: block;
}

#benefit_spacer {
	clear: both;
	width: 375px;
	height: 320px;
}

h4 {
	font-size: 12px;
}

ul {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 21px;
	padding-bottom: 0px;
}

#find_a_rep {
	margin-top: 0px;
}