/* Site Engine Stuff - messages - jump menus - section links etc. */

/* Section Links
   Used when content contains [include:subpages] and the siteEngine links
   all sub page links.
 */
div.sectionLink a, div.sectionLink a:visited, div.sectionLink a:hover{
	text-decoration:none;
	font-size:1.2em;
	margin:0;
	background:none;
	padding:none;
}
td.sectionLink{
	padding:5px;
	margin:5px;
}
div.sectionLink a:hover{
	text-decoration:underline;
}
div.sectionLinkDesc{
	padding:5px 0 10px 30px;
}


/*	Jump Menu
	Use when content contains [include:jumpMenu] and the siteEngine draws
	a jump-menu with links to all headings on the page.
*/
div#jumpMenu{
	border-bottom:1px solid #DDD;
	padding:53px 5px 0 5px;
	background:#E6F1F9 url(../../images/default/layout/back_jumpMenu.jpg) no-repeat;
}
div#content.hasSideItems div#jumpMenu{
	width:330px;
}
div#jumpMenu ul{
	margin-top:5px;
	margin-bottom:8px;
	padding-top:0;
	padding-left:40px;
}
div#jumpMenu ul li{
	list-style-image : url(../../images/default/layout/li_jumpMenu.gif);
	background:none;
	padding:6px 0 2px 0;
	margin:0;
 }
div#jumpMenu ul li.first{

}
div#jumpMenu ul li a{
	color:#275885;
	text-decoration:none;
	border-bottom:1px dotted #AAA;
	font-weight:bold;
}
div#jumpMenu ul li a:hover{
	color:#FF6600;
}
div#jumpMenu ul li ul{
	margin-left:16px;padding:0;
}
div#jumpMenu ul li ul li{
	margin:0;
	padding:4px 0 0 0;
}
div#jumpMenu ul li ul li a{
	text-transform:uppercase;
	font-weight:normal;
	color:#444;
}


/*	Site Messages
	Used by site engine when displaying messages set in REQUEST.message and REQUEST.messageTitle.
 */

 #siteMessage{
	margin:0px 0px 10px 0px;
	width:100%;
	background: #fff6bf url(../../images/default/icons/information.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 10px 20px 10px 40px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	cursor:pointer;cursor:hand;
	font-size:14px;
	color:#000;
	z-index: 100;
}

#siteMessage h3{
	color:#333;
	font-family : sans-serif;
	font-size : 17px;
	margin:0px;
	font-weight:bold;
	line-height:100%;
	border:none;
}
#siteMessage ul{
	margin-top:5px;
}

 /*
#siteMessage{
	width:900px;
	margin:6px auto 6px auto;
	background: #fff6bf url(../../images/default/icons/information.png) center no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 10px 20px 10px 40px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	cursor:pointer;cursor:hand;
	font-weight:bold;
	font-size:12px;
	color:#000;
}
#siteMessage h3{
	color:#333;
	font-family : sans-serif;
	font-size : 17px;
	margin:0px;
	font-weight:bold;
	line-height:100%;
	border:none;
}
#siteMessage ul{
	margin-top:5px;
}
*/

div.copy ul.siteEngineSubPages{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
div.copy ul.siteEngineSubPages li{
	float:left;
	overflow:hidden;
	background:transparent url('../../images/default/layout/bgSubPagesNMCI.png') left top no-repeat;
	float:left;
	margin:0 0 10px 0;
	padding: 15px 10px;
	width:290px;
	min-height: 120px;
}
div.copy ul.siteEngineSubPages li.mod2{
	clear:left;
	margin-right:10px;
}
div#content.hasSideItems div.copy ul.siteEngineSubPages li{
	float:none;
}

div.copy ul.siteEngineSubPages li a{
	font-size:14px;
	font-weight:bold;
	color:#004280;
	float:none;
	display: block;
	padding:0 0 0 15px;
	margin:0;
	overflow:hidden;
	background: transparent url('../../images/default/layout/arrowBlue.gif') 0px 5px no-repeat;
}
div.copy ul.siteEngineSubPages li div.desc{
	color:#333;
	line-height:1.3em;
	padding:0 5px 0 15px;
	margin:5px 0 0 0 ;
	height:85px;
	overflow:hidden;
}
div.copy ul.siteEngineSubPages li:hover{
	background-image: url('../../images/default/layout/bgSubPagesNMCIHover.png');
}
div.copy ul.siteEngineSubPages li a:hover{
	text-decoration:none;
	color:#0078a6;
	background-image: url('../../images/default/layout/arrowTurquoise.gif');
}




body#careers ul.siteEngineSubPages{
	float:right;
	width:270px;
	display:block;
	margin:20px 0 50px 10px;
}
body#careers ul.siteEngineSubPages li{
	display:block;
	padding:0 0 0 0;
	margin:5px 15px 0 0;
	overflow:hidden;
	width:250px;
	float:none;
}
body#careers ul.siteEngineSubPages li a{
	color:#333;
	background:#E9F2FA url(../../images/default/layout/LeftNavBulletOff.gif) no-repeat scroll 12px 50%;
	border-bottom:1px solid #A6CDEB;
	border-top:1px solid #EEE;
	border-left:1px solid #EEE;
	border-right:1px solid #EEE;
	display:block;
	float:none;
	font-size:1.4em;
	line-height:1em;
	overflow:hidden;
	font-weight:normal;
	padding:10px 10px 10px 35px;
	text-decoration:none;
	width:200px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
body#careers ul.siteEngineSubPages li a:hover{
	border:1px solid #7FB544;
}
body#careers div.copy ul.siteEngineSubPages li div.desc{
	display:none;
}
body#careers div.copy ul.siteEngineSubPages li{
	background:none;
	border:none;
}