/* CSS Document *//* CSS Document */
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {
	height:0px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:11px; /* this page only */
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	position:relative;
	z-index:600;
	padding:0;
	margin:0;
	list-style-type:none;
	width:200px;
}
/* style the list items */
.menu li {
background: #dedbdb;
height:26px;
/* for IE7 */
float:left;
}
.menu li.sub { background-color:none;} 

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:200px;
color:#000;
text-indent:5px;
border-bottom:1px dotted #000000;
border-width:1px 1px 1px 1px;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {width:300px; width:200px;}
/* style the link hover */
* html .menu a:hover {color:#efa; background:#aa7; position:relative;}

.menu li:hover {position:relative;}

/* For accessibility of the top level menu when tabbing */
.menu a:active, .menu a:focus {color:#efa; background:#aa7;}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.menu li:hover > a {color:#FFFFFF; background:#99CC33;}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu li ul {
visibility:hidden;
position:absolute;
top:-1px;
/* set up the overlap (minus the overrun) */
left:200px;
/* set up the overrun area */
padding:1px;
/* this is for IE to make it interpret the overrrun padding */
background:transparent url(images/transparent.gif);
}

/* for browsers that understand this is all you need for the flyouts */
.menu li:hover > ul {visibility:visible;}


/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.menu ul a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.menu ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.menu ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link */
.menu ul a:hover ul {
visibility:visible;
}

/* make the fifth level visible when you hover over fourth level link */
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
.menu2 {
	height:10px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:11px; /* this page only */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu2 ul {
position:relative;
z-index:600;
padding:0;
margin:0;
list-style-type:none;
width:200px;
}
/* style the list items */
.menu2 li {
background: #dedbdb;
height:26px;
/* for IE7 */
float:left;
}
.menu2 li.sub { background-color:none;} 

/* get rid of the table */
.menu2 table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu2 a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:200px;
color:#000;
text-indent:5px;
border-bottom:1px dotted  #000000;
}
/* hack for IE5.5 */
* html .menu2 a, * html .menu2 a:visited {width:300px; width:200px;}
/* style the link hover */
* html .menu2 a:hover {color:#efa; background:#aa7; position:relative;}

.menu2 li:hover {position:relative;}

/* For accessibility of the top level menu when tabbing */
.menu2 a:active, .menu a:focus {color:#efa; background:#aa7;}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.menu2 li:hover > a {color:#FFFFFF; background:#99CC33;}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu2 li ul {
visibility:hidden;
position:absolute;
top:-275px;
/* set up the overlap (minus the overrun) */
left:200px;
/* set up the overrun area */
padding:1px;
/* this is for IE to make it interpret the overrrun padding */
background:transparent url(images/transparent.gif);
}

/* for browsers that understand this is all you need for the flyouts */
.menu2 li:hover > ul {visibility:visible;}


/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.menu2 ul a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.menu2 ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.menu2 ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link */
.menu2 ul a:hover ul {
visibility:visible;
}

/* make the fifth level visible when you hover over fourth level link */
.menu2 ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}


.menu3 {
height:10px;
font-family: Tahoma, Helvetica, sans-serif;
font-size:11px;
margin:0px 0px 0px 0px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu3 ul {
	position:relative;
	z-index:0;
	padding:0;
	margin:0;
	list-style-type:none;
	width:200px;
	height: 10;
}
/* style the list items */
.menu3 li {
background: #dedbdb;
height:26px;
/* for IE7 */
float:left;
}
.menu3 li.sub { background-color:none;} 

/* get rid of the table */
.menu3 table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu3 a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:200px;
color:#000;
text-indent:5px;
border-bottom:1px dotted  #000000;
}
/* hack for IE5.5 */
* html .menu3 a, * html .menu3 a:visited {width:300px; width:200px;}
/* style the link hover */
* html .menu3 a:hover {color:#efa; background:#aa7; position:relative;}

.menu3 li:hover {position:relative;}

/* For accessibility of the top level menu when tabbing */
.menu3 a:active, .menu3 a:focus {color:#efa; background:#aa7;}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.menu3 li:hover > a {color:#FFFFFF; background:#99CC33;}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu3 li ul {
visibility:hidden;
position:absolute;
top: -0px;
/* set up the overlap (minus the overrun) */
left:200px;
/* set up the overrun area */
padding:1px;
/* this is for IE to make it interpret the overrrun padding */
background:transparent url(images/transparent.gif);
}

/* for browsers that understand this is all you need for the flyouts */
.menu3 li:hover > ul {visibility:visible;}


/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.menu3 ul a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.menu3 ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.menu3 ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link */
.menu3 ul a:hover ul {
visibility:visible;
}

/* make the fifth level visible when you hover over fourth level link */
.menu3 ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}

Body {
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;	
	background-color:#FFFFFF;
}

.bbackground{
background-image:url(images/bg-nbc-2.jpg);
background-repeat: no-repeat;
}

.toplinks{
	font-family:Frutiger, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size:12px;
	font-weight: bold;
}

.toplinks:hover{
	font-family:Frutiger,Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#000000;
	font-size:12px;
}

.toplinks1:hover{
	font-family:Frutiger,Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:24px;
}


.Footer {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	line-height:normal;
	text-align: left;

}

.leftnav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #56764c;
	line-height:20px;
	text-decoration: none;
}

.leftnav:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	line-height:20px;
	text-decoration: none;
}

.Footerlinks {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #0099FF;
	line-height:20px;
	text-decoration: none;
}

.Footerlinks:hover {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	line-height:20px;
	text-decoration: none;
}

.top1{
	border-top-width:1px;
	border-top-style: solid;
	border-top-color: #e2e2e2;
	border-bottom-width:1px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e2;
}
.right1{
	border-right-width: 1px;
	border-right-style:solid;
	border-right-color: #e7e8a3;
}

.right2{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.borderright{
	border-right-width: 1px;
	border-right-style:solid;
	border-right-color: #e7e8a3;
}

.borderrightline{
	border-right-width: 1px;
	border-right-style:solid;
	border-right-color: #ffffff;
}
.bottom{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
	margin-right:20px
    margin-left:20px;
}
.dotted{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	margin-right:20px
    margin-left:20px;
}

.bottom1{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e8a3;
	margin-right: 20px;
    margin-left: 20px;
}
.theschool{
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #006982;
}

.rightdots{
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	border-bottom-width:1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style:dotted;
}
.righline{
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	}

.leftline{
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#efefef;
	}		
	
.breadlinks {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin-right:5px;
	text-decoration: none;
}

.breadlinks:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#E85100;
	text-decoration: none;
}

.breadlinks1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#097bc7;
	margin-right:5px;
	text-decoration: none;
}

.breadlinks1:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration: none;
}
.inputform{
	width: 45mm;
	height:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	border-top: 1px solid #B6B5B6;
	border-right: 1px solid #B6B5B6;
	border-bottom: 1px solid #B6B5B6;
	border-left: 1px solid #B6B5B6;
}

.inputtext{
	width: 65mm;
	height:100px;
	background-color: #F7F9E9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom:1px;
	border-bottom-color: #F0F5DC;
	border-bottom-style:solid;
	border-right:1px;
	border-right-color: #F0F5DC;
	border-right-style:solid;
	border-top:1px;
	border-top-color:#B6B5B6;
	border-top-style:solid;
	border-left:1px;
	border-left-color:#B6B5B6;
	border-left-style:solid;
	color: black;
}
.inputtext2{
	width: 65mm;
	height:20px;
	background-color: #F7F9E9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom:1px;
	border-bottom-color: #F0F5DC;
	border-bottom-style:solid;
	border-right:1px;
	border-right-color: #F0F5DC;
	border-right-style:solid;
	border-top:1px;
	border-top-color:#B6B5B6;
	border-top-style:solid;
	border-left:1px;
	border-left-color:#B6B5B6;
	border-left-style:solid;
	color: black;
}
		
.bodytext{
         font-family:Arial, Helvetica, sans-serif;
		 font-size:12px;
		 line-height:18px;
		 color:#000000;
		 margin-right:20px;
		 margin-top:10px; 
		 
}

.numbers{
         font-family:Arial, Helvetica, sans-serif;
		 font-size:12px;
		 line-height:18px;
		 color:#000000;
		 margin-left:10px;
		 margin-right:10px;
		 margin-top:0px;
		 
}
.bodytext2{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#3b4f33;
		line-height:16px;
		text-align:left;
		margin-top:none;
		margin-left:30px;
		}	
.bodytext3{
         font-family:Arial, Helvetica, sans-serif;
		 font-size:11px;
		 line-height:18px;
		 color:#707070;
		 margin-top:10px;	
		} 
.bodytext4{
		font-family: Arial, Helvetica, sans-serif
		font-size:24px;
		color:#000000;
		line-height:none;
		text-align:justify;
		margin-top:none;
		}		
.bodytext5{
		font-family:Arial, Helvetica, sans-serif;
		 font-size:11px;
		 line-height:18px;
		 color:#f0f2ef;
		 margin-top:10px;	
		 
.bodytextmenu{
         font-family:Arial, Helvetica, sans-serif;
		 font-size:11px;
		 line-height:18px;
		 color:#000000;
		 margin-left:0px;
		 margin-right:20px;
		 margin-top:0px; 
		 
}
.image{
         font-family:Arial, Helvetica, sans-serif;
		 font-size:12px;
		 line-height:18px;
		 color:#000000;
		 margin-left:20px;
		 margin-right:10px;
		 margin-top:5px; 
		 
}
.bodytextnew{
         font-family: Tahoma;
		 font-size:11px;
		 color: #333333;
		 text-align:left;
		} 
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

