/* CSS Document */

#navStyle a:link {color:black;}
#navStyle a:visited {color:black;}
#navStyle a:hover {color:black;}
#navStyle {margin-left:10px;}


.navOn {
	display:; 
	color:#990000; 
	padding-left:1px; 
	list-style-type:disc; 
	list-style-position: outside; }
	
.navOff {
	display:; 
	color:#990000; 
	padding-left:1px; 
	list-style-type:disc; 
	list-style-position: outside; }
	
.navText {color:black;}

.on {width:100%; background-color:gray; padding-left:10px;}
.off {width:100%; padding-left:10px;}


#navigation {
	width: 137px;
	padding: 0 0 0 0;
	margin-bottom: 1em;
	font-size:11px;
	font-family: arial, helvetica, sans-serif;
	font-weight:bold; 
	}
	
#navigation h2 {	
    padding-left: 15px;
	font-size:12px;
	background-color:#EEEDEA;
	display:block;
	width:137px;
	}
#navigation h2, #navigation h2 a, #navigation h2 a:visited { 
	color:#666;
}
#navigation ul {
	/*padding-left: 4 px;*/
	border: none;
	list-style-image:url(../graphics/uploads/img_bulletRed.gif);
	list-style-type:disc;
	list-style-position:inside;
	}
	
#navigation li {
	display: block;
	padding-left: 17px;
	text-indent:-2px;
	width: 137px;
	line-height:105%;
	padding-bottom:4px;
	}

#navigation li a {
	/*padding: 2px 2px 2px 2px;*/
	/*border-left: 0px;*/
	color: black;
	text-decoration: none;
	width: 137px;
	line-height:105%;
	}

html>body #navigation li a {
	width: auto;
	}

#navigation li a:hover {
	color: gray;
	}

/* CSS Document */


#menu {
	width:137px;
	}

#menu a, #menu a:visited {
	display:block; 
	width:100%; 
	text-decoration:none; 
	color:#000; 
	padding-left:5px;
	background:url(../graphics/uploads/img_bulletRed.gif); 
	background-repeat:no-repeat; 
	padding-bottom:10px;
	background-color:#333333; 
	}
	
#menu a span {
	padding-left:10px;}
	
#menu a:hover {
	display:block; 
	width:100%; 
	cursor:pointer; 
	text-decoration:none; 
	padding-left:5px;
	color:#c00; 
	background:url(../graphics/uploads/img_bulletRed.gif); 
	background-repeat:no-repeat;}

/* the following transfered from:

/site/layouts/47/firmGroups/detail/dspLayout1.cfm, 
/site/layouts/47/people/detail/dspLayout1.cfm, 
/site/navigation/actNavigation.cfm 

*/

.listheader, 
.listheader a:link, 
.listheader a:visited {
	margin-bottom:4px; 
	margin-top:10px; 
	padding-left:10px; 
	color:#000000;
	font-weight:bold; 
	}

.listheader a:hover {
	margin-bottom:4px; 
	margin-top:10px; 
	padding-left:10px; 
	color:#9A9A9A;
	}

/* .hilite, 
.hilite a:link {
	background-color: #9A9A9A;
	color:#026289;
	}

.hilite a:visited {
	background-color: #9A9A9A;
	color:#000;  
	}

.hilite a:hover {
	text-decoration:underline;
	} */
	
.hilite a,.hilite a:hover {
	color: #cc6633;
	text-decoration: none;
}

.sub {
	height: 18px;
	text-decoration: none;
	color: #026289;
	cursor: hand;
	
	}
.sub a{
	margin-left: 15px;
	}
.sub a:link {
	color:#4b6b8b;   /* 026289; */
	}

.sub a:visited {
	color:#4b6b8b;   /* 660000; */
	}	

.sub a:hover {
	text-decoration:underline;
	color: #cc6633;
	}

.subprime {
	height: 18px;
	text-decoration: none;
	color: #000000;
	background-color:#9A9A9A;
	cursor: hand;
	}

.subprime a:link {
	color:#026289;
	}

.subprime a:visited {
	color:#660000;
	}

.subprime a:hover {
	text-decoration:underline;
	}
	
.dot{
	height: 18px;
	background-image:URL(../graphics/dot.gif);
	background-repeat: no-repeat;
	width: 6px;
	padding-right: 7px;
	margin-left: 15px;
	}

#navlist table td {
	padding:0 0 5px 15px;
}
#navlist table td, #navlist .sub a {
	font-size:11px;
	font-family:arial, Helvetica, sans-serif;
	font-weight:bold; 
	color:#666;
}

