/**
 * @file
 * @project 707
 * @package sftheme
 * @site app1
 */
 
/** 
 * ------------------------------------------------------------------
 * @section TYPOGRAPHY RESET
 * ------------------------------------------------------------------
 */

h1 { font-size:3em; font-weight:normal; letter-spacing:-.04em; margin:0 0 0.5em; }
h2 { font-size:2.5em; font-weight:normal; letter-spacing:-.04em; margin:0 0 0.75em; }
h3 { font-size:2em; font-weight:normal; letter-spacing:-.04em; margin:0 0 1em; }
h4 { font-size:1.5em; font-weight:bold; letter-spacing:-.04em; margin:0 0 1.25em; }
h5 { font-size:1.25em; font-style:italic; margin:1.67em 0; }
h6 { font-size:1em; font-weight:bold; margin:2.05em 0; }
p, form { margin:0 0 1.5em; padding:0; }
blockquote { margin:1.5em; }
sup, sub { line-height:0; }
address { margin:0 0 1.5em; }
pre, code { margin:1.5em 0; white-space:pre; }
pre, code, tt { line-height:1.5; }
caption { margin:0; padding:.5em; }

/** 
 * ------------------------------------------------------------------
 * @section Structure
 * ------------------------------------------------------------------
 */

body {
	background-attachment:fixed;
	background-color:#ffffff;
	background-image:url(/web/20190122002416im_/http://ljrsol.com/images/707_wood-bg.jpg);
	color:#6a6767;
	font-family:Arial, Helvetica, FreeSans, sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
}
a {
	padding:2px;
	text-decoration:none;
}
h2,
h3,
h4,
h5 {
	font-family:Georgia, "Nimbus Roman No9 L", serif;
	color:#6a6767;
}
/** 
 * ------------------------------------------------------------------
 * @section Header
 * ------------------------------------------------------------------
 */

.sf_region1 {
	background-color:#4d4a4a;
	background-image:url(/web/20190122002416im_/http://ljrsol.com/images/707_nav-header-repeater.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	min-height:58px;
	height:auto !important;
	height:58px;
	margin:0;
	padding:0 80px;
	min-width:750px;
 _width:expression(document.body.clientWidth < 802? "800px": "auto" );
}
.sf_region1:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.sf_main_header {
	color:#a9a8a8;
	float:left;
	font-family:Georgia, "Nimbus Roman No9 L", serif;
	font-size:26px;
	padding:14px 0 5px;
}
/** 
 * ------------------------------------------------------------------
 * @section Navigation
 * ------------------------------------------------------------------
 */

.sf_navigation .widget_header { display:none; }
.sf_navigation {
	float:left;
	min-height:1%;
	height:auto !important;
	height:1%;
}
.sf_navigation ul {
	min-height:1%;
	height:auto !important;
	height:1%;
	margin:0;
	padding:14px 0 5px 25px;
}
.sf_navigation ul:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.sf_navigation ul li {
	float: left;
	list-style: none;
	margin:0;
	padding:0;
	white-space: nowrap;
	min-width:1%; /* Fast hack */
	width:auto !important; /* Fast hack */
	width:1%; /* Fast hack */
}
.sf_navigation ul li a {
	color:#a9a8a8;
	font-family:Georgia, "Nimbus Roman No9 L", serif;
	font-size:14px;
	display: block;
	maring:0;
	padding:6px 10px;
	text-decoration:none;
	min-width:1%; /* Fast hack */
	width:auto !important; /* Fast hack */
	width:1%; /* Fast hack */
}
.sf_navigation ul li a:visited { color:#a9a8a8; }
.sf_navigation ul li a:hover { color:#a9a8a8; }
.sf_navigation ul li:hover a,
.sf_navigation ul li.sfhover a { color:#ffffff; }
/** 
 * ------------------------------------------------------------------
 * @section Subnav
 * ------------------------------------------------------------------
 */

.sf_navigation .subnav {
	background-color:#000000;
	-moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
	left: -999em;
	list-style: none;
	margin:0;
	padding:0;
	position: absolute;
	width: 160px;
	z-index:1000;
}
.sf_navigation .subnav li {
	float: left;
	margin:0;
	padding:0;
	width: 160px !important;
	white-space:normal;
}
.sf_navigation .subnav li a {
	color:#ffffff;
	border:none;
	display: block;
	font-family:Arial, Helvetica, FreeSans, sans-serif;
	font-size:11px;
	height:auto;
	padding:6px 10px;
	width:136px;
	white-space:normal;
}
.sf_navigation .subnav li a:visited { color:#ffffff; }
.sf_navigation .subnav li a:hover {
	background-color:#423f3f;
	color:#ffffff;
}
#Nav1 li:hover ul,
#Nav1 li.sfhover ul { left: auto; }
#Nav1 iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
filter: progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=0);
}
#Nav1 li:hover,
#Nav1 li.hover { position: static; }
/** 
 * ------------------------------------------------------------------
 * @section Content
 * ------------------------------------------------------------------
 */

.sf_wrapper {
	background-color:#ffffff;
	border:solid 10px #e5e3e3;
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
	min-height:1%;
	height:auto !important;
	height:1%;
	margin:25px 80px;
	_margin:25px 55px;
	min-width:750px; /* Fast hack */
}
.sf_wrapper:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.sf_content {
	min-height:350px;
	height:auto !important;
	height:350px;
}
.sf_main { padding:20px; }
.sf_pagetitle {
	font-family:Georgia, "Nimbus Roman No9 L", serif;
	font-size:32px;
}
.sf_pagetitle h1 { font-size:32px; }
/** 
 * ------------------------------------------------------------------
 * @section Widgets
 * ------------------------------------------------------------------
 */
.sf_region7 { padding:20px 0 0 20px; }
.sf_region7 .widgetset .widget { margin-bottom:20px; }
.sf_region7 .widgetset .widget_header {
	background-position:bottom left;
	background-repeat:no-repeat;
	color:#ffffff;
	min-height:32px;
	height:auto !important;
	height:32px;
	margin-left:-46px;
	padding:5px 5px 13px 36px;
	position:relative;
	z-index:50;
}
.sf_region7 .widgetset .widget_header a { text-decoration:none; }
.sf_region7 .widgetset .widget_header a:hover { text-decoration:underline; }
.sf_region7 .widgetset h3 { margin:0 0 5px; }
.sf_region7 .widgetset .widget_content {
	overflow:hidden;
	width:254px;
}
.sf_region7 .widgetset ul {
	list-style:none;
	margin:0;
	padding:0;
}
.sf_region7 .widgetset ol {
	padding:0 0 0 30px;
	margin:0;
}
.sf_region7 .widgetset .widget_content li { padding:5px 0; }
.sf_region7 .widgetset label {
	display: block;
	font-family:Arial, Helvetica, FreeSans, sans-serif;
	font-size:13px;
	margin:0;
	padding:0;
}
.sf_region7 .widgetset input[type="text"] {
	border:solid 1px #c4c4ca;
	padding:0;
	width:252px !important;
}
.sf_region7 .widgetset select {
	border:solid 1px #c4c4ca;
	width:100% !important;
}
/** 
 * ------------------------------------------------------------------
 * @section Footer
 * ------------------------------------------------------------------
 */
.sf_region10 {
	padding:25px 125px;
	min-width:750px; /* Fast hack */
	text-align:center;
}
.sf_footer {
	color:#ffffff;
	font-size:12px;
	margin:10px 0;
}
.sf_banner {
	color:#ffffff;
	font-size:12px;
	margin:10px 0;
}
.sf_banner a {
	display:inline-block;
	padding:0;
}
.sf_banner a:hover { background-color:transparent; }
.sf_banner #bannerLink { margin-top:8px; }
.sf_banner #bannerLink a { padding:2px; }
/** 
 * ------------------------------------------------------------------
 * @section IE6&7
 * ------------------------------------------------------------------
 */

/*
     FILE ARCHIVED ON 00:24:16 Jan 22, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:30:28 Nov 27, 2021.
     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: 67.221
  exclusion.robots: 0.134
  exclusion.robots.policy: 0.124
  RedisCDXSource: 0.589
  esindex: 0.009
  LoadShardBlock: 39.453 (3)
  PetaboxLoader3.datanode: 64.297 (5)
  CDXLines.iter: 24.367 (3)
  load_resource: 144.703 (2)
  PetaboxLoader3.resolve: 70.042 (2)
*/