/* Special CSS presentation for the NNIS pages */

/* special color and font for NNIS h3 and h4 tags - use instead of font tags */
	.nnis-h3 {
		color: #793B50;
		font-family: Georgia, "Times New Roman", Times, serif;	
	}
	.nnis-h4 {
		color: #934862;
		font-family: Georgia, "Times New Roman", Times, serif;	
	}

/* presentation bold and italic - to be used instead of strong and em tags */
	.txt-bold {
		font-weight: bold;
	}	
	.txt-italic {
		font-style: italic;
	}

/* clear prevous special CSS */
	.clear {
  		clear : both;
	}

/* put 10px padding on left side of content area - use this instead of tab or blockquote */
	.ten-px-left {
		padding-left: 10px;
	}

/* adds line purple line to separate columns on communication tools page */
	.edge-sep {
		border-left: 1px solid #934862;
		margin: 0 5px 0 0;
		padding: 0 0 0 5px;
	}

/* add this to an hr tag to get a thin purple line */
	.hr-thin {
		margin-bottom: 5px;
		border-top-width: thin;
		border-top-style: solid;
		border-top-color: #934862;
	}
/* CSS for the highlight and slideshow box starts here */
	.hili-box {
		padding:0 12px 0 0;
		background:#fff url(/r9/wildlife/nnis/local-resources/images/box-slices/new-borders2.gif) 100% 0 repeat-y;
	}
	.hili-box-bi {
		padding:0 0 0 12px;
		background:#fff url(/r9/wildlife/nnis/local-resources/images/box-slices/new-borders2.gif) 0 0 repeat-y;
	}
	.hili-box-bt {
		height:17px;
		margin:0 -12px;
		background:url(/r9/wildlife/nnis/local-resources/images/box-slices/new-box2.gif) 100% 0 no-repeat;
	}
	.hili-box-bt div {
		width:18px;
		height:17px;
		background:url(/r9/wildlife/nnis/local-resources/images/box-slices/new-box2.gif) 0 0 no-repeat;
	}
	.hili-box-bb {
		height:17px;
		margin:0 -12px;
		background:url(/r9/wildlife/nnis/local-resources/images/box-slices/new-box2.gif) 100% 100% no-repeat;
	}
	.hili-box-bb div {
		width:18px;
		height:17px;
		background:url(/r9/wildlife/nnis/local-resources/images/box-slices/new-box2.gif) 0 100% no-repeat;
	}
	.hili-box h3 {
		margin:0;
		padding:0.3em 10px;
		background:#fbf8e0;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #793B50;
		text-align: center;
	}
	.hili-box p, .hili-box ul {
		margin:0;
		padding:4px 10px;
		background:#fbf8e0;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #793B50;
		text-align: center;
	}
	.hili-box li {
		margin:0 0 0 2em;
		padding:0;
		color: #793B50;
	}
/* CSS for highlight box ends here */

/* special formatting for navigation menu */

td.menu-spacer { border-bottom: 1px solid #5F7137; }

