@charset "UTF-8";

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

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

.TabbedPanels {margin: 5px 0 0 0;	padding: 0px;float: left;clear: none;width: 100%; height:100% /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/}

.TabbedPanelsTabGroup {width:900px; margin: 0px auto; padding:10px 0 0 0; background:url(../images/navbg.gif) no-repeat center center; height:30px; text-align:center;}

.TabbedPanelsTab {bottom: 0px; padding:0 5px; display:inline;margin: 0px 15px; font: bold 18px sans-serif; letter-spacing:-.02em; color: #222; text-align:center; list-style: none;cursor: pointer;}

.TabbedPanelsTabHover {color:#999;}

.TabbedPanelsTabSelected { color: #660066; bottom:0px;}

.TabbedPanelsTab a {color: #222;text-decoration: none;}

.TabbedPanelsTab a:hover {color: #999;text-decoration: none;}


	
.TabbedPanelsContentGroup {clear: both; background-color: #fff;	margin:0 auto; width:900px;height: 100%;}
	
.TabbedPanelsContent {margin-top:20px;padding: 0px 20px;width:860px;margin:10px auto 0 auto; background:#fff;}
	

/* this is #2 */

.TabbedPanels2 {margin: 0px; padding: 0px; clear: none; width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/}

.TabbedPanelsTabGroup2 {padding:15px 0; clear: both;width: 148px; /*Width of frame div*/ overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/background: url(../images/subnav.gif) no-repeat bottom right; color:#222; float:left; margin-right:6px}

.TabbedPanelsTab2 {bottom: 0px;padding:5px 10px 5px 10px ;margin: 0px 5px 0px 0px;font-family: Arial, Helvetica, sans-serif; font-size:14px; letter-spacing:-.01em;  font-weight:800; list-style: none;}	 
	
.TabbedPanelsTab2Hover {background-color: #222; color:#777;}

.TabbedPanelsTab2Selected {background-color:#000;  bottom:0px; }

.TabbedPanelsTab2 a {color: black;text-decoration: none;}


.TabbedPanelsContentGroup2 {/*Set left value to WidthOfFrameDiv*/float:left;width:746px;background: #fff;overflow:auto;}

.TabbedPanelsContent2 {
padding: 0 20px 15px 20px; margin:20px auto 20px auto; background:#fff; width:695px;}
	
.subnavgroup { background:url(../images/bg_subnavcontent.gif) repeat-y; width:900px; height:500px; margin:0 auto;}	

