﻿/* CSS Document */
.SlidingPanels {
	float: left;
	position: relative;
	overflow: visible;
	width: 890px;
	height: 350px;
	padding: 0px;
	border: none;
}

.SlidingPanelsContentGroup {
	position: relative;
	float: left;
	width: 10000px;
	margin: 0px;
	padding: 0px;
	border: none;
	min-height:0;
}

.SlidingPanelsContent {
	float: left;
	width: 890px;
	overflow: visible;
	margin: 0px;
	padding: 0px;
	padding-right:10px;
	border: none;
}

.SlidingPanelsCurrentPanel {
overflow:auto;
}

 A {
	color:#cc3300;
	text-decoration:none;
}
A:hover {
	text-decoration:underline;
}

.SlidingPanelsAnimating * {
	overflow: hidden !important;
}

.slidingTabPanelWrapper {
	height:20px;
	margin:0px 0 10px 0;
	display: none;
	
}
.slidingTabPanel {
	list-style:none;
	margin:0 auto;
	padding:0;
	width:600px;
	height:20px;
}
.slidingTabPanel LI {
	list-style:none;
	float:left;
	width:87px;
	margin:0px 2px;
}
.tabActive {
	position:relative;
	top:1px;
	display:block;
	width:87px;
	height:20px;
	cursor:default;
	outline:none;
}
.tab {
	position:relative;
	top:1px;
	display:block;
	width:87px;
	height:20px;
	background-position:-100px;
	cursor:pointer;
	outline:none;
}
.tab:hover {
	background-position:-50px;
}
.divider_thin
{
	width: 890px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
}

.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;
}

#1 {
	
}
#2 {
	
}
#3 {
	
}
#4 {
	
}
#5 {
	
}
#6 {
	
}


.quoteBox {
	float:left;
	width:260px;
	font:italic 14px/18px tahoma;
	color:#444; 
	background-color: #F8F8F8; 
	margin: 0 0 0px 0px;
	text-indent:-5px;
}
.quote {
	background-color: #F8F8F8; 
	margin:5px;
	width:250px;
}
	
.quoteBox SPAN {
	float:right;
	text-align:right;
	color:#818181;
	font-size:10px;
	line-height:12px;
	margin-top:0px;
}