/* Site Created by Steve Peak - 2009 - for Pacific Crest */	

#content{
	margin-top:10px;
	padding-top:5px;
	width:905px;
	height:auto;
}

	#content_left{
		float:left;
		width:600px;
		height:100%;

	}
	
		.section_head{
			font-size:12px;
			background-color:#ccc;
			padding:3px;
			color:#666;
			font-weight:bold;
			border-bottom:1px solid #999;
			width:598;
		}
	
		.demo_box{
			width:auto;
			height:auto;
		}
		
		#info_boxes{
			height:330px;
			margin-left:10px;
			border:1px solid #ccc;
			margin-top:10px;
			margin-right:14px;

		}
		
			.info_box{
				padding-bottom:5px;
				padding-top:3px;
				margin-left:10px;
				margin-top:10px;
				width:269px;
				height:290px;
				float:left;
				background-image:url(../images/info_box_header.gif);
				background-repeat: repeat-x;
			}
			
			.info_box_content{				
				padding-top:30px;
			}
			
			.info_box.right{
				margin-top:10px;
				width:269px;
				height:290px;
				float:left;
				background-image:url(../images/info_box_header.gif);
				background-repeat: repeat-x;
			}
			
			.info_box p{
				margin-top:0px;
				padding:5px;
			}
	
			.info_box span{
				font-weight:bold;
				color:white;
				margin-left: 10px;
			}
			

.norm_link{
	font-size:10px;
	font-weight:bold;
	color:#00817b;
}

.box_info_head{
	font-size:9px;
	font-weight:bold;
	color:#00817b;
}

.box_link{
	font-weight:bold;
	color:#00817b;
}
			
			
	#content_right{
		float:left;
		width:290px;
		height:100%;
		font-size:9px;
	}
		
		.info_box_grey{
			padding-top:3px;
			padding-bottom:7px;
			margin-left:5px;
			width:285px;
			height:auto;
			float:left;
			border:1px solid #ccc;
			background-image:url(../images/info_box_grey_header.gif);
			background-repeat: repeat-x;
		}
		
		.greybox_content{
			padding-top:10px;
		}
		
		.info_box_grey span{
			font-size:11px;
			padding-left:5px;
			color:#666;
			font-weight:bold;
		}
		
		.info_box_grey p{
			padding:5px;
		}
		
		
		/* ::SRP:: Info_text class toggles the right hand content text in the top and bottom info boxes  */
		.info_text{
			font-size:11px;
		}
		
		/* ::SRP:: solution_text class toggles the left hand content text in the main solutions boxes  */
		.solution_text{
			font-size:11px;
		}
		
		.action_link{
			font-weight:bold;
			color:#009999;
		}
		
		.icon_circle_arrow{
			background-image:url(../images/icon_circle_arrow_green.gif);
			background-repeat: no-repeat;
			width:11px;
			height:11px;
		}
		
	
.divider_grey{
	margin-top:20px;
	width:100%;
	border-top:1px solid #ccc;
	
}

.divider_grey_sm{
	width:100%;
	border-top:1px solid #ccc;
	
}
	
	#highlights{
		font-size:9px;
		margin-left:12px;
		margin-top:10px;
		width:905;
		height:100px;
	}	
	
		.highlight_box{
			float:left;
			width:270px;
			height:74px;
			padding:4px 5px 7px 5px;
			background-image:url(../images/highlight_box_bg.gif);
			background-repeat: no-repeat;
		}
		
		.highlight_box_middle{
			float:left;
			margin-left:20px;
			width:270px;
			height:74px;
			padding:4px 5px 7px 5px;
			background-image:url(../images/highlight_box_bg.gif);
			background-repeat: no-repeat;
		}		
		
		.highlight_box_right{
			float:left;
			margin-left:15px;
			width:270px;
			height:74px;
			padding:4px 5px 7px 5px;
			background-image:url(../images/highlight_box_bg.gif);
			background-repeat: no-repeat;
		}


