
/* navigation */
#nav {
	background:url(http://www.pti-nj.com/css/images/tab-nav-bkgnd.png);
	border-bottom:1px solid #e1e1e1;
	height:100px;	
	width:650px;
}

#nav ul {	
	width:630px;
	margin:0 auto;	
}

#nav li {	
	border-right:1px solid #e1e1e1;
	border-left:1px solid #e1e1e1;
	float:left;
	padding-left:1px;
	width:150px;
	list-style-type:none;
	text-align:center;
}

#nav a {
	color:#444;
	display:block;
	padding:17px;
	margin-top:5px;
	position:relative;
	font-size:12px;		
	height:65px;
	text-decoration:none;
}	

#nav a:hover {
	color:#666;
	text-decoration:none;
}	

#nav a.current {
	background:url(http://www.pti-nj.com/css/images/tab-tab-bkgnd.png);	
}

#nav img {
	background-color:#fff;
	border:1px solid #ccc;
	margin:3px 0 5px 27px;
	padding:4px;		
	display:block;
}

#nav strong {
	display:block;		
	font-size:14px;
}

/* panes */
#panes {
	background:#fff url(http://www.pti-nj.com/css/images/tab-panes-bkgnd.png) repeat scroll 0 0;
	border-color:#e1e1e1;
	border-style:solid;
	border-width:1px 1px 0;
	width:648px;	
	height:255px;
	margin-bottom:-20px;
	padding-bottom:20px;
	
	/* must be relative so the individual panes can be absolutely positioned */
	position:relative;
}

/* crossfading effect needs absolute positioning from the elements */
#panes div {
	display:none;		
	position:absolute;
	top:10px;
	left:10px;
	font-size:14px;
	color:#444;	
	width:620px; 
}

#panes {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #444;}

#panes h1 a {font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #328fce; margin-bottom:10px;}

#panes h1 a:hover {font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #1b5f8c; margin-bottom:10px;}

#panes h2 a {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #444; margin:0px 0px 10px 10px;}

#panes h3 a {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #328fce; margin:0px;}

#panes h3 a:hover {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #1b5f8c; margin:0px;}

#panes p {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #444; line-height:18px;}

.overlay {
	display:none;
	width:500px;
	padding:20px;
	background-color:#ddd;
}



		
