@charset "utf-8";
/* CSS Document */

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	/* [disabled]background: transparent;
*/
	border: 0;
	margin: 0;
	padding: 0;
	/* [disabled]vertical-align: baseline;
*/
}
h1, h2, h3, h4, h5, h6 {
	color:#b44227;
	clear: both;
	font-weight:normal;
	margin-bottom:20px;
}
h1 {
	font-size: 2em;
	line-height: 20px;
}
h2 {
	font-size: 20px;
	line-height: 20px;
}
h3 {
	font-size: 18px;
	line-height: 18px;
}
h4 {
	font-size: 16px;
	line-height: 16px;
}
h5 {
	font-size: 14px;
	line-height: 14px;
}
h6 {
	font-size: 12px;
	line-height: 12px;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
	font-style: italic;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
hr {
	background:url(https://725efe.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/testimonial-seperator.png) repeat-x scroll center bottom transparent;
	border: 0;
	float:left;
	clear: both;
	height: 2px;
	margin-bottom: 22px;
	width:100%;
}
/* Text elements */
p {
	color:#422b07;
	margin-bottom: 20px;
	line-height: 18px;
	font-size: 1.5em;
}
li {
	line-height: 18px;
	list-style:disc inside none;
	font-size: 1.3em;
}
ul {
	margin: 0 0 18px 18px;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol li {
	margin-left:20px;
	list-style:decimal outside none;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-top:10px;
	margin-bottom: 10px;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"], textarea {
	border:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
a:link, a {
	color:#9e8467;
	text-decoration:none;
}
a:active, a:hover {
	color:#735739 !important;
	cursor:pointer;
}

.content a {
font-size: 1.5em;
}
.margin0, .margin10, .margin20, .margin25 ,  .margin30,.margin35, .margin40{
	clear: both;
    overflow: hidden;
}
.margin0{
	margin-bottom:0;
}
.margin10{
	margin-bottom:10px;
}
.margin20{
	margin-bottom:20px;
}
.margin25{
	margin-bottom:25px;
}
.margin30{
	margin-bottom:30px;
}
.margin35{
	margin-bottom:35px;
}
.margin40{
	margin-bottom:50px;
}
/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}
/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 17px !important;
	margin-top: 4px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 20px;
}
.wp-caption {
	background: #e3caa4;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	font-size: 12px;
	margin: 5px 0;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
/* =Google Webfonts Styles Start here
-------------------------------------------------------------- */
.notify-section h2, .notify-bg .notify-info {
	font-family: 'Bitter', serif;
}
.main-menu-container ul li, .home-recent-news ul li h3, .home-testimonials div h3, .related-links li a, .latest-news-container .post-details h4, .tab .nav li a, #row-listing .entry-details h4, h2, .page-title, h2, .row-section li .left h4, .contact-widget-container h3, .row-section .right .holiday, .entry-info .entry-details .row li, .row-section .right .red, .row-section .right .green, ul.status li .left h4, ul.status li .left span, .tabs-framed-container .tabs-framed li a, .block-heading h3.post-title, .block-heading .home-recent-news h4, .accordion li a, .nivo-caption h1, .banner-testimonial h3, .form-content .green {
	font-family: 'Droid Serif', serif;
	font-weight:400;
}
a.read-more, a.view span, .home-col-left h2, .home-col-right h2, .home-recent-news h2.post-title, .footer-widgets h3, .nav a.next span, .nav a.prev span, .post-read-more span.center, .contact-widget-container h2, .small, .big, .submit-right input.submit-btn, .btn-block input[type="submit"], .banner-testimonial h2, .rtl-btns .submit-btn input, .rtl-btns .cancel-btn input , .footer-widgets h4 a{
	font-family: 'Volkhov', serif;
}
.home-recent-news span.date, #row-listing .entry-details span, .post-content .post-meta li, .entry-info .entry-thumb .entry-title span, .banner-testimonial span.place {
	font-family: 'Droid Sans', sans-serif;
}
/* =Index page Styles Start here
-------------------------------------------------------------- */

body {
	background-image:url(https://a41525.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/bg.png);
	background-repeat:repeat-x;
	background-color:#251611;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#wrapper {
	float:left;
	width:100%;
}
.container {
	margin:0 auto;
	width:960px;
}
.top-line {
	background:url(https://223b7c.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/top-line.jpg) repeat;
	height:11px;
}
.top-line, .header {
	border-left:7px solid #411c14;
	border-right:7px solid #411c14;
	float:left;
	width:98.5%;
}
.last {
	background:none !important;
	margin:0 !important;
}
/* =Header Styles Start here
-------------------------------------------------------------- */
.header {
	background:url(https://dfe993.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/header2.jpg) repeat-x;
	height:231px;
}

.headertext {
width: 410px;
text-align: center;
color: #fff;
font-size: 2em;
position: relative;
top: 135px;
}

.headertext a {
color: #fff;
}

a.logo {
	float:left;
	margin-top:0px;
}
/* =header social-media Styles Start here
-------------------------------------------------------------- */
.header .social-media, .header .social-media li {
	float:left;
}
.header .social-media {
	margin-top:82px;
	margin-left:0px;
	width:28%;
}
.header .social-media li {
	list-style:none;
	padding:10px 15px;
}
.header .social-media a, .social-bookmarks a, .entry-info .entry-thumb .social-media li a, .footer-widgets .social-media a {
	background-repeat:no-repeat;
	display: block;
	text-indent: -9999px;
}
.header .social-media a {
	background-image:url(https://589ca4.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/social-icons.png);
	height: 31px;
	width: 31px;
}
.header .social-media a.fb {
 0px 0px no-repeat;
}
.header .social-media a.twit {
	background-position:-62px 0;
}
.header .social-media a.linked-in {
	background-position:-123px 0;
}
.header .social-media a.you-tube {
	background-position:-186px 0;
}
.header .social-media a.fb:hover {
	background-position:0px -32px;
}
.header .social-media a.twit:hover {
	background-position:-62px -32px;
}
.header .social-media a.linked-in:hover {
	background-position:-123px -32px;
}
.header .social-media a.you-tube:hover {
	background-position:-186px -32px;
}
/* =Header search Styles Start here
-------------------------------------------------------------- */
.search-frm {
	float:right;
	margin-top:89px;
	margin-right:32px;
	position:relative;
	width:22.9%;
}
.search-frm input[type="text"] {
	float:left;
	background:#f5e2c4;
	color:#844c4c;
	line-height:33px;
	padding:5px 5px 5px 14px;
	;
	height:30px;
	width:92.4%;
}
.search-frm input[type="submit"] {
	background: url(https://a73d20.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/search-ico.png) no-repeat scroll 14px 9px #D24F4D;
	border: medium none;
	cursor:pointer;
	display: block;
	font-size:0;
	line-height:0;
	height: 36px;
	position: absolute;
	right: 0;
	text-indent: 99px;
	top: 2px;
	width: 44px;
}
/* =main-menu-container page Styles Start here
-------------------------------------------------------------- */
.main-menu-container {
	float:left;
	font-size: 15px;
	position:relative;
	width:100%;
}
.main-menu-container .left, .main-menu-container .right {
	height:70px;
	position:absolute;
	width:20px;
}
.main-menu-container .left {
	background:url(https://bd4937.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/menu-bg-left.png) no-repeat;
	left:-20px;
}
.main-menu-container .right {
	background:url(https://7296e5.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/menu-bg-right.png) no-repeat;
	richness:0;
}
.main-menu-container ul {
	background:url(https://5e9ccc.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/menu-bg.jpg) repeat-x;
	float: left;
	font-size: 15px;
	height: 102px;
	margin-bottom: 0;
	margin-left: 0;
	padding-left:100px;
	position:relative;
	text-align: center;
	text-transform:uppercase;
	width:860px;
}
.main-menu-container ul li {
	float:left;
	line-height:60px;
	list-style:none;
	padding:0px 0px;
	padding-left: 13px;
	padding-right: 13px;
	position:relative;
}
.main-menu-container ul li a {
	color:#230a0a;
	padding:23px 10px;
}
.main-menu-container ul li a:hover, .main-menu-container ul li.current-page-item a {
	background:url(https://4f091e.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/menu-hover.jpg) repeat-x;
	color:#230a0a !important;
	height:63px;
	margin-top:-2px;
}
.tinynav {
	display: none;
}
/* =Submenu */
ul#main-menu ul {
	background:#e8b35e !important;
	position:absolute;
	height:auto;
	top: 50px !important;
	padding-left:0;
	padding-bottom:2px;
	text-align:left;
	text-transform:	capitalize;
	z-index:9;
	width: 212px;
}
ul#main-menu ul ul {
	border-top:2px solid #E5AE57;
	border-left:1px solid #E5AE57;
	border-bottom:2px solid #E5AE57;
	top:-13px !important;
}
.main-menu-container ul#main-menu li ul li {
	background-color:#B44227;
	margin: 1px 0 0;
	padding: 0;
	width:100%;
}
.main-menu-container ul#main-menu li ul a {
	background-image:none !important;
}
.main-menu-container ul#main-menu li ul li a {	
	color: #FFFFFF !important;
	height: auto;
    line-height: 25px;
	margin-top:-1px;
    padding: 8px 10px 8px 14px;
}
.main-menu-container ul#main-menu li ul a:hover {
	background-image:none !important;	
	background-color:#e8b35e !important;
	color:#230a0a !important;
	height:auto;
	margin-left:7px;
	padding-left:7px;
	line-height:25px;
	margin-top:-1px;
	padding:8px 10px 8px 7px;
	float:left;
	width:188px;
}
ul#main-menu li ul ul a:hover {
	width:189px !important;
}
ul#main-menu li ul a {
	line-height:24px;
	float:left;
	color:#ffffff;
	padding:8px 10px 8px 14px;
	width:89%;
}
/* =content page Styles Start here
-------------------------------------------------------------- */
    .banbox {
    width:100%;
    position:relative;
    padding:0;
    }
     
    .ban{
    width:100%;
    position:relative;
    }


.content {
	background:#f5e2c4;
	float:left;
	width:100%;
}
.content-bottom-bg {
	background:url(https://92a191.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/paper-bottom-bg.png) bottom no-repeat;
	float:left;
	height:12px;
	width:100%;
}
.banner {
	background:url(https://62f9d3.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/banner-bg.jpg) repeat;
	float:left;
	height:385px;
	margin:0px 10px;
	padding:5px 0px 10px 0px;
}
.slider-wrapper {
	position:relative;
}
.banner-two {
	float:left;
	width:100%;
}
ul#fade_animation li {
	list-style:none;
}
.banner-testimonial {
	background:url(https://3bd2b0.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/testimonial-bg.png) no-repeat;
	float:left;
	margin-left:10px;
	padding:20px 14px 20px 10px;
	width:280px;
	height:384px;
}
.banner-testimonial h2 {
	text-shadow:0px 1px 0px #e0c7a1;
}
.banner-testimonial h3 {
	color:#422b07;
	font-size:15px;
	font-weight:bold;
	margin-bottom:3px;
	text-shadow:0px 1px 0px #eed7b3;
}
.banner-testimonial blockquote {
	color:#422b07;
}
.banner-testimonial span.place {
	color:#b44227;
	float:left;
	margin-bottom:14px;
}
.banner-right {
	background:url(https://62f9d3.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/banner-bg.jpg) repeat;
	float:right;
	margin-right:10px;
	height:365px;
	padding-bottom:20px;
	width:620px;
}
/* =notify-section Styles Start here
-------------------------------------------------------------- */
.notify-section, .notify-section p, .notify-bg {
	float:left;
	text-align:center;
}
.notify-section {
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 45px;
	margin: 45px 2% 0px;
	width: 96%;
}
.notify-section h2 {
	color:#251611;
	font-size:20px;
	line-height:30px;
}
.notify-section p {
	clear:both;
	color:#7a5144;
	font-size:12px;
	text-align:center;
	width:100%;
}
.notify-bg {
	background:url(https://6f6b17.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/phone-bg.png) no-repeat;
	height: 97px;
	margin:0px 0px 20px 96px;
	padding-top: 35px;
	width: 770px;
}
.notify-bg p {
	color:#a6a6a6;
}
.notify-bg .notify-info {
	font-size:30px;
	font-weight:400;
	font-style:italic;
	line-height:30px;
}
.notify-bg span {
	color:#b44227;
	font-weight:normal;
}
.bottom-bg {
	background:url(https://b516ab.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/bottom-line.png) no-repeat;
	float:left;
	height:22px;
	width:100%;
}
/*=Case-studies Styles Start here
-------------------------------------------------------------- */
.home-recent-news, .tab-content-top, .tab-content-bottom, .list-wrap, .block-content, .home-recent-news-top, .home-recent-news-bottom, .block-content-top, .block-content-bottom, .accordion-content, .accordion-content-top, .accordion-content-bottom {
	float:left;
	width:100%;
}
.home-recent-news {
	text-align:center;
}
.home-recent-news, .list-wrap, .block-content, .accordion-content {
	background:url(https://749049.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/case-studies.jpg) repeat-y;
	position:relative;
}
.home-recent-news-top, .tab-content-top, .block-content-top, .accordion-content-top {
	background:url(https://d111b6.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/case-studies-top.jpg) no-repeat;
	height:30px;
}
.home-recent-news-bottom, .tab-content-bottom, .block-content-bottom, .accordion-content-bottom {
	background:url(https://ee2502.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/case-studies-bottom.jpg) 0px bottom repeat-x;
	height:27px;
}
.block-content h4, .block-content p {
	padding:0px 10px;
}
.block-content {
	border:1px solid #e1c393;
	width:99.5%;
}
.home-recent-news h2.home-recent-title {
	background:url(https://83bb43.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/case-studies-heading-bg.png) right top no-repeat;
	color:#f5e2c4;
	font-size:20px;
	height: 50px;
	margin-bottom: 36px;
	text-align: center;
	text-transform:capitalize;
	width: 296px;
	display: inline-block;
	margin-top: -54px;
}
.home-recent-news h2.home-recent-title span {
	background:url(https://83bb43.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/case-studies-heading-bg.png) left bottom no-repeat;
	float: left;
	font-weight:normal;
	height: 36px;
	padding-left: 13px;
	padding-top: 14px;
	/* == change width == */
	text-shadow:0px 1px 0px #6a2413;
	width:270px;
}
.home-recent-news ul {
	float:left;
	margin:0;
	width:100%;
}
.home-recent-news ul li {
	float:left;
	list-style:none;
	text-align:left;
	margin-left:10px;
	margin-right:10px;
	width:31.2%;
}
.home-recent-news ul li h3 {
	float:left;
	font-size:15px;
	margin-bottom:8px;
	font-weight:bold;
	width:100%;
}
.home-recent-news h3 a {
	color:#b44227;
}
.home-recent-news span.date {
	background:url(https://35b678.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/date-ico.png) left no-repeat;
	float:left;
	padding:2px 0px 1px 23px;
	margin-bottom:20px;
	width:100%;
}
.small-right-arrow-red {
	background:url(https://e513cd.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/red-read-bg.png) right top no-repeat;
	height:42px;
}
.home-recent-news a.read-more, .home-practice a.read-more, .small-right-arrow-red {
	padding-right:11px;
}
.home-recent-news a.read-more span, .home-practice a.read-more span, .small-right-arrow-red span {
	background:url(https://e513cd.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/red-read-bg.png) left bottom no-repeat;
	line-height:42px;
	float: left;
	height: 42px;
	font-weight:normal;
}
.home-recent-news a.read-more span {
	font-size:14px;
	padding: 0 22px 0 27px;
	text-transform:uppercase;
}
.home-recent-news a.read-more:hover, .home-practice a.read-more:hover, .small-right-arrow-red:hover {
	background:url(https://40d53c.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/red-read-bg-hover.png) right top no-repeat;
}
.home-recent-news a.read-more:hover span, .home-practice a.read-more:hover span, .small-right-arrow-red:hover span {
	background:url(https://40d53c.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/red-read-bg-hover.png) left bottom no-repeat;
}
/* =Home col left Styles Start here
-------------------------------------------------------------- */
.home-col-left, .home-col-right, .block-heading-two, .right-accordion .holder {
	background:url(https://85dd5a.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/home-col-bg.jpg) repeat;
	border-top:6px solid #5a2a1f;
	float:left;
	margin-top:76px;
	padding-top:50px;
	position:relative;
	text-align:center;
	width:470px;
}
.home-col-bottom {
	background:url(https://496f41.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/home-col-bottom.png) no-repeat;
	float:left;
	height:10px;
	left:0;
	position:absolute;
	width:470px;
}
.home-col-left {
	margin-right:20px;
}
.home-our-team, .home-testimonials {
	margin:0;
	min-height:371px;
}
.home-col-left h2, .home-col-right h2, .block-heading-two h2, h2.sidebar-title {
	background:url(https://a8a802.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/home-col-title-bg.png) right top no-repeat;
	bottom:9px;
	color:#f5e2c4;
	display:inline-block;
	height: 50px;
	margin-top:-70px;
	padding-right: 13px;
	position:relative;
	text-align: center;
}
.home-col-left h2, .home-col-right h2 {
	width: 296px;
}
.home-col-left h2 span, .home-col-right h2 span, .block-heading-two h2 span, h2.sidebar-title span {
	background:url(https://a8a802.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/home-col-title-bg.png) left bottom no-repeat;
	float: left;
	height: 36px;
	padding-left:13px;
	padding-top: 14px;
	text-shadow:0px 1px 0px #6a2413;
}
.home-col-left h2 span, .home-col-right h2 span {
	width:283px;
}
.home-our-team, .home-testimonials div {
	padding-left:20px;
}
.home-our-team .entry {
	display:inline-block;
	float:left;
	margin-bottom:19px;
	width:100%;
}
.home-our-team .entry .entry-thumb {
	float:left;
	margin-right:20px;
}
.home-our-team .entry .entry-thumb img {
	border:3px solid #b44227;
}
.home-our-team .entry .entry-title {
	margin-top:14px;
}
.home-our-team .entry .entry-title, .our-team .post-details .post-title {
	background:#fff7eb;
	border:1px solid #e8d3b3;
	float:left;
	padding:10px 12px 5px;
	width:273px;
}
.home-our-team .entry .entry-title h4, .our-team .post-details .post-title h4 {
	color:#b44227;
	margin-bottom:3px;
	text-transform:uppercase;
}
.home-our-team .entry .entry-title-bottom, .our-team .post-details .post-title-bottom {
	background:url(https://7c319b.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/post-title-bg.png) bottom no-repeat;
	float:left;
	height:6px;
	width:297px;
}
.home-col-right {
	margin-right:0;
}
a.view {
	margin-right:11px;
}
a.view span {
	color:#f5e2c4 !important;
}
.our-team .post-details .post-title h4, .home-testimonials div h3, .home-testimonials div i, .block-heading-two h4, .block-heading-two p, .home-our-team .entry .entry-title {
	text-align:left;
}
/* =Home col right Styles Start here
-------------------------------------------------------------- */
.home-testimonials div {
/*	background:url(https://725efe.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/testimonial-seperator.png) bottom repeat-x;
	margin-bottom:12px;
*/
	display:inline-block;
	float:left;	
	padding-bottom:5px;
	padding-top:7px;
	width:450px;
}
.home-testimonials div h3 {
	color:#422b07;
	font-weight:bold;
	font-size:15px;
	margin-bottom:5px;
	text-shadow:0px 1px 0px #f5e9d7;
}
.home-testimonials div span {
	color:#b44227;
	float:left;
	margin-bottom:10px;
}
.home-testimonials div i {
	color:#422b07;
	padding-bottom:18px;
	float:left;
	width:100%;
}
/* =Footer Styles Start here
-------------------------------------------------------------- */
#footer {
	float:left;
	margin-top:50px;
	width:100%;
}
.footer-widgets {
	background:url(https://c0bc16.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/footer-bg.jpg) repeat;
	float:left;
	padding-bottom:5px;
	width:100%;
}
span.footer-top-bg {
	background:url(https://b170ce.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/footer-top-bg.jpg) repeat;
	float:left;
	height:12px;
	margin-bottom:26px;
	width:100%;
}
.footer-column1, .footer-column2, .footer-column3 {
	float:left;
	margin:0px 10px;
	width:31.2%;
}
.footer-widgets .widget {
	float:left;
	margin-bottom:25px;
}
.footer-widgets h3 {
	color:#230a0a;
	font-size:20px;
	margin-bottom:25px;
	text-shadow:0px 1px 0px #edddc4;
	text-transform:capitalize;
}
.footer-widgets p {
	color:#422b07;
}
.widget-popular-posts ul {
	margin-left:0;
}
.widget-popular-posts ul li{
	list-style:none;
	padding-left:0;
}
.widget-popular-posts ul li h4{
	margin-bottom:10px;
}
.widget-popular-posts ul li h4 a{
	color:#230A0A;
	text-shadow: 0 1px 0 #EDDDC4;
    text-transform: capitalize;
}
.footer-widgets a.read-more span {
	padding:0px 15px 0px 24px;
}
.footer-widgets a.read-more span {
	font-size:16px;
}
.small-right-arrow-brown{
	background:url(https://f8c8de.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/read-bg.png) right top no-repeat;
	color:#f5e2c4;
	font-size:16px;
	float:right;
	height:42px;
	padding:0 11px 0px 0px;
	text-transform:uppercase;
}
.small-right-arrow-brown span {
	background:url(https://f8c8de.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/read-bg.png) left bottom no-repeat;
	float: left;
	height: 42px;
	line-height:44px;
	text-align: center;
	text-shadow:0px 1px 0px #31170f;
}
.small-right-arrow-brown:hover {
	background:url(https://e62b6a.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/read-hover-bg.png) right top no-repeat;
	color:#F5E2C4 !important;
}
.small-right-arrow-brown:hover span, .small-square-brown:hover span {
	background:url(https://e62b6a.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/read-hover-bg.png) left bottom no-repeat;
}
/* =Footer social media Styles Start here
-------------------------------------------------------------- */
.footer-widgets .social-media ul {
	float: left;
	margin: 0 0px 0px 0px;
	text-align: center;
	width: 79%;
}
.footer-widgets .social-media a {
	background-image:url(https://098561.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/footer-social-icons.png);
	height: 31px;
	width: 31px;
}
.footer-widgets .social-media li {
	display:inline-block;
	float:left;
	margin-left:7px;
}
.footer-widgets .social-media a.fb {
	background-position:0px 0px;
}
.footer-widgets .social-media a.twit {
	background-position:-38px 0;
}
.footer-widgets .social-media a.linked-in {
	background-position: -76px 0;
}
.footer-widgets .social-media a.you-tube {
	background-position:-114px 0;
}
.footer-widgets .social-media a.fb:hover {
	background-position:0px -33px;
}
.footer-widgets .social-media a.twit:hover {
	background-position:-38px -33px;
}
.footer-widgets .social-media a.linked-in:hover {
	background-position:-76px -33px;
}
.footer-widgets .social-media a.you-tube:hover {
	background-position:-114px -33px;
}
.phone-nums p {
	font-size:16px;
	line-height:22px;
}
/* =Footer contact form Styles Start here
-------------------------------------------------------------- */

#footer-contact input[type="text"], #footer-contact textarea {
	background:#f1e3cb;
	border:1px solid #d3bb96;
	color:#482f27;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin-bottom:10px;
	padding:10px;
	width:94%;
}
#footer-contact textarea {
	height:105px;
}
.submit-right input.submit-btn, .btn-block input[type="submit"], .rtl-btns .submit-btn input[type="submit"], .rtl-btns .cancel-btn input[type="reset"] {
	background: url(https://217176.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/submit-btn.png) no-repeat scroll left bottom transparent;
	border: medium none;
	float: left;
	font-size:16px;
	cursor:pointer;
	color:#f5e2c4;
	height: 40px;
	padding-right: 7px;
	padding-left:12px;
	text-transform:uppercase;
	text-shadow:0px 1px 0px #31170f;
}
.submit-right, .btn-block, .rtl-btns .submit-btn, .rtl-btns .cancel-btn {
	background: url(https://217176.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/submit-btn.png) no-repeat scroll right top transparent;
	cursor:pointer;
	float: left;
	height: 40px;
	padding: 0 35px 0 0px;
	position: relative;
}
.submit-right {
	float:right;
}
.submit-right:hover, .btn-block:hover, .rtl-btns .submit-btn:hover, .rtl-btns .cancel-btn:hover {
	background:url(https://19a11f.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/submit-btn-hover.png) right top no-repeat;
}
span.submit-ico {
	background: url(https://2c19f5.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/submit-ico.png) no-repeat scroll right center transparent;
	height: 24px;
	position: absolute;
	right:14px;
	top: 8px;
	width: 24px;
}
.submit-right:hover input.submit-btn, .btn-block:hover input[type="submit"], .rtl-btns .submit-btn:hover input[type="submit"], .rtl-btns .cancel-btn:hover input[type="reset"] {
	background:url(https://19a11f.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/submit-btn-hover.png) left bottom no-repeat;
}
/* =Footer info Styles Start here
-------------------------------------------------------------- */
.footer-info {
	background:url(https://89a4e0.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/footer-copy.png) no-repeat;
	float:left;
	height:55px;
	padding-top:63px;
	width:100%;
}
.footer-info p, .footer-info a {
	color:#7c6238;
}
.footer-info p {
	float:left;
	text-align:center;
	width:100%;
}
.footer-info a {
	text-decoration:underline;
}
.footer-info a:hover {
	text-decoration:none;
}
/* =Index1 page Styles Start here
-------------------------------------------------------------- */
.latest-news-container, .home-practice {
	margin:0;
	min-height:348px;
	text-align:left;
}
.home-recent-news .our-team {
	float:left;
	margin:0;
	width:100%;
}
.home-recent-news .our-team .entry {
	float:left;
	margin-right:20px;
	margin-left: 10px;
	text-align: left;
	width:460px;
}
.home-recent-news .our-team .entry-thumb {
	float:left;
	margin-right:20px;
	width:140px;
}
.home-recent-news .our-team .entry-thumb img {
	border:3px solid #b44227;
	border-radius:5px;
}
.home-recent-news .our-team .post-details {
	float:left;
	width:300px;
}
.our-team .post-details .post-title-bottom {
	margin-bottom:8px;
}
.home-col-left .latest-news-container {
	margin:0;
}
.home-col-left .latest-news-container .entry {
	background:url(https://725efe.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/testimonial-seperator.png) bottom repeat-x;
	display: inline-block;
	margin-bottom: 21px;
	padding-bottom: 0px;
	padding-left:20px;
	width: 95.8%;
}
.home-col-left .latest-news-container .entry-thumb {
	float:left;
	margin-right:20px;
	width:110px;
}
.home-col-left .latest-news-container .entry-thumb img {
	border:3px solid #b44227;
}
.home-col-left .latest-news-container .post-details {
	float:left;
	text-align:left;
	width:290px;
}
.home-col-left .latest-news-container .post-details h3 {
	margin-bottom:6px;
}
.home-col-left .latest-news-container .post-details h3 a {
	color:#b44227;
	text-shadow:0px 1px 0px #f5ead8;
}
.home-col-left .latest-news-container .post-details .post-tags {
	background:url(https://5a5c08.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/tag-ico.png) left no-repeat;
	margin-bottom:8px;
	padding-left:22px;
}
.home-col-left .latest-news-container .post-details .post-tags a {
	color:#422b07;
}
.home-practice p {
	margin-left:19px;
}
.related-links {
	margin:0px 0px 0px 20px;
}
.related-links li {
	float:left;
	font-size:14px;
	margin-bottom:10px;
	list-style:none;
	text-transform:capitalize;
	width:100%;
}
.related-links li a {
	background:url(https://473a8c.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/arrow.png) no-repeat scroll left 4px transparent;
	padding:0px 0px 0px 20px;
	color:#210a0a;
}
.home-practice a.read-more {
	margin-right:10px;
	margin-top:8px;
}
/* =404 page Styles Start here
-------------------------------------------------------------- */
.error-txt {
	float:left;
	min-height:845px;
	text-align:center;
	width:100%;
}
.error-txt h2, .error-txt h3 {
	color:#422b07;
	font-weight:normal;
}
.error-txt h2 {
	font-size:80px;
	line-height:86px;
	margin-bottom:10px;
}
.error-txt h3 {
	font-size:25px;
	line-height:35px;
	margin-bottom:0;
}
.error-txt img {
	margin-top:-6px;
}
.go-bck {
	background:url(https://b2f795.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/pre-hover.png) right top no-repeat;
	float: left;
	height: 40px;
	left: 46%;
	padding-right: 5px;
	position: relative;
	top: 560px;
}
.go-bck span.ico, .go-bck:hover span.ico {
	background:url(https://33f427.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/go-bck-ico.png) right 0px no-repeat;
	float:right;
	height:27px;
	margin-top:-4px;
	padding:0 0 2px 8px;
	width:27px;
}
.go-bck span {
	background:url(https://b2f795.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/pre-hover.png) left bottom no-repeat;
	color:#f5e2c4;
	float:left;
	font-size:16px;
	height: 22px;
	line-height:23px;
	padding: 9px 7px 9px 13px;
	text-transform:uppercase;
}
.go-bck:hover {
	background:url(https://7e0c5f.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/prev-bg.png) right top no-repeat;
}
.go-bck:hover span {
	background:url(https://7e0c5f.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/prev-bg.png) left bottom no-repeat;
}
/* = firm profile Styles Start here
-------------------------------------------------------------- */
.fullwidth {
	float: left;
	padding: 0 10px;
	width: 940px;
}
span.video-shadow {
	background:url(https://f1b3ef.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/video-shadow.png) no-repeat;
	float:left;
	height:91px;
	margin-left:47px;
	margin-top:-20px;
	width:843px;
}
.blq2 {
	background:url(https://582b0b.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/blockquote.png) 0px 5px no-repeat;
	color:#422b07;
	float:left;
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	margin-bottom:48px;
	padding-right:10px;
	padding-left:41px;
	width:95.7%;
}
.row-section {
	float:left;
	margin:0px 0px 32px 0px;
	width:100%;
}
.row-section li {
	float:left;
	list-style:none;
	margin-bottom:10px;
	width:100%;
}
.row-section li .left {
	background:url(https://600be2.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/practice-title-bg.jpg) repeat;
	float:left;
	padding:37px 10px 11px 20px;
	width:190px;
}
.row-section li .left h4 {
	color:#422b07;
	font-size:14px;
	font-weight:normal;
}
.row-section li .right {
	background:#fff6e9;
	float:left;
	padding:15px 20px 0 20px;
	width:680px;
}
.row-section li .right p {
	margin-bottom:13px;
}
.one-fourth img {
	border:3px solid #b99456;
	float:left;
}
.one-fourth span.shadow {
	background:url(https://2d1c5c.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/client-shadow.png);
	float:left;
	height:33px;
	width:235px;
}
/* = Appoinment-time Styles Start here
-------------------------------------------------------------- */
.entry-info {
	float:left;
	margin-bottom:10px;
	width:100%;
}
.entry-info .entry-thumb, .related-posts .entry-thumb {
	background:#dac9ad !important;
	border-top:5px solid #2a1c17;
	float:left;
	list-style:none;
	text-align:center;
	padding-top:11px;
	position:relative;
	width:220px;
}
.entry-info .entry-thumb .social-media, .related-posts .entry-thumb .social-media {
	float: left;
	left: 40px;
	margin: 0;
	position: absolute;
	top: 23px;
	width: 30px;
}
.entry-info .entry-thumb .social-media li, .related-posts .entry-thumb .social-media li {
	margin-bottom:5px;
	list-style:none;
}
.related-posts .entry-thumb {
	margin-right:20px;
}
.entry-info .entry-thumb .social-media li a, .related-posts .entry-thumb .social-media li a {
	background-image:url(https://c5a172.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/app-social-ico.png);
	display:block;
	height:30px;
	text-indent:-9999px;
	width:30px;
}
.entry-info .entry-thumb .social-media li a.fb, .related-posts .entry-thumb .social-media li a.fb {
	background-position:0px 0px;
}
.entry-info .entry-thumb .social-media li a.twit, .related-posts .entry-thumb .social-media li a.twit {
	background-position:0px -34px;
}
.entry-info .entry-thumb .social-media li a.fb:hover, .related-posts .entry-thumb .social-media li a.fb:hover {
	background-position:-33px 0px;
}
.entry-info .entry-thumb .social-media li a.twit:hover, .related-posts .entry-thumb .social-media li a.twit:hover {
	background-position:-33px -34px;
}
.entry-info .entry-thumb img, .related-posts .entry-thumb img {
	border-radius:5px;
	border:3px solid #b44227;
	margin-bottom:9px;
}
.entry-info .entry-thumb .entry-title, .related-posts .entry-thumb .entry-title {
	background:#2a1c17;
	padding-top:8px;
	padding-bottom:4px;
}
.entry-info .entry-thumb .entry-title h3, .related-posts .entry-thumb .entry-title h3 {
	color:#b44227;
	font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
	text-transform:uppercase;
}
.entry-info .entry-thumb .entry-title span, .related-posts .entry-thumb .entry-title span {
	color:#fff6e9;
	line-height:20px;
}
.entry-info .entry-details {
	background:#fff6e9;
	border-top:5px solid #2a1c17;
	float:left;
	min-height:85px;
	padding-top:26px;
	width:719px;
}
.entry-info .entry-details p {
	padding-left:11px;
}
.entry-info .entry-details .row {
	background:#482f27;
	float:left;
	margin: 28px 0 0;
	padding: 16px 0;
	width:100%;
}
.entry-info .entry-details .row li {
	float:left;
	font-size:14px;
	color:#fff6e9;
	list-style:none;
	margin:0px 13%;
}
.row-section .right .red {
	background:url(https://da049f.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/busy.jpg) repeat;
}
.row-section .right .red, .row-section .right .green, .row-section .right .holiday {
	color:#ffffff;
	float:left;
	font-size:14px;
	margin-left:10px;
	text-align:center;
	padding:26px 0px 20px 0px;
	width:345px;
}
.row-section .right .green {
	background:url(https://2d7233.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/avilable.jpg) repeat;
}
.row-section .right .holiday {
	background:url(https://600be2.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/practice-title-bg.jpg) repeat;
	color:#422b07;
}
ul.status li .left {
	min-height:37px;
	padding-bottom: 17px;
	padding-top:30px;
}
ul.status li .left h4 {
	margin-bottom:4px;
}
ul.status li .left span {
	color:#422b07;
}
ul.status li .right {
	padding:10px 0px 10px 0px;
	width:720px;
}
/* = Nav Styles Start here
-------------------------------------------------------------- */
.navigation {
	background:url(https://725efe.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/testimonial-seperator.png) bottom repeat-x;
	float:left;
	margin-bottom:25px;
	padding-bottom:30px;
	width:100%;
}
.navigation a.prev {
	float:left;
}
.navigation a.prev, .navigation a.next {
	background:url(https://7e0c5f.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/prev-bg.png) right top no-repeat;
	border: 1px solid #867C6C;
	height:40px;
	padding-right:5px;
}
.navigation a.next {
	float:right;
}
.navigation a.prev span, .navigation a.next span {
	background:url(https://7e0c5f.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/prev-bg.png) left bottom no-repeat;
	color: #F5E2C4;
	float: left;
	font-size:16px;
	height: 25px;
	padding: 10px 10px 5px;
	text-transform: uppercase;
}
.navigation a.prev span.prev-ico, .navigation a.prev span.next-ico {
	padding: 1px 11px;
}
.navigation a.prev span.prev-ico, .navigation a.prev:hover span.prev-ico {
	background: url(https://42db46.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/prev-ico.png) no-repeat scroll left top transparent;
}
.navigation a.next span.next-ico, .navigation a.next:hover span.next-ico {
	background:url(https://3c9212.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/next-ico.png) right top no-repeat;
	float: right;
}
.navigation a.prev:hover, .navigation a.next:hover {
	background:url(https://b2f795.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/pre-hover.png) right top no-repeat;
	border:1px solid #291b16;
}
.navigation a.prev:hover span, .navigation a.next:hover span {
	background:url(https://b2f795.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/pre-hover.png) left bottom no-repeat;
}
.related-posts {
	float:left;
	margin:20px 0px 50px 0px;
	width:100%;
}
/* = Blog Styles Start here
-------------------------------------------------------------- */
.blog-post {
	float:left;
	position:relative;
	margin-bottom:50px;
	width:100%;
}
.blog-post h2 a {
	color:#b44227;
}
.blog-post img.alignleft {
	margin-top:0;
}
.post-content {
	float:left;
	position:absolute;
	right:-20px;
	width:330px;
}
.post-content .post-meta {
	background:url(https://73069d.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/blog-meta-bg.jpg) repeat-x;
	float:left;
	height:50px;
	margin:0;
	width:100%;
}
.post-content .post-meta li {
	color:#fff1da;
	float:left;
	list-style:none;
	margin:10px 12px 0px 17px;
	width:80px;
}
.post-content .post-meta li a {
	color:#e5b05c;
}
.post-content .post-meta li.post-date span.date {
	font-size:30px;
	float:left;
	line-height:33px;
	margin-right:4px;
}
.post-content .post-meta li.post-date span.month {
	float: left;
	font-size: 14px;
	line-height: 14px;
	margin-top: 4px;
}
.entry-post {
	background:url(https://da7dcb.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/blog-detail-bg.jpg) repeat-y;
	float: left;
	min-height: 274px;
	position: absolute;
	right: 0;
	top: 50px;
	width: 320px;
}
.entry-post p {
	color:#D3B9A5;
	padding:0px 20px;
	text-shadow:0px 1px 1px #000000;
}
.entry-post-top-shadow {
	background:url(https://781c7d.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/blog-top-shadow.png) repeat-x;
	float:left;
	height:30px;
	width:100%;
}
.post-read-more {
	background:url(https://92f81f.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/blog-read-more.png) right bottom no-repeat;
	bottom:-19px;
	color:#f5e2c4 !important;
	font-size:14px;
	position:absolute;
	float:left;
	height:38px;
	padding-right:10px;
	text-transform:uppercase;
	right:0;
}
.post-read-more span {
	background:url(https://92f81f.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/blog-read-more.png) left top no-repeat;
	float:left;
	height:32px;
	line-height:32px;
	padding:0px 13px 0px 30px;
}
.post-read-more:hover {
	background:url(https://886d86.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/blog-read-more-hover.png) right bottom no-repeat;
	color:#f5e2c4 !important;
}
.post-read-more:hover span {
	background:url(https://886d86.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/blog-read-more-hover.png) left top no-repeat;
}
/* = Pagination Styles Start here
-------------------------------------------------------------- */
.nav-below {
	float:left;
	font-size:14px;
	margin-bottom:48px;
	text-transform:capitalize;
	width: 100%;
	text-align: center;
}
.nav-below a, .nav-below a:hover {
	color:#f5e2c4 !important;
	text-shadow:0px 1px 0px #6a2413;
}
.nav-below a.nav-prev, .nav-below a.nav-next {
	line-height:30px;
}
.nav-below a.nav-prev {
	background: url(https://f9b6a5.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/pagination-prev.png) right top;
	padding-right: 4px;
}
.nav-below a.nav-prev span {
	background: url(https://f9b6a5.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/pagination-prev.png) left bottom;
	display:inline-block;
	height:30px;
	padding:0 10px 0 23px;
}
.nav-below a.nav-prev {
	display:inline-block;
}
.nav-below a.nav-prev:hover {
	background: url(https://4f7b80.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/pagination-prev-hover.png) right top;
}
.nav-below a.nav-prev:hover span {
	background:url(https://4f7b80.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/pagination-prev-hover.png) left bottom;
}
.nav-below a.nav-next .center {
	height:25px;
	display:inline-block;
}
.nav-below a.nav-next {
	display:inline-block;
	height:30px;
}
.nav-below a.nav-next {
	background: url(https://2800df.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/pagination-next.png) right top;
	padding-left: 4px;
	margin-left: 12px;
	padding-right:19px;
}
.nav-below a.nav-next span {
	background:url(https://2800df.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/pagination-next.png) left bottom;
	padding:7px 7px 7px 14px;
}
.nav-below a.nav-next:hover {
	background: url(https://8d0d90.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/pagination-next-hover.png) right top;
}
.nav-below a.nav-next:hover span {
	background:url(https://8d0d90.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/pagination-next-hover.png) left bottom;
}
.page-number {
	background:url(https://5b9e77.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/page-num-bg.jpg) top no-repeat;
	display:inline-block;
	height: 24px;
	margin-left:12px;
	padding-top: 6px;
	text-align:center;
	width:26px;
}
.page-number:hover, .selected {
	background:url(https://5b9e77.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/page-num-bg.jpg) bottom no-repeat;
	width:26px;
}
/* = entry-content Styles Start here
-------------------------------------------------------------- */

.entry-content {
	float:left;
	width:100%;
}
.entry-content blockquote {
	font-weight:bold;
	margin:0px 0px 20px 25px;
	width:285px;
}
blockquote {
	background:url(https://49935e.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/entry-blockquote.png) no-repeat scroll 0 5px transparent;
	color:#422b07;
	float:left;
	font-size:12px;
	font-style:italic;
	line-height:18px;
	padding-left:46px;
}
/* = social-bookmarks Styles Start here
-------------------------------------------------------------- */
.social-bookmarks {
	background:url(https://74696e.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/blog-social-bottom-bg.jpg)repeat;
	float: left;
	padding-bottom: 8px;
	position: relative;
	right: 10px;
	width: 960px;
}
.social-bookmarks ul {
	width:100%;
}
.social-bookmarks ul {
	background:url(https://cb345f.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/blog-social-icon-bg.jpg) repeat;
	float:left;
	margin:0;
}
.social-bookmarks li {
	float:left;
	list-style:none;
	padding:10px 0px 10px 11px;
}
.social-bookmarks a {
	background-image:url(https://449097.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/blog-social.png);
	height: 30px;
	width: 30px;
}
.social-bookmarks a.fb {
	background-position:0px 0px;
}
.social-bookmarks a.twit {
	background-position:-40px 0;
}
.social-bookmarks a.linked-in {
	background-position:-80px 0;
}
.social-bookmarks a.rss {
	background-position:-120px 0;
}
.social-bookmarks a.pinterest {
	background-position:-160px 0;
}
.social-bookmarks a.fb:hover {
	background-position:0px -30px;
}
.social-bookmarks a.twit:hover {
	background-position:-40px -30px;
}
.social-bookmarks a.linked-in:hover {
	background-position:-80px -30px;
}
.social-bookmarks a.rss:hover {
	background-position:-120px -30px;
}
.social-bookmarks a.pinterest:hover {
	background-position:-160px -30px;
}
/* = commententries Styles Start here
-------------------------------------------------------------- */
.commententries {
	float:left;
	width:100%;
}
.commentlist {
	float:left;
	margin:18px 0px 0px 0px;
	width:100%;
}
.commentlist .comment {
	float:left;
	list-style:	none;
	margin-bottom:27px;
}
.comment-avatar {
	float:left;
	margin-right:15px;
	text-align:center;
	width:64px;
}
.comment-avatar img {
	box-shadow: 4px 6px 0px #bab7a7;
	margin-bottom:5px;
}
.comment-avatar a {
	color:#b44227;
	text-transform:capitalize;
	text-decoration:underline;
}
span.author {
	margin-bottom:3px;
}
span.author a {
	font-size:14px;
	color:#b44227;
}
ul.commentlist ul {
	background:url(https://4eb409.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/comment-list.png) no-repeat;
	display: block;
	float: left;
	margin:7px 0px 0px 22px;
	padding-top:26px;
	padding-left: 58px;
}
.commentlist .comment ul li.comment {
	margin-bottom:0;
}
.comment-frm {
	float:left;
	width:100%;
}
.comment-frm .form-textarea {
	display:inline-block;
	width:620px;
}
/* = respond Styles Start here
-------------------------------------------------------------- */
.respond {
	float:left;
	margin-top:10px;
	width:100%;
}
.comment-frm .form-field {
	clear:left;
}
.comment-frm .form-field, .contact-frm .form-field {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	width:299px;
}
.comment-frm .form-field label, .comment-frm .form-textarea label, .contact-frm label, form.book-form p label {
	background:url(https://298617.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/lable-bg.jpg) repeat;
	color:#422b07;
	float:left;
	font-size:14px;
	padding:18px 10px;
	text-transform:capitalize;
	width:59px;
}
.comment-frm .form-field input[type="text"], .comment-frm textarea, .contact-frm input[type="text"], .contact-frm textarea, form.book-form input[type="text"], form.book-form .form-textarea textarea {
	background:#f7ecd8;
	border-bottom:1px solid #d3bb96;
	border-right:1px solid #d3bb96;
	border-top:1px solid #d3bb96;
	margin-top:0;
	padding:18px 10px;
	float:left;
	width:199px;
}
.comment-frm .form-textarea label {
	height:163px;
}
.comment-frm textarea {
	width:520px;
	height:161px;
}
.btn-block {
	float:right;
	margin:30px 0px 50px 0px;
}
span.btn-cmd-icon {
	background: url(https://32de90.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/add-comment-ico.png) no-repeat scroll right center transparent;
	height: 25px;
	position: absolute;
	right:14px;
	top: 8px;
	width: 24px;
}
/* = contact Styles Start here
-------------------------------------------------------------- */
.page-content {
	float:left;
	margin-left:10px;
	width:620px;
}
/* = location Styles Start here
-------------------------------------------------------------- */
.respond h2 {
	margin-bottom:30px;
}
.map-section {
	background:#7d523b;
	padding-bottom:5px;
}
.map-section iframe {
	border:1px solid #d5ac96;
}
.contact-frm .form-textarea {
	float:left;
	width:100%;
}
.contact-frm .form-textarea label {
	height:220px;
}
.contact-frm .form-textarea textarea {
	width:519px;
	height:218px;
}
.contact-frm {
	float: left;
	margin: 0 auto;
	padding: 0 0 36px;
	width: 100%;
}
span.btn-msg-icon {
	background: url(https://74fed7.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/send-msg-ico.png) no-repeat scroll right center transparent;
	height: 26px;
	position: absolute;
	right: 14px;
	top: 8px;
	width: 27px;
}
/* = contact-widget-container Styles Start here
-------------------------------------------------------------- */
.contact-widget-container {
	background:url(https://762ef6.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/contact-detail-bg.jpg) repeat-y;
	border-top:6px solid #5a2a1f;
	float:right;
	margin-top:28px;
	padding-left:12px;
	padding-top:46px;
	position:relative;
	width:298px;
}
.contact-widget-container h2 {
	font-size: 20px;
	left: 48px;
	position: absolute;
	top: 42px;
}
.contact-widget-container p {
	margin-bottom:0;
}
.contact-widget-container .widget {
	float:left;
	padding-bottom:27px;
	width:100%;
}
.contact-widget-container h3 {
	color:#b44227;
	font-size:15px;
	font-weight:bold;
	float:left;
	margin-bottom:19px;
	width:100%;
}
.contact-widget-bottom-bg {
	background:url(https://32571e.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/contact-widget-bottom-bg.png) no-repeat;
	float:right;
	height:10px;
	width:307px;
}
.contact-widget-container a, .contact-widget-container p {
	line-height:18px;
	color:#422b07;
}
.contact-widget-container p {
	line-height:20px;
}
.contact-widget-container h2 span {
	width:192px;
}
/* = row-listing Styles Start here
-------------------------------------------------------------- */
#row-listing {
	float:left;
	padding:0px;
	margin:10px 0px 20px 0px;
	width:100%;
}
#row-listing .entry-thumb {
	float:left;
	margin-right:10px;
	width:100px;
}
#row-listing .entry-thumb img {
	border-radius:5px;
	border:3px solid #b44227;
}
#row-listing .entry-details {
	float:left;
	width:790px;
}
#row-listing .entry-details h4 {
	color:#422b07;
	font-size:15px;
	font-weight:bold;
	margin-bottom:4px;
	text-shadow:0px 1px 0px #f9eedc;
}
#row-listing .entry-details span {
	color:#b44227;
	float:left;
	margin-bottom:15px;
}
#row-listing li {
	background:url(https://725efe.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/testimonial-seperator.png) bottom repeat-x;
	float:left;
	list-style:none;
	margin-bottom:30px;
	padding-bottom:29px;
	width:100%;
}
/* = tab Styles Start here
-------------------------------------------------------------- */
.list-wrap {
	border:1px solid #e1c393;
	display:inline-block;
	height:auto !important;
	text-align:left;
	width:99.8%;
}
.tabs-framed-container {
	float:left;
	margin: 0 0 0px 0;
}
.tabs-framed-container .tabs-framed {
	margin: 0 0 10px 0;
}
.tabs-framed-container .tabs-framed li {
	float: left;
	list-style:none;
	margin: 0px 0px 0px 10px;
}
.tabs-framed-container .tabs-framed li.last {
	margin-right: 0;
}
.tabs-framed-container .tabs-framed li a, ul.accordion li a.title {
	background:url(https://4359c1.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/tab-bg.jpg) repeat;
}
.tabs-framed-container .tabs-framed li a {
	display: block;
	padding:15px 14px;
	color: #a8906a;
	font-size: 20px;
	text-align: center;
	text-shadow:0px 1px 1px #ffffff;
	border: 1px solid #c9b594;
}
.tabs-framed-container .tabs-framed li a:hover, .tabs-framed-container .tabs-framed li a.current {
	background:url(https://df8b89.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/block-heading.jpg) repeat;
	border-top:1px solid #937e5d;
	border-left:1px solid #937e5d;
	border-right:1px solid #937e5d;
	color: #f5e2c4 !important;
	text-shadow:0px 1px 0px #615541;
}
#tab1, #tab2, #tab3 {
	float:left;
	padding:0px 10px 0px 10px;
	width:98%;
}
.tabs-framed-container h2, .tabs-framed-container h3 {
	font-weight:400;
}
/* = block-heading Styles Start here
-------------------------------------------------------------- */
.block-heading-one {
	float:left;
}
.block-heading-one h2.post-title, ul.accordion li a.active, ul.accordion li a.title:hover {
	background:url(https://df8b89.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/block-heading.jpg) repeat;
	border:1px solid #937e5d;
	color:#f5e2c4 !important;
	text-shadow:0px 1px 0px #615541;
}
.block-heading-one h2.post-title, ul.accordion li a.active {
	margin-bottom:0px;
	padding:17px 9px 14px 9px;
}
.block-heading-one .home-recent-news {
	border:1px solid #e1c393;
	padding:0px;
	width:99.6%;
}
.block-heading-one .home-recent-news h4, .block-heading-one .home-recent-news p {
	text-align:left;
	padding:0 10px;
}
.block-bott {
	background:	url(https://6e6322.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/block-bott.png) no-repeat;
	float:left;
	height:11px;
	width:100%;
}
.block-heading-two {
	margin-top:23px;
	padding-left: 10px;
	padding-bottom:26px;
	padding-right: 10px;
	width:96%;
}
.block-heading-two h2 {
	width:298px;
}
.block-heading-two h2 span {
	width:285px;
}
/* =accordion-container Styles Start here
-------------------------------------------------------------- */
.accordion-container {
	float:left;
	width:100%;
}
ul.accordion {
	list-style:none;
	float:left;
	margin:0px;
	padding:0px;
	width:100%;
}
ul.accordion li {
	display:block;
	list-style:none;
}
ul.accordion li a.title {
	border:1px solid #BBAB8D;
	color:#a8906a;
	clear:both;
	float:left;
	line-height:41px;
	margin-bottom:0;
	font-size:20px;
	position: relative;
	text-shadow:0px 1px 0px #faf5eb;
	padding: 0 12px 0 12px;
	width:94.6%;
}
ul.accordion li a.title span {
	background:url(https://6c379a.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/acc-plus1.png) no-repeat scroll 100% center transparent;
	float:left;
	padding:0px 0px 0px 0px;
	width:100%;
}
ul.accordion li a.active span, ul.accordion li a:hover span, ul.right-accordion li a.active span {
	background: url(https://e8b764.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/acc-active-minus1.png) no-repeat scroll 100% center transparent !important;
	float: left;
	padding: 0 0 0 0px;
}
ul.accordion li a.title:hover {
	color:#9E8467;
	text-decoration:none;
}
ul.accordion li div.holder {
	border:1px solid #d7ccb8;
	color:#9E8467;
	clear:both;
	float:left;
	margin:0px;
	padding:0;
	text-align:left;
	width:99.8%;
}
ul.accordion li div.holder p {
	padding-right:10px;
	padding-top:15px;
	padding-left:10px;
	min-height: 75px;
}
ul.accordion li div.holder a.title {
	background:none;
	border:none;
	line-height:17px;
	padding-left:0px;
	text-decoration:underline;
	width:auto;
}
ul.accordion li a.active {
	margin-bottom:0;
	border:1px solid #937e5d;
	border-bottom:none !important;
	color: #f5e2c4;
	padding-left: 10px;
	line-height: 41px;
	margin: 0px;
	padding: 0 12px 0 12px;
	text-shadow:0px 1px 0px #615541;
	width:94.6%;
}
ul.accordion li div.holder a.title:hover {
	background:none;
	text-decoration:none;
	color:#f5e2c4 !important;
}
.tabs-framed-container .right-accordion .tabs-framed li a.title {
	background:url(https://8f4bbd.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/acc2-bg.jpg) repeat;
	border-bottom:none;
	color:#f5e2c4;
	text-shadow:0px 1px 0px #615541;
}
ul.right-accordion li a.title {
	color:#f5e2c4;
	text-shadow:0px 1px 0px #615541;
}
ul.right-accordion li a.title {
	background:url(https://8f4bbd.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/acc2-bg.jpg) repeat;
}
ul.right-accordion li a.title span {
	background:url(https://71f36f.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/acc-plus2.png) no-repeat scroll 100% center transparent;
}
ul.right-accordion li a.active, ul.right-accordion li a.title:hover {
	background:url(https://069e5c.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/acc2-bg-hover.jpg) repeat;
	border:1px solid #705e43;
}
ul.right-accordion li a span {
	background:url(https://71f36f.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/acc-plus2.png) right no-repeat;
}
.home-recent-news-top, .holder a {
	color:#b44227;
}
span.acc-title {
	color:#b44227;
	font-size:16px;
	margin-left:10px;
}
ul.right-accordion li div.holder {
	padding-top:20px;
}
.error {
	border-color:#A31515 !important;
	color:#A31515 !important;
}
/* =Button Styles Start here
-------------------------------------------------------------- */
.button-container {
	float:left;
	margin-left:10px;
	width:100%;
}
.small {
	height:42px;
	float:right;
	font-size:14px;
	line-height:42px;
	text-shadow:0px 1px 0px #6a2413;
}
.small span {
	float:left;
}
.small, .big, .small:hover, .big:hover {
	color:#f5e2c4 !important;
	text-transform:uppercase;
}
.big {
	height:50px;
	float:right;
	font-size:16px;
	line-height:50px;
	text-shadow:0px 1px 0px #6a2413;
}
.big span {
	float:left;
	height:50px;
}
/*=aln-center arrow Styles Start here
-------------------------------------------------------------- */
.aln-center {
	text-align:center;
}
.aln-center p {
	display:inline-block;
	margin-bottom:30px;
}
.small-right-arrow-red span {
	text-shadow:0px 1px 0px #6a2413;
}
.small-right-arrow-red span, .small-right-arrow-brown span {
	padding:0 9px 0 14px;
}
.big-right-arrow-red {
	background:url(https://187eb6.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/big-red-right.png) right top no-repeat;
	float:right;
	height:50px;
}
.big-right-arrow-red, .big-right-arrow-brown {
	padding-right:11px;
}
.big-right-arrow-red:hover {
	background:url(https://187eb6.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/big-red-right.png) right -100px;
}
.big-right-arrow-red span {
	background:url(https://187eb6.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/big-red-right.png) left -50px no-repeat;
	height:50px;
	float:left;
}
.big-right-arrow-red:hover span {
	background:url(https://187eb6.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/big-red-right.png) left -150px;
}
.big-right-arrow-red span, .big-right-arrow-brown span, .big-square-red span, .big-square-brown span {
	padding:0px 42px 0px 53px;
}
.big-right-arrow-brown {
	background:url(https://a1d954.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/big-brown-right.png) right top no-repeat;
	float:right;
	height:50px;
}
.big-right-arrow-brown span {
	background:url(https://a1d954.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/big-brown-right.png) left -50px no-repeat;
	height:50px;
	float:left;
}
.big-right-arrow-brown:hover {
	background:url(https://a1d954.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/big-brown-right.png) right -100px;
}
.big-right-arrow-brown:hover span {
	background:url(https://a1d954.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/big-brown-right.png) left -150px;
}
.small-square-red {
	background:url(https://51c09a.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/small-red-btn.png) right top no-repeat;
	float:right;
	height:42px;
	padding-right:5px;
}
.small-square-red span {
	background:url(https://51c09a.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/small-red-btn.png) left bottom no-repeat;
	float:left;
	padding:0 7px 0 12px;
}
.small-square-red:hover {
	background:url(https://5453b0.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/small-red-btn-hover.png) right top no-repeat;
}
.small-square-red:hover span {
	background:url(https://5453b0.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/small-red-btn-hover.png) left bottom no-repeat;
}
.small-square-brown {
	background:url(https://25a379.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/small-brown-btn.png) right top no-repeat;
	float:right;
	height:42px;
	padding-right:5px;
}
.small-square-brown:hover {
	background:url(https://eedf6b.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/small-brown-btn-hover.png) right top no-repeat;
}
.small-square-brown span {
	background:url(https://25a379.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/small-brown-btn.png) left bottom no-repeat;
	float:left;
	height:42px;
}
.small-square-brown:hover span {
	background:url(https://eedf6b.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/small-brown-btn-hover.png) left bottom no-repeat;
}
.small-square-brown:hover {
	background:url(https://eedf6b.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/small-brown-btn-hover.png) right top no-repeat;
}
.small-square-brown span {
	padding:0 6px 0 11px;
}
.big-square-red {
	background:url(https://4d8640.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/big-red-btn.png) right top no-repeat;
}
.big-square-red, .big-square-brown {
	padding-right:5px;
}
.big-square-red:hover {
	background:url(https://f74760.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/big-red-btn-hover.png) right top no-repeat;
}
.big-square-red span {
	background:url(https://4d8640.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/big-red-btn.png) left bottom no-repeat;
}
.big-square-red:hover span {
	background:url(https://f74760.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/big-red-btn-hover.png) left bottom no-repeat;
}
.big-square-brown {
	background:url(https://75d2d4.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/big-brown-btn.png) right top no-repeat;
}
.big-square-brown:hover {
	background:url(https://354c34.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/big-brown-btn-hover.png) right top no-repeat;
}
.big-square-brown span {
	background:url(https://75d2d4.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/big-brown-btn.png) left bottom no-repeat;
	float:left;
	height:50px;
}
.big-square-brown:hover span {
	background:url(https://354c34.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/big-brown-btn-hover.png) left bottom no-repeat;
}
/*=Small Red Double Arrow Styles Start here
-------------------------------------------------------------- */
.small-double-arrow-red {
	background:url(https://746d35.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/doublearrow-red-smal.png) right top no-repeat;
}
.small-double-arrow-red span {
	background:url(https://746d35.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/doublearrow-red-smal.png) left bottom no-repeat;
}
.small-double-arrow-red, .small-double-arrow-brown {
	float:right;
	height:42px;
	padding-right:13px;
}
.small-double-arrow-red span, .small-double-arrow-brown span {
	height:42px;
	float:left;
	padding-left:21px;
	padding-right:8px;
}
.small-double-arrow-red:hover {
	background:url(https://c239b3.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/doublearrow-red-smal-hover.png) right top no-repeat;
}
.small-double-arrow-red:hover span {
	background:url(https://c239b3.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/doublearrow-red-smal-hover.png) left bottom no-repeat;
}
/*=Small Brown Double Arrow Styles Start here
-------------------------------------------------------------- */
.small-double-arrow-brown {
	background:url(https://b38724.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/doublearrow-brown-smal.png) right top no-repeat;
}
.small-double-arrow-brown span {
	background:url(https://b38724.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/doublearrow-brown-smal.png) left bottom no-repeat;
}
.small-double-arrow-brown:hover {
	background:url(https://37dc46.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/doublearrow-brown-smal-hover.png) right top no-repeat;
}
.small-double-arrow-brown:hover span {
	background:url(https://37dc46.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/doublearrow-brown-smal-hover.png) left bottom no-repeat;
}
/*=Big Red Double Arrow Styles Start here
-------------------------------------------------------------- */
.big-double-arrow-red {
	background:url(https://f72dc6.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/doublearrow-red-big.png) right top no-repeat;
}
.big-double-arrow-red, .big-double-arrow-brown {
	padding-right:13px;
}
.big-double-arrow-red span {
	background:url(https://f72dc6.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/doublearrow-red-big.png) left bottom no-repeat;
}
.big-double-arrow-red span, .big-double-arrow-brown span {
	padding-left:46px;
	padding-right:33px;
}
.big-double-arrow-red:hover {
	background:url(https://1a0785.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/doublearrow-red-big-hover.png) right top no-repeat;
}
.big-double-arrow-red:hover span {
	background:url(https://1a0785.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/doublearrow-red-big-hover.png) left bottom no-repeat;
}
/*=Big Brown Double Arrow Styles Start here
-------------------------------------------------------------- */
.big-double-arrow-brown {
	background:url(https://5b6489.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/doublearrow-brown-big.png) right top no-repeat;
}
.big-double-arrow-brown span {
	background:url(https://5b6489.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/doublearrow-brown-big.png) left bottom no-repeat;
}
.big-double-arrow-brown:hover {
	background:url(https://586d9a.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/doublearrow-brown-big-hover.png) right top no-repeat;
}
.big-double-arrow-brown:hover span {
	background:url(https://586d9a.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/doublearrow-brown-big-hover.png) left bottom no-repeat;
}
/*=Small Red Rounded Styles Start here
-------------------------------------------------------------- */
.small-rounded-red {
	background:url(https://9abb3b.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/rounded-red-smal.png) right top no-repeat;
}
.small-rounded-red, .small-rounded-brown {
	float:right;
	height:42px;
	padding-right:7px;
}
.small-rounded-red span, .small-rounded-brown span {
	height:42px;
	float:left;
	padding-left:12px;
	padding-right:5px;
}
.small-rounded-red span {
	background:url(https://9abb3b.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/rounded-red-smal.png) left bottom no-repeat;
}
.small-rounded-red:hover {
	background:url(https://c6e313.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/rounded-red-smal-hover.png) right top no-repeat;
}
.small-rounded-red:hover span {
	background:url(https://c6e313.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/rounded-red-smal-hover.png) left bottom no-repeat;
}
/*=Small Brown Rounded Styles Start here
-------------------------------------------------------------- */
.small-rounded-brown {
	background:url(https://68127f.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/rounded-brown-smal.png) right top no-repeat;
}
.small-rounded-brown span {
	background:url(https://68127f.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/rounded-brown-smal.png) left bottom no-repeat;
}
.small-rounded-brown:hover {
	background:url(https://010041.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/rounded-brown-smal-hover.png) right top no-repeat;
}
.small-rounded-brown:hover span {
	background:url(https://010041.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/rounded-brown-smal-hover.png) left bottom no-repeat;
}
/*=Big Red Rounded Styles Start here
-------------------------------------------------------------- */
.big-rounded-red {
	background:url(https://64043b.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/rounded-red-big.png) right top no-repeat;
}
.big-rounded-red span {
	background:url(https://64043b.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/rounded-red-big.png) left bottom no-repeat;
}
.big-rounded-red, .big-rounded-brown {
	padding-right:7px;
}
.big-rounded-red span, .big-rounded-brown span {
	padding-left:46px;
	padding-right:35px;
}
.big-rounded-red:hover {
	background:url(https://66eeab.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/rounded-red-big-hover.png) right top no-repeat;
}
.big-rounded-red:hover span {
	background:url(https://66eeab.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/rounded-red-big-hover.png) left bottom no-repeat;
}
/*=Big Brown Rounded Styles Start here
-------------------------------------------------------------- */
.big-rounded-brown {
	background:url(https://588b74.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/rounded-brown-big.png) right top no-repeat;
}
.big-rounded-brown span {
	background:url(https://588b74.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/rounded-brown-big.png) left bottom no-repeat;
}
.big-rounded-brown:hover {
	background:url(https://9af776.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/rounded-brown-big-hover.png) right top no-repeat;
}
.big-rounded-brown:hover span {
	background:url(https://9af776.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/rounded-brown-big-hover.png) left bottom no-repeat;
}
/*=Table Styles Start here
-------------------------------------------------------------- */
.table table {
	float:left;
	margin-bottom:20px;
	width:100%;
}
.table h6 {
	color:#9b3f29;
	margin-bottom:0;
}
.table th.tablecol, .table td.tableid, .table td.even, .table td.odd {
	background-color: #e3caa4;
	border-color: #c1a171;
	border-style: solid;
	border-width: 1px;
	text-align: center;
}
.table th h6 {
	font-size: 15px;
	padding: 13px 0px;
}
.table td.first {
	border-top: 1px solid #CFCFCF;
}
.table td.odd {
	background-color: #f5e2c4 !important;
}
.table td.even {
	background-color: #efd9b9 !important;
}
.table table tr.last {
	border-bottom:1px solid #d9be96;
}
.table td {
	width:160px;
	vertical-align:middle;
	padding:13px 0px;
}
.table td.last {
	border-bottom: 1px solid #CFCFCF;
}
/*=Columns Styles Start here
-------------------------------------------------------------- */
.one-half {
	float:left;
	margin-right:18px;
	width:49%;
}
.two-third {
	float: left;
	margin: 4px 30px 4px 0;
	width: 65.9%;
}
.three-fourth {
	float: left;
	margin: 4px 30px 4px 0;
	width: 74.3%;
}
.one-fifth {
	float: left;
	margin: 4px 20px 4px 0;
	padding-right: 0;
	width: 18%;
}
.four-fifth {
	clear: right;
	float: left;
	margin: 4px 30px 4px 0;
	padding-right: 0;
	width: 78.7%;
}
.one-third {
	float: left;
	margin: 4px 20px 4px 0;
	text-align: justify;
	width: 31.7%;
}
.last-column {
	margin-right: 0 !important;
}
.one-fourth {
	float: left;
	margin-right: 20px;
	width: 23.3%;
}
/*=Appointment Styles Start here
-------------------------------------------------------------- */
.book-form-container {
	background:url(https://298617.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/lable-bg.jpg) repeat;
	float:left;
	height:auto;
	margin-top:15px;
	padding:10px;
	width:580px;
}
.form-content {
	background:#fff6e9;
	float:left;
	padding:20px;
}
.form-content .green {
	background:url(https://2d7233.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/avilable.jpg) repeat scroll 0 0 transparent;
	display:inline-block;
	color:#ffffff;
	font-size:16px;
	padding:26px 80px 20px;
	text-align:center;
}
form.book-form {
	margin-top:30px;
	float:left;
}
form.book-form p {
	float:left;
	width:100%;
}
form.book-form input[type="text"] {
	padding:18px 10px 19px 10px;
	width:81%;
}
form.book-form p.twocolumn input[type="text"] {
	width:160px;
	margin-right:10px;
}
form.book-form p.form-textarea label {
	height:202px;
}
form.book-form p.form-textarea textarea {
	height:200px;
	width:430px;
}
.rtl-btns {
	float:left;
	margin-left:27%;
	width:77%;
}
.rtl-btns .cancel-btn, .rtl-btns .submit-btn {
	float:left;
	padding-right:15px;
	margin-right:10px;
}
.rtl-btns .cancel-btn input[type="reset"], .rtl-btns .submit-btn input[type="submit"] {
	padding-left:25px;
}
/*=Gallery Styles Start here
-------------------------------------------------------------- */
.gallery-items {
	float:left;
	margin-bottom:0;
	margin-left:0;
	padding-bottom:30px;
	width: 100%;
}
.gallery-items .one-third , .gallery-items .one-half {
	border:1px solid #AA8E5F;
	float:left;
	position: relative;
	list-style:none;
	height: 208px;
	margin-bottom:14px;
}
.gallery-items .one-half {
	height:315px;
	margin-right:14px;
}
.texture1-shadow{
	border: medium none;
    bottom: -27px;
    left: 5px;
    position: absolute;
}
.gallery-items .one-third a img, .gallery-items .one-half a img{
	max-width:100%;
}
.gallery-items .one-third a span, .gallery-items .one-half a span{
	background: url(https://19988e.claudeassets.com/20250221031922im_/https://jollywrecklaw.com/images/gallery-img-hover.png) repeat scroll center center;
	display:none;
	height: 100%;
    left: 0;
    position: absolute;
    top: 0px;
    width: 100%;
	z-index:1;
}
.gallery-items .one-third a:hover span, .gallery-items .one-half a:hover span{
	display:block;
}

/*
     FILE ARCHIVED ON 02:43:48 Oct 05, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:22:54 Jun 23, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.263
  exclusion.robots: 0.134
  exclusion.robots.policy: 0.114
  esindex: 0.017
  cdx.remote: 89.074
  LoadShardBlock: 279.009 (3)
  PetaboxLoader3.datanode: 326.02 (4)
  load_resource: 199.284
  PetaboxLoader3.resolve: 100.065
*/