@import "http://mtlabs.blawgs.pro/css/common.css";
body, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;	
}
body {
	font-family: "Lucida Grande", Optima, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 34px 0;	
	font-size: 75%;
	background: #02294e;
}
a {
	color: #117ac0;
}
a:hover {
	color: #a50d37;
}
a:active {
	color: #000;
}
.clr {
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}
#container {
	margin: 0;
	padding: 0;
	margin: 0;
}
#container .cwrap {
}
#header {
	padding: 0;
	margin: 0 5% 0 5%;
}

#header .wrapper {
	padding: 0;
	margin: 0;
}
#header div div a { overflow: hidden;}
#header #head {
	margin: 0;
	overflow: hidden;
	padding: 0;
	height: 115px;
	background: url(../images/hbg.jpg) no-repeat left top #a50d37;
	
}
/* Hide Print Logo */
#mainlogo {
	display: none;
}
#header #subhead {
	height: 30px;
	margin: 0 5%;
}

/* FOR ALL Including Opera! */
#logo {
	padding: 0;
	width: 406px;
	height: 69px;
	float: left;
	font-size: 12px;
	margin: 20px 0 0 10px;
}
#logo a,
#logo a:after {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 406px;
	height: 69px;
}
#logo a:after {
	position: absolute;
	left: 0;
	top:0;
}
#logo a:before, #logo a:after {
   content: url(../images/logo.gif);
}
#firm {
	float: right;
	width: 124px;
	height: 115px;
	padding: 0;
	margin: 0;
	font-size: 11px;
	background: #fff;
	
}
#firm a, #firm a:after {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 93px;
	height: 109px;
}
#firm a:after {
	position: absolute;
	left: 0;
	top:0;
}
#firm a:before, #firm a:after {
   content: url(../images/h2.gif);
}

#author {
	float: right;
	width: 221px;
	height: 26px;
	padding: 0;
	margin: 0;
	font-size: 11px;
}
#author a, #author a:after {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 221px;
	height: 26px;
}
#author a:after {
	position: absolute;
	left: 0;
	top:0;
}
#author a:before, #author a:after {
   content: url(../images/author.gif);
}


/* MSIE PC */
#logo a {
	background-image: expression(this.runtimeStyle.backgroundImage = "none", this.innerHTML = '<img src="/images/logo.gif" border="0" alt="' + this.innerHTML + '">');
}
#firm a {
	background-image: expression(this.runtimeStyle.backgroundImage = "none", this.innerHTML = '<img src="/images/h2.gif" border="0" alt="' + this.innerHTML + '">');
}

/*For MSIE MAC\*//*/
#head a {height:0;}
#logo a {
	padding: 102px 0 0 0;
	background: url(../images/logo.gif) no-repeat;
}
#tagline a {
	padding: 46px 0 0 0;
	background: url(../images/h2.gif) no-repeat;
}
/**/




/* topnav */
#topnav {
	margin: 0;
	padding: 0;
	background: #fff;
	z-index: 9000;
	border-bottom: 1px solid #ADB2B6;
	float: left;
	width: 100%;
	display: inline;
}
#topnav ul {
	display: block;
	list-style: none;
	margin: 0;
	float: left;
	padding: 0;
}
#topnav ul li {
	position: relative;
	color: #333;
	font-size: 10px;
	display: inline;
	padding: 0;
	float: left;
	line-height: 30px;
	height: 30px;
}
#topnav ul li strong,
#topnav ul li a {
	display: block;
	float: left;
	color: #15212D;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	padding: 0 25px;

}

/*
#topnav ul li strong,
#topnav ul li a {
	text-transform: uppercase;
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	height: 0px !important;
	overflow: hidden;
}
*/

#topnav ul li#n_home a {
	width: 54px;
	display: block;
	float: left;
	color: #fff;
	padding: 30px 0 0 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	height: 0px !important;
	overflow: hidden;
	background: url(../images/home.gif) no-repeat center top;
}

/*
#topnav ul li#n_about a {
	width: 93px;
	background: url(../images/nav_about.gif) no-repeat center top;
}
#topnav ul li#n_services a {
	width: 144px;
	background: url(../images/nav_legalservices.gif) no-repeat center top;
}
#topnav ul li#n_contact a {
	width: 114px;
	background: url(../images/nav_contact.gif) no-repeat center top;
}
*/


#topnav ul li ul {
	position: absolute;
	display: none;
}
#topnav ul li:hover {
	position: relative;
}
#topnav ul li:hover a {
	color: #E11378;
	background-position: center bottom !important;
}
#topnav li a:hover {
	color: #E11378;
	background-position: center bottom !important;
}
#topnav ul li:hover ul {
	display: block;
	position: absolute;
	left: 20px;
	top: 100%;
	width: 225px;
	height: auto;
	margin: 0;
	padding: 0 5px 15px 0;
	z-index: 9000;
	border-right: none;
	border-bottom: none;
	background: url(../images/tnul.png) no-repeat right bottom;
}
* html #topnav ul li:hover ul {
	background: none;
}
#topnav ul li ul li {
	width: 200px;
	border-right: none;
}
#topnav ul li ul li strong,
#topnav ul li ul li a {
	background: #710C3E !important;
	padding: 4px 15px 4px 15px;
	width: 200px !important;
	border-bottom: 1px solid #8B114E;
	border-right: none;
	font-variant: normal;
	font-weight: normal;
	font-size: 10px;
	color: #FCF2DD;
	text-transform: none;
	line-height: normal;
	height: auto !important;
	overflow: visible;
}
#topnav ul li:hover ul li a {
	padding: 4px 10px 4px 15px;
}
#topnav ul li ul li:hover > a {
	background: #E11378;
}
#topnav ul li ul li a:hover {
	color: #fff;
	background: #000 !important;
}
#topnav ul li ul li a:active,
#topnav ul li.more ul li a:active {
	background: #C05E1B;
}
#topnav ul li ul li ul,
#topnav ul li:hover ul li ul {
	display: none;
}
#topnav ul li ul li:hover ul,
#topnav li.exp:hover ul,
#topnav ul li:hover ul li:hover ul {
	position: absolute;
	display: block;
	left: 85%;
	top: 0px;
	z-index: 300;
	border-right: none;

	width: 200px;
}
#topnav ul li:hover ul li:hover ul li {
	width: 200px;
}
#topnav ul li:hover ul li:hover ul li a {
	letter-spacing: normal;
	width: 180px;
	border-left: 1px solid #97552D;
}
/* //topnav */

.rssbtn {
	float: right;
	margin: 3px 10px 2px 0px;
border: none;
}

/* //topnav */
.imgwrap {
	width: 747px;
}
.l2 .imgwrap {
	display: none;
}

.edwrap {
	display: none;
	height: 8px;
	margin: 0 5%;
	width: 90%;
}

* html div#main {
	heigh\t: 1px;
	/*\*//*/
	heigh\t: auto;
	/**/
}
#main {
	overflow: visible;
	background: url(../images/cbg.gif) repeat-y right top #fff;
	/*\*//*/
	margin: 0;
	/**/
}
#main {
	margin: -2px 5%;
}
.mwrap {
	margin: 0 219px 0 0;
}


#content {
	color: #333;
	margin: 0;
	padding: 0;
	width: 99%;
	float: left;
}
#content .bodytext {
	padding: 15px 0 0 5px;
	line-height: 150%;
}
#content .bodytext .description {
	padding: 0 10px 10px 15px;
}

.l2 #content .bodytext {
	width: auto;
	padding: 0 15px 0px 5px;
	background: none;
	float: none;
}
.l2 #content .bodytext .description {
	background: none;
}
.bodytext h3 {
	color: #004383;
	padding: 10px 0;
	font-size: 19px;
	line-height: normal;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	
}
#content .bodytext .description h4 {
	padding: 0px;
} 
#content .bodytext .description h4.hl {
	color: #D12E3C;
}

#content .bodytext ul {
	text-align: left;
}
#content .block {
	padding: 0;
}
.l2 #content .description,
.l2 #content .blockdescription {
	padding: 2px 0 20px 0;
}
.l2 #content .entryinfo .author,
.l2 #content .entryinfo .date {
	padding: 10px 0 15px 0;
}

#breadcrumbs {
	display: none;
}
.l2 #breadcrumbs {
	margin: 0;
	padding: 0;
	display: block;
	color: #888;
	font-size: 11px;
}
.l2 #breadcrumbs a {
	color: #85540d;
	text-decoration: none;
	font-weight: normal;
}
.l2 #breadcrumbs .wrapper {
	padding: 10px 12px;
}
.l2 #breadcrumbs a:hover {
	color: #A60F59;
}

#fragments {
	margin: 0 -220px 0 0;
	padding: 0;
	width: 215px;
	float: right;
	font-size: 11px;
}
.sidebar {
	float: right;
	width: 220px;
	margin: 30px -220px 0 0;
	padding: 0;
	font-size: 11px;
	display: inline;
}
.cfrags {
	width: auto;
	float: none;
	padding: 0 0 5px 5px;
	font-size: 11px;
}
.l2 .cfrags {
	width: auto;
	float: none;
	padding: 10px;
}
.fragment {
	color: #333;
	width: 219px;
	float: left;
}

.cfrags .fragment {
	width: auto;
}

.fragment {
	margin: 0 0 20px 0;
}
.sidebar .fragment {
	color: #666;
}
.fragment h4 a,
.fragment h4 {
	font-size: 11px;
	margin: 0;
	color: #fff;
	text-decoration: none;
 
}
.sidebar .fragment .fh {
	padding: 30px 0 0 10px;
	background: url(../images/frag-hbg.jpg) no-repeat left bottom;
	width: 209px;
	float: left;
}
.sidebar .fragment .fh h4 {
	float: left;
	padding: 5px 0 0 0;
}
.fragment h4 a {
	text-decoration: none;
}

.fragment ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar .fragment .fragcontent,
.sidebar .fragment .description {
	clear: both;
	padding: 10px 3px 20px 10px;
	background: url(../images/fragbg.jpg) no-repeat left bottom #f2f6fb;
}

.fragment .fragcontent ul li,
.fragment .description ul li {
	display: block;
	padding: 2px 5px 2px 0;
	margin: 8px 0;
	color: #333;
}
.l2 .cfrags ul li {
	margin: 12px 0 0 0;
	line-height: 140%;
}
.fragment li {
	
}
.fragment li span {
	font-size: 11px;
	color: #777;
}
.fragment .description a,
.fragment .fragcontent a {
	text-decoration: none;
}
.fragment .description a:hover,
.fragment .fragcontent a:hover,
.fragment .relatedlinks a:hover {
	text-decoration: underline;
}
.fragment .description ul li strong,
.fragcontent ul li strong {
	color: #333;
}
.fragment .fragcontent strong a {
	text-decoration: none;
	display: block;
}
.l2 .cfrags .relatedlinks a {
	text-decoration: underline;
}
.l2 .cfrags .relatedlinks h4 {
	color: #111;
	font-size: 13px;
	padding: 5px 0 5px 0;
}
.l2 .cfrags .relatedlinks ul li a:hover {
	text-decoration: underline;
	color: #A1201A;
}
#fragpa {
	background: url(../images/fragbg.gif) repeat-x 0px 30px;
}
.fragment h5 {
	font-size: 11px;
	margin-top: 10px;

}
#leftnav.fragment .fragcontent  ul ul {
	margin-left: 20px;
}
#leftnav.fragment .fragcontent ul li {
	border-top: 1px solid #fff;
	margin: 6px 0;
	padding: 0;
}
#leftnav.fragment .fragcontent ul li a {
	padding: 2px 0;
	
}
#leftnav.fragment .fragcontent ul li a:hover {
	background: #72083C;
	color: #fff;
}
#contactform.fragment {
	width: 180px;
	background: none;
	padding: 25px 0 0 0;
}
.sidebar #contactform.fragment form {
	padding: 15px;
}
#contactform form {
	display: block;
	border: 0px;
	padding: 0 0 20px 0px;
	float: left;
	width: 165px;
	margin: 0;
}
#contactform h4,
#contactform h4 a {
	color: #000;
}
.sidebar #contactform h4,
.sidebar #contactform h4 a {
	color: #fff;
}
#contactform label {
	display: block;
	color: #fff;
	font-size: 11px;
}
.sidebar #contactform label {
	color: #333;
}
#contactform fieldset span {
	display: block;
	float: left;
	padding: 2px;
}
#contactform span textarea {
	height: 60px;
}
#contactform span input,
#contactform span textarea {
	width: 160px;
	border: none;
	padding: 2px;
	font-size: 11px;
	background: #fff;
}

#contactform .submit {
	padding: 5px 5px 0 10px;
	display: block;
	float: right;
}
#contactform .submit button {
	padding: 2px;
	background: #03294e;
	border: none;
	color: #fff;
	font-size: 11px;
}
#contactform .submit button:hover {
	background: #000;
}
.sidebar #contactform span.textarea,
.sidebar #contactform span textarea {
	width: 180px;
	height: 60px;
}
#footer {
	padding: 0;
	color: #333;

	margin: 0 0 -2px 0;
	background: #0e3356;
}
.fcontainer {
	padding: 10px 0;
	color: #602B09;
	margin: 0 5%;
	swidth: 90%;
	background: url(../images/fbg.jpg) repeat-x;
	min-height: 400px;
}
* html .fcontainer {
swidth: 80%;
}
.fwrap {
	margin-left: 370px;
}

#footer .contactdetails {
	width: 370px;
	float: left;
	margin: 0 0 0 -369px;
	display: inline;
}
#footer .contactdetails .fragment {
	width: 200px;
	float: left;
}
#footer #address.fragment {
	font-size: 10px;
	color: #fff;
}
#footer #address.fragment .fragcontent {
	padding: 10px;
	line-height: 160%;
}
#footer #address.fragment .fragcontent p {
	margin: 10px 0;
}
#footer #address.fragment .fragcontent p strong {
	color: #000;
	display: block;
	font-size: 14px;
}

#footer #address a {
	color: #fff;
}

#footer #address span.contacts {
	display: block;
}
#footer #address p {
	padding: 2px 0px;
	margin: 0;
}
#footer .ffrags .fragment {
	width: 42%;
	margin-right: 5%;
	font-size: 11px;
}
#footer .ffrags .fragment h4 {
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	margin: 0 0 30px 0;
}
#footer .ffrags .fragment li {
	margin: 8px 0;
}
#footer .ffrags .fragment li span {
	font-size: 11px;
	color: #fff;
}
#footer .ffrags .fragment li a {
	color: #e6c293;
}
#footer .copyright {
	color: #959A9F;
	font-size: 9px;
	padding: 5px 0 15px 10px;
	width: 490px;
	float: left;
	clear: left;
}
#footer .copyright a {
	text-decoration: none;
	color: #959A9F;
}
#footer .copyright a:hover {
	text-decoration: none;
	color: #fff;
}
.fcontainer a {
	overflow: hidden;
}
#footer .credits {
	padding: 0;
	width: 110px;
	height: 29px;
	float: right;
	font-size: 11px;
	margin: 0 0 0 0;
}
#footer .credits a,
#footer .credits a:after {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 86px;
	height: 29px;
	text-decoration: none;
}
#footer .credits a:after {
	position: absolute;
	left: 0;
	top:0;
}
#footer .credits a:before, #footer .credits a:after {
   content: url(../images/justia.gif);
}
#footer .credits a {
	background-image: expression(this.runtimeStyle.backgroundImage = "none", this.innerHTML = '<img src="/images/justia.gif" border="0" alt="' + this.innerHTML + '">');
}
#footer #footernav {


	clear: both;
	padding: 20px 0;
}
#footer #footernav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
#footer #footernav ul li {
	display: inline;
}
#footer #footernav ul li a {
	padding: 1px 10px;
	color: #79ACDD;
	text-decoration: none;
	font-size: 11px;
	border-right: 1px solid #051B32;
}
#footer #footernav ul li:last-child a {
	border-right: none;
}
#footer #footernav ul li a:hover {
	color: #fff;
}
#footer #flogo {
	width: 151px;
	height: 26px;
	margin: 0 0 0 10px;
	padding: 0;
}
#footer #flogo a {
	width: 151px;
	padding: 26px 0 0 0;
	height: 0px !important;
	overflow: hidden;
	background: url(../images/flogo.gif) no-repeat;
	display: block;
	
}
#footer .printfooter {
display: none;
}
/* Contact Form */
.detailedform {
	float: none;
	padding: 0 10px 10px 20px;
}
.detailedform fieldset {
	border: none;
	margin: 10px 0 0 0;
	float: left;
	width: 410px;
	padding: 0;
}
.detailedform fieldset legend {
	color: #555;
	font-size: 1.0em;
	font-weight: bold;
	display: none;
}
.detailedform fieldset label {
	display: block;
	margin: 5px 0;
	font-size: 1.0em;
	float: left;
	color: #666;
}
.detailedform fieldset label strong {
	text-align: left;
	width: 120px;
	display: block;
	float: left;
	font-weight: normal;
}
.detailedform fieldset label span {
	float: left;
	width: 260px;
	display: block;
	padding: 0 10px 0 10px;
}
.detailedform fieldset label textarea,
.detailedform fieldset label input {
	width: 260px;
	border: 2px solid #ddd;
	font-size: 11px;
	color: #666;
}
.detailedform fieldset label textarea:focus,
.detailedform fieldset label input:focus {
	color: #111;
}
.detailedform fieldset label span.auto input {
	width: auto
}
.detailedform fieldset label span.err {
	display: block;
	color: #000;
	clear: both;
}
.detailedform .formdisclaimer {
	padding: 10px 70px 5px 140px !important;
}
.detailedform .submitbtn {
	clear: both;
	text-align: left;
	display: block;
	padding: 0 0 5px 140px;
}
.detailedform .submitbtn input {
	background: #585858;
	border: 0;
	text-align: center;
	color: #fff;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.detailedform .submitbtn input:hover {
	background: #A1201A;
}
/* Detailed Search Form */
#searchresults,
.detailedsearch {
	padding: 5px 15px;
}
.bookmarkicons {
	margin: 15px 0 15px 0;
	display: block;
}
.bookmarkicons a {
	display: block;
	float: left;
	padding: 3px;
	border: 1px solid #ddd;
	margin: 0px;
	width: 15px;
	overflow: hidden;
}
.bookmarkicons a:hover{
	border: 1px solid #666;
}
.bookmarkicons a img {
	height: 15px;
	border: 0;
}

.entry {
	background: #fff; /* url(../images/entrybg.jpg) no-repeat right top; */
	border-bottom: 1px solid #D4D6D6;
	padding: 10px;
	margin: 0 0 60px 0;
}
.entry-content {
	font-size: 1em;
	overflow: visible;
}
.entry h3 {
	
}
.entry-header {
	padding: 10px 10px 10px 0;
	margin: 0;
	display: inline;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	position: relative;
}
.entry-header span {

}
.entry-header .e-date {

	line-height: 120%;
	margin-bottom: 5px;
}
.entry-header .e-date strong {

	color: #a50d37;
	font-weight: normal;
}
.entry-header a {
	text-decoration: none;
}
.entry-header a:hover {
	text-decoration: underline;
}
.entry-header .e-tb,
.entry-header .e-author {
	margin: 0 0 10px 0;
}
.entry-header .e-author a {
	color: #117ac0;
}
.entry-header .e-tb,
.entry-header .e-plink,
.entry-header .e-mail,
.entry-header .e-prnlink,
.entry-header .e-cm {
	padding: 0 0 0 18px;
}


.entry-header .e-tb {
	background: url(../images/ico_trackbacks.gif) no-repeat left center;
}
.entry-header .e-plink {
	background: url(../images/ico_permalink.gif) no-repeat left center;
}
.entry-header .e-prnlink {
	background: url(../images/ico_print_s.gif) no-repeat left center;
}
.entry-header .e-mail {
	background: url(../images/ico_email.gif) no-repeat left center;
}
.entry-header .e-cm {
	background: url(../images/ico_comments.gif) no-repeat left center;
	color: #117ac0;
}

.entry-header .e-tb a,
.entry-header .e-cm a {
	color: #117ac0;
}
.entry-header .e-tb a strong,
.entry-header .e-cm a strong {
	color: #E2268D;
}
.entry blockquote {
	padding: 0 0 0 5px;
	margin: 10px 0 10px 20px;
}
.entry .highlight {
	background: #FFFF33;
}
.entry .sidenote {
	border-top: 1px solid #517F7F;
	border-bottom: 1px solid #517F7F;
	padding: 10px 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	width: 40%;
	float: right;
	margin: 10px 0 10px 10px !important;
	color: #517F7F;
	font-weight: bold;
}
.entry .box {
	border: 1px solid #666;
	padding: 10px;
	display: block;
}
.entry .red {
	background: #A00953;
	color: #fff;
}
.entry .black {
	background: #000;
	color: #fff;
}
.entry .black a,
.entry .red a {
	color: #fff;
	text-decoration: underline;
	border: none;
}
.entry h4,
.entry .subhead {
	font-weight: bold;
	font-size: 120%;
	color: #699B9B;
}
.entry .snip {
	border: 1px dashed #333;
	display: block;
	padding: 10px;
	background: #fff;
}
.entry .e-tags {
	font-size: 0.9em;
}




/* PANELS */
.tab_panes {
	float: right;
}
.tab_panes li {
	float: left;
	padding: 6px 4px;
	background: #2F3944;
	color: #fff;
	margin: 0 0 0 1px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
cursor: pointer;
}
* html .tab_panes li {
cursor: hand;
}
.tab_panes li:hover {
	background: #000;
}



.s_1 .tab_1,
.s_2 .tab_2,
.s_3 .tab_3,
.s_4 .tab_4,
.s_5 .tab_5 {
	background: #f2f6fb;
	color: #72083C;
}

.s_1 .tab_1:hover,
.s_2 .tab_2:hover,
.s_3 .tab_3:hover,
.s_4 .tab_4:hover,
.s_5 .tab_5:hover {
	background: #f2f6fb;
}

.pane_1,
.pane_2,
.pane_3,
.pane_4,
.pane_5,
.pane_6 {
	display: none;
}


.s_1 .pane_1,
.s_2 .pane_2,
.s_3 .pane_3,
.s_4 .pane_4,
.s_5 .pane_5 {
	display: block;
}





.address {
	color: #004383;
	font-weight: bold;
	
}

#prevnext{padding-left:8px; margin-top:-5px;}

.entry-body img,
.entry-more img{position:relative;}
