/*++++++++++++++++++++++++++++++++++++++++Start sytle for PDE SubPage Other++++++++++++++++++++++++++++++++++++++++*/

body {
	color:#2d638c;
}
#contentHolder {
	margin-top:0;
}

#topNav {
	display:block;
	visibility:visible;
	background-image:url(CNBPDE_images/TopNav/topNavGenericBg.jpg);
	height:89px;
}

#sectionNav {
	display:block;
	visibility:visible;
	background-image:url(CNBPDE_images/TopNav/topNavMainBg.jpg);
	height:32px;
}

#sectionNav ul li {
	background-image:url(CNBPDE_Images/topnav/topMainSep.jpg);	
}

#sectionNav ul li a {
	color:#C6EAE6;
}
#sectionNav ul li a:hover, #sectionNav ul li a.selected{
	color:#fff;
	background-image:url(CNBPDE_Images/topNav/topParentsLinksBg.jpg);
}
#sectionNav ul li.selected {
	color:#fff;
	background-image:url(CNBPDE_Images/topNav/topParentsLinksBg.jpg);
}


#contentHolder {
	background-image:url(CNBPDE_Images/genericLeftColBg.jpg);
	background-position:242px left;
	background-repeat:repeat-y;
}

#contentLeftCol {
	position:relative;
	width:147px;
	padding:12px 15px;
	min-height:200px;
	height:auto !important;
	height:200px;
	background-image:url(CNBPDE_Images/genericLeftColInnerBg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	color:#fff;
}

#contentLeftCol h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	color:#03508a;
}

#contentLeftCol ul {
	margin:0;
	padding:0;
}

#contentLeftCol ul li {
	font-size:13px;
	font-weight:bold;
	padding-bottom:10px;
	color:#E6E6E6;
	list-style:none;
}

##contentLeftCol ul li a {
	color:#999;
}

#contentLeftCol ul li a.selected {
	color:#1362B1;
}

#contentLeftCol ul li ul {
	padding-top:10px;
}

#contentLeftCol ul li ul li {
	font-weight:normal;
	padding-left:10px;
}

#contentLeftCol ul li ul li a {
	color:#606060;
}

#contentLeftCol ul li ul li a.selected {
	color:#606060;
	font-weight:Bold;
}

#contentRightCol {
	padding:20px 40px 20px 57px;
	width:700px;
	min-height:600px;
	height:auto !important;
	height:600px;
	background-image:url(CNBPDE_Images/genericRightColInnerBg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

#breadCrumb {
	padding:0 0 15px 0;
	margin:0;
	height:27px;
	width:100%;
}

#breadCrumb ul {
	margin:0;
	padding:0;
}

#breadCrumb ul li {
	list-style:none;
	float:left;
	color:#818181;
	font-weight:bold;
	font-size:12px;
}

#breadCrumb ul li a {
	padding:0 20px 0 0;	
	color:#818181;
	background-image:url(CNBPDE_Images/breadCrumbBg.gif);
	background-position:right center;
	background-repeat:no-repeat;
}

#contentRightCol h1 {
	padding:0;
	color:#03508a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

#contentRightCol h2 {
	padding:0;
	color:#0d73bf;
	font-size:14px;
	font-weight:bold;
}

#kidsLeftColFooter {
	display:block;
	visibility:visible;
	float:left;
	width:100%;
	height:11px;
	background-image:url(CNBPDE_Images/kidsLeftColFooterBg.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}

/*++++++++++++++++++++++++++++++++++++++++End sytle for PDE SubPage Other++++++++++++++++++++++++++++++++++++++++*/

#topNav {
	/*height:149px;*/
}


/* use the table to position the dropdown list in IE */
#sectionNav table
{
	float:left;
	position:relative;
	border-collapse:collapse;
	margin:0px;
	left:0;
	top:-182px;
	background-image:none;
	z-index:10000;
}

/* hide the sub level links */
#sectionNav  ul ul.coreprogrammes {
	visibility:hidden;
	position:absolute;
	width:220px;
	height:0;
	top:175px;
	margin:0px;
	padding:0px;
	background-image:none;
	z-index:10000;
}
#sectionNav  ul ul {
	visibility:hidden;
	position:absolute;
	width:120px;
	height:0;
	top:175px;
	margin:0px;
	padding:0px;
	background-image:none;
	z-index:10000;
}

#sectionNav  ul ul.media {
	visibility:hidden;
	position:absolute;
	width:120px;
	height:0;
	top:175px;
	margin:0px;
	padding:0px;
	background-image:none;
	z-index:10000;
}
#sectionNav  ul ul.aboutus {
	visibility:hidden;
	position:absolute;
	width:120px;
	height:0;
	top:175px;
	margin:0px;
	padding:0px;
	background-image:none;
	z-index:10000;
}

#sectionNav ul li ul li {
	float:left; 
	position:relative;	
	background-image:none;
	z-index:10000;
}
/* make the sub level visible on hover list or link */
#sectionNav  ul :hover ul{
	visibility:visible;
	height:auto;
	margin:0px ;
	padding:0px;
	z-index:10000;
}
/* place the bottom scroll image beneath the drop down list */
#sectionNav  ul :hover ul a.coreprogrammes {
	background:#67AFF3;
	filter:alpha(opacity=85); 
	-moz-opacity:0.85;          
   	opacity: 0.85;    
	height:auto; 
	width:220px; 
	text-align:left; 
	padding:2px 10px 3px 20px;
	margin:0px;
	text-transform:capitalize; 
	border-bottom:1px solid #000;
	color:#FFF;	
	background-image:none;
	z-index:10000;
	float:left;
	position:relative;
}
#sectionNav  ul :hover ul a.aboutus {
	background:#67AFF3;
	filter:alpha(opacity=85); 
	-moz-opacity:0.85;          
   	opacity: 0.85;    
	height:auto; 
	width:120px; 
	text-align:left; 
	padding:2px 10px 3px 20px;
	margin:0px;
	text-transform:capitalize; 
	border-bottom:1px solid #000;
	color:#FFF;	
	background-image:none;
	z-index:10000;
	float:left;
	position:relative;
}

#sectionNav  ul :hover ul a.media {
	background:#67AFF3;
	filter:alpha(opacity=85); 
	-moz-opacity:0.85;          
   	opacity: 0.85;    
	height:auto; 
	width:120px; 
	text-align:left; 
	padding:2px 10px 3px 20px;
	margin:0px;
	text-transform:capitalize; 
	border-bottom:1px solid #000;
	color:#FFF;	
	background-image:none;
	z-index:10000;
	float:left;
	position:relative;
}

#sectionNav  ul :hover ul a:hover {
	text-decoration:underline;
	z-index:10000;
	color:#fff;
	background-image:url(CNBPDE_Images/topNav/topParentsLinksBg.jpg);
}

