
/* ------------------------------------------------------- SHARED STYLES -------------------------------------------------------- */

body {
 background: #515151;
 text-align: center;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*a:link { color: #FF0000; }
a:visited { color: #FF0000; }
a:hover { color: #8d2300; }
a:active { color: #8d2300; }*/

a:link { color: #8d2300;} /*burgundy*/
a:visited { color: #8d2300;} 
a:hover { color: #cc3300; } /*red*/
a:active { color: #515151; }


#PrintHeader {
 display: none;
}

h1 {
 text-align: left;
 color: white;
 margin: 0px;
 padding: 0px;
 font-size: 110%;
 display: none;
}

#search {
 float: left;
 margin: 0px;
 margin-top: 4px;
 margin-left: 5px;
 margin-bottom: 10px;
 width: 100px;
 height: 50px;
}

#search label {
 color: white;
 font-size: 70%;
}

/* MIGRATED FROM PREVIOUS STYLE SHEET */

.content {
 padding-bottom: 18px;
 width:100%;
}

.content h2 {
	font-size: 14px;
	/*color: #CC3300;*/
	color: #8d2300;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-style: normal;
	padding-left: .5em;
	margin-bottom: 5px;
	margin-top: 0px;
}

.content h3 {
	font-size: 14px;
	color: #666666;
	font-style: normal;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-left: .4em;
	margin-right: .3em;
}

.content h3.red
{
	color: #8D2300;
	border-bottom: 1px solid #8D2300;
}

.content h3.rednoborder
{
	border: none;
	color: #8D2300;
}


.content h5 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: normal;
	margin-bottom: 0px;
	margin-top: 4px;
	margin-right: 0.3em;
	margin-left: 0.4em;
	font-weight: bold;
}

.content h5 a, .content h5 a:link, .content h5 a:visited 
{
	color: #8d2300;
	text-decoration: none;
	font-weight: bold;

}

.content h5 a:hover { color: #cc3300; }

.content p 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: normal;
	color: #333333;
	margin-bottom: .8em;
	margin-top: 0px;
	margin-right: 0.3em;
	margin-left: 0.5em;
}

.content li
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: normal;
	padding: 0em 0em .2em;
	color: #333333;
}

.content li li
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: normal;
	padding: 0em 0em .2em;
	color: #333333;
}


.content .smalltext { 

	font-size: 70%;
}


.content .caption {
	font-size: 70%;
	margin-bottom: 0;
	text-align: center;
	font-weight:bold;
}

.sidecol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	text-align: left;
	display: table-cell;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #F7F2E1;
}

.sidecol p {
	margin: 1px 1px 1px 5px;
	color: #575757;
}

.sidecol h1 {
	display: block;
	font-size: 14px;
	color: #8D2300;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-style: normal;
	border-top: 1px none #333333;
	border-right: 1px none #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px none #333333;
	margin: 0.3em 0em -.2em;
	padding: 0px;
}


/* OLD and EMBEDDED STYLE SHEET FIXES */

.notes {
 padding: 8px;
}

.notes p {
 font-size: 90%;
}


abbr, acronym {

  border-bottom: 0;
}





/* ------------------------------------------------ HOMEPAGE ----------------------------------------------------- */

#container {
  width: 755px;
  border: none;
  margin: 0px auto;
  padding: 0px;
}

#PageTitle {
  background: #CC3300;
  width: 755px;
  height: 75px;
  clear: both;
  padding: 0px;
  margin: 0px;
}



#menu {
  background: #F3EEDB; /* url(http://www.ndtac.org/ND/images/header_title_03.gif) no-repeat; */
  width: 755px;
  margin: 0px;
  padding: 0px;
  padding-bottom: 3px;
  border-bottom: #cccccc 1px solid;
}

#menu ul {
 margin: 0px auto;
 list-style-type: none;
 padding: 0px;
}

#menu li {
 text-indent: 0px;
 display: inline;
 color: #cc3300;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 80%;
 font-weight: bold;
 padding-right: 4px;
 padding-left: 4px;
 margin: 0px;
}

#menu img {
 border: none;
 position: relative;
 top: 3px;
 margin-right: 3px;
}

#menu a { font-family: Verdana, Arial, Helvetica, sans-serif }
#menu a:link { color: #cc3300; text-decoration: none; }
#menu a:visited { color: #cc3300; text-decoration: none }
#menu a:hover { color: #666666 }
#menu a:active { color: black }

#banner {
/* widows: 755px;*/
 width: 755px;
 height: 159px;
 margin: 0px;
}

#home {
 border-bottom: 1px solid #cccccc;
 border-left: 1px solid #cccccc;
 border-right: 1px solid #cccccc;
 background-color: #fff;
 overflow: hidden;
 background-image: none;
 	
}


#home #column1 {
 float: left;
 width: 414px;
 background-color: #ffffff;
 border-right:338px solid #F3EEDB;
 margin-right:-338px; 
 float:left;
}



#home #column2 {
 width: 338px;
 border-left: 1px solid #cccccc;
 background-color:#F3EEDB;
 float:left;
}




/*#home #column1 {
 float: left;
 width: 414px;
 background: white;
}

#home #column2 {
 float: right;
 width: 338px;
 background: #F3EEDB;
 border-left: 1px solid #cccccc;
}


*/

#column1 h2 {
 background: #8D2300;
 color: white;
 text-align: left;
 margin: 0px;
 padding: 0px;
 padding-left: 6px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 115%;
}

#column1 .feature {
 width: 406px;
 clear: both;
}

#home h5
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: normal;
	padding-left: 6px;
	padding-right: 6px;
	margin: 0 0 0 100px;
	font-weight: bold;
	text-align:left;
}

#home #column2  h5{

	margin: 0;

}

#home h5 a, #home h5 a:link, #home h5 a:visited
{
	color: #8d2300;
	text-decoration: none;
	font-weight: bold;
	

}

#home h5 a:hover { color: #cc3300; }





.feature img {
 float: left;
 width: 88px;
 margin-left: 6px;
 margin-right: 6px;
 margin-top: 5px;
 border: 1px solid black;
} 

.feature img a:visited {
 text-decoration: none;
 border: none;
}

.feature h3 {
 color: black;
 text-align: left;
 margin: 0px;
 padding: 0px;
 padding-left: 6px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 90%;
 margin-top: 12px;
 margin-left: 100px;
}

.feature p {
 text-align: left;
 color:#333333;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 80%;
 padding-left: 6px;
 padding-right: 6px;
 margin-top: 0px;
 margin-left: 100px;
}


#home .arrowBullet  {
	list-style-image: url('/nd/images/bullets/right_brackets_red.gif');
	margin-left: 30px;
	margin-top: 0;
	padding: 5px 5px 0px 0;
	text-align: left;
}

#home .arrowBullet li {
	padding: 0;
}

#home .arrowBullet a:visited {
	color: #8d2300;
}


#column2 h2 {
 background: #8D2300;
 color: white;
 text-align: left;
 margin: 0px;
 padding: 0px;
 padding-left: 6px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 115%;
 margin-bottom: 8px;
}

#column2 h4 {
 color: #8d2300;
 text-align: left;
 margin: 0px;
 padding: 0px;
 padding-left: 6px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 80%;
}

#column2 hr {
 color: #fefbef;
 width: 95%;
 clear: both;
 height: 1px;
 margin-top: 6px;
 margin-bottom: 6px;
}

#home #column1 hr {
 color: #999999;
 width: 90%;
 clear: both;
 height: 1px;
 margin-top: 6px;
 margin-bottom: 6px;
 /*border: 1px solid #999999;*/
*border:none;
}


#home p {
 text-align: left;
 color:#333333;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 80%;
 padding-left: 6px;
 padding-right: 6px;
 margin-top: 0px;
 margin-bottom: 0px;
}

#form_library {
 color: #f7f2e1;
 margin: 0px 0px 0px 0px; 
 font-size: xx-small;
}

#form_library select {
 font-size: 11px; 
 background-color: #F3F7F3; 
 margin: 0 0 0 6px; 
 font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer {
 width:753px;
 background: #666666;
 clear: both;
 margin: 0px auto;
 padding: 0px;
 border-left: 1px solid gray;
 border-right: 1px solid gray;
 border-bottom: 1px solid gray;
 }
 
#footer p {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color:#CCCCCC;
 font-size: 70%;
 padding: 8px;
 margin: 0px;
}

#footer a { color:#CCCCCC; }

/* -------------------------------------------------- STANDARD PAGES ---------------------------------------------- */

#container2 {
  margin: 0px auto;
  width: 758px;
  border: none;
  padding: 0px;
  background: #CC3300;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  border-top: 1px solid gray;
}

#PageTitle2 {
  background: #CC3300;
  width: 100%;
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 70px;
}
#PageTitle2 a img, #PageTitle a img  {

	text-decoration:none;
	border:none;

}



#menu2 {
  background: #F3EEDB; 
  width: 100%;
  clear: both;
  margin: 0px;
  padding: 0px;
  padding-bottom: 3px;
  border-bottom: #cccccc 1px solid;
}

#menu2 ul {
 margin: 0px auto;
 list-style-type: none;
 padding: 0px;
 text-indent: 0px;
}

#menu2 li {
 text-indent: 0px;
 display: inline;
 color: #cc3300;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 80%;
 font-weight: bold;
 padding-right: 4px;
 padding-left: 4px;
 margin: 0px;
}

#menu2 img {
 border: none;
 position: relative;
 top: 3px;
 margin-right: 3px;
}

#menu2 a { font-family: Verdana, Arial, Helvetica, sans-serif }
#menu2 a:link { color: #cc3300; text-decoration: none; }
#menu2 a:visited { color: #cc3300; text-decoration: none }
#menu2 a:hover { color: #666666 }
#menu2 a:active { color: black }

#ContainerMain {
 width: 758px;
 background: white;
 clear: both;
 margin: 0px auto;
 padding: 0px; 
 padding-bottom: 0px;
 text-align: left;
 border-left: 1px solid gray;
 border-right: 1px solid gray;
}

#ContainerMain h1 {
 display: block;
 text-indent: 0px;
 background: #8D2300;
 color: white; 
 padding-top: 12px;
 padding-left: 6px; 
 padding-bottom: 2px;
}

#ContainerMain h1.noBackground {
 display: block;
 text-indent: 0px;
 background: none;
 color: #8D2300; 
 padding-top: 12px;
 padding-left: 0px; 
 padding-bottom: 2px;
}


/* ---------------------------------------- SPECIAL TEXT FORMATTING ------------------------------------------------------------------ */

.learnMore, p.learnMore, p.sectionSubhead	
{
	color: #8d2e00;
	font-weight:bold;
	
}


.redText, .redText p
{
	color: #8d2e00;
	
}


.content .smallText, #home .smallText
{
	font-size: 85%;
}


p.comments, .comments 
{
	
	margin:10px;
	font-size: 75%;
	font-style: italic;
	
}


h4.shaded, h4.shaded a {
	margin: 0px 5px 8px 5px;
	padding: 6px;
	font-size:100%;
	height: 100%;
	font-weight: bold;
	color: #f3eedb; 
	background: #8d2300;
	border: 1px solid #8d2300;
	text-decoration: none;


}

h4.shaded a {
	padding-left: 0;
}

h4.shaded a:link { color: #f3eedb;}
h4.shaded a:visited { color: #f3eedb;}
h4.shaded a:hover { color: #FF9900;}
h4.shaded a:active { color: #FF9900;}

h4.shadedThin { 
	
	height: 15px;
	width: 90%;
	padding: 3px;
	font-size:90%;
	
}

h4.shadedThin a { 

	height: inherit;
	padding: 0;

}

h4.shadedThin2 {
	margin: 0px 5px 8px 5px;
	padding: 3px;
	font-size:100%;
	height: 15px;
	font-weight: bold;
	color: #f3eedb; 
	background: #8d2300;
	text-decoration: none;
}

/*#home .arrowBullet  {
	list-style-image: url('/nd/images/bullets/right_brackets_red.gif');
	margin-left: 30px;
	margin-top: 0;
	padding: 5px 5px 0px 0;
	text-align: left;
}*/

.arrowBullet  {

	list-style-image: url('/nd/images/bullets/right_brackets_red.gif');
	padding: 0px 5px 0px 0;
	margin: 0 0 0 30px;
}

.arrowBullet li {
	padding-bottom: 10px;

}

p.returnButton, .returnButton
{
	font-size: 70%;
	border: 1px solid #8d2300;	
	background-color: #F3EEDB;
	width: 45px;
	padding: 0;
	margin-left: 5px;

}

p.returnButton a, .returnButton a
{
	color: #F3EEDB;
	color: #8d2300;
	text-decoration: none;
	padding: 2px;
	display: block;
	font-weight: bold;
}

p.returnButton a:hover, .returnButton a:hover
{
	color: #F3EEDB;
	background-color: #8d2300;
	display:block;
	text-decoration: none;
}


a.product, .product {
	background: url(/nd/images/icon_nd_logo_small.gif) 0px 0px no-repeat;
	*background: url(/nd/images/icon_nd_logo_small.gif) 2px 2px no-repeat;
	padding:  3px 0px 0px 35px;
	*padding: 5px 0px 0px 35px;
	*margin-left: 5px;
	margin: 3px 0 0 2px;
	text-align: left;
	font-size: 1em;
	line-height:auto;
}

p.product, h5.product{
	padding-left:0px;
	text-indent:40px;
}


/* ---------------------------------------- IMAGE AND CONTENT POSITIONING -------------------------------------- */

.centerImage {

	margin: 5px auto;
	text-align: center;
}


.rightCommentBox
{
	border: 1px solid #8d2300;
	/*width: 300px;  Set width on the page or inline.*/
	float: right;
	padding: 3px;
	background-color: #f3eedb;
	margin: 5px 8px 10px 8px;

}


.leftCommentBox

{
	border: 1px solid #8d2300;
	float: left;
	padding: 0;
	background-color: #f3eedb;
	margin: 5px 10px 0 5px;
	clear: both;
/*	width: 200px; Set width on the page or inline.*/

}

.leftCommentBox p, .rightCommentBox p
{
	padding: 5px;
}

.leftCommentBox, .rightCommentBox
{
	background: #f3eedb url(/nd/images/nd_quote_open.gif) top left no-repeat;
}


p.closeQuote, p.closeQuote
{
	background: url(/nd/images/nd_quote_close.gif) bottom right no-repeat;
	margin-right: 15px;
}


.rightCommentBoxPlain
{
	border: 1px solid #8d2300;
	float: right;
	padding: 3px;
	background-color: #f3eedb;
	margin: 5px 8px 10px 8px;
	background-image: none;
/*	width: 200px; Set width on the page or inline.*/	
}

.leftCommentBoxPlain

{
	border: 1px solid #8d2300;
	float: left;
	padding: 0;
	background-color: #f3eedb;
	margin: 5px 10px 0 5px;
	clear: both;
	background-image: none;
/*	width: 200px; Set width on the page or inline.*/

}


p.indent
{
	margin-left: 45px;
}

.rightFloat
{
	border: none;
	float: right;
	padding: 3px;
	background: none;
	margin: 5px 8px 10px 8px;
	/*background-image: none;*/
/*	width: 200px; Set width on the page or inline.*/	
}

.leftFloat

{
	border: none;
	float: left;
	padding: 0;
	background: none;
	margin: 5px 10px 0 5px;
	clear: both;
/*		background-image: none;
width: 200px; Set width on the page or inline.*/

}



/* ---------------------------------------- TWO COLUMN LAYOUT -------------------------------------- */

#TwoColumn_Subtitle {
 width: 100%;
 clear: both; 
 margin: 0px;
 padding: 0px;
 background: #8D2300;
 background: url(/nd/images/background_NDtwocolumn_header.gif);
 border-bottom: 1px solid gray;
}

#TwoColumn_SubtitleCol1 {
 float: left;
 width: 546px;
 margin: 0px;
 padding: 0px;
 background-color: #ffffff;
}

#TwoColumn_SubtitleCol1 p {
 margin: 0px;
 padding: 0px;
}

#TwoColumn_SubtitleCol2 {
 float: right;
 width: 211px;
 margin: 0px;
 padding: 0px;
 background: #8D2300;
 border-left: 1px solid gray;
}

#TwoColumn_SubtitleCol2 h2 {
 text-align: left;
 color: white; 
 padding-top: 12px;
 padding-left: 6px; 
 padding-bottom: 2px;
 font-size: 14px;
 font-weight: bold;
}

#TwoColumn_Main {
 width: 100%;
 clear: both; 
 margin: 0px;
 padding: 0px;
 background: url("/nd/images/background_NDtwocolumn.gif") repeat-y;
}

#TwoColumn_MainCol1 {
 float: left;
 width: 541px;
 margin: 0px;
 padding: 0px;
 background: white;
}

#TwoColumn_MainCol1 h1 {
 display: block;
 text-indent: 0px;
 background: white;
 color: black; 
 padding-top: 12px;
 padding-left: 6px; 
 padding-bottom: 2px;
}

#TwoColumn_MainCol2 {
 float: right;
 width: 211px;
 background: #F3EEDB;
 border-left: 1px solid gray;
}

/* ---------------------------------------- SINGLE COLUMN LAYOUT -------------------------------------- */

#Subtitle {
 width:100%;
 clear: both; 

}





#printSubtitle	{  display: none;	}

.column1a h1 {
 text-align: left;
 text-indent: 0px;
 color: white;
 margin: 12px 0 0 8px;
 padding: 0px;
 font-size: 180%;
 font-weight: normal;
}

.column1b h1 {
 text-align: left;
 text-indent: 0px;
 margin: 0px;
 padding: 0px;
 margin-top: 0px;
 margin-right: 0.2em;
 margin-left: 0.1em;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 color: #cc3300;
 font-size: 30px;
 padding-bottom: 0.0em;
 font-variant: normal;
}

.column1c h1 {
 text-align: left;
 text-indent: 0px;
 color: white;
 margin: 12px 0 0 8px;
 padding: 0px;
 font-size: 170%;
 font-weight: normal;
}

.column1d {
	border-right: #CCCCCC solid 1px;
	border-left: solid #CCCCCC 1px;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	background-color: #FFFFFF;
}

.column2a h2 {
	font-size: 14px;
	color: #CC3300;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-style: normal;
	padding-left: .1em;
	margin-bottom: 0px;
	margin-top: 0px;
}

#footer2 {
 width:758px;
 background: #666666;
 clear: both;
 margin: 0px auto;
 padding: 0px;
 border-left: 1px solid gray;
 border-right: 1px solid gray;
 border-bottom: 1px solid gray;
 }
 
#footer2 p {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color:#CCCCCC;
 font-size: 70%;
 padding: 8px;
 margin: 0px;
}

#footer2 a {color:#CCCCCC;}

/* ------------------------------------------------------ DATA CORNER 
------------------------------------------------------------------ */


.date {
	color: #666666;
	font-size: 90%;
	margin-top: 0px;
	margin-bottom: 8px;
}

#SubMenuContainer {
	margin: 0 auto;
	margin: 0px 8px 18px 8px;
	width: 738px;
	border: none;
	}

#Submenu {
	width: 230px;
	background: none;
	border: 1px solid #b49163;
	float: left;
	padding: 0px;
	}	

#Submenu h1 {
	font-size: 1.0em;
	color: black;
	font-variant: small-caps;
	font-weight: normal;
	margin: 0px 0px 8px 0px;
	padding: 6px;
	background: #d4c6b4;
	}
	
#Submenu h4 
{

	background: #f3eedb;
	margin: 0px 0px 8px 0px;
	text-transform: uppercase;
	padding: 6px 6px 6px 6px;
	border-bottom: 1px dashed #b49163;
	font-size: 80%;
	color: #8d2300;


}
	

#Submenu p {
	clear:both;
	font-size: 80%;
	}

#WhatsNew {
	width: 473px;
	background: white;
	border: none;
	float: right;
	padding: 4px;
	}	

#WhatsNew h1 {
	font-size: 1.0em;
	color: black;
	font-variant: small-caps;
	font-weight: normal;
	margin: 0px 0px 8px 0px;
	padding: 0px;
	border-top: 1px dashed black;
	border-bottom: 1px dashed black;
	background: white;
	}

#WhatsNew h3 {
	margin: 4px 8px 0px 8px;
	font-size: 80%;
	font-weight: bold;
	border: none;
}

/*#WhatsNew h3 a, #WhatsNew h3 a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #8d2300;
	}
	
#WhatsNew h3 a:hover {
	color: #cc3300; 
}
*/
#WhatsNew p {
	clear:both;
	margin: 4px 8px 12px 8px;
	font-size: 80%;
	}



	
.ItemContainerLeft {
	margin: 8px 0px 18px 0px;
	width: 110px;
	float: left;
	}

.ItemContainerRight {
	width: 350px;
	float: right;
	}


.MainSection {
	width: 738px;
	border: 1px solid #b49163;
	margin: 6px 7px 6px 7px;
}

.MainSection h4 {
	background: #f3eedb;
	margin: 0px 0px 8px 0px;
	text-transform: uppercase;
	padding: 6px 6px 6px 6px;
	border-bottom: 1px dashed #b49163;
	font-size: 80%;
	color: #8d2300;
}

.MainSectionLeft {
	float: left;
	width: 360px;
}

.MainSectionRight {
	float: right;
	width: 360px;
}

.MainSection p {
	clear: both;
	font-size: 80%;
	}

.MainSection hr {
	clear: both;
	width: 340px;
	text-align: center;
	height: thin;
	background-color: #f3eedb; /* for opera and mozilla */
	color: #f3eedb; /* for IE */
	border: none;
	margin: 0px 0px 8px 0px;
	}

/* ------------------------------- DATA CORNER Subpages - CSPR, Annual Count, etc
------------------------------------------------------------------ */



#content #subMenu2 /*horizonal menu*/
{
	width: 650px;
	margin: 10px auto;
	
}


#content #subMenu2 ul
{
	list-style: none;
	padding: 15px 0;
	width: 100%;
	float: left;
	height: 40px;
}

#subMenu2 li
{
	background-color: #ffffff;
	margin: 0;
	border: 0;
	padding: 0;
	float: left;
	font-weight: normal;
	color: #000000;
	display: inline;
	width: 160px;
	text-align: center;
	vertical-align: middle;
}

#subMenu2 li.first
{
	border-left: 1px solid #8d2300;
}

#subMenu2 li a
{
	color: #000000;
	text-decoration: underline;
	display: block;
	padding: 5px;
	border-right: 1px solid #8d2300;
	height: 25px;
	font-weight: bold;
}

#subMenu2 li a:link
{
	color: #515151;
}

#subMenu2 li a:visited
{
	color: #8d2300;
}

#subMenu2 li a:hover
{
	color: #cc3300;
	text-decoration:underline;
}

#subMenu2 li a:active
{
	color: #515151;
}




	
/* ------------------------------------------------------ AT RISK PORTAL 
---------------------------------------------------------------------------- */

a.expander:link { color:#333333; text-decoration: none; font-weight: bold;}
a.expander:visited { color: #333333; text-decoration: none; font-weight: bold; }
a.expander:hover { color: #990000; text-decoration: none; }
a.expander:active { color: #333333; text-decoration: none; }


#ARSubMenuContainer {
	margin: 0 auto;
	margin: 0px 8px 18px 8px;
	width: 740px;
	border: none;
	padding-top: 18px;
	}

#ARSubmenu {
	width: 360px;
	background: #f3eedb;
	border: 1px solid #b49163;
	float: left;
	padding: 5px;
	clear: left;
	}	

#ARSubmenu h1 {
	font-size: 1.0em;
	color: black;
	font-variant: small-caps;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 6px;
	}

#ARSubmenu p {
	font-size: 80%;
	clear:both;
	line-height: 1.5em;
	}

#ARWhatsNew {
	width: 355px;
	background: white;
	border: none;
	float: right;
	padding: 4px;
	}	

#ARWhatsNew h1 {
	font-size: 1.0em;
	color: black;
	font-variant: small-caps;
	font-weight: normal;
	margin: 0px 8px 8px 8px;
	padding: 0px;
	border-top: 1px dashed black;
	border-bottom: 1px dashed black;
	}
	
#ARWhatsNew p {
	clear:both;
	margin: 4px 8px 12px 8px;
	font-size: 80%;

	}
	
#ARWhatsNew img,  #ARWhatsNew table {

	margin: auto;

	}	

.ARItemContainerLeft {
	margin: 8px 0px 18px 0px;
	width: 110px;
	float: left;
	}

.ARItemContainerRight {
	width: 350px;
	float: right;
	}



.ARMainSection {
	width: 740px;
	border: 1px solid #b49163;
	margin: 6px 7px 6px 7px;
}

.ARMainSection h4 {
	background: #f3eedb;
	margin: 0px 0px 8px 0px;
	text-transform: uppercase;
	padding: 6px 6px 6px 6px;
	border-bottom: 1px dashed #b49163;
	font-size: 80%;
}



.ARMainSectionSub {
	float: left;
	width: 720px;
}

.ARMainSectionSubImage {
	margin-left: 10px;
	margin-right: 10px;
	clear: left;
	border: 1px solid black;
	}

.NDlogo {
 clear: none;
 margin: 6px 4px 3px 0px;
 float: left;
}

.ARMainSectionSub h5 {
	margin-bottom: 0px;
}

.ARMainSectionSub h5 a, .ARMainSectionSub h5 a:link, .ARMainSectionSub h5 a:visited 
{
	color: #8d2300;
	text-decoration: none;
	font-weight: bold;

}

.ARMainSectionSub h5 a:hover { color: #cc3300; }

.ARMainSectionSub p, .ARMainSectionSub h5 {
	margin-left: 185px;
	clear: right;
	font-size: 80%;
	}

.ARMainSection hr {
	clear: both;
	width: 340px;
	text-align: center;
	height: thin;
	background-color: #f3eedb; /* for opera and mozilla */
	color: #f3eedb; /* for IE */
	border: none;
	margin: 0px 0px 8px 0px;
	}
	
.printAdditionalResources {display:none;} 

/* ------------------------------------------------------ STATE RESOURCES --------------------------------------------- */


#subcontainer {
	float: left;
	width: 360px;
	
	margin: 0px;
}



#highlights {
	width: 98%;
	border: 0px solid #000000;
	background-color: #ffffff;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
} 

#highlights p, li	{	font-size: 80%;
}


.box {
	width: 352px;

	border: 1px solid #000000;
	margin: 0px 0px 10px 5px;
	padding: 4px;
	overflow:auto;
	
}
#right {
	float: right;
	width: 350px;
	border: 1px solid #000000;
	margin-left: 10px;
	margin-right: 5px;
	padding: 4px;
}

.StateTitle {
	font-size: 36px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.dataTable
{
    BORDER-RIGHT: #e9d9b5 1px solid;
    BORDER-TOP: #e9d9b5 1px solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: #e9d9b5 1px solid;
    WIDTH: 500px;
    BORDER-BOTTOM: #e9d9b5 1px solid;
    FONT-FAMILY: Verdana;
    BORDER-COLLAPSE: collapse
}

#StateResourcesFF .dataTable
{
    BORDER-RIGHT: #e9d9b5 1px solid;
    BORDER-TOP: #e9d9b5 1px solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: #e9d9b5 1px solid;
    WIDTH: 334px;
    BORDER-BOTTOM: #e9d9b5 1px solid;
    FONT-FAMILY: Verdana;
    BORDER-COLLAPSE: collapse
}

.dataTable2
{
    BORDER-RIGHT: #e9d9b5 1px solid;
    BORDER-TOP: #e9d9b5 1px solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: #e9d9b5 1px solid;
    WIDTH: 334px;
    BORDER-BOTTOM: #e9d9b5 1px solid;
    FONT-FAMILY: Verdana;
    BORDER-COLLAPSE: collapse
}
.dataTable3
{
    BORDER-RIGHT: #e9d9b5 1px solid;
    BORDER-TOP: #e9d9b5 1px solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: #e9d9b5 1px solid;
    WIDTH: 700px;
    BORDER-BOTTOM: #e9d9b5 1px solid;
    FONT-FAMILY: Verdana;
    BORDER-COLLAPSE: collapse;
}
.dataNote
{
    BORDER-RIGHT: #e9d9b5 1px solid;
    BORDER-TOP: #e9d9b5 1px solid;
    FONT-SIZE: 10px;
	text-align: left;
    BORDER-LEFT: #e9d9b5 1px solid;
    WIDTH: 500px;
    BORDER-BOTTOM: #e9d9b5 1px solid;
    FONT-FAMILY: Verdana;
    BORDER-COLLAPSE: collapse;
    BACKGROUND-COLOR: #f7f2e1;
}
.headerRow
{
    FONT-WEIGHT: bolder;
    COLOR: #8d2300;
    BACKGROUND-COLOR: #e9d9b5
}
.headerCell
{
    BORDER-RIGHT: #e9d9b5 1px;
    BORDER-TOP: #e9d9b5 1px;
    FONT-WEIGHT: bolder;
    FONT-SIZE: 10px;
    BORDER-LEFT: #e9d9b5 1px;
    COLOR: #8d2300;
    LINE-HEIGHT: normal;
    BORDER-BOTTOM: #e9d9b5 1px;
    LETTER-SPACING: normal;
    BACKGROUND-COLOR: #e9d9b5;
    TEXT-ALIGN: center
}
.dataRow1
{
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    BORDER-LEFT: medium none;
    BORDER-BOTTOM: medium none;
    BACKGROUND-COLOR: white;
    TEXT-ALIGN: left
}
.dataCell1
{
    BORDER-RIGHT: #e9d9b5 1px solid;
    BORDER-TOP: #e9d9b5 1px solid;
    FONT-SIZE: 10px;
    BORDER-LEFT: #e9d9b5 1px solid;
    BORDER-BOTTOM: #e9d9b5 1px solid;
    LETTER-SPACING: normal;
    BACKGROUND-COLOR: white;
    TEXT-ALIGN: center;
	padding: 0 12 0 12;
}
.dataRow2
{
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    BORDER-LEFT: medium none;
    BORDER-BOTTOM: medium none;
    BACKGROUND-COLOR: #FFFBEF;
    TEXT-ALIGN: left
}
.dataCell2
{
    BORDER-RIGHT: #d9caa9 1px solid;
    BORDER-TOP: #d9caa9 1px solid;
    FONT-SIZE: 10px;
    BORDER-LEFT: #d9caa9 1px solid;
    BORDER-BOTTOM: #d9caa9 1px solid;
    LETTER-SPACING: normal;
    BACKGROUND-COLOR: #fffbef;
    TEXT-ALIGN: center;
	padding: 0 12 0 12;
}
.labelCell1
{
    BORDER-RIGHT: #e9d9b5 1px solid;
    BORDER-TOP: #e9d9b5 1px solid;
    FONT-SIZE: 10px;
    BORDER-LEFT: #e9d9b5 1px solid;
    BORDER-BOTTOM: #e9d9b5 1px solid;
    BACKGROUND-COLOR: white;
    TEXT-ALIGN: left
}
.dataRowTotal1
{
    FONT-WEIGHT: bolder;
    BACKGROUND-COLOR: #ffffff
}
.dataRowTotal2
{
    FONT-WEIGHT: bolder;
    BACKGROUND-COLOR: #FFFBEF;
}
.dataCellTotal1
{
    BORDER-RIGHT: #e9d9b5 1px solid;
    BORDER-TOP: #e9d9b5 1px solid;
    FONT-WEIGHT: bolder;
    FONT-SIZE: 10px;
    BORDER-LEFT: #e9d9b5 1px solid;
    BORDER-BOTTOM: #e9d9b5 1px solid;
    BACKGROUND-COLOR: #ffffff;
	TEXT-ALIGN: center
}
.dataCellTotal2
{
    BORDER-RIGHT: #d9caa9 1px solid;
    BORDER-TOP: #d9caa9 1px solid;
    FONT-WEIGHT: bolder;
    FONT-SIZE: 10px;
    BORDER-LEFT: #d9caa9 1px solid;
    BORDER-BOTTOM: #d9caa9 1px solid;
    BACKGROUND-COLOR: #FFFBEF;
	text-align: CENTER
}
.labelCell2
{
/*    BORDER-RIGHT: #e9d9b5 1px solid;
    BORDER-TOP: #e9d9b5 1px solid;
    FONT-SIZE: 10px;
    BORDER-LEFT: #e9d9b5 1px solid;
    BORDER-BOTTOM: #e9d9b5 1px solid; */
    BACKGROUND-COLOR: #FFFBEF;
    TEXT-ALIGN: left
}
.labelCellTotal1
{
    BORDER-RIGHT: #e9d9b5 1px solid;
    BORDER-TOP: #e9d9b5 1px solid;
    FONT-WEIGHT: bolder;
    FONT-SIZE: 10px;
    BORDER-LEFT: #e9d9b5 1px solid;
    BORDER-BOTTOM: #e9d9b5 1px solid
}
.labelCellTotal2
{
    BORDER-RIGHT: #e9d9b5 1px solid;
    BORDER-TOP: #e9d9b5 1px solid;
    FONT-WEIGHT: bolder;
    FONT-SIZE: 10px;
    BORDER-LEFT: #e9d9b5 1px solid;
    BORDER-BOTTOM: #e9d9b5 1px solid;
    BACKGROUND-COLOR: #FFFBEF;
}

.stateButton 
{
	background-color: #f7f2e1;
	border: 1px solid #cccccc;
	padding: 0px;
	width: 160px; 
	text-align: center; 
	font-size: 70%; 
	margin: -25px 5px 5px 580px;  
	font-weight:bold;
	display: block;
}

.stateButton a
{
	display: block;
	width: 160px; 
	padding:5px 0;
	height: 15px;
}

.stateButton a:link, .stateButton a:visited, .stateButton a:hover, .stateButton a:active
{
	text-decoration: none;
	color: #cc3300;
}


.stateButton a:hover 
{ 	
	background-color: #cc3300; 
	color: #f7f2e1;

} 

.moreData 
{
	font-weight: normal;
	padding-left: 25px;
	font-size: 11px;
	color: #8d2300;
}

.moreData a:visited
{
	color: #8d2300;
}

.moreData a:hover
{
	color: #cc3300;
}


#ffBanner {

	background: url(/nd/images/banner_FastFacts.gif) no-repeat center top transparent;
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
	clear:none;
	height: 85px;
}

#ffBannerPrint {
	display:none;	
}

#ffBanner p {
	color: white;
	font-weight:bold;
	position: relative;
	top: 63px;
	margin: 0;
	text-align:right;
	display:block;
	background: #6E2510;
	height: 20px;
	width: 100%;
	filter:alpha(opacity=80); 	/* for IE */
	opacity:0.8;
	z-index: 0;
}

#ffBanner a
{
	color: white;
	text-align: right;
	font-weight:bold;
	padding-right: 5px;

}

#ffBanner a:hover {
	color: #daa520;		
} 



/* --------------------------------------DIRECT ASSISTANCE, LIBRARY, EVENTS --------------------------------------------- */

#libraryContainerMain 
{
	width: 98%;
	margin: 5px;
}

#libraryContainerMain_Col1 
{
	width: 65%;
	margin: 5px;
	border: 1px solid #CCCCCC;
	float: left;
	clear: left; 
	background-color: #F7F2E1;
	
}

#libraryContainerMain_Col1 img
{
	float: left;
	margin: 8px;
	margin-top: 0;
}

#libraryContainerMain_Col2 
{
	width: 30%;
	margin: 5px;
	border: 0;
	float: right;
}


#libraryContainerMain_Col2 .arrowBullet  { /*for library pages--categories section*/

	margin-left: 25px;
	
}




#leftContainer	
{	width: 47%;
	float: left;
	/*position: relative;*/
	clear: left;
	margin: 20px 0 5px 8px;
}

#rightContainer	
{	
	width: 47%;
	float: right;
	/*position: relative;*/
	clear: right;
	margin: 20px 8px 5px 2px;
	
}

.leftbox
{
	width: 100%;
	border: 1px solid #CCCCCC;
	float: left;
	clear: both;
	margin-bottom: 10px;
}




.rightbox
{
	width: 100%;
	border: 1px solid #CCCCCC;
	float: left;
	clear: both;
	margin-bottom: 10px;
}


.library h3
{
	font-size: 14px;
	color: #CC3300;
	font-style: normal;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px #CCCCCC none;
	border-bottom-style: solid;
	
}

.library h4
{
	margin-top: 0px;
	font-size: 14px;
	color: #CC3300;
	font-style: normal;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px #CCCCCC solid;
	background-color: #F7F2E1;
}

.librarytable
{
	border: 1px solid #CCCCCC;
	margin-left: 6px;
}


/* ---------------------------------------------- TOGGLE CONTENT SUB MENUS -------*/



ul.sortMenu {

margin: 10px 0px 50px 20px;


}

ul.sortMenu li {

list-style:none;
float:left;
padding: 0 10px;
font-weight:bold;
text-decoration: underline;
cursor:pointer;
color: #888888;

}

ul.sortMenu li a:hover{

color: #8d2300;

}

ul.sortMenu li.divider {
text-decoration:none;
width:2px;
padding:0;
border-right: 1px dotted #515151;
	
	}


#webinar h5 {
	
	color:#8d2300;
	font-size:12px;
	font-weight:bold;
	background:#F3EEDB;
	width: 60%;
	padding:2px;
	
}

/*fckEditor inserts <p> inside <li>*/

#webinar ul li p {
	font-size:1em;
}


ul.sortMenu_presenter {

margin: 10px 0 50px -15px;
*margin: 10px 0 50px 5px;
}

ul.sortMenu_presenter li {

list-style:none;
float:left;
padding: 0 5px;
font-weight:bold;
text-decoration: underline;
cursor:pointer;
color: #888888;
}

ul.sortMenu_presenter li a:hover{

color: #8d2300;

}


ul.sortMenu_presenter li.divider {
text-decoration:none;
width:2px;
padding:0;
*padding-top: 20px;
border-right: none;
	float:none;
	}





#webinar blockquote {
background-color:#F3EEDB;
border:1px solid #8D2300;
margin:10px auto;
padding:0;
width:70%;
}

#webinar blockquote, #webinar .webinarBox {
	
width:70%;	
}

#webinar img {
	
border:1px solid #888888;
clear:both;
float:left;
margin:5px 10px 0 5px;
padding:0;
}



#webinar img.pointer{

border:none;
margin-right:2px;
padding:0;
}

.scriptText {display:block;}
.noscriptText {display:none;}

.webinarBox 
{
	border: 1px solid #8d2300;
	width: 80%;
	margin: 10px auto;
	padding: 0;
	background-color: #f3eedb;
}

.webinarBox ul
{
	margin-top: -5px;
}

.webinarBox ul ul 
{
	margin-top: 0;
	margin-bottom: 5px;
}

.webinarBox p
{
	padding: 3px;
}

.webinarBox p.title
{
	display: block;
	background-color: #8d2300;
	color: #f3eedb;
	padding: 3px;
	margin:0;
	font-weight: bold;
}

/*-----------------------------------------------------------*/
.liaison_float {
	float:left;
	margin-right:50px;
}

#liaisonCol1
{
	float: left;
	width: 48%;
}

#liaisonCol2
{
	float: right;
	width: 48%;
}


#eventSubtitle h1

{
	/*positions h1 behind headerImage
	z-index: 0;
	position: absolute;
	background: none;
	color: #000000;*/
	
	/* positions h1 in front of image - set image z-index to 0;
	display: block;
	color: #ffffff;
	font-size: 150%;
	font-weight: bold;
	z-index: 1;
	position: absolute;
	left: 189px;
	background: none;*/
	
	
}

/*positions image in front of #Subtitle h1*/

.headerImage
{
	position: relative;
	z-index: 5;
}




#eventsMenu
{
	display: block;
	margin: 5px auto;
	width: auto;

}

#eventsMenu .menuItem
{
	margin: 10px 5px 20px 5px;
	width: 175px;
	float: left;
	clear: none;
}


#eventsMenu .menuItem h2
{
	font-size: 70%;
	color: #8d2300;
	margin: 0;
}

#eventsMenu .menuItem h2 a:link
{
	color: #8d2300;
	text-decoration: none;
}


#eventsMenu .menuItem h2 a:visited
{
	color: #8d2300;
	text-decoration: none;
}

#eventsMenu .menuItem h2 a:hover
{
	color: #cc3300;
}



#eventsMenu .menuItem img
{
	margin-right: 3px;
	border: 1px solid #515151;
}



#eventsMenu .menuItem p
{
	font-size: 65%;
}

#eventsCol1 
{
	width: 65%;
	margin: 5px 3px 25px 3px;
	border: 1px solid #CCCCCC;
	float: left;
	clear: left; 
	background-color: #F7F2E1;
}

#eventsCol1 img
{
	float: left;
	margin: 8px;
	margin-top: 0;
	border: 1px solid #888888;
}

#eventsCol2 
{
	width: 33%;
	margin: 5px 0px;
	border: 0;
	float: right;
}

#eventsCol2 .smalltext 

{
	font-size:75%;
}

#eventsCol2 ul, #eventsCol2 ol
{
	margin-top: 2px;
	margin-bottom: 2px;
}


#eventsCol2 li
{
	font-size: 75%;
	padding: 3px 0;
}



.button 
{
	background-color: #f7f2e1;
	border: 1px solid #cccccc;
	padding: 7px;
	
}

.button a:link, .button a:visited, .button a:hover, .button a:active
{
	text-decoration: none;
	color: #8d3200;
}


.button a:hover { color: #cc3300; } /*red*/


.registerButton
{
	background: #8d2300;
	padding: 0px;
	width: 120px; 
	text-align: center; 
	font-size: 80%; 
	font-weight:bold;
	display: block;
	margin: 3px auto;
}

.registerButton a
{
	display: block;
	width: 120px; 
	padding: 5px 0;
	height: 15px;
}

.registerButton a:link, .registerButton a:visited, .registerButton a:hover, .registerButton a:active
{
	text-decoration: none;
	color: #f3eedb;

}


.registerButton a:hover 
{ 	
	background-color: #cc3300; 
	color: #f7f2e1;

}

/* -------------------FORM STYLES------------------------*/
.registrationBox
{
	border: 1px dashed #8d2300;
	width: 70%;
	margin: 10px 0 10px 20px;
	padding: 5px 0 5px 5px;
	background-color: #f3eedb;

}

.regForm label 
{
	clear:left;
	float:left;
	margin-left: 8px;
	font-size: 90%;
	font-weight: bold;
}

.regForm input, .regForm select
{
	clear: left;
	float:left;
	margin-left: 26px;
	margin-bottom: 12px;
}

.regForm .but
{
 	margin-left: 8px;
}

.clear 
{
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.readOnlyField
{
	background-color:#F4F4EA;
}


/* ---------------------------------------------------------ASK NDTAC ------------------------------------------------------------------ */

#askNDTAC
{ 
	display: block;
}


#printAskNDTAC 
{
	display: none;
}


#askNDTACform 
{ 	
	width: 350px; 
}


/* ---------------------------------------------------- LISTSERV SIGN UP ------------------------------------------------------------------ */
.signup  {
    margin-left: 20px;
}


.signup label {
	 font-size: 80%; 
	 color: #9D0C0C;
}

/* ---------------------------------------------------- UPCOMING EVENTS ------------------------------------------------------------------ */

#eventsCol2 #displayEvents .smallText, #column2 #displayEventsHome .smallText, #displayEvents .smallText {
	font-size: 0.7em;

}

#eventsCol2 #displayEvents h5  {
	margin-top: 12px;

}



#displayEvents .register, #displayEventsHome .register {
	font-size: 0.7em;
	font-weight: bold;
	color: #C52D00;

}

.register a {
	color: #C52D00;

}

/* Events page*/
#eventsCol2 #displayEvents .register {
	
	margin: -10px 0 0 5px;
	
}

/*Home*/
#column2 #displayEventsHome .register {

	margin-top: 0px;

}

#displayEvents .register { 
	margin-top: -8px;

}

#eventsCol2 #displayEvents {
	/*margin: 12px 0 20px 3px;*/
	margin: 0px 0 20px 3px;

}

#column2 #displayEventsHome  {
	margin: 12px 0 0 10px;
	padding-bottom: 10px;

}

#column2 #displayEventsHome h5  {
	margin-top: 12px;

}


.eventType {
	color: #C52D00;
	font-size: 0.85em;
}


/* ---------------------------------------------------- RECENT EVENTS SECTION - EVENT PAGE ------------------------------------------------------------------ */


#eventsCol1 a.readMore {
	text-decoration:none;
	font-size: 85%;
	font-weight:bold;
}


#eventsCol1 .ttDesc {
	margin-bottom: 20px;
}

#eventsCol1 .ttDesc ul { 

	margin-top: -5px;
	margin-bottom: 2px;
}

.tt_divider {
width:90%;
border: none;  
color: #cccccc; 
height: 1px; 
border-bottom: 1px dotted #b4b4b4;
margin: 20px auto;
*margin: 20px 0px 20px 50px;
}


/*------------------------------------ URL types -------------------------*/

.pdfSpan, a.pdf:link span, a.pdf:visited span, a.pdf:hover span, a.pdf:active span
{
	*background:  url(/nd/images/icons/icon_pdf.gif) top left no-repeat;
	
}


a.pdf:link, a.pdf:visited, a.pdf:hover, a.pdf:active
{
	background:  url(/nd/images/icons/icon_pdf.gif) 100% 100% no-repeat;

	
}


.wordSpan, a.word:link span, a.word:visited span, a.word:hover span, a.word:active span
{
	*background:  url(/nd/images/icons/icon_word.gif) bottom left no-repeat;

}


a.word:link, a.word:visited, a.word:hover, a.word:active
{
	background:  url(/nd/images/icons/icon_word.gif) 100% 100% no-repeat;

}


.pptSpan, a.ppt:link span, a.ppt:visited span, a.ppt:hover span, a.ppt:active span
{
	*background:  url(/nd/images/icons/icon_powerpoint.gif) bottom left no-repeat;

}


a.ppt:link, a.ppt:visited, a.ppt:hover, a.ppt:active
{
	background:  url(/nd/images/icons/icon_powerpoint.gif) 100% 100% no-repeat;
	
}

.excelSpan, a.excel:link span, a.excel:visited span, a.excel:hover span, a.excel:active span
{
	*background:  url(/nd/images/icons/icon_excel.gif) bottom left no-repeat;

}


a.excel:link, a.excel:visited, a.excel:hover, a.excel:active
{
	background:  url(/nd/images/icons/icon_excel.gif) 100% 100% no-repeat;
	
}


.wmvSpan, a.wmv:link span, a.wmv:visited span, a.wmv:hover span, a.wmv:active span
{
	*background:  url(/nd/images/icons/icon_player.gif) top left no-repeat;
	
}


a.wmv:link, a.wmv:visited, a.wmv:hover, a.wmv:active
{
	background:  url(/images/icons/icon_player.gif) 100% 100% no-repeat;
	
}

.pdfSpan, a.pdf:link span, a.pdf:visited span, a.pdf:hover span, a.pdf:active span, .wordSpan, a.word:link span, a.word:visited span, a.word:hover span, a.word:active span, .pptSpan, a.ppt:link span, a.ppt:visited span, a.ppt:hover span, a.ppt:active span, .excelSpan, a.excel:link span, a.excel:visited span, a.excel:hover span, a.excel:active span, .wmvSpan, a.wmv:link span, a.wmv:visited span, a.wmv:hover span, a.wmv:active span
{
	display:none; /*turn off span in compliant browser */
	*padding-left: 45px;
	*display: inline-block;
	*position:absolute; 
	 *text-indent:-9999px;
	 *text-decoration: none;
	width: 20px;
	*margin-left: 3px; /*add space inside of the span */
}


a.pdf:link, a.pdf:visited, a.pdf:hover, a.pdf:active, a.word:link, a.word:visited, a.word:hover, a.word:active, a.ppt:link, a.ppt:visited, a.ppt:hover, a.ppt:active, a.excel:link, a.excel:visited, a.excel:hover, a.excel:active, a.wmv:link, a.wmv:visited, a.wmv:hover, a.wmv:active
{
	padding-right: 15px;
	margin-right: 3px;
	display:inline; 
	*background-image: none; /*turn off bg image in IE*/
	
}


li a.pdf:link, li a.pdf:visited, li a.pdf:hover, li a.pdf:active, li a.word:link, li a.word:visited, li a.word:hover, li a.word:active, li a.ppt:link, li a.ppt:visited, li a.ppt:hover, li a.ppt:active, li a.excel:link, li a.excel:visited, li a.excel:hover, li a.excel:active, li a.wmv:link, li a.wmv:visited, li a.wmv:hover, li a.wmv:active
{
	padding-right: 20px;
	line-height: 15px;
}



/*----------------------------------------------------------------------------*/
