@charset "UTF-8";

/* SpryCollapsiblePanel.css - version 0.5 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	border: none;
}
.CollapsiblePanelTab {
	font: normal medium sans-serif;
	color: #0066FF;
	text-align: left;
	background-color: #ffffff;
	background-image: url(../images/layout/Right-b.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding: 2px 2px 2px 20px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#familyPanel .CollapsiblePanelTab {
	height: 49px;
	padding: 0px;
	background-image: url(../images/layout/family_blue.jpg);
	background-position:center;
	background-repeat: no-repeat;
}
#businessPanel .CollapsiblePanelTab {
	height: 49px;
	padding: 0px;
	background-image: url(../images/layout/business_blue.jpg);
	background-position:center;
	background-repeat: no-repeat;
}
#removalPanel .CollapsiblePanelTab {
	height: 49px;
	padding: 0px;
	background-image: url(../images/layout/removal_blue.jpg);
	background-position:center;
	background-repeat: no-repeat;
}
#natzPanel .CollapsiblePanelTab {
	height: 49px;
	padding: 0px;
	background-image: url(../images/layout/natz_blue.jpg);
	background-position:center;
	background-repeat: no-repeat;
}
#i9Panel .CollapsiblePanelTab {
	height: 49px;
	padding: 0px;
	background-image: url(../images/layout/i9_blue.jpg);
	background-position:center;
	background-repeat: no-repeat;
}
#studyPanel .CollapsiblePanelTab {
	height: 49px;
	padding: 0px;
	background-image: url(../images/layout/study_blue.jpg);
	background-position:center;
	background-repeat: no-repeat;
}
#protectPanel .CollapsiblePanelTab {
	height: 49px;
	padding: 0px;
	background-image: url(../images/layout/protect_blue.jpg);
	background-position:center;
	background-repeat: no-repeat;
}
#newsPanel .CollapsiblePanelTab {
	height: 49px;
	padding: 0px;
	background-image: url(../images/layout/news_blue.jpg);
	background-position:center;
	background-repeat: no-repeat;
}

.CollapsiblePanelContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	background-image: none;
	padding-left: 20px;
	line-height: 1.4em;
	color: #000000;
}
/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	color: #990000;
	text-decoration: none;
}
/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-image: url(../images/layout/Down-b.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#faq1 .CollapsiblePanelOpen .CollapsiblePanelTab {
	background-image: url(../images/layout/Down-r.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#familyPanel .CollapsiblePanelOpen .CollapsiblePanelTab {
	background-image: url(../images/layout/family_red.jpg);
	background-repeat: no-repeat;
}
#businessPanel .CollapsiblePanelOpen .CollapsiblePanelTab {
	background-image: url(../images/layout/business_red.jpg);
	background-repeat: no-repeat;
}
#removalPanel .CollapsiblePanelOpen .CollapsiblePanelTab {
	background-image: url(../images/layout/removal_red.jpg);
	background-repeat: no-repeat;
}
#natzPanel .CollapsiblePanelOpen .CollapsiblePanelTab {
	background-image: url(../images/layout/natz_red.jpg);
	background-repeat: no-repeat;
}
#i9Panel .CollapsiblePanelOpen .CollapsiblePanelTab {
	background-image: url(../images/layout/i9_red.jpg);
	background-repeat: no-repeat;
}
#studyPanel .CollapsiblePanelOpen .CollapsiblePanelTab {
	background-image: url(../images/layout/study_red.jpg);
	background-repeat: no-repeat;
}
#protectPanel .CollapsiblePanelOpen .CollapsiblePanelTab {
	background-image: url(../images/layout/protect_red.jpg);
	background-repeat: no-repeat;
}
#newsPanel .CollapsiblePanelOpen .CollapsiblePanelTab {
	background-image: url(../images/layout/news_red.jpg);
	background-repeat: no-repeat;
}
/* This is an example of how to change the appearance of the panel tab when the
 * CollapsiblePanel is closed. The "CollapsiblePanelClosed" class is programatically added and removed
 * whenever the CollapsiblePanel is closed.
 */

.CollapsiblePanelClosed .CollapsiblePanelTab {
 /* background-color: #EFEFEF */
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover {
	background-color: #ffffff;
	color: #990000;
	background-image: url(../images/layout/Right-r.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#familyPanel .CollapsiblePanelTabHover {
	background-image: url(../images/layout/family_red.jpg);
	background-repeat: no-repeat;
}
#businessPanel .CollapsiblePanelTabHover {
	background-image: url(../images/layout/business_red.jpg);
	background-repeat: no-repeat;
}
#removalPanel .CollapsiblePanelTabHover {
	background-image: url(../images/layout/removal_red.jpg);
	background-repeat: no-repeat;
}
#natzPanel .CollapsiblePanelTabHover {
	background-image: url(../images/layout/natz_red.jpg);
	background-repeat: no-repeat;
}
#i9Panel .CollapsiblePanelTabHover {
	background-image: url(../images/layout/i9_red.jpg);
	background-repeat: no-repeat;
}
#studyPanel .CollapsiblePanelTabHover {
	background-image: url(../images/layout/study_red.jpg);
	background-repeat: no-repeat;
}
#protectPanel .CollapsiblePanelTabHover {
	background-image: url(../images/layout/protect_red.jpg);
	background-repeat: no-repeat;
}
#newsPanel .CollapsiblePanelTabHover {
	background-image: url(../images/layout/news_red.jpg);
	background-repeat: no-repeat;
}
.CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #ffffff;
	color: #0066ff;
	background-image: url(../images/layout/Down-b.gif);
	background-repeat: no-repeat;
	background-position: left center;
}	
#familyPanel .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-image: url(../images/layout/family_blue.jpg);
	background-repeat: no-repeat;
}
#businessPanel .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-image: url(../images/layout/business_blue.jpg);
	background-repeat: no-repeat;
}
#removalPanel .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-image: url(../images/layout/removal_blue.jpg);
	background-repeat: no-repeat;
}
#natzPanel .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-image: url(../images/layout/natz_blue.jpg);
	background-repeat: no-repeat;
}
#i9Panel .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-image: url(../images/layout/i9_blue.jpg);
	background-repeat: no-repeat;
}
#studyPanel .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-image: url(../images/layout/study_blue.jpg);
	background-repeat: no-repeat;
}
#protectPanel .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-image: url(../images/layout/protect_blue.jpg);
	background-repeat: no-repeat;
}
#newsPanel .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-image: url(../images/layout/news_blue.jpg);
	background-repeat: no-repeat;
}	
/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #ffffff;
}
#faq1 .CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #FFFFFF;
}
