
/***************************************************************
 *
 * File Name: global.css
 * Author: BP DN
 *
 * Date Created: 4-27-2010
 *
 ***************************************************************/

body {
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	behavior: url("/css/csshover3.htc");
	color:#333333;
	line-height:1.5;}
	
div#wrapper {
	width:958px;
	margin:0px auto 0px auto;
	text-align:left;}

a, a:visited{
	font-weight:bold;
	text-decoration:none;
	color:#006699;}

h1 {font-size:18px;
	color:#9b1d28;
	font-weight:normal;}	
h2 {
	font-size:14px;
	color:#006699;}
h3 {
	font-size:17px;
	color:#9b1d28;}
h4 {
	font-size:12px;
	color:#9b1d28;
	margin:0 0 5px 0;}
h5 {
	font-size:12px;
	color:#9b1d28;
	margin:10px 0 3px 0;}


.subsections{
	font-weight:bold;
	color:#006699;
}


.blue-topic {
	font-size:13px;
	font-weight:bold;
	color:#32445c;}
.ft-title {
	color:#FFFFFF;
	line-height: 30px;
	font-size:14px;
	margin:0;
	padding:0;}
	
ul.tri-list li {
	padding:0px;
	margin:0 0 5px -20px;;
	list-style-image:url(../images/tri-list.gif);}
ul.adobe-list, ul.news-list {
	margin:0 0 15px 0;
}
ul.adobe-list li {
	padding:0px;
	margin:0 0 3px -20px;;
	list-style-image:url(../images/adobepdf-icon.jpg);}

ul.news-list li {
	padding:0px;
	margin:0 0 3px -20px;;
	list-style-image:url(../images/news-icon.jpg);}



div#hdr {
	height:85px;
	background:url(../images/top-hdr-bkg.jpg) repeat-x bottom;
}




/**************************************************
	TOP NAVIGATION
**************************************************/
div#top-nav {
	background:url(../images/nav-bkg.jpg) bottom repeat-x;
	height:33px;
}

	
div#footer {
	font-size:11px;
	color:#525454;
	margin-bottom:20px;
	background-color:#ededec;
	padding:10px;}
div#footer a {
	color:#525454;
	font-weight:normal;}
div#footer div#foot-links {
	width:650px;
	margin:0 auto;
	text-align:center;}
	
/***************************************************
	BREAD CRUMB
***************************************************/
div#breadcrumb{
	padding-left:10px;
	margin-top:10px;
	line-height:30px;}
	
	
	
	
	
/**************************************************************************
 * superfish.css
 *
 * TOP NAVIGATION
 *************************************************************************/	

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	z-index:99;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			33px; /* match top ul list item height */
	z-index:		98;
	/*border:1px solid #32568a;*/
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** SKIN ***/
.sf-menu {
	float:			left;
	margin:	0;
	z-index:		96;
}
.sf-menu a {
	padding:0 20px;
	text-decoration:none;
	line-height:25px;
	font-weight:bold;
	color:#000000;
	font-size:12px;
	margin:0;
	background-color:transparent;
}

.sf-menu li.sf-tabtitle {
	border-right: 1px solid #cccccc;
}
.sf-menu a.sf-title {
	border:none;
	padding: 		0 20px;
	text-align:center;
	text-decoration:none;
	line-height:33px;
	font-weight:bold;
	color:#000000;
	font-size:12px;
	margin:0;
	background:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#000;
}
.sf-menu li {
	
}
.sf-menu li li {
border-top:1px solid #a3a3a3;
border-left:1px solid #a3a3a3;
border-right:1px solid #a3a3a3;
	background:		#ffffff;
	width:380px;
}
.sf-menu li li li {
	background:		#ffffff;
border-top:1px solid #a3a3a3;
border-left:1px solid #a3a3a3;
border-right:1px solid #a3a3a3;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
	color:#1f327b;
	background:#e6e7e5;
}

.sf-menu li.sf-tabtitle:hover {
	background:url(../images/nav-bkg-on.jpg) repeat-x;
}
.sf-menu li.sf-tabtitle:hover a.sf-title {
	background:url(../images/nav-bkg-on.jpg) repeat-x;
	color:#FFFFFF;
}

.sf-menu .sf-first{
/*	overflow:hidden;*/
	background:none;
	
	background-color:#FFFFFF;
}
.sf-menu .sf-first a.sf-first-anchor {
	overflow:hidden;
}

.sf-menu .sf-last{
	background-color:#FFFFFF;
	border-bottom:1px solid #a3a3a3;
}
.sf-menu .sf-last a.sf-last-anchor {
	overflow:hidden;	
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	/*padding-right: 	2.25em;*/
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			0em; /* IE6 only */
	width:			7px;
	height:			7px;
	text-indent: 	-999em;
	overflow:		hidden;
	/*background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px;  8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background:	url('../images/nav-right-arrow.jpg') no-repeat; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	 background-position: 0 -7px; /*arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}






/**************************************************************************
 * jquery.treeview.css
 *
 * LEFT NAVIGATION
 *************************************************************************/
ul#tree {
	visibility:hidden;
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom:1px solid #cccccc;
}

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: white;
	margin-top: 5px;
}

.treeview .hitarea {
	background: url(../images/treeview/lnav-arrows-solid.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}
.treeview li a{
	color:#4f5b69;
}
.treeview li a:hover{
	color:#9b1d28;
	cursor: pointer;
}

.treeview a.selected {
/*	background-color: #eee;*/
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color:#9b1d28; cursor: pointer; }

.treeview li { margin-bottom:5px; line-height:1; background: url(../images/treeview/lnav-empty-line-arrow.gif) 0 0 no-repeat; }
.treeview li li {background: url(../images/treeview/lnav-empty-line-circle.gif) 0 0 no-repeat;}
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px;}
.treeview li.collapsable a, .treeview li.expandable a { color:#006699;}
.treeview li.collapsable li a {color:#666666;}
.treeview li.expandable a.hover, .treeview li.collapsable a.hover, .treeview li.collapsable li a.hover {color:#9b1d28; cursor: pointer;}

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
/*.treeview li.last a{ color:#666666; }*/
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(../images/treeview/lnav-arrows-solid.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px;}
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }
