
/* --- Navigation styles --- */
.tabContents{}

.currentLink{
	color: #006eb9;	
}

.grouping {
	font-weight: bold;
	color: #006eb9;
	font-size: 11px;
  }  /* class for partners, lawyers, consultants*/

  
#subnav li.grouping:hover: { list-style: none;}
  
.mainArea {
	display: inline;
	position: relative;
	top: -110px;
	position: relative;
	bottom:0;
}

.contentBlock { display: inline; }

.contentsHolder {
	position: absolute;
	left: -30000px;
	top:0;
}

.tabHeader {
	color:#77767a;
	font-family:Helvetica Neue, Arial, sans-serif;
	text-decoration: none;
	font-size: 11px;
	line-height: 27px;
	font-weight:bold;
	z-index: 10;
	float:left;
	display: block;
}

.tabHeader:hover {
	color:#006eb9;
	font-family: Helvetica Neue, Arial, sans-serif;
	text-decoration: none;
	font-size: 11px;
	line-height: 27px;
	font-weight:bold;
	cursor:pointer;
	z-index: 10;
	float:left;
}

.navigation {
	position: relative;
	z-index: 10;
	float: right;
	background-image:url(../images/nav_tile.gif);
	width: 880px;
	text-align: left;
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 15px;
	background-color: #fff;
	padding-bottom: 3px;
}


.firm {
	display: block;
	float: left;
	width: 130px;
	list-style: none;
}
	
.service {
	display: block;
	float: left;
	width: 160px;
	list-style: none;
}

.lawyer {
	display: block;
	float: left;
	width: 160px;
	list-style: none;
}

.commendation {
	display: block;
	float: left;
	width: 185px;
	list-style: none;
}

.notice {
	display: block;
	float: left;
	width: 120px;
	list-style: none;
}

.contact {
	display: block;
	float: right;
	width: 90px;
	list-style: none;
	text-align: right;
}

.tabnav li {
	list-style-image: none;
	list-style-type: none;
}

.tabnav a:link, .tabnav a:visited {
	color:#77767a;
	font-family: Helvetica Neue, Arial, sans-serif;
	text-decoration: none;
	font-size: 11px;
	line-height: 27px;
	font-weight: bold;
}

.tabnav li a:hover { text-decoration: none; color: #006eb9;}

/*--- subnav styles ---*/

.serviceContent {
	position: relative;
	bottom: 0;
}

.subnav {
	min-height:110px;
	display: block;
	background-color: #FFF;
	position: relative;
	padding-left: 70px;
	padding-top: 10px;
	line-height: 10px;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	filter: alpha(opacity = 0);
	zoom: 1;
}

.subnav li a:link, .subnav li a:visited {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #77767a;
	text-decoration: none;
	font-weight: normal;
}

.subnav li a:hover, .subnav li a:active {
	font-weight: normal;
	text-decoration: none;
	color: #006eb9;
}

.subnav li {
	list-style-type: none;
	background: #fff;
	list-style: none;
	padding-bottom: 8px;
}

.subnav li:hover {
	list-style-position: outside;
	list-style-type: square;
	list-style-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	color: #006eb9;
	text-decoration: none;	
}

.subnav li a.currentLink {
	color: #006eb9;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 16px;
	margin-left: -16px;	
	display: block;
}

.subnav li a.currentLink:hover {
	background-image: url(../images/bullet.gif);
	background-position: left top;
	background-repeat: no-repeat;
	list-style-type: none;
	list-style-image: none;
	
}

.subnav li.grouping:hover {
	list-style-type: none;
	list-style-image: none;
}
/* --- Service subnav styles ---*/

.serviceFirst {
	float: left;
	width: 140px;
	position: relative;
	top:0;
	left:130px;
}

.serviceSecond {
	float: left;
	width: 150px;
	position: relative;
	top:0;
	left:150px;
}

.serviceThird {
	float: left;
	width: 160px;
	position: relative;
	top:0;
	left:160px;
}

.serviceFourth {
	float: left;
	width: 160px;
	position: relative;
	top:0;
	left:160px;
}


/*--- lawyer subnav styles -- */

.lawyerFirst {
	float: left;
	width: 150px;
	position: relative;
	top:0;
	left:130px;
}

.lawyerSecond {
	float: left;
	width: 150px;
	position: relative;
	top:0;
	left:140px;
}

.lawyerThird {
	float: left;
	width: 150px;
	position: relative;
	top:0;
	left:150px;
}
.lawyerFourth {
	float: left;
	width: 150px;
	position: relative;
	top:0;
	left:185px;
}
/*--- pagination styles ---*/

#pagination {
	padding-top: 20px;
	display:block;
	text-align:left;
	height:42px;
	line-height:21px;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

#pagination a:link, #pagination a:visited {
	padding: 2px 7px;
	border:1px solid #77767a;
	margin-right:10px;
	text-decoration:none;
	background-color:#F5F5F5;
	color:#006eb9;
	width:22px;
	font-weight:normal;
}

#pagination a:hover {
	background-color:#DDEEFF;
	border:1px solid #BBDDFF;
	color:#006eb9;
}

#pagination .activeLink {
	padding: 2px 7px;
	border:1px solid #333333;
	margin-right:10px;
	text-decoration:none;
	background-color:#006eb9;
	color:#fff;
	cursor:default;
}

#pagination .disabledPagination {
	padding:2px 7px;
	border:1px solid #EBEBEB;
	margin-right:10px;
	text-decoration:none;
	background-color:#F5F5F5;
	color:#D7D7D7;
	cursor:default;
}


