/*
	Site Main Styles
	Version:  9.01.10
	
	Structure
	--------------------------------------------
	1. Base style
	
	2. base wrap 
	
	3. header 
	
	4. content		
				
	5. footer
					
*/

/* 1. base style ---------------------------*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em,  img, strong, sub, sup, b, u, i,  dl, dt, dd, ol, ul, li, form, label, table, tbody, tfoot, thead, tr, th, td, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
html, body {
	height: 100%;
}
html {
	font-size: 100.01%;
}
body {
	line-height: 1;
	color: #202020;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	text-align:center;
}
ol, ul {
	list-style: none;
}
li{
	list-style: none;

}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
a {
	color: #64b4e0;
	font-weight:bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
input[type="text"], input[type="password"] {
	font-size: 100%;
	padding: 0;
}
textarea {
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
	padding: 0;
}
input{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
border: none;
}


/* 2. base wrap ---------------------------*/
.mainWrap{
	min-height: 100%;
	min-width: 1000px;
	background:url(../img/body/body-back.jpg) top center no-repeat #fff;
	text-align:center;
}
	.main {
		max-width: 1255px;
		text-align:left;
		margin:0 auto 116px auto;
	}

/* 3. header wrap ---------------------------*/

.header{
	height: 338px;
    position:relative;
    overflow: hidden;
}
.header h1,
.header .headerLogo{
	position:absolute;
	width:332px;
	height: 110px;
	text-indent:-5000px;
	top: 7px;
	right: 50%;
	margin-right:-8px;
	background:url(../img/header/logo.png) no-repeat ;
}
.header h2{
	position:absolute;
	display:none;
	width:623px;
	height: 28px;
	text-indent:-5000px;
	top: 131px;
	right: 50%;
	margin-right: -378px;
	background:url(../img/header/slogan.png) no-repeat ;
}
.header .phoneNumber{
	position:absolute;
	top: 167px;
	right: 50%;
	margin-right: 45px;
	font-family:"Myriad Pro", "Times New Roman", Times, serif;
	color:#000080;
	font-size:38px;
	line-height:38px;
}
.header .phoneNumber span{
	display:block;
	font-weight:bold;
	font-size: 14px;
	line-height:14px;
	position:relative;
	top: 4px;
	left: 4px;
	color:#000000;
	font-style:italic;
}
.header .regionPhones{
	position:absolute;
	width: 336px;
	top: 45px;
	right: 31px;
}
.header .regionPhones h3{
	color:#fff;
	font-size: 10px;
	font-weight:bold;
	padding-bottom: 8px;
	border-bottom: 1px solid #86c4e7;
	margin-bottom: 1px;
	text-transform:uppercase;
}
.header .regionPhones ul{
	padding-top: 8px;
	border-top: 1px solid #86c4e7;
	text-transform:uppercase;
}
.header .regionPhones ul li{
	float:left;
	padding-left:18px;
}
.header .regionPhones ul li:first-child,
.header .regionPhones ul li.first-child{
	padding-left:0;
}
.header .regionPhones ul li strong{
	color:#000000;
	font-size: 10px;
	display:block;
	margin-bottom: 3px;
	white-space:nowrap;
}
.header .regionPhones ul li span{
	color:#000000;
	font-size: 10px;
	white-space:nowrap;
}
.header .regionPhones ul li span span{
	color:#000000;
}
ul.language{
	position:absolute;
	right: 41px;
	top: 193px;
	cursor:default;
	text-align:center;
}
ul.language li{
	float:left;
	width: 30px;
	height: 39px;
	margin-left: 4px;
	overflow: hidden;
	font-size:10px;
	line-height:11px;
}
ul.language li a{
	font-weight:normal;
	color:#3387c7;
}
ul.language li span,
ul.language li a{
	display:block;
	height: 39px;
	line-height:52px;
	background:url(../img/header/lang.png) -47px 7px no-repeat ;
}
ul.language li:first-child span,
ul.language li:first-child a,
ul.language li.first-child span,
ul.language li.first-child a{
	background:url(../img/header/lang.png) 7px 7px no-repeat ;
}
ul.language li.active{
	background:url(../img/header/lang-back.png) no-repeat ;
}
.header form{
	position:absolute;
	top: 219px;
	right: 26px;
	width: 252px;
	height: 74px;
	background:url(../img/header/back-form.png) top right no-repeat ;
}
.header form div{
	position:absolute;
	top: 26px;
	left: 0;
	width: 193px;
	height: 18px;
	border: 1px solid #fff;
}
.header form div input{
	border: 1px solid #d2d2d2;
	background:#fff;
	width: 181px;
	height: 16px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#afafaf;
	font-size: 11px;
	float:left;
	padding: 0 5px;
}
.header form input[type=submit]{
	position:absolute;
	top: 23px;
	right: 24px;
	border: none;
	cursor:pointer;
	width: 26px;
	height: 26px;
	background:url(../img/header/form-sbmt.png) no-repeat ;
}
.headerMenuWrap{
	position:absolute;
	display:table;
	left: 0;
	top: 294px;
	height: 44px;
	text-align:center;
	width:100%;
}
* html .headerMenuWrap span {
display: inline-block;
}
*:first-child+html .headerMenuWrap span {
display: inline-block;
}
.headerMenu{
	display:table;
	width: auto; 
	margin: 0 auto; 
	padding-left: 10px;
	height: 44px;
	background:url(../img/header/menu-circle.png) 0 8px no-repeat ;
}
.headerMenu ul{
	float:left;
	padding-right: 10px;
	height: 44px;
	background:url(../img/header/menu-circle.png) right 8px no-repeat ;
}
.headerMenu ul li{
	float:left;
	padding: 13px 30px 0 30px;
	position:relative;
	color:#505050;
	font-size:16px;
	line-height:17px;
	font-family:"Myriad Pro", Geneva, Arial, Helvetica, sans-serif;
}
.headerMenu ul li a{
	float:left;
	text-decoration:none;
	color:#fff;
	font-weight:normal;
	border-bottom: 1px solid #d2d2d3;
}
.headerMenu ul li a:hover{
	border-bottom: 1px solid #fff;
}
.headerMenu ul li.active{
	background:url(../img/header/menu-active.png) 0 8px no-repeat ;
	cursor:default;
	height: 36px;
	padding-top:14px;
}
.headerMenu ul li.active span{
	background:url(../img/header/menu-active-right.png) no-repeat ;
	position:absolute;
	top: 8px;
	right: -1px;
	width: 6px;
	height: 31px;
}
		
/* 4. content style ---------------------------*/

.content{
	padding-bottom:148px;
	overflow:hidden;
	zoom:1;
	font-size:13px;
}
.content:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.mainContent{
	margin-right: 220px;
	padding-top:25px;
	zoom:1;
}
.mainContent:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.contAndRightNavWrap{
	margin-left: 254px;
	zoom:1;
}
.contAndRightNavWrap:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.leftContNav{
	float:left;
	width: 204px;
	min-height: 759px;
	background:url(../img/content/left-bar-talling.png) repeat ;
	position:relative;
}
.leftContNav .paragraph{
	position:absolute;
	left: 0;
	top:0;
	width: 157px;
	height: 427px;
	background:url(../img/content/left-bar-paragraph.png) ;
	z-index:1;
}
.leftContNav .corRBNB{
	position:absolute;
	bottom: 0;
	right: 0;
	width: 4px;
	height: 5px;
	font-size:1px;
	background:url(../img/content/left-bar-cor.png) ;
}
.leftContNav h3{
	font-size:16px;
	color:#383838;
	font-family:"Myriad Pro", Geeva, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.rightContNav{
	float:right;
	width: 204px;
	background:url(../img/content/left-bar-talling.png) repeat ;
	position:relative;
	padding: 29px 0 13px 0;
	overflow:hidden;
}
.rightContNav h3{
	font-size:16px;
	color:#383838;
	font-family:"Myriad Pro", Geeva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding: 0 26px 0 28px;
	position:relative;
	z-index:3;
}
.rightContNav .paragraph{
	position:absolute;
	right: 0;
	top:0;
	width: 152px;
	height: 427px;
	background:url(../img/content/right-bar-paragraph.png) ;
	z-index:1;
}
.rightContNav .corLBNB{
	position:absolute;
	bottom: 0;
	left: 0;
	width: 4px;
	height: 4px;
	font-size:1px;
	background:url(../img/content/right-bar-cor.png) ;
}


/* about left bar ---------------------------*/
.aboutLeftBar{
	padding: 29px 0 0 19px;
	position:relative;
	z-index:2;
}
.aboutLeftBar li{
	padding: 14px 25px 0 15px;
	position:relative;
	font-size:13px;
	background:url(../img/content/left-bar-circle.png) 5px 19px no-repeat ;
}
.aboutLeftBar h4{
	height: 70px;
	font-size:16px;
	line-height:50px;
	overflow: hidden;
	margin-top:9px;
	color:#383838;
	font-family:"Myriad Pro", Geeva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	background:url(../img/content/about-add-think.png) top right no-repeat ;
}
.aboutLeftBar form{
	position:relative;
	top: -14px;
}
.aboutLeftBar form label{
	float:left;
	clear:left;
	margin: 0 0 4px 1px;
	font-size: 13px;
	color:#787878;
}
.aboutLeftBar form .inpWrap{
	display:block;
	width: 131px;
	height: 21px;
	background:url(../img/content/about-add-think-inp.png) no-repeat ;
	clear:both;
	margin-bottom: 7px;
}
.aboutLeftBar form .inpWrap input{
	float:left;
	background:none;
	border: none;
	font-size:11px;
	margin: 3px 0 0 5px;
	width: 121px;
}
.aboutLeftBar form .textareaWrap{
	display:block;
	width: 167px;
	height: 119px;
	background:url(../img/content/about-add-think-text.png) no-repeat ;
	clear:both;
	margin-bottom: 7px;
}
.aboutLeftBar form .textareaWrap textarea{
	float:left;
	background:none;
	border: none;
	font-size:11px;
	margin: 3px 0 0 6px;
	width: 159px;
	height: 113px;
	overflow: auto;
}
.aboutLeftBar form input[type=submit]{
	float:left;
	background:none;
	border: none;
	font-size:16px;
	text-decoration:underline;
	font-family:"Myriad Pro", Geeva, Arial, Helvetica, sans-serif;
	color:#64b4e0;
	width: 77px;
	margin: 0 0 0 88px;
	cursor:pointer;
	display:inline;
}
/* about right bar ---------------------------*/
.rightContNav form{
	position:relative;
	z-index:2;
	top: -18px;
	width: 192px;
	height: 163px;
	margin-left: 4px;
	overflow: hidden;
	background:url(../img/content/item-search-back.png) ;
}
.rightContNav form h3{
	padding: 47px 0 5px 0;
	margin: 0 20px 0 27px;
	border-bottom: 1px dotted #000;
}
.rightContNav form label{
	color:#383838;
	font-size:13px;
	float:left;
	clear:left;
	padding: 6px 0 7px 0;
	margin-left:27px;
}
.rightContNav form input[type=text]{
	display:block;
	margin: 0 0 0 27px;
	width:137px;
	border: 1px solid #928080;
	background:#fff;
	height: 15px;
	font-size:11px;
	color:#a7a7a7;
	padding: 0 3px; 
	margin-bottom: 10px;
}
.rightContNav form input[type=submit]{
	float:left;
	background:none;
	border: none;
	font-size:16px;
	text-decoration:underline;
	font-family:"Myriad Pro", Geeva, Arial, Helvetica, sans-serif;
	color:#383838;
	width: 70px;
	font-weight:bold;
	margin: 0 0 0 65px;
	cursor:pointer;
	display:inline;
}
.rightContNav ul{
	margin: -5px 0 0 4px;
	position:relative;
	z-index:2;
}
.rightContNav ul li{
	margin-bottom: 13px;
	padding-bottom: 13px;
	width: 192px;
	position:relative;
	background:url(../img/content/date-list.png) 13px 0 no-repeat ;
	min-height:120px;
	float:left;
}
.rightContNav ul li .bottom{
	height: 9px;
	font-size:1px;
	bottom: -1px;
	left: 0;
	width: 192px;
	position:absolute;
	background:url(../img/content/date-list-bot.png) ;
}
.rightContNav ul li h3{
	padding: 27px 0 5px 0;
	margin: 0 20px 0 27px;
	border-bottom: 1px dotted #fff;
}
.rightContNav ul li h3 a{
	font-weight:normal;
	color:#383838;
}
.rightContNav ul li span{
	color:#383838;
	font-size:13px;
	float:left;
	clear:left;
	padding: 6px 0 2px 0;
	margin-left:27px;
	width:138px;
}
.rightContNav ul li strong{
	color:#b60505;
	font-size:13px;
	float:left;
	clear:left;
	width:138px;
	text-align:justify;
	margin: 0 0 8px 27px;
}
.rightContNav ul li .dateOfLaw{
	float:left;
	clear:left;
	background:#fff;
	border: 1px solid #928080;
	padding: 1px 2px;
	font-size:11px;
	color:#444444;
	margin: 0 0 0 27px ;
	display: inline;
}
.mainContentAbout{
	padding: 23px 0 0 0;
}
.mainContentAbout li{
	position:relative;
	border: 1px solid #e5e5e5;
	padding: 25px 36px 0 17px;
	zoom:1;
	margin-bottom: 39px;
}
.mainContentAbout li .corRB {
	position:absolute;
	right: -1px;
	bottom: -1px;
	font-size:1px;
	width: 5px;
	height: 5px;
	background:url(../img/content/about-cont-cor.png) -5px -5px ;
}
.mainContentAbout li .corRT {
	position:absolute;
	right: -1px;
	top: -1px;
	font-size:1px;
	width: 5px;
	height: 5px;
	background:url(../img/content/about-cont-cor.png) -5px 0 ;
}
.mainContentAbout li .corLB {
	position:absolute;
	left: -1px;
	bottom: -1px;
	font-size:1px;
	width: 5px;
	height: 5px;
	background:url(../img/content/about-cont-cor.png) 0 -5px ;
}
.mainContentAbout li h2{
	position:absolute;
	top: -13px;
	left: -2px;
	background:#fff;
	font-size:18px;
	text-decoration:underline;
	color:#73797c;
	font-family:"Myriad Pro", Geeva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding: 0 8px 8px 0;
}
.mainContentAbout li h5{
	font-size:11px;
	font-weight:bold;
	padding-bottom:13px;
}
.mainContentAbout li ul{
	padding: 0 0 13px 0;
}
.mainContentAbout li ul li{
	padding: 0 0 0 18px;
	height: auto ;
	margin: 0;
	border:none;
	background:url(../img/content/about-cont-list-disc.png) 7px 5px no-repeat ;
}
.mainContentAbout li p {
	margin-bottom: 13px;
}
.mainContentAbout li dl{
	color:#595959;
}
.mainContentAbout li dl dt{
	float:left;
	font-weight:bold;
	padding-right: 4px;
}
.mainContentAbout li dl dd{
	padding-bottom: 13px;
}
.mainContentAbout li.partners a{
	display:inline-block;
	height: 64px;
	overflow:hidden;
	margin: 5px 15px;
}
.mainContentAbout li.partners {
	padding: 30px 50px;
	zoom:1;
}
.serviceList{
	float:left;
	width: 100%;
	margin-top: 25px;
}
.serviceList li{
	width: 30.2%;
	margin-right:3%;
	float:left;
	padding-top: 165px;
	background-repeat: no-repeat;
}
.serviceListBig li{
	padding-top: 202px;
}
.serviceList li h3{
	font-size:24px;
	color:#8d8c8c;
	font-family:"Myriad Pro", Geeva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding-bottom:25px;
	padding-left: 15px; 
}
.serviceList li h3 a{
	text-decoration:underline;
	color:#8d8c8c;
	font-weight:normal;
}
.serviceList li h3 a:hover{
	text-decoration:none;
}
.serviceList li li{
	width: 100%;
	margin-right:0;
	float:none;
	padding: 0 0 8px 15px;
	background:url(../img/content/servicelist-disc.png) 1px 5px no-repeat ;
	color:#545050;
}
.serviceList li.business{
	background-image:url(../img/content/servicelist-business.png);
}
.serviceList li.money{
	background-image:url(../img/content/servicelist-money.png);
}
.serviceList li.justice{
	background-image:url(../img/content/servicelist-justice.png);
}
.serviceList li.people{
	background-image:url(../img/content/servicelist-people.png);
}
.serviceList li.upper{
	background-image:url(../img/content/servicelist-upper.png);
}
.serviceList li.house{
	background-image:url(../img/content/servicelist-house.png);
}
.contAndRightNavWrap h1{
	font-size:24px;
	color:#73797c;
	font-family:"Myriad Pro", Geeva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding-bottom:13px;
	padding-top: 28px;
}
.mainContent h1{
	padding-top:0;
	padding-bottom:5px;
}
.FAQContent .pagination{
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	overflow:hidden;
	padding: 6px 0 8px 0;
	zoom:1;
	font-size:13px;
} 
.FAQContent .pagination ul{
	padding-top: 2px;
}
.FAQContent .pagination:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.leftContNav strong{
	display:block;
	color: #5f5f5f;
	padding: 14px 62px 28px 5px;
}
.FAQContent .pagination strong{
	float:left;
	padding-top: 2px;
	font-weight:normal;
	color:#000; 
} 
.FAQContent .pagination li{
	float:left;
	margin: 0 3px;
	height: 17px;
	line-height: 15px;
} 
.FAQContent a{
	font-weight:normal;
} 
.FAQContent .pagination li.active{
	position:relative;
	background:url(../img/content/faq-pagination.png) 0 1px no-repeat ;
	color:#000;
	padding: 0 4px 0 5px;
	font-weight:bold;
} 
.FAQContent .pagination li.active span{
	position:absolute;
	background:url(../img/content/faq-pagination-right.png) no-repeat ;
	top: 1px;
	right: -1px;
	height: 16px;
	width: 7px;
} 
.listQA{
	padding: 11px 17px 27px 25px;
	color:#595959;
}
.listQA li{
	padding-top: 17px;
	border-bottom: 1px dotted #bdbdbd;
}
.listQA li p{
	padding-bottom: 14px;
}


.leftContNav form.findLaw{
	position:relative;
	z-index:2;
	width: 192px;
	height: 163px;
	margin: 0 0 17px -15px;
	top: 0;
	overflow: hidden;
	background:url(../img/content/item-search-back.png) ;
}
.leftContNav form.findLaw h3{
	padding: 47px 0 5px 0;
	margin: 0 20px 0 27px;
	border-bottom: 1px dotted #000;
}
.leftContNav form.findLaw label{
	color:#383838;
	font-size:13px;
	float:left;
	clear:left;
	padding: 6px 0 7px 0;
	margin-left:27px;
}
.leftContNav form.findLaw input[type=text]{
	display:block;
	margin: 0 0 0 27px;
	width:137px;
	border: 1px solid #928080;
	background:#fff;
	height: 15px;
	font-size:11px;
	color:#a7a7a7;
	padding: 0 3px; 
	margin-bottom: 10px;
}
.leftContNav form.findLaw input[type=submit]{
	float:left;
	background:none;
	border: none;
	font-size:16px;
	text-decoration:underline;
	font-family:"Myriad Pro", Geeva, Arial, Helvetica, sans-serif;
	color:#383838;
	width: 70px;
	font-weight:bold;
	margin: 0 0 0 65px;
	cursor:pointer;
	display:inline;
}
.leftContNav h3 span{
	display: block;
	padding: 8px 0;
}
.foundedLaw{
	width: 118px;
	background:#fff;
	border-left: 1px solid #afb2b1;
	border-right: 1px solid #afb2b1;
	position:relative;
	padding: 9px 0 2px 33px;
	list-style-type:decimal;
}
.foundedLaw li{
	padding: 0 0 6px 0;
	background: none;
}
.foundedLawTop{
	width: 153px;
	height: 4px;
	font-size:1px;
	background:url(../img/content/founded-law.png) no-repeat ;
}
.foundedLawBot{
	width: 153px;
	height: 4px;
	font-size:1px;
	background:url(../img/content/founded-law.png) 0 -4px no-repeat ;
}
.lawFoundRes{
	width:90%;
}
.lawFoundRes th, .lawFoundRes td{
	vertical-align: middle;
	padding: 8px 10px;
	color:#000;
	border: 1px solid #fff;
	text-align:left;
}
.lawFoundRes th{
	background: #ededed;
	font-weight:bold;
}
.lawFoundRes td{
	background: #fbf7e1;
	padding: 16px 10px;
}
.wid75{
	width: 75px;
}
.wid130{
	width: 130px;
}
.wid180{
	width: 180px;
}
.lawFoundRes th.center, .lawFoundRes td.center{
	text-align:center;
}
.listOfDillers{
	float:left;
	width: 237px;
	border-right: 1px solid #dbdbdb;
}
.listOfDillers li{
	margin: 0 35px 17px 4px;
	border-bottom: 1px dotted #dbdbdb;
	padding-bottom: 6px;
}
.listOfDillers li h4{
	font-size: 14px;
	color:#595959;
	margin-bottom: 15px;
}
.listOfDillers li dl dt{
	float:left;
	width: 62px;
	font-weight:normal;
}
.listOfDillers li dl dd{
	margin-left: 62px;
	font-weight:bold;
	padding-bottom:2px;
}
.listOfDillers li dl dd a{
	font-weight:normal;
}
.listOfDillers li dl{
	color:#7c7c7c;
}
.feedBack{
	margin-left: 237px;
	padding-left: 27px;
	border-left: 1px solid #dbdbdb;
}
.feedBack p{
	margin-bottom: 9px;
	color:#5f5f5f;
}
.feedBack p strong{
	display:block;
}
.feedBack form{
	padding-top: 13px;
	zoom:1;
}
.feedBack form label{
	float:left;
	clear: left;
	margin: 5px 0 4px 0;
	color:#787878;
}
.feedBack form .inpWide{
	display:block;
	clear:left;
	width: 302px;
	height: 21px;
	background:url(../img/content/feedback-inp-wide.png) 0 no-repeat ;
}
.feedBack form .inpWide input{
	width: 292px;
	float:left;
	margin: 3px 0 0 5px;
	font-size:11px;
	color:#5f5f5f;
	background:none;
	border: none;
}
.feedBack form .inpNorm{
	display:block;
	clear:left;
	width: 179px;
	height: 21px;
	background:url(../img/content/feedback-inp-norm.png) 0 no-repeat ;
}
.feedBack form .inpNorm input{
	width: 169px;
	float:left;
	margin: 3px 0 0 5px;
	font-size:11px;
	color:#5f5f5f;
	background:none;
	border: none;
}
.feedbackTextWr{
	display:block;
	clear:left;
	width: 473px;
	height: 159px;
	margin-bottom: 12px;
	background:url(../img/content/feedback-text.png) 0 no-repeat ;
}
.feedbackTextWr textarea{
	float:left;
	width: 465px;
	margin:3px 0 0 5px;
	height: 153px;
	background:none;
	border: none;
	color:#5f5f5f;
}
.feedBack form input[type=submit] {
	background:none ;
	border:none;
	color:#64B4E0;
	cursor:pointer;
	float:left;
	font-family:"Myriad Pro",Geeva,Arial,Helvetica,sans-serif;
	font-size:24px;
	margin:0 0 0 185px;
	text-decoration:underline;
	width:120px;
}



/* 5. footer style ---------------------------*/

.footerWrap {
	height: 116px;
	margin: -116px auto 0 auto;
	max-width: 1900px;
	min-width:1000px;
	text-align:center;
	background:url(../img/footer/back.png) repeat-x;
}
.footer{
	width: 923px;
	margin: 0 auto;
	height: 116px;
	text-align:left;
	font-size:13px;
	position:relative;
}
.footer a{
	color:#139ee1;
}
.footer ul{
	height: 48px;
	font-size:13px;
}
.footer ul li{
	float: left;
	padding-top:20px;
	padding-left: 90px;
}
.footer ul li:first-child{
	padding-left:0;
}
.footer ul li a{
	font-weight:normal;
}
.footerMenu{
	text-align:center;
	width:100%;
	height: 48px;
	border-bottom: 1px solid #fff;
}
* html .footerMenu span {
display: inline-block;
}
*:first-child+html .footerMenu span {
display: inline-block;
}
.footerMenu ul{
	display:table;
	width: auto; 
	margin: 0 auto; 
}
.footer .copyright{
	position:absolute;
	left:0;
	top: 66px;
	width: 435px;
	color:#000;
}
.footer .designed{
	position:absolute;
	top: 66px;
	right: 0;
	text-align:right;
	width: 282px;
}
.footer .designed a{
	font-weight:normal;
}

.serviceListIndex{
	float:left;
	width: 100%;
	margin-top: 25px;
}
.serviceListIndex li{
	width: 46.5%;
	margin-right:3%;
	float:left;
	padding-top: 165px;
	background-repeat: no-repeat;
}
.serviceListIndex li.serviceListIndexBig{
	padding-top: 202px;
}
.serviceListIndex li h3{
	font-size:24px;
	color:#8d8c8c;
	font-family:"Myriad Pro", Geeva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding-bottom:25px;
	padding-left: 15px; 
}
.serviceListIndex li h3 a{
	text-decoration:underline;
	color:#8d8c8c;
	font-weight:normal;
}
.serviceListIndex li h3 a:hover{
	text-decoration:none;
}
.serviceListIndex li li{
	width: 100%;
	margin-right:0;
	float:none;
	padding: 0 0 8px 15px;
	background:url(../img/content/servicelist-disc.png) 1px 5px no-repeat ;
	color:#545050;
}
.serviceListIndex li.business{
	background-image:url(../img/content/servicelist-business.png);
}
.serviceListIndex li.money{
	background-image:url(../img/content/servicelist-money.png);
}
.serviceListIndex li.justice{
	background-image:url(../img/content/servicelist-justice.png);
}
.serviceListIndex li.people{
	background-image:url(../img/content/servicelist-people.png);
	background-position: 0 -37px;
}
.serviceListIndex li.upper{
	background-image:url(../img/content/servicelist-upper.png);
}
.serviceListIndex li.house{
	background-image:url(../img/content/servicelist-house.png);
}
.indexLeftBar{
	padding: 29px 0 0 19px;
	position:relative;
	z-index:2;
}
.indexLeftBar h4{
	height: 70px;
	font-size:16px;
	line-height:30px;
	overflow: hidden;
	margin-top:22px;
	color:#383838;
	font-family:"Myriad Pro", Geeva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	background:url(../img/content/about-add-think.png) top right no-repeat ;
}
.indexLeftBar ul{
	width: 170px;
	padding-top: 9px;
}
.indexLeftBar ul li{
	border-bottom: 1px dotted #79797a;
	padding: 8px 0;
}
.indexLeftBar ul li p{
	padding-top: 11px;
}
.peopleThanks{
	position:relative;
	padding: 6px 40px 16px 29px;
	background:url(../img/content/user-answer-quote1.png) no-repeat ;
	margin-left: -9px;
	margin-bottom: 9px;
	zoom:1;
}
.peopleThanks span{
	display:block;
	position:absolute;
	bottom: 0;
	right: 17px;
	width: 21px;
	height: 18px;
	background:url(../img/content/user-answer-quote2.png) no-repeat ;
}
.peopleThanksAuthor{
	text-align:right;

	padding-right:14px;
	color:#b9b9b9;
	padding-bottom: 13px;
}
.peopleThanksAuthor a{
	display:block;
	font-weight:normal;
}

  ul.uslessInfo{
      text-align:left;
  }

  
  ul.uslessInfo li p{
      text-align:justify;
  }



/* content -----------------------*/
.contentSample{
	padding-right: 50px;
}
.contentSample h2 {
	font-size: 120%;
	margin-bottom: 15px;
	padding-top:5px;
}
.contentSample h3 {
	font-size: 110%;
	margin-bottom: 12px;
	padding-top:5px;
}
.contentSample h4 {
	font-size: 100%;
	margin-bottom: 10px;
	padding-top:5px;
}
.contentSample h5 {
	font-size: 90%;
	margin-bottom: 10px;
	padding-top:5px;
}
.contentSample h6 {
	font-size: 90%;
	margin-bottom: 10px;
	padding-top:5px;
}
.contentSample p {
	margin-bottom: 15px;
}
.contentSample ul {
	list-style: disc;
	margin: 5px 15px 10px 15px;
}
.contentSample ul ul {
	margin: 10px 0 10px 25px;
}
.contentSample ol {
	list-style: decimal;
	margin: 5px 15px 10px 20px;
}
.contentSample ol ol {
	margin: 10px 0 10px 25px;
}
.contentSample li {
	margin-bottom: 5px;
}
.contentSample table {
	margin-bottom: 15px;
	font-size: 100%;
	width: auto;
	border: 1px solid #000;
}
.contentSample th,
.contentSample td {
	border: 1px solid #000;
	padding: 4px;
	text-align: left;
}
.contentSample th {
	font-weight: bold;
	text-align: center;
}
.contentSample a,
.contentSample a font {
	color: #64B4E0 ;
	text-decoration: underline;
}
.contentSample a:visited,
.contentSample a:visited font {
	color: #50a2cf;
}
.contentSample a:hover,
.contentSample a:hover font {
	text-decoration: none;
}
.contentSample img[align=left] {
	margin: 0 10px 10px 0;
	float: left;
}
.contentSample img[align=right] {
	margin: 0 0 10px 10px;
	float: right;
}
.contentSample dl {
	margin: 0 0 15px 0;
}
.contentSample dt {
	font-weight: bold;
	margin-bottom: 2px;
}
.contentSample dd {
	margin-bottom: 5px;
}
.contentSample hr {
	height: 1px;
	border: none;
	color: #aaa;
	background: #aaa;
	margin: 10px 0;
	clear: both;
}
.tableDescription{
	padding: 5px 5px 5px 0;
	font-size:13px;
	float:left;
	width:100%;
}
.lawFoundRes td.notActiveTable{
	padding:150px 0;
	text-align:center;
	font-size:18px;
	text-align:center;
	color:#000;
	background:#9E9E9E;
}