@charset "UTF-8";

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #EAE6C8;
}
.oneColFixCtrHdr #container {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 10px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #B15026;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr  #header {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-bottom: 0px;
} 
.twoColFixLtHdr  #header  h1 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.twoColFixLtHdr /* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqLtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
 #sidebar1 {
	float: left;
	width: 11.5em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 2px;
	border: thin solid #00529B;
	margin: 10px;
	background-color: #CBA330;
}
.twoColFixLtHdr #sidebar1 h3, .twoColFixLtHdr #sidebar1 p {
	margin-left: 7px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 7px;
	font-size: 0.9em;
}
.twoColFixLtHdr /* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
 #mainContent {
	margin-top: 0;
	margin-right: 4em;
	margin-bottom: 0px;
	margin-left: 14em;
	color: #694B1E;
} 

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.style2 {
	font-style: italic;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style3 {
	font-size: small;
	font-weight: normal;
	list-style-type: none;
	text-align: left;
	text-indent: 10px;
	color: #FFFFFF;
}
.style4 {
	color: #FFFFFF
}
.style7 {
	font-size: 1.3em;
	color: #FFFFFF;
	font-style: italic;
}
.style8 {
	color: #66672C
}
.style9 {
	color: #694b1e;
	font-size: 0.8em;
	padding-bottom: 10px;
	padding-top: 0px;
}
.style10 {color: #000000}
.specialMsgBox1/* Special message box section added 11/26/10 JTB*/
  {
	margin-top: 0em;
	margin-right: -0.5em;
	margin-bottom: 0px;
	margin-left: -0.5em;
	color: #6C4E22;
	background-color: #EAE6C8;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 
.specialMsgBox2/* Special message box section added 11/26/10 JTB*/
  {
	margin-top: 0em;
	margin-right: -4em;
	margin-bottom: 0px;
	margin-left: -14em;
	color: #6C4E22;
	background-color: #EAE6C8;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 

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

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

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 8.2em;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 9em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 9em;
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 9em;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-color: #EEE;
	color: #333;
	text-decoration: none;
	padding-top: 0.3em;
	padding-right: 0.7em;
	padding-bottom: 0.3em;
	padding-left: 0.7em;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #FFFFFF;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #FFFFFF;
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
}
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}

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

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

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	border-bottom-style: none;
	background-image: url(Images/triangleDownBrown.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 0px;
	margin-right: 3.5em;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* 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: black;
	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-color: #A25E17;
	background-image: url(Images/triangleUpBlack.gif);
	margin-right: 3.5em;
}

/* 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,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #B15026;
	background-image: url(Images/TriangleRightBlack.gif);
	margin-right: 3.5em;
}

/* 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 {
}
.CollapsiblePanelTab:focus {
	outline: none;
}
a:link {
	color: #964B1E;
	text-decoration: none;
}
a:focus {
	outline: none;
}
a:visited {
	text-decoration: none;
	color: #964B1E;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #964B1E;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.unionGroupLink:link {
	color: #B15026;
	font-size: 1em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
}
.unionGroupLink:focus {
	color: #FFFFFF;
	font-weight: bold;
}
.unionGroupLink:visited {
	color: #B15026;
	font-weight: bold;
}
.unionGroupLink:hover {
	background-color: #CA6728;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 3px;
}
.unionGroupLink:active {
	color: #B15026;
	font-weight: bold;
}
.verticalPanelLink:link {
	color: #FFFFFF;
}
.verticalPanelLink:focus {
	color: #FFFFFF;
}
.verticalPanelLink:visited {
	color: #FFFFFF;
}
.verticalPanelLink:hover {
	margin-left: -5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-indent: 10px;
	background-color: #B15026;
	text-decoration: none;
}
.verticalPanelLink:active {
	color: #FFFFFF;
}
.verticalPanelLinkSmall:link {
	font-size: small;
	color: #FFFFFF;
}
.verticalPanelLinkSmall:focus {
	font-size: small;
	color: #FFFFFF;
}
.verticalPanelLinkSmall:visited {
	font-size: small;
	color: #FFFFFF;
}
.verticalPanelLinkSmall:hover {
	margin-left: -5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-indent: 10px;
	background-color: #B15026;
	text-decoration: none;
}
.verticalPanelLinkSmall:active {
	font-size: small;
	color: #FFFFFF;
}
.verticalPanelActivePlan {
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-indent: 3px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	font-weight: normal;
	background-image: url(Images/activeProductBgBrown.gif);
	background-repeat: no-repeat;
	background-position: right;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CBA330;
}
.contactHeader {
	font-size: 0.6em;
	color: #964B1E;
	font-weight: bold;
}
.contactInfo {
	font-size: 0.6em;
	padding-left: 9px;
	color: #694B1E;
	display: block;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
}
.contentHeader {
	font-size: medium;
	font-weight: bold;
	color: #964B1E;
	padding-top: 12px;
}
.contentHeaderLarge {
	font-size: large;
	font-weight: bold;
	color: #964B1E;
	padding-top: 12px;
}
.mainContentStd {
	padding: 0em;
	margin: 1em;
}
.mainContentIndent {
	padding-left: 4em;
}
.mainContentIndentBoth {
	padding-left: 4em;
	padding-right: 4em;
}
.sidebarHeader {
	color: #FFFFFF
}
.bannerLogo {
	padding: 10px;
}
.GbaMainName {
	font-size: 1.35em;
	color: #DF7A1C;
	text-align: right;
	padding-bottom: 0px;
	padding-right: 30px;
	text-indent: 15px;
}
.GbaTagLine {
	color: 6E5300;
	font-size: 0.8em;
	padding-top: 0px;
	font-style: italic;
	padding-bottom: 10px;
	text-align: right;
	text-indent: 15px;
	padding-left: 14em;
	padding-right: 30px;
}
.paragraphHeaderBrown {
	color: #6E5300;
	font-size: 1.1em;
}
.paragraphTextDarkBrown {
	color: #6E5300;
	margin-right: 1.5em;
	margin-left: 1.5em;
}
.groupHdrName {
	font-size: 1.5em;
	color: #DF7A1C;
	text-align: center;
}
.groupHdrLongName {
	font-size: 1.1em;
	color: #DF7A1C;
	text-align: center;
}
.GroupHdrLongText {
	font-size: 1.1em;
	color: #694B1E;
	font-weight: bolder;
}
.groupHeaderProduct {
	color: #694B1E;
	font-style: italic;
	font-size: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.linkOption {
	font-size: medium;
	color: #993300;
}
.imageFloatLeft {
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: inline;
}
.highlightList {
	font-size: small;
	font-weight: bold;
	color: #964B1E;
	font-style: italic;
}
.brightBoldHeader {
	font-weight: bold;
	color: #B15026;
}
