html {
	width:100%;
	height:100%;
}
body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#3a3734;
}
a:link {
	text-decoration:underline;
	color:#425605;
}
a:visited {
	text-decoration:underline;
	color:#425605;
}
a:hover {
	text-decoration:none;
	color:#425605;
}
table {
	border:none;
	border-collapse:collapse;
}
p, h1, h2, h3, h4, h5, h6, ul, li {
	font-weight:normal;
	margin:0;
	padding:0;
}
li {
	list-style:none;
}
img {
	border:none;
}
.left {
	float:left!important;
}
.right {
	float:right!important;
}
.clear {
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
	margin:0;
	padding:0;
}
label {
	font-weight:bold;
}
.ta_center {
	text-align:center!important;
}
.ta_right {
	text-align:right;
}

/***********************/
h1 {
	margin:0;
	position:relative;
	z-index:100;
}
	h1 a {
		display:block;
		background:url(../images/logo.png) 0 0 no-repeat;
		width:111px;
		height:134px;
		text-indent:-9999px;
		margin:55px auto 0;
	}
	h1.green a {
		background:url(../images/logo_green.png) 0 0 no-repeat;
	}
h2 {
	font-size:80px;
	color:#425605;
	padding:20px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
}
h3 {
	color:#802911;
	font-size:26px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:23px;
}
h4 {
	font-size:15px;
	color:#425605;
	font-weight:bold;
	padding:0 0 15px 0;
}
h5 {
	color:#a0aa82;
	font-size:11px;
	font-weight:bold;
}
/************************/
.p0 {
	padding:0!important;
}
.m0 {
	margin:0!important;
}
.pb6 {
	padding-bottom:6px!important;
}
.wp33 {
	width:33%;
}
.wp100 {
	width:100%!important;
}
/***********************/

.main-menu {
	color:#566c11;
	font-size:18px;
	float:right;
	margin:65px 0 0 0;
	font-family:Verdana, Geneva, sans-serif;
}
	.main-menu li {
		float:left;
		text-align:center;
		margin-left:24px;
		padding-bottom:2px;
	}
		.main-menu li a {
			text-decoration:none;
			color:#566c11;
			height:35px;
			margin:0;
			padding:0 10px;
		}
		.main-menu li.current , .main-menu li:hover {
			background:url(../images/menu_bg.png) center bottom no-repeat;
		}
.footer {
	height:80px;
	margin-top:-80px;
	overflow:hidden;
	font-size:11px;
	position:relative;
	clear:both;
	width:100%;
	background:url(../images/footer_logo.png) center top no-repeat;
	z-index:150;
}	
	.footer a {
		color:#a2ad89;
		text-decoration:none;
	}
	.footer .footer-menu {
		width:460px;
		margin:40px auto 0;
	}
		.footer .footer-menu li {
			float:left;
			margin:0 8px;
			color:#a2ad89;
		}		
		.footer .footer-menu a:hover {
			text-decoration: underline;
		}	
	.footer p {
		font-weight:bold;
		display:block;
		text-align:center;
		clear:both;
		padding:5px 0 0 0;
	}	
.main {
	width:960px;
	margin:0 auto;
	height:100%;
}
.content {
	min-height:100%;
}
.img {
	overflow:hidden;
	width:940px;
	height:355px;
	margin-left:10px;
	float:left;
	margin-top:20px;
	background:#CCC;
}
.img.home {
	height:599px;
}
ul.cells {
	clear:both;
	margin:-355px 10px 0;
	background:url(../images/mask_img.png) -2px -243px  repeat;
	height:355px;
	position:relative;
	z-index:20;
	color:#FFF;
	float:left;
	width:940px;
}
ul.cells p.buss {
	font-size:16px;
	text-align:center;
	margin:105px 0 0 0;
}
ul.cells li .testimonal {	
	padding:0 25px;
	height:100%;
	position:absolute;
	z-index:100;
	top:0;
	display:none;
}
ul.cells li .shadow-g {
	background:#34421c;
	width:100%;
	height:100%;
	display:none;
	z-index:100;
	position:absolute;
	top:0;
}
ul.cells li .testimonal p {
	padding:20px 0 0 0;
	line-height:18px;
	height:140px;
	overflow:hidden;
}
ul.cells li .testimonal i {
	font-size:15px;
}
ul.cells li .shadow-w {
	background:#FFF;
	width:100%;
	height:100%;
	display:none;
	position:absolute;
	top:0;
}
ul.cells li .clients {	
	height:100%;
	display:none;
	position:absolute;
	width:100%;
	top:0;
	z-index:150;
}
ul.cells li .clients h4 {
	padding:15px 15px 0;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
ul.cells li .clients p {
	padding:4px 15px 0;
	color:#3a3734;
	line-height:23px;
}

ul.cells.home {
	height:602px;
	margin-top:-602px;
	background:url(../images/mask_img.png) -2px 0  repeat;
}
	ul.cells li {
		float:left;
		margin:3px 3px 0 0;
		width:237px;
		height:237px;
		overflow:hidden;
		position:relative;
	}
	ul.cells li.r {
		width:220px!important;
		margin-right:0!important;
	}
	ul.cells li.last {
		float:right;
		height:126px;
	}

.left-box {
	float:left;
	width:717px;
	margin:-100px 3px 0 10px;
	padding-bottom:200px;
	position:relative;
	z-index:20;
}
	.home-news {
		float:left;
		width:100%;
		margin:15px 0 0 0;
	}
		.home-news li {
			float:left;
			width:220px;
			margin-right:19px;
			font-size:12px;
			line-height:19px;
		}
			.home-news li p {
				padding-bottom:12px;
			}
			.home-news li a {
				font-weight:bold;
			}
.left-box p {
	line-height:22px;
	padding-bottom:22px;
	padding-right: 20px;
}
.at-img {
	float:left;
	border:1px solid #c6ccb4;
	margin:0 20px 17px 0;
}
.attorney {
	margin:5px 0 0 0;
}
	.attorney h5 {
		color:#7a8850;
		font-size:12px;
		padding-bottom:5px;
	}
	.attorney p {
		line-height:19px;
		padding-bottom:25px;
	}
	.attorney ul {
		padding-bottom:25px;
	}
	.attorney ul.mark {
		padding:0 0 25px 0;
	}
	.attorney ul.mark li {
		background: url(../images/list_left.png) 0 10px no-repeat;
		line-height:19px;
		padding:3px 0 3px 15px;
	}
	.attorney ul.mark.big-space li {
		padding:9px 0 9px 15px;
		background: url(../images/list_left.png) 0 15px no-repeat;
	}
	.l-3-col {
		float:left;
		width:100%;
	}
		.l-3-col li {
			float:left;
			width:33%;
			line-height:19px;
			padding:4px 0;
		}
.news {
	margin-right:50px;
	margin-top:10px;
}
	.news li {
		background:url(../images/news_hr.png) center bottom no-repeat;
		padding:22px 0 12px 0;
	}
		.news li p {
			line-height:20px;
			padding:5px 0;
		}
	.news .date {
		color:#425605;
		font-weight:bold;
		font-size:10px;
	}
.right-box {
	float:right;
	width:220px;
	margin:10px 10px 0 0;
}
	.right-box .hr {
		background:url(../images/right_hr.png) center 0 no-repeat;
		height:1px;
		line-height:0;
		font-size:0;
		width:100%;
		margin:0;
		padding:0;
		clear:both;
		border:none;
	}
	.right-box h4 {
		font-family:Arial, Helvetica, sans-serif;
		font-weight: normal;
		color:#425605;
		padding:10px 0 15px 0;
	}
	.right-box .list {
		padding: 0 0 25px 0;
		float:left;
	}
		.right-box .list li {
			margin:8px 0 4px 0;
			float:left;
			clear:both;
			padding-left:15px;
		}
		.right-box .list li:hover, .right-box .list li.current {
			background:url(../images/list_right.png) 0 3px no-repeat;			
		}
			.right-box .list li a {
				text-decoration:none;
				color:#3a3734;
			}
			.right-box .list li a:hover, .right-box .list li.current a  {
				color:#425605;
			}
	.right-box .contact-us {
		text-align:center;
		color:#adb592;
		line-height:19px;
		padding:15px 0 10px;
	}
		.right-box .contact-us p {
			padding-bottom:7px;
		}
		.right-box .contact-us h4 {			
			color:#adb592;
			padding:0 0 5px 0;
			font-weight:bold;
		}
		.right-box .contact-us a {
			color:#adb592;
			text-decoration:none;
		}
		.right-box .contact-us a:hover {
			text-decoration: underline;
		}
/*********************sIFR************************/
@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}
