@charset "utf-8";
/* CSS Document */

/* Font Size Changer CSS */

.currentSize {
}

.bigSize {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 0;
	margin: 0;
	border-bottom-color: #514e86;
}

.biggerSize {
}

/* Main Body CSS */

body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #fef9f0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(/images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: scroll;
}

/* Xigla Login CSS */

#login {
	margin-top: 14px;
	background-color: #ffffff;
	Height:300px;
	width: 778px;
	
}	

#login a:link {
	text-decoration: underline;
	color: #333333;
	font-size: 0.6em;
}
#login a:visited {
	color: #333333;
	text-decoration: underline;
	font-size: 0.6em;
}
#login a:hover {
	text-decoration: none;
	color: #333333;
	font-size: 0.6em;
}

#login a:active {	
	text-decoration: underline;
	color: #333333;
	font-size: 0.6em;
	}	

/* Breadcrumbs CSS */

.breadcrumbs {
	font-size: 0.9em;
	font-weight: normal;
	color: #666666;
	margin-top: 6px;
	margin-left: 208px;
	padding-right: 6px;
	text-align: left;
	margin-bottom: -6px; 
	}
	
.breadcrumbs a:link {
	text-decoration: underline;
	color: #666666;
}
.breadcrumbs a:visited {
	text-decoration: underline;
	color: #666666;
}
.breadcrumbs a:hover {
	text-decoration: none;
	color: #666666;
}	

/* Container CSS */

.thrColFixHdr #container {
	width: 778px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #ffffff;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #ffffff;
	border-left-color: #ffffff;
	padding: 0px;
}

/* Header CSS */

.thrColFixHdr #header {
	background-color: #FFFFFF;
	padding: 0 0 0 0;
	text-align: left;
	margin: 0 0 0 0;
	/* background-image: url(/images/nbrhc-header.jpg); */
	background-image: url(/images/nbgh-header.jpg);
	/* background-image: url(/images/header_bg.jpg); */
	background-repeat: no-repeat;
	background-position: left top;
	width:778px;
	border-top-width: 0px;
	border-top-style: none;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 

/* Foundation Header CSS */

.thrColFixHdr #headerFoundation {
	background-color: #FFFFFF;
	padding: 0 0 0 0;
	text-align: left;
	margin: 0 0 0 0;
	background-image: url(/foundation/images/header-foundation.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:778px;
	border-top-width: 0px;
	border-top-style: none;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 

/* Persistant Navigation CSS */

.thrColFixHdr #persistantNav {
	background-color: #514e86;
	height: 24px;
	width: 778px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.thrColFixHdr #persistantNavLeft {
	color: #ffffff;
	padding-left: 15px;
	padding-top: 4px;
	font-weight: bold;
	float: left;
}

.thrColFixHdr #persistantNavRight {
	color: #dee7d2;
	padding-right: 15px;
	padding-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: right;
}

.thrColFixHdr #persistantNavSearch {
	color: #dee7d2;
	padding-right: 15px;
	padding-top: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
}

.thrColFixHdr #persistantNavLeft a {
	color: #FFFFFF;
	text-decoration: none;
}

.thrColFixHdr #persistantNavLeft a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.thrColFixHdr #persistantNavRight a {
	color: #dee7d2;
	text-decoration: none;
}

.thrColFixHdr #persistantNavRight a:hover {
	color: #dee7d2;
	text-decoration: underline;
}

.seperatorNav {
	padding-right: 2px;
	padding-left: 2px;
}

/* Feature Image CSS */

.thrColFixHdr #feature {
	background-color: #ffffff;
	padding-top: 1px;
}

.thrColFixHdr #feature img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Left Column (Sidebar) Vertical Navigation Menu CSS */

.thrColFixHdr #sidebar1 {
	float: left;
	width: 202px;
	background: #ffffff;
	border: 0;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	
}

.thrColFixHdr #menu {
	background: #e4e4e6;
	border: 0;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.thrColFixHdr #menuBottom {
	background-image:  url(../images/menu_bottom.gif);
	height: 25px;
	border: 0;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	font-size: 11px;
	width: 192px;
}

.thrColFixHdr #menuBottomSM {
	background-image:  url(../images/menu_bottom-sm.gif);
	height: 5px;
	border: 0;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 6px;
	width: 192px;
}

#submenu {
	background-image: url(/images/bg_submenu.gif);
	background-color: #FFFFFF;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0em;
	display: block;
	height: 100%;

}

#submenu ul {
	
	text-indent: 0em;
	}

#submenu li {
	margin-bottom: 0;
	}
	
.menuManual {
	padding-top: 3px;
	margin-left: 6px;
	padding-bottom:3px;
	background-image: url(/images/bg_submenu.gif);
	width: 190px;
}

.menuManual a:link {
	text-decoration: none;
	color: #333333;

}
.menuManual a:visited {
	color: #333333;
	text-decoration: none;
}
.menuManual a:hover {
	text-decoration: underline;
	color: #333333;
}

.menuManual a:active {	
	text-decoration: none;
	color: #333333;
	}
	
.menuManualLast {
	margin-left: 6px;
	margin-top: 3px;
	padding-bottom:3px;
}

.menuManualLast a:link {
	text-decoration: none;
	color: #333333;
}
.menuManualLast a:visited {
	color: #333333;
	text-decoration: none;
}
.menuManualLast a:hover {
	text-decoration: underline;
	color: #333333;
}

.menuManualLast a:active {	
	text-decoration: none;
	color: #333333;
	}
		
.menuBullet ul li{
	padding-left: 1px;
	margin-top: .2em;
	margin-bottom: .4em;
	margin-left: -45px;
	}	

/* Vertical Menu Navigation */

#verticalMenu {
	width: 180px;
	margin-left: 6px;
	padding-right: 6px;
}
#verticalMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#verticalMenu li {
	list-style: none;
	background-image: url(/images/bg_submenu.gif);
	padding-top: 3px;
	padding-bottom: 3px;
}
#verticalMenu li a:link, #verticalMenu li a:visited  {
	text-decoration: none;
	color: #333333;
	padding-bottom: 12px;
	
}
#verticalMenu li a:hover {
	text-decoration: underline;	
}
#verticalMenu ul ul {
	margin-left: 12px;
	
}
#verticalMenu ul ul li {
	display: block;
	padding-left:14px;
	background-image: url(/images/bullet_sub.gif);
	background-repeat: no-repeat;
	background-position: 1px 7px;
	
}
#verticalMenu ul ul a:link, #verticalMenu ul ul a:visited {
	color: #333333; 
}

#verticalMenu ul ul a:hover {
	text-decoration: underline;	
}
.activenav {
	font-weight: bold;
}

.flyout ul{
	margin: 0;
	padding: 0;
list-style-type: none;
width: 199px;
}
 
.flyout ul li{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
}

/* Top level menu links style */
.flyout ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #333;
	text-decoration: none;
	background-image: url(/images/bullet_sub.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	
}

.flyout ul li a:link, .flyout ul li a:visited, .flyout ul li a:active{
 /*background of tabs (default state)*/
}

.flyout ul li a:visited{
}

.flyout ul li a:hover{
text-decoration: underline;
}



.flyout a.anchorclass{
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 99% center;
}

.menuItem {
	display: block;
	padding-left:14px;
}
.menuItem a{
	background-image: url(/images/bullet_sub.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
}

.menuItem2 {
	display: block;
	padding-left:18px;
}

.menuItem2 a{
	background-image: url(/images/bullet_sub.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
}

.menuLevel {
	padding-bottom:4px;
	background-image: url(/images/bg_submenu.gif);
}		
	
/* Main Content Box CSS */

h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #eb7454;
	padding-bottom: 0px;
	padding-top: 8px;
	text-align: left;
	}
	
h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
	padding-bottom: 0px;
	margin-top: -8px;
	text-align: left;
	}		
	
.content {
	font-size: 1.1em;
}	

p {
	margin-top: 0px;
	margin-bottom: 12px;
}

.caption {
font-size: 0.8em;
font-style: italic;
}

.textWhite {
	color: #FFF;
}

/* Form CSS */

.required {
	color: #514e86;
	}	

/* Footer CSS */

#footer {
	margin-top: 14px;
	background-color: #fef9f0;
	background-position: bottom;
	Height:100%;
	width: 778px;
} 

 #footer p {
	margin: 0 0 0 0;
	padding: 15px 0;
	text-align: center;
}

#footer a:link {
	text-decoration: underline;
	color: #333333;
}
#footer a:visited {
	color: #333333;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
	color: #333333;
}

#footer a:active {	
	text-decoration: underline;
	color: #333333;
	}

/* Float CSS */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Break Tag CSS */
br {
	line-height: 6px;
}

/* Bullet Points CSS */
	
.bullet {
margin-left: 0;
padding-left: 0;
list-style: none;
margin-top:0em;
margin-bottom:0em;
	}
	
.bullet ul {
list-style-type: none;
		}
	
.bullet li {
background-image: url(/images/bullet.gif);
padding-left: 10px;
background-repeat: no-repeat;
background-position: 0 .5em;
margin-bottom: .6em;
	}	
	
.bullet ul li{
background-image: url(/images/bullet_sub.gif);
padding-left: 10px;
background-repeat: no-repeat;
background-position: 0 .5em;
margin-top: .2em;
margin-bottom: .4em;
margin-left: -35px;
	}				
	
.bullet a:link {
	text-decoration: none;
	color:  #333333
}
.bullet a:visited {
	text-decoration: none;
	color:  #333333
}
.bullet a:hover {
	text-decoration: underline;
	color:  #333333
}			

ul {
	list-style-type: circle;
	margin-top: 6px;
	margin-bottom: 0px;
}

li {
margin-bottom: .6em;
}			

/* PDF Bullet Points CSS */
	
.icon-pdf {
margin-left: 0;
padding-left: 0;
list-style: none;

	}
	
.icon-pdf ul {
list-style-type: none;
		}
	
.icon-pdf li {
background-image: url(/images/icon-pdf.png);
padding-left: 20px;
background-repeat: no-repeat;
	}				
	
.icon-pdf a:link {
	text-decoration: none;
	color:  #333333
}
.icon-pdf a:visited {
	text-decoration: none;
	color:  #333333
}
.icon-pdf a:hover {
	text-decoration: underline;
	color:  #333333
}

/* WORD Bullet Points CSS */
	
.icon-word {
margin-left: 0;
padding-left: 0;
list-style: none;

	}
	
.icon-word ul {
list-style-type: none;
		}
	
.icon-word li {
background-image: url(/images/icon-word.png);
padding-left: 20px;
background-repeat: no-repeat;
	}				
	
.icon-word a:link {
	text-decoration: none;
	color:  #333333
}
.icon-word a:visited {
	text-decoration: none;
	color:  #333333
}
.icon-word a:hover {
	text-decoration: underline;
	color:  #333333
}

/* EXCEL Bullet Points CSS */
	
.icon-excel {
margin-left: 0;
padding-left: 0;
list-style: none;

	}
	
.icon-excel ul {
list-style-type: none;
		}
	
.icon-excel li {
background-image: url(/images/icon-excel.png);
padding-left: 20px;
background-repeat: no-repeat;
	}				
	
.icon-excel a:link {
	text-decoration: none;
	color:  #333333
}
.icon-excel a:visited {
	text-decoration: none;
	color:  #333333
}
.icon-excel a:hover {
	text-decoration: underline;
	color:  #333333
}

/* POWERPOINT Bullet Points CSS */
	
.icon-powerpoint {
margin-left: 0;
padding-left: 0;
list-style: none;

	}
	
.icon-powerpoint ul {
list-style-type: none;
		}
	
.icon-powerpoint li {
background-image: url(/images/icon-powerpoint.png);
padding-left: 20px;
background-repeat: no-repeat;
	}				
	
.icon-powerpoint a:link {
	text-decoration: none;
	color:  #333333
}
.icon-powerpoint a:visited {
	text-decoration: none;
	color:  #333333
}
.icon-powerpoint a:hover {
	text-decoration: underline;
	color:  #333333
}

/* Video Bullet Points CSS */
	
.icon-video {
margin-left: 0;
padding-left: 0;
list-style: none;

	}
	
.icon-video ul {
list-style-type: none;
		}
	
.icon-video li {
background-image: url(/images/icon-wmv.png);
padding-left: 20px;
background-repeat: no-repeat;
	}				
	
.icon-video a:link {
	text-decoration: none;
	color:  #333333
}
.icon-video a:visited {
	text-decoration: none;
	color:  #333333
}
.icon-video a:hover {
	text-decoration: underline;
	color:  #333333
}

/* Careers Section - Position Links - PDF Bullet Icons in Table CSS */
		
.position-link ul {
	margin-left: 0;
padding-left: 0;
list-style: none;
list-style-type: none;
		}
	
.position-link li {
background-image: url(/images/icon-pdf.png);
padding-left: 20px;
background-repeat: no-repeat;
	}				
	
.position-link a:link {
	text-decoration: none;
	color:  #333333
}
.position-link a:visited {
	text-decoration: none;
	color:  #333333
}
.position-link a:hover {
	text-decoration: underline;
	color:  #333333
}

/* Space CSS */

.space {
	    height:6px;
		
} 

.boxspace {
	    height:45px;
		
}

/* Table CSS */

#tableBorderBottom table td{
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #514e86;
}

table.ThinBorder {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	border-collapse: collapse;
}

table.ThinBorder td {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	border-collapse: collapse;
}

table.career tr {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #ccccd6;
	}
table.career td {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #ccccd6;
	}	
table.career th {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #ccccd6;
	font-size: 1em;
	font-weight: bold;
	color: #514e86;
	background-color: #e4e4e6;
	padding: 4px;
	}

table.blue {
	border-width: 1px;
	border-style: solid;
	border-top-color: #ccccd6;
	border-bottom-style: none;
	border-right-color: #ccccd6;
	border-left-color: #ccccd6;
	}
table.blue tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccccd6;
	}
table.blue td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccccd6;
	border-collapse: collapse;
	}	
table.blue th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccccd6;
	font-size: 1em;
	font-weight: bold;
	color: #ccccd6;
	background-color: #e4e4e6;
	padding: 4px;
	border-collapse: collapse;
	}
	
/* Horizontal Line CSS */

div.hr {
  height: 1px;
  background: url(/images/seperator_events.gif) no-repeat scroll center;
  padding-top: 8px;
  padding-bottom: 8px;
}
div.hr hr { 
  display: none;
}
div.smallhr {
  height: 1px;
  background: url(/images/seperator_faq.gif) no-repeat scroll left;
  padding-top: 8px;
  padding-bottom: 8px;
}


/* Webmaster Comments */

.webmasterComment {
	background-color: #FF0;
}

.webmasterResponse {
	background-color: #0CF;
}
.thrColFixHdr #top a:link {
	color: #514e86;
	text-decoration: underline;
}

.thrColFixHdr #top a:visited {
	color: #514e86;
	text-decoration: underline;
}

.thrColFixHdr #top a:hover {
	color: #514e86;
	text-decoration: none;
}

.thrColFixHdr #top a:active {	
	text-decoration: none;
	color: #514e86;
	}

