@media projection, screen {



	/* Toggler - default style */
	.toggler {
	cursor:pointer;
	text-decoration: none;
	display: block;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	font-size: 14px;
	}
	.toggler a {
	font-size: 13px;
	color: #FFFFFF;
	}
	.toggler-closed {
	padding-left:0px;
	background-image: url(images/down-arrow.gif);
	background-repeat: no-repeat;
	background-position: 149px 2px;
	margin-top:18px;
	margin-bottom:4px;
	}
	.toggler-closed:hover {
	padding-left:0px;
	background-image: url(images/down-arrow.gif);
	background-repeat: no-repeat;
	background-position: 149px 2px;
	text-decoration: none;
	margin-top:18px;
	margin-bottom:4px;
	}
	.toggler-opened {
	padding-left:0px;
	background-image: url(images/up-arrow.gif);
	background-repeat: no-repeat;
	background-position: 149px 2px;
	margin-top:18px;
	margin-bottom:4px;
	}
	.toggler-opened:hover {
	color: #FFFFFF;
	padding-left:0px;
	text-decoration: none;
	background-image: url(images/up-arrow.gif);
	background-repeat: no-repeat;
	background-position: 149px 2px;
	margin-top:18px;
 	margin-bottom:4px;
}

	/* Container - default style */
	.toggler-c {
	}
	.toggler-c-closed {
	background:transparent;
	}
	.toggler-c-opened {

	}

	.non-toggler b {

	text-decoration: none;
	display: block;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	font-size: 13px;
	color:white;
	margin-top:18px;
 	font-weight:bold;
	}

	.non-toggler  ul {
	color:white;
	list-style-type:none;
	padding-left: 0px;
	}
	
	
	.non-toggler  ul li {
	color:white;
	
	margin-left: 0;
	}
	
	#subnav-attorney {
	color:white;
	
	}
	


}

/* Print -------------------------------------------------------------------- */
@media print {

	.toggler-c {
	margin-bottom:10px;
}
	.toggler { display: none; }


