A
{
	COLOR: #000000;
	CURSOR: hand;
	TEXT-DECORATION: underline;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

A:visited
{
	COLOR: #000000;
	CURSOR: hand;
	TEXT-DECORATION: underline;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
A:hover
{
	COLOR: #000000;
	CURSOR: hand;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.mainred A{
    CURSOR: hand;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #51101a;
	TEXT-DECORATION: underline;
}
.mainred A:visited{
    CURSOR: hand;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #51101a;
	TEXT-DECORATION: underline;
}
.mainred A:hover{
    CURSOR: hand;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #51101a;
	TEXT-DECORATION: none;
}

.mainbold A{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #231f20;
	text-decoration: none;
}
.mainbold A:visited{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #231f20;
	text-decoration: none;
}
.mainbold A:hover{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #51101a;
	text-decoration: none;
}
/*.profile
{
    padding-bottom:10px;
	border-bottom:solid 1px #999999;
}*/
.profile A
{
	COLOR: #51101a;
	CURSOR: hand;
	TEXT-DECORATION: underline;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.profile A:visited
{
	COLOR: #51101a;
	CURSOR: hand;
	TEXT-DECORATION: underline;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.profile A:hover
{
	COLOR: #51101a;
	CURSOR: hand;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

.headnav A
{
	COLOR: #3c6396;
	CURSOR: hand;
	TEXT-DECORATION: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.headnav A:visited
{
	COLOR: #3c6396;
	CURSOR: hand;
	TEXT-DECORATION: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.headnav A:hover
{
	COLOR: #62666c;
	CURSOR: hand;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.navbottom A
{
	COLOR: #ffffff;
	CURSOR: hand;
	TEXT-DECORATION: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
	
}

.navbottom A:visited
{
	COLOR: #ffffff;
	CURSOR: hand;
	TEXT-DECORATION: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.navbottom A:hover
{
	COLOR: #CCCCCC;
	CURSOR: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#navigation-top {
	height: 27px;
	margin:0;
	padding:0;
	list-style: none;
}

#navigation-top li {
	float: left;
	margin: 0;
	padding:0;
}

#navigation-top li a {
	float: left;
	display: block;
	height: 27px;
	text-indent: -9999px;
	overflow: hidden;
	margin-left: 20px;
}

#navigation-top li a.home {
	width: 124px;
	background: url(/images/nav/home.png) no-repeat;
}
#navigation-top li a.firm_overview {
	width: 104px;
	background-image: url(/images/nav/firm-overview.png);
	background-repeat: no-repeat;
}
#navigation-top li a.attorney_profiles {
	width: 114px;
	background-image: url(/images/nav/attorney-profiles.png);
	background-repeat: no-repeat;
}
#navigation-top li a.active_cases {
	width: 87px;
	background-image: url(/images/nav/active-cases.png);
	background-repeat: no-repeat;
}
#navigation-top li a.press_room {
	width: 83px;
	background-image: url(/images/nav/press-room.png);
	background-repeat: no-repeat;
}
#navigation-top li a.our_office {
	width: 76px;
	background-image: url(/images/nav/our-office.png);
	background-repeat: no-repeat;
}
#navigation-top li a.contact {
	width: 58px;
	background-image: url(/images/nav/contact.png);
	background-repeat: no-repeat;
}
#navigation-top li a:hover, #navigation-top li a.active {
	background-position: 0 -27px;
}


a[href$=".pdf"]   { 
    background-image: url(/images/adobe-pdf.gif);
    padding:2px 20px 2px 0;
    margin:-2px 0;
    background-repeat: no-repeat;
    background-position: right center; 
}
