@charset "UTF-8";
/* CSS Document */

#Tabnav  ul {
	width:580px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 55px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6E6F72;
	}
#Tabnav {
}
#Tabnav  li {
	padding-left:1px;
	list-style-type:none;
	text-align:center;
	margin-top:0px;
	float: left;
	margin-right: 15px;
	font-size: 15px;
	}
#Tabnav  a {
	color:#333333;
	display:block;
	position:relative;
	font-size:17px;
	height:45px;
	text-decoration:none;
	padding: 5px;
	}	
#Tabnav a:hover {
	color: #000000;
}
#Tabnav  a.current {
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
#Tabnav  img {
	padding:0px;
	display:block;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border: 1px solid #000000;
	}
#Tabnav  strong {
		display:block;		
		font-size:13px;
	}
	
	/* panes */
	#panes {
	padding-bottom:20px;
	/* must be relative so the individual panes can be absolutely positioned */
		position:relative;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0 0;
	color: #000000;
	float: left;
	width:580px
	}
#panes /* crossfading effect needs absolute positioning from the elements */
	 .subpane {
	display:none;
	top:20px;
	left:20px;
	font-size:14px;
	padding-right: 20px;
	}
	
	#panes p.more {
	color:#6E6F72;
	font-weight:bold;
	font-size:13px;
	}
	
	#panes h3, #arts_healthcare h3 {
	
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	color: #333333;
	
	}
#panes .subpane hr, #arts_healthcare hr{
	width: 560px;
	background-color: #B6B6B6;
	margin-top: 25px;
	margin-bottom: 25px;
}





#Tabnav.blank li:first-child  {
	
	background-image: none;
}

#Tabnav.blank li:first-child a.current {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center bottom;
}
