/* 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;
	}
	
#navigation h2 {	
    padding-left: 15px;
	}
#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/42/firmGroups/detail/dspLayout1.cfm, 
/site/layouts/42/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:#660000;
	}

.hilite a:hover {
	text-decoration:underline;
	}

.sub {
	height: 18px;
	text-decoration: none;
	color: #026289;
	cursor: hand;
	}

.sub a:link {
	color:#026289;
	}

.sub a:visited {
	color:#660000;
	}	

.sub a:hover {
	text-decoration:underline;
	}

.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: 19px;
	background-image:URL(../graphics/dot.gif);
	background-repeat: no-repeat;
	width: 6px;
	padding-right: 7px;
	margin-left: 15px;
	}

/* The following is probably not needed legacy code, but I'm too chicken to delete it - EB */
/*

.about {
	font-size: 13px;
	color:#B10712;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	}

.navl1on {
	background-color:#ff0000;
	width: 200px;
	}
	
.navl1off {
	background-color:#00ff00;
	width: 200px;
	}
	
*/
