/* Container styling*/
#newAccordian {float:right; margin-right:-39px;}
.container { clear:; width:640px;}
ul.accordian {
display:none;
  margin: 0;
  width: 100%;   
  height: 201px; 
  list-style-type: none;
	margin: 0px;
	padding:0px;
}


.contentContainer {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 201px;	
	overflow:hidden;
}
.container li{
	display: inline; 
	margin: 0px;
	padding:0px;
}
.contentInnerWrapper{
	width:420px;
}    

ul.accordian .handle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */

			display: block;
			height: 201px;
			width: 39px;
			background-image: url(../images/sce/sliding-tab-sprite.gif);
			background-repeat:no-repeat;
			background-position:0 0;
			color: #ffffff;
			text-decoration: none;
			outline: none;
			cursor: pointer;
			margin: 0 0 0 0;
		}
#tc ul.accordian .handle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */

			display: block;
			height: 201px;
			width: 39px;
			background-image: url(../images/sce/tc-sliding-tab-sprite.gif);
			background-repeat:no-repeat;
			background-position:0 0;
			color: #ffffff;
			text-decoration: none;
			outline: none;
			cursor: pointer;
			margin: 0 0 0 0;
		}

#sc ul.accordian .handle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */

			display: block;
			height: 201px;
			width: 39px;
			background-image: url(../images/sce/sc-sliding-tab-sprite.gif);
			background-repeat:no-repeat;
			background-position:0 0;
			color: #ffffff;
			text-decoration: none;
			outline: none;
			cursor: pointer;
			margin: 0 0 0 0;
		}

ul.accordian .handleOver, ul.accordian .handleSelected {
			background-image: url(../images/sce/sliding-tab-sprite-active.gif);
			background-repeat:no-repeat;
			background-position:0 0;
		}
#tc ul.accordian .handleOver, #tc ul.accordian .handleSelected {
			background-image: url(../images/sce/tc-sliding-tab-sprite-active.gif);
			background-repeat:no-repeat;
			background-position:0 0;
		}

#sc ul.accordian .handleOver, #sc ul.accordian .handleSelected {
			background-image: url(../images/sce/sc-sliding-tab-sprite-active.gif);
			background-repeat:no-repeat;
			background-position:0 0;
		}
		
#accordianHandle0 { background-position:0 0;}
#accordianHandle1 { background-position:-39px 0 !important;}
#accordianHandle2 { background-position:-78px 0;}
#accordianHandle3 { background-position:-117px 0;}
#accordianHandle4 { background-position:-156px 0;}
#accordianHandle5 { background-position:-195px 0;}

#tc #accordianHandle0 { background-position:0 0;}
#tc #accordianHandle1 { background-position:-39px 0 !important;}
#tc #accordianHandle2 { background-position:-78px 0;}
#tc #accordianHandle3 { background-position:-117px 0;}
#tc #accordianHandle4 { background-position:-156px 0;}
#tc #accordianHandle5 { background-position:-195px 0;}

#sc #accordianHandle0 { background-position:0 0;}
#sc #accordianHandle1 { background-position:-39px 0 !important;}
#sc #accordianHandle2 { background-position:-78px 0;}
#sc #accordianHandle3 { background-position:-117px 0;}
#sc #accordianHandle4 { background-position:-156px 0;}
#sc #accordianHandle5 { background-position:-195px 0;}
		
.contentWrapper {
			/* REQUIRED */
			height: 201px !important;	/* We need to define a height for the accordion as it stretches the width */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
			overflow: hidden;
			text-align:left;
			width:;
		}
.homeWelcome { background: url(../images/sce/panel-home.jpg) no-repeat 0 0;}
.practiceAreas { background: url(../images/sce/panel-practice.jpg) no-repeat 0 0;}
.ourPeople { background: url(../images/sce/panel-people.jpg) no-repeat 0 0;}
.firmProfile { background: url(../images/sce/panel-profile.jpg) no-repeat 0 0;}
.contactUs { background: url(../images/sce/panel-contact.jpg) no-repeat 0 0;}
.latestNews { background: url(../images/sce/panel-news.jpg) no-repeat 0 0;}

		
			.contentWrapper h4 {
				width: 400px;
				font-size:19px;
				color: #333333;
				line-height: 18px;
				padding: 15px 0 0 20px;
				margin:0;
				font-family:Georgia, "Times New Roman", Times, serif;
				font-weight:normal;
			}
			.contentWrapper p {
				width: ;
				line-height: 13px;
				padding: 5px 0 0 20px;
				font-family:Georgia, "Times New Roman", Times, serif;
			}
			.contentWrapper a { font-family:Georgia, "Times New Roman", Times, serif; color:#333333;}
			.contentWrapper a:hover { color:#ed941b; text-decoration:underline;}
					
.latestNews h4 { color:white !important;}
.latestNews p a { color:#ED941B;}
.latestNews p a:hover { color:white;}
