@charset "utf-8";
/* CSS Document */
.SlidingPanels {
	float: left;
	position: relative;
/* 	width: 570px; */
 	width: 720px; 
	padding: 0px;
	border: none;
}
#slidingPanel{

	margin-left:30px;
	border-left:1px solid #EEEEEE;
}
.SlidingPanelsContentGroup {
	position: relative;
	float: left;
	width: 10000px;
	margin: 0px;
	padding: 0px;
	sborder: none;
}

.SlidingPanelsContent {
	float: left;
/* 	width: 570px; */
 	width: 720px;
	overflow: hidden;
	margin:0 10px;
	/*padding-right:10px;
	padding-left:10px;*/
}


.SlidingPanelsAnimating * {
	overflow: hidden !important;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
.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;
}

.slidingTabPanelWrapper {
	
	height:76px;
	margin:20px 0 0px 30px;
	display: none;
	width:720px;
	background:url(/images/tabs/tab_shadow.png) bottom center no-repeat;
	
}
.slidingTabPanel {
	list-style:none;
	margin:0 auto;
	padding:0;
	width:680px;
	height:70px;
}
.slidingTabPanel LI {
	list-style:none;
	float:left;
	width:76px;
	margin:0 2px;
}
.tabActive {
	position:relative;
	top:1px;
	display:block;
	width:76px;
	height:70px;
	cursor:default;
	outline:none;
	
}
.tab {
	position:relative;
	top:1px;
	display:block;
	width:76px;
	height:70px;
	background-position:-152px;
	cursor:pointer;
	outline:none;
	
}
.tab:hover {
	background-position:-76px;
}

ul{

	padding-left:10px;
	margin-left:0px;
}

ul li{

	margin-left:10px;
	font-size:12px;
	color:#333;

	
}
h2 {
	font-size:12px;
	color:#444;
	color: #595959;
	margin-top:5px;
}
h3 {
	background-color: #F3F3F3;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 100%;
	line-height: 150%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#Strategy {
	background-image:url(/images/tabs/strategy-tabs.png);
}
#Technology {
	background-image:url(/images/tabs/technology-tabs.png);
}
#Support {
	background-image:url(/images/tabs/support-tabs.png);
}
#Process {
	background-image:url(/images/tabs/process-tabs.png);
}
#RiskManagement {
	background-image:url(/images/tabs/risk-management-tabs.png);
}
#Information {
	background-image:url(/images/tabs/information-tabs.png);
}
#Access {
	background-image:url(/images/tabs/access-tabs.png);
}
#Compliance {
	background-image:url(/images/tabs/compliance-tabs.png);
}