/* hide container until all is ready */
.blade_technology{
	display: none;
}
/*Main Container*/
.container {
	width:100%;	
}
.container ul{
	list-style-type: none;
	margin: 0;
	padding:0;	
}
.container li{
	display: inline;
	margin: 0px;
	padding:0px;
}
/*Content Container*/
.contentContainer {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 500px;	
	overflow:hidden;
}
.contentWrapper{	
}
.contentInnerWrapper{
	text-align: left;
	padding: 40px 10px 0 10px;
}
/* Handle*/
.handle{
	float: left;
	width: 31px;
	height: 500px;
	background:  url(../images/repeat-y_tab-bg.png) repeat-y;
}

#blade_technologyHandle5 {
		width: 22px;
		background-image: url(../images/repeat-y_tab-bg-last.png);
}


.handle a {
	display:block;
	width: 16px;
	margin: 30px 15px 0 0;
	background-repeat:no-repeat;
}
	.handle a:hover, .handleOver a.mainNav, .handleSelected a.mainNav, a.subSelected {background-position: -16px 0;}
	
.handle #subNav a {display:none;margin-top: 15px;}
.handleOver{	}
.handleSelected #subNav a{display:block;}

a.welcome {background-image:url(../images/btn_welcome.png);height: 76px;}
a.doctor {background-image:url(../images/btn_doctor.png);height:105px;}
a.techniques {background-image:url(../images/btn_techniques.png);height: 115px;}
	a.nucca {background-image:url(../images/sub_nucca.png);height: 39px;}
	a.member-edu {background-image:url(../images/sub_member-edu.png);height: 121px;}
a.office {background-image:url(../images/btn_office.png);height:80px;}
	a.overview {background-image:url(../images/sub_overview.png);height:56px;}
	a.facilities {background-image:url(../images/sub_facilities.png);height:56px;}
	a.member-focus {background-image:url(../images/sub_member-focus.png);height:92px;}
a.techniques-work {background-image:url(../images/btn_work-techniques.png);height: 140px;}
	a.testimonials {background-image:url(../images/sub_testimonials.png); height: 77px;}
	a.research {background-image:url(../images/sub_research.png); height: 115px;}
a.appointments {background-image:url(../images/btn_appointments.png);height: 115px;}
	a.office-locations { background-image:url(../images/sub_office-location.png);height: 90px;}
	a.book-app { background-image:url(../images/sub_book-app.png); height:140px;}

