/* 
--------------------------------------------------
www.nea.fr general print styles
Version:  July 2007
The styles are arranged as follows:
		I.	Exclusions
		II.    	HTML elements
		II.  	Generic and special classes
		III.   	Tab navigation elements
		IV.   	Breadcrumb navigational elements
		V.   	Footer
		
--------------------------------------------------*/

/* 
I.  Exclusions
--------------------------------------------------*/ 


DIV.banner {display: none;!important;}
  
DIV. LayerBanner {display: none;!important;} 


/* 
I.  Defines HTML Elements
--------------------------------------------------*/ 


html, body {
		background: #FFFFFF;
		color: #333333;
		margin: 0px;
		padding: 0px; 
		font: 13px/1.2em Verdana, Arial, Helvetica, sans-serif;
}


h1  {		background: white; 
		font-size: 16px; 
		color: black; 
		padding-bottom: 1px; 
		border-bottom: 1px  solid gray;
}

h2 {		background: white; 
		font-size: 14px; 
		color: black; 
		padding-bottom: 1px; 
		border-bottom: 1px  solid gray;
}



h3 {		background: white; 
		font-size: 13px; 
		color: black; 
		padding-bottom: 1px; 
		border-bottom: 1px  solid gray;
}

h4 { 		background: white; 
		color: black; font-size: 13px; 
		font-weight: bold}

h5 {
		font: bold 100% Verdana, Arial, sans-serif;
		color: black;
		border-bottom: 1px 
  		solid black;
  				}


h6 { 		background: white; 
		color: black; font-size: 13px; 
		font-weight: bold}


dl, dt, dd { 
		margin-left: 5px;
}

ul {	
		list-style: outside square; 
		}

ol {
		
}

a:link, a:visited  { 
		color: #2A54A9;
		text-decoration:underline;
		background-color: transparent;
}   

a:hover { 
		color: #A52A2A;
		text-decoration: underline;
		background-color: transparent;	
} 



/* 
II.   Generic and special classes
--------------------------------------------------*/

.supersmall {
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 10px;
		line-height: 10px; 
}

.bodytext { 
	
 	font: 13px/1.2em Verdana, Arial, Helvetica, sans-serif; 
	} 
	
	.blurb { 
	
 	font: 11.5px/1.2em Verdana, Arial, Helvetica, sans-serif; 
	} 

.cpsimportant { 
	font: 13px/1.2em Verdana, Arial, Helvetica, sans-serif;
	background-color: #BBDDFF; 
	} 

.smallimagefloat {
	float: right;
	width:130px;
	margin: 0 0 10px 10px;
	background-color: #CCCCCC;
	padding: 5px 5px;
	border: 1px #666 solid; 
	clear: none; 
	clip: rect( )} 
	
.mediumimagefloat {
	float: right;
	width:200px;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 18px;
	margin-bottom: 8px;
	background-color: #FFFFFF;
	padding: 5px 5px;
	clear: none; 
	clip: rect( )
	font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 10px;
		line-height: 10px; } 
		
.imagefloat {
	float: right;
	width:303px;
	margin: 0 0 10px 10px;
	background-color: #CCCCCC;
	padding: 5px 5px;
	border: 1px #666 solid; 
	clear: none; 
	clip: rect( )} 
	
div.imagefloat img { 
	border: 1px solid #000; } 

.largeimagefloat {
	float: right;
	width:403px;
	margin: 10px 0 10px 10px;
	background-color: #CCCCCC;
	padding: 5px 5px;
	border: 1px #666 solid; 
	clear: none; 
	clip: rect( )
	} 
	
.700pixelimagefloat {
	float: left;
	width:700px;
	margin: 15px 15px 15px 15px;
	background-color: #CCCCCC;
	padding: 5px 5px 5px 5px;
	border: 1px #666 solid; 
	clear: none; 
	clip: rect( )
	} 
.enormousimagefloat {
	float: right;
	width:957px;
	margin: 10px 0 10px 10px;
	background-color: #CCCCCC;
	padding: 5px 5px;
	border: 1px #666 solid; 
	clear: none; 
	clip: rect( )
	} 
	
div.largeimagefloat img { 
	border: 1px solid #000; 
	} 
	
.whiteheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background: #003399;
} 

.newstitle {
	color: #003399;
	font-size: 24px;
	font-weight: bold;
}

.subscript { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	line-height: normal; 
	font-weight: normal; 
	color: #000000; 
	clip: rect( );
	vertical-align: sub 
} 

.superscript { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}

/* 
IV.  Tab navigation elements
--------------------------------------------------*/ 

#menu {
	display: block;
	height: 28px;
	margin: 0px;
	background: #D1D1D1;
	border-bottom: 1px solid #666666;
	left: -1px;
	border-top: 3px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;

}

/* hack for Mac IE 5.2 to ignore following rules \*/
#menu ul {
	position: absolute;
	top: 10px; 
}

#menu ul {
	margin:0px;
	padding: 0px 0px 0px 7px;
	position: relative;
	top: 7px; 
	left: -9px;
	list-style-type: none;
	
}


/* hack for Mac IE 5.2 to ignore following rules \*/
#menu ul {
	/*/position: absolute;
	top: 7px; /* MR 12-1 */
}

* html #menu ul {
	position: relative;
	top: 7px; /* Parsed by IE 5.5 */
	voice-family:"\"}\"";
	voice-family:inherit;
	top: 7px; /* Parsed by IE 6 and other browsers */
	
}

#menu li {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
	width: auto; /* MR 12-1 */
	float: left;
	position: relative;

}

#menu a:link, 
#menu a:visited
{
	display: block;
	float: left;
	background: #003399;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	margin-right: 4px;
	border: 1px solid #666666;
	text-decoration: none;
	color: #FFFFFF;
}
#menu li strong {
	float: left;
	background: #ffffff;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	margin-right: 8px;
	border: 1px solid #666666;
	text-decoration: none;
	color: #333;
}

#menu li li {
	width: 100%;
	}

#menu a:link .active,
#menu a:visited .active,
#menu li strong {
	border-bottom: 1px solid #fff;
	background-color:  #FFFFFF;
}

#menu a:hover {
	
	background-color: #386BB5;
	
}

/* Styles for Menu Items */
#menu ul li a {
	display: block;
	text-decoration: none;
	
	}
	

/* initialy hide all sub menus */
#menu li ul {
	display: none;
	position: absolute;
	z-index: 10;
	width: 200px;
	height:auto;
	padding: 15px 0px 0px 9px;
 	background: transparent;


}
#menu li ul a{
	display: block;
	position:relative;
	z-index: 11;
	width: 200px;
	border-bottom: 1px solid #fff;
	background-color: #ADB9D3;
}
/* display them on hover */
#menu li:hover>ul {
	display: block;
	width: 100%;

	
}
#menu li:hover li:hover li ul {
	visibility: visible;
}
 
/* this is needed if you want to style #menu div - force containment of floated LIs inside of main UL */
#menuList:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}


/* IV.  Breadcrumb navigational elements
--------------------------------------------------*/ 

#breadcrumbs {
	position: relative;
	top: 2px;
	height: auto;
	width: auto;
	background: #FFFFFF;
	border-right: 1px solid #d8d8d8;
	color: #000;
	width: 770px;
}

* html #breadcrumbs {
	top: 0px;
}

#breadcrumbs a {
	border-bottom: 0px;
}

#breadcrumbs ul {
	margin: 0px;
	padding: 0px; 
}


#breadcrumbs li {
	display: inline;
	position: relative;
	left: 10px;
	margin: 0px;
	line-height: 2.5em;
}

#breadcrumbs li#child,
#breadcrumbs li#child a,
#breadcrumbs li.child {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	
}

#breadcrumbs li a:link, 
#breadcrumbs li a:visited {
	text-decoration: none;
	color: #a52a2a;
	background-color: transparent;
}

#breadcrumbs li a:hover {
	text-decoration: underline;
	color: #a52a2a;
	background-color: transparent;
}


/* 
V.  Footer
--------------------------------------------------*/ 


#footer {
	
	position: relative;
	width: 100%;
	height: 50px;
	background: #D1D1D1;
	border-top: 3px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 2px;
	font: 9px/1.5em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	
	}
	
	
* html #footer {
	bottom: 10px;
	width: 98%;/* Read by IE 5.5 */
	/*voice-family:"\"}\""; */
	/*voice-family:inherit;*/
	width: 100%; /* Read by IE 6 and Mozilla */
	height: 47px;
	background: #D1D1D1;
	border-top: 3px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 2px;
	font: 9px/1.5em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}


/*
--------------------------------------------------*/ 

