@charset "UTF-8";

/* SpryAccordion.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

.Accordion {
	width:490px;
	height:528px;
	margin:0px;
	padding:0px }

.height {
	height:585px }

.AccordionPanel {
	width:467px;
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-size:14px;
	color:#CC6600 }

.AccordionPanelTab {
	width:490px;
	margin:0px;
	padding:0px 5px;
	background-image:url(http://pci.pacificcolumns.com/pc/images/columnbuilder/images/builder/navbg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	line-height:20px;
	height:20px;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	font:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:lighter;
	color:#333333;
	cursor:pointer;
	-moz-user-select:none;
	-khtml-user-select:none }

.AccordionPanelContent {
	width:502px;
	background-color:#FFFFFF;
	overflow:hidden;
	margin:0px;
	padding:0px;
	height:520px;
	font-weight:lighter;
	font-size:12px;
	color:#333333 }

.AccordionPanelClosed .AccordionPanelContent {
	border-bottom:1px solid #999999 }
