/*
 * espc-adv.css		-	basic styles that have to be hidden from NN4.x
 *						this file to be hidden behind an aikido
 *						viz.,
 *	<link rel="stylesheet" type="text/css" media="all" href="css/espc-adv.css" />
 *						the media="all" will stop NN4.x, but the preferred method
 *						using @import does not work for some reason:
 *	<style type="test/css">
 *	@import url(css/espc-adv.css);
 *	</style>
 *
 * Refer to espc.css for the main contextual items
 *
 */

/*
 * Formatting for text columns
 */

td.col1 {
	padding-left: 3%;
}
td.col2 {
	padding-left: 5%;
}

/*
 * Specifics for contacts section
 */
td.jobTitle,			/* define line separation for entries */
td.jobPerson,
td.contactInfo,
td.OrgName {		
	padding-top: 5px;
	}
td.contactInfo {		/* define gutter width */
	padding-left: 20px;
	}
td.Section	{
	padding: 25px 0 0px 0;
	}

/*
 * Specifics for navigation bar
 */
div#nvb a {
	text-decoration: none;
	}
div#nvb a.nvJump,
div#nvb a.nvHere {
	margin-right: 10px; /* 10 */
	padding: 3px 0px 0 0;
	}
div#nvb a.nvJump:visited {
	color: #630;
	}
div#nvb a.nvJump:hover,
div#nvb a.nvJump:focus,
div#nvb a.nvJump:active {
	margin-right: -4px;
	padding-right: 8px; /* 8 */
	border-right: 6px solid #D2232A; outline: 0;
	color: #D2232A;
	background-color: #CFF;
	}
div#nvb a.nvJump:active {
	outline: 0;
	background-color: yellow;
	}
div#nvb a.nvHere,
div#nvb a.nvHere:active { /* this is a link to the current page */
	color: #0088BB;
	}
/*
 * CSS3 is seen by	Mac:	Safari 1.0, Opera 6.0.2, Netscape 7.1
 *					Win:
 */
html>body>div#nvb {
	border: none;
	border-right: 1px solid #993333;
	border-bottom: 2px solid #993333;
	}
/*
html>body>div#nvb a.nvJump,
html>body>div#nvb a.nvHere {
	margin: 0; padding: 3px 10px 0 0;
	}
*/