/* css style sheet for about area */
/* --------------------------------------- HEADING/TEXT STYLES --------------------------------------- */
h1 {
	color:#06617d;
}

/* --------------------------------------- IMAGEBOX OVERRIDES --------------------------------------- */
div.ncimageboxcontent div.nctitle {
	background-color:#003366 !important;
}

	div.ncimageboxcontent div.nctitle div.ncleft {
		background-image:url(images/about-imagebox-title-bullet.gif) !important;
	}

	div.ncimageboxcontent div.nctitle div.ncbottom {
		background-image:none;
	}
	
	div.ncimageboxcontent div.nctitle div.ncbottomleft {
		background-image:url(images/about-imagebox-title-left.gif) !important;
	}
	
	div.ncimageboxcontent div.nctitle div.ncbottomright {
		background-image:url(images/about-imagebox-title-right.gif) !important;
	}

/* --------------------------------------- TOP MENU OVERRIDES --------------------------------------- */
/* topmenu tab override .. clever aye ;) */
.nctopmenu_tabs .tab_about {
	border-bottom-width:0px !important;
}

/* topmenu breadcrumb override */
.nctopmenu_breadcrumb {
	background-color:#003366 !important;
	color:#ffffff !important;
}

/* --------------------------------------- LEFT MENU OVERRIDES --------------------------------------- */
/* header */
.ncleftmenu .ncleftmenu_header {
	background-color:#003366;
}

	/* left corner */
	.ncleftmenu .ncleftmenu_header .ncleftmenu_left {
		background-image:url(images/about-leftmenu-header-left.gif);
	}
	
	/* right corner */
	.ncleftmenu .ncleftmenu_header .ncleftmenu_right {
		background-image:url(images/about-leftmenu-header-right.gif);
	}

/* root [idle] */
.ncleftmenu .ncleftmenu_root {
	background-color:#06617d;
}

	/* left corner [idle] */
	.ncleftmenu .ncleftmenu_root .ncleftmenu_left {
		background-image:url(images/about-leftmenu-root-left.gif);
	}
	
	/* right corner [idle] */
	.ncleftmenu .ncleftmenu_root .ncleftmenu_right {
		background-image:url(images/about-leftmenu-root-right.gif);
	}
	
	/* has children */
	.ncleftmenu .ncleftmenu_root .ncleftmenu_hasmore {
		background-image:url(images/about-leftmenu-hasmore.gif);
	}
	
/* root [hover] */
.ncleftmenu .ncleftmenu_root:hover, .ncleftmenu .ncleftmenu_root__hover {
	background-color:#003366;
}

	/* left corner [hover] */
	.ncleftmenu .ncleftmenu_root:hover .ncleftmenu_left, .ncleftmenu .ncleftmenu_root__hover .ncleftmenu_left {
		background-image:url(images/about-leftmenu-root-left.gif);
	}
	
	/* right corner [hover] */
	.ncleftmenu .ncleftmenu_root:hover .ncleftmenu_right, .ncleftmenu .ncleftmenu_root__hover .ncleftmenu_right {
		background-image:url(images/about-leftmenu-root-right.gif);
	}

/* item [idle] */
.ncleftmenu .ncleftmenu_items .ncleftmenu_item {
	background-color:#406c7d;
}

	/* left corner [idle] */
	.ncleftmenu .ncleftmenu_items .ncleftmenu_item .ncleftmenu_left {
		background-image:url(images/about-leftmenu-item-left.gif);
	}
	
	/* right corner [idle] */
	.ncleftmenu .ncleftmenu_items .ncleftmenu_item .ncleftmenu_right {
		background-image:url(images/about-leftmenu-item-right.gif);
	}

/* item [hover] */
.ncleftmenu .ncleftmenu_items .ncleftmenu_item:hover, .ncleftmenu .ncleftmenu_items .ncleftmenu_item__hover {
	background-color:#06617d;
}

	/* left corner [hover] */
	.ncleftmenu .ncleftmenu_items .ncleftmenu_item:hover .ncleftmenu_left, .ncleftmenu .ncleftmenu_items .ncleftmenu_item__hover .ncleftmenu_left {
		background-image:url(images/about-leftmenu-item-left.gif);
	}
	
	/* right corner [hover] */
	.ncleftmenu .ncleftmenu_items .ncleftmenu_item:hover .ncleftmenu_right, .ncleftmenu .ncleftmenu_items .ncleftmenu_item__hover .ncleftmenu_right  {
		background-image:url(images/about-leftmenu-item-right.gif);
	}