@charset "utf-8";
/*////////// Minimal Tabs CSS //////////*/

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}


/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	/*border-bottom:1px solid #666;*/	
	height:30px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */

ul.tabs a.pa { 
	background: url(../images/minimal-tabs.png) no-repeat left top;
	font-size:11px;
	display:block;
	height: 26px;  
	line-height:30px;
	width: 186px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0;	
	position:relative;
	top:1px;
}

ul.tabs a { 
	background: url(../images/minimal-tabs.png) no-repeat -420px 0;
	font-size:11px;
	display:block;
	height: 22px;  
	line-height:30px;
	width: 134px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0;	
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -420px -31px;	
	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -420px -62px;		
	cursor:default !important; 
	color:#666666 !important;
}

ul.tabs a.tab-title.m.current{
	color: #444444;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 12px;
	text-transform: uppercase;
}

ul.tabs a.tab-title.m{
	color: #bbbbbb;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 12px;
	text-transform: uppercase;
	padding: 7px 0 0;
}

ul.tabs a.tab-title.m.pa{
	color: #bbbbbb;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 12px;
	text-transform: uppercase;
	padding: 3px 0 0;
}



/*---------------------LOCATIONS TABS-----------------------*/

#locations ul.tabs {
	list-style:none outside none;
	margin:0 !important;
	padding:0;
	width:187px;
	border: none;
	float: left;
}

#locations ul.tabs a { 
	background: url(../images/vert-tab-select.png) no-repeat left top;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 186px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0;	
	position:relative;
	top:1px;
}

/* single tab */
#locations ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

#locations div.panes div {
	display:none;
	float:right;
	font-size:14px;
	padding:0 10px 0 0;
	width:200px;
}

#locations ul.tabs a.m{font-size: 14px; text-align: left; padding: 0 0 0 5px;}
#locations ul.tabs a.m 			{ background: none; color: #ccc!important; }
#locations ul.tabs a.m:hover 	{ background: none; color: #ffffff!important; }
#locations ul.tabs a.m.current  { background: url(../images/vert-tab-select.png) no-repeat left 2px; color: #ffffff!important; }

#locations h3 {
	color:#aaaaaa;
	font-family:Arial,Helvetica,sans-serif;
	font-size:22px;
	font-weight:normal;
	margin:0 0 -5px;
	padding:0;
}


/* Different widths for tabs: use a class name: s, m, l or xl */


/* width 1 */
ul.tabs a.s 			{ background-position: -556px 0; width:80px; margin:0 2px 0 0; }
ul.tabs a.s:hover 	{ background-position: -556px -31px; }
ul.tabs a.s.current  { background-position: -556px -62px; }

/* width 2 */
ul.tabs a.m 			{ background-position: -422px -0px; width:134px; margin:0 5px 0 0; }
ul.tabs a.m:hover 	{ background-position: -422px -31px; }
ul.tabs a.m.current  { background-position: -422px -62px; }

/* width 3 */
ul.tabs a.l 			{ background-position: -248px -0px; width:174px; margin:0 5px 0 0; }
ul.tabs a.l:hover 	{ background-position: -248px -31px; }
ul.tabs a.l.current  { background-position: -248px -62px; }

/* width 4 */
ul.tabs a.xl 			{ background-position: 0px -0px; width:248px; margin:0 5px 0 0; }
ul.tabs a.xl:hover 	{ background-position: 0px -31px; }
ul.tabs a.xl.current { background-position: 0px -62px; }


/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}

/* tab pane styling --- put a background here if desired*/
div.panes div {
	display:none;		
	padding:15px 10px;
	border: none;
	border-top:0;
	height:200px;
	font-size:14px;
}

/*use to set size and position*/
#tabs-wrapper{
	background: url(../images/practice.jpg) no-repeat left 30px;
	float: left;
	height:326px;
	width:280px;
	margin: 0 0 30px 40px;
}

*html #tabs-wrapper{
	background: url(../images/practice.jpg) no-repeat left 30px;
	float: left;
	height:326px;
	width:280px;
	margin: 0 0 0 20px;
}

*html #tabs-wrapper-sub{
	background: url(../images/practice.jpg) no-repeat left 30px;
	float: left;
	height:326px;
	width:280px;
	margin: 0 0 30px 15px;
}

#tabs-wrapper-sub{
	background: url(../images/practice.jpg) no-repeat left 30px;
	float: left;
	height:326px;
	width:280px;
	margin: 0 0 30px 30px;
}

*html #tabs-wrapper-sub{
	background: url(../images/practice.jpg) no-repeat left 30px;
	float: left;
	height:356px;
	width:280px;
	margin: 0 0 30px 15px;
}

*:first-child+html #tabs-wrapper-sub{
	background: url(../images/practice.jpg) no-repeat left 30px;
	float: left;
	height:356px;
	width:280px;
	margin: 0 0 30px 30px;
}

*:first-child+html #tabs-wrapper{
	background: url(../images/practice.jpg) no-repeat left 30px;
	float: left;
	height:326px;
	width:280px;
	margin: 0 0 0 40px;
}

#news-wrapper {
	background:url("../images/news.jpg") no-repeat scroll left 30px transparent;
	float:right;
	height:232px;
	margin:0 40px 30px 0;
	width:435px;
}

*html #news-wrapper {
	background:url("../images/news.jpg") no-repeat scroll left 30px transparent;
	float:right;
	height:232px;
	margin:20px 20px 30px 0;
	width:435px;
}



