/* BODY SECTION */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2f3628;
	background-image: url(../images/background.jpg);
	background-color: #6fac22;
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0px;
	top: inherit !important;
	text-align: justify;
}
/*  NEW ELEMENTS  */

a:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #8a8a8a;
	text-decoration: none;
}
a:hover {
	color: #8a8a8a;
	text-decoration: underline;
}
a:active {
	color: #8a8a8a;
	text-decoration: none;
}
p {
	color: #565656;
	line-height: 1.5em;
	padding-bottom: 1em;
	margin: 0px;
}
hr {
}
ul, ol {
	color: #353535;
	list-style: none inside none;
	padding-bottom: 0.5em;
}
ul li {
	list-style: disc;
	 margin-bottom: 5px
}
ol li {
	list-style: decimal
}
li a {
	color: #fff;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-family: "Trebuchet MS";
	padding-bottom: 0.5em;
}
h1 {
	color: #191919;
	font-size: 24px;
}
h2 {
	font-size: 20px
}
h3 {
	font-size: 13px;
	color: #282828;
	padding-bottom: 0.5em;
}
h4 {
	font-size: 12px;
	padding: 0;
	margin: 0;
	line-height: 1em;
	border: none;
}
h5 {
	font-size: 12px
}
h6 {
	font-size: 10px
}
pre, code, tt {
	line-height: 1.5em;
	padding: 20px;
	background: #f5f5f5;
	display: block;
}
/* INPUT LAYOUT  */


a.button {
	margin: auto
}
a.button.left {
	float: left
}
a.button span {
	position: relative;
	top: 0;
	width: 100%;
	text-align: center;
	display: block;
}
input[type=submit]:active, input[type=button]:active {
	position: relative;
	top: 1px;
	left: 1px;
}
label {
	color: #999;
	letter-spacing: 0px;
	font-weight: bold;
}
label.error {
	color: #ff0000;
	font-weight: bold;
}
blockquote {
	padding-left: 60px;
	width: 90%;
	min-height: 50px;
	margin: 0 0 10px 0;
}
/* IMAGE ELEMENTS */

img.frame {
	padding: 5px;
	border: 1px solid #ebebeb;
	margin: 5px;
}
img.alignleft {
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	background-color: #dcdcdc;
	padding: 5px;
	border: 1px solid #dcdcdc;
}
img.alignright {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #dcdcdc;
	padding: 5px;
	border: 1px solid #dcdcdc;
}
img.featured {
	background-color: #DCDCDC;
	border: 1px solid #DCDCDC;
	height: 180px;
	margin-bottom: 5px;
	padding: 5px;
	width: 730px;
}
/*

 * Uses column classes from GaryJ's variation of Brian Gardner's Genesis column classes

 * http://www.studiopress.com/support/showthread.php?t=50959

 */

.one-half, .one-third, .two-thirds, .one-fourth, .two-fourths, .three-fourths, .one-fifth, .two-fifths, .three-fifths, .four-fifths, .one-sixth, .two-sixths, .three-sixths, .four-sixths, .five-sixths {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}
.one-half, .two-fourths, .three-sixths {
	width: 48%
}
.one-third, .two-sixths {
	width: 31%
}
.two-thirds, .four-sixths {
	width: 65%
}
.one-fourth {
	width: 22.5%
}
.three-fourths {
	width: 73.5%
}
.one-fifth {
	width: 17.4%
}
.two-fifths {
	width: 37.8%
}
.three-fifths {
	width: 58.2%
}
.four-fifths {
	width: 78.6%
}
.one-sixth {
	width: 14%
}
.five-sixths {
	width: 82%
}
.first {
	clear: both;
	padding-left: 0;
}
.space {
	margin-bottom: 1em
}
/* PAGE STRUCTURE */

#main-wrapper {
	width: 100%
}
/* HEADER */

#header {
	background: url(../images/header-bg.html) repeat-x;
	width: 100%;
}
#header .wrap {
	height: 210px;
	width: 900px;
	margin: 0px auto;
	position: relative;
	margin: 0px auto;
	z-index: 100;
}
#logo {
	position: absolute;
	left: 10px;
	top: 70px;
	height: 70px;
	width: 440px;
}
#logo a img {
	border: none
}
#company {
    font-family: "Times New Roman", Times, serif;
    font-size: 24px;
    color: #ffffff;
    text-shadow: #67942e 2px 2px;
    position: absolute;
    left: 90px;
    top: 87px;
    font-weight: bold;
}
.search {
	height: 25px;
	position: absolute;
	right: 20px;
	top: 30px;
	width: 200px;
}
.search .search-field {
	float: left;
	height: 20px;
	margin: 0;
	width: 175px;
	top: 1px;
	left: 0px;
	border: 1px solid #000000;
}
.search .button {
	float: right;
	height: 26px;
	width: 25px;
	background-image: url(../images/search.html);
}
.login {
	color: #000;
	position: absolute;
	right: 0;
	top: 62px;
	width: 229px;
}
.login a {
	color: #fff;
	text-decoration: none;
}
/* END HEADER */

/* NAVIGATION */

#navigation-wrapper {
	position: absolute;
	bottom: 10px;
	left: 0px;
	height: 40px;
	width: 900px;
}
#navigation {
	margin: 0px auto
}
/* END NAVIGATION */

/* SLIDER */

#boxes-wrapper {
	background-image: url(../images/boxes_bg.png);
	margin: 0 auto;
	min-height: 151px;
	width: 880px;
	padding: 10px;
}
.top-box {
	width: 164px;
	height: 135px;
	float: left;
	margin: 6px;
}
#slider {
	width: 960px;
	margin: 0 auto;
}
/* END SLIDER */

/* CONTENTS */

#contents {
	width: 100%
}
#contents .wrap {
	background-color: #FFFFFF;
	/*box-shadow: 0 0 7px #000000; */

	width: 900px;
	margin: 0 auto;
}
#maincol-wide {
	width: 980px;
	margin-bottom: 10px;
	line-height: 1.5em;
	color: #4d4e4e;
	padding: 10px;
}
#maincol {
	width: 890px;
	float: left;
	padding: 20px 10px 10px 0px;
	background: #fff url(../images/content_bg.png) top center no-repeat;
}
#maincol ul, #maincol ol {
	margin-left: 15px;
	padding-left: 10px
}
#maincol p, #maincol h2, #maincol h3 {
	padding-left: 10px;
}
/* TABS for main page */

#tabs {
}
#tabs .img {
	border: 5px solid #cecece;
	height: 190px;
	width: 300px;
}
/* LEFTCOL */

#leftcol {
	float: left;
	width: 300px;
	padding: 10px;
	margin-right: 10px;
}
/* END LEFTCOL */



/* RIGHTCOL */

#rightcol {
	float: right;
	width: 300px;
	padding: 10px;
	margin-left: 10px;
}
/* END RIGHTCOL */





/*

SIDEBAR-SECTION

*/

.sidebar {
	background-color: #dedede;
	padding: 10px;
}
.sidebar ul, .sidebar ul li ul {
	padding-left: 0px;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
}
.sidebar ul li {
	list-style: none;
	line-height: 1.5em;
}
.sidebar p {
	line-height: 1.5em;
	text-align: justify;
}
.sidebar ul li h2 {
	/*background-color: #7B000C;;

    padding: 10px;

    margin: 0px;*/

	background: none repeat scroll 0 0 #cecece;
	color: #000;
	font-size: 17px;
	padding: 10px 10px 10px 20px;
	margin: 5px 0 10px;
}
.sidebar ul li ul li {
	border-bottom: 1px solid #cecece;
	line-height: 1.5em;
	margin: 10px;
	padding: 0 5px 5px 0;
}
.sidebar ul li ul li a {
	font-weight: normal;
	color: #000;
}
.sidebar ul li ul li:hover {
	/*    background-color: #cecece; */

	text-decoration: underline;
	color: #cecece;
}
.sidebar .widget {
	margin-bottom: 10px
}
.sidebar .widget img {
	background-color: #cecece;
	border: 1px solid #cecece;
	margin: 5px;
	padding: 5px;
}
.sidebar .readmore {
	color: #000
}
/* END SIDEBAR */



/* SERVICES WRAPPER */

/* END SERVICES WRAPPER*/

/*  WELCOME NOTE */

.welcome-note {
	min-height: 233px;
	background-color: #9B5232;
	float: left;
	padding: 10px;
	margin-bottom: 15px;
}
.welcome-note h1 {
	padding: 0 0 5px 0;
	color: #fff;
}
.welcome-note p {
	padding: 0px 10px 10px 10px;
	color: #FFFFFF;
}
/* POST */

.post, .postWrapper {
}
.post {
}
.postTitle {
	color: #d60101;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px;
}
.postTitle a {
	font-size: 20px;
	color: #9e7534;
	text-decoration: none;
}
.postTitle a:hover {
	text-decoration: underline;
	color: #000;
}
.postWrapper small {
	display: block;
	font-size: 10px;
	padding: 10px 0;
}
.postMeta {
	font-size: 11px;
	padding: 10px 5px;
}
.postHeading {
	/* background-image: url(/web/20220419042115im_/http://jsw.com.pk/images/services-title2-bg.jpg);;;;;;;;;

    background-repeat: repeat-x;*/

	color: #0EB6FC;
	font-size: 21px;
	padding: 5px 0px 0px 10px;
}
.postImage {
	float: left;
	height: 120px;
	margin: 5px 10px 10px 1px;
	width: 150px;
}
.postImage img {
	background-color: #dcdcdc;
	padding: 5px;
	border: 1px solid #dcdcdc;
}
.postPara {
	color: #414141;
	line-height: 22px;
	padding-bottom: 1em;
	padding-top: 10px;
}
.postPara a {
	color: #9E7534;
	text-decoration: underline;
}
.postPara a:hover {
	color: #000;
	text-decoration: underline;
}
/* END POST */





/* SUB HEADER ON SECOND PAGE */

.sub-header {
	/* width: 960px; */

	margin: 0px auto;
	border: 1px solid #363636;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px;
}
.sub-header h1 {
	padding-bottom: 0px
}
/* END SUB HEADER ON SECOND PAGE */



.contents-h1 {
	background-color: #6da624;
	font-size: 16pt;
	color: #ffffff;
	padding: 5px 10px 5px 10px;
	margin-bottom: 15px;
	display: inline-block;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
/* FOOTER */

#footer {
	border-top: 2px solid #fff;
	width: 100%;
	min-height: 175px;
	clear: both;
}
#footer-bottom {
	height: 75px;
	width: 100%;
	clear: both;
}
#footer .wrap, #footer-bottom .wrap {
	width: 900px;
	margin: 0 auto;
}
#footer .footer-widget {
	width: 210px;
	float: left;
	padding-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#footer .footer-widget:last-child {
	border-right: 0px dashed #444444;
	padding-right: 0px;
}
#footer .footer-widget:first-child {
	padding-left: 0px
}
#footer .footer-widget .footer-title {
	background: none repeat scroll 0 0 #74A34B;
	border: 1px solid #4A8C14;
	color: #FFFFFF;
	font-size: 17px;
	padding: 5px 5px 5px 10px;
}
#footer ul {
	list-style: none;
	padding-right: 0px;
	margin-top: 10px;
	padding-left: 0px;
}
#footer ul li {
	font-size: 12px;
	list-style: disc inside none;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	color: #fff;
}
#footer ul li:hover {
	background: #74a34b
}
#footer ul li a {
	color: #fff;
	padding-left: 15px;
	text-decoration: none;
}
#footer ul li a span {
	color: #fff;
	font-size: 18px;
}
#footer-bottom .copyright {
	color: #2f3628;
	padding: 33px 0px 7px 0px;
	float: left;
	font: 11px Arial, Helvetica, sans-serif;
}
#footer-bottom .design {
	color: #2f3628;
	padding: 33px 0px 7px 0px;
	float: right;
	font: 12px Arial, Helvetica, sans-serif;
}
#footer-bottom a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}
#footer-bottom a:hover {
	color: #000;
	text-decoration: underline;
}
/* END FOOTER */

/* new clearfix */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1
} /* IE7 */
.padding {
padding: 5px 10px;
}
#google_translate_element a {
	text-decoration: none;
}
#google_translate_element a:hover {
	text-decoration: none;
}
#google_translate_element a span {
	position: relative;
	top: 0px;
}
#google_translate_element .goog-te-gadget-icon {
	display: none;
}
#google_translate_element .goog-te-gadget-simple {
	background-color: #fff;
	border-left: 1px solid #67942e;
	border-top: 1px solid #67942e;
	border-bottom: 1px solid #67942e;
	border-right: 1px solid #67942e;
	font-size: 10pt;
	display: inline-block;
	padding-top: 1px;
	padding-bottom: 2px;
	cursor: pointer;
	zoom: 1;
	display: inline;
	padding: 9px 9px;
}
.goog-te-banner-frame {
	display: none;
}
.gsc-control-cse {
	font-family: Arial, sans-serif;
	border-color: transparent !important;
	background-color: transparent !important;
}
input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
	border-color: #4B6F1F !important;
	background-color: #67942E !important;
	background-image: none;
	filter: none;
}
.heading1 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 8px;
	left: 15px;
	font-weight: bold;
	color: rgb(255, 255, 255);
	text-transform: capitalize;
	font-family: Arial;
}
.gsc-input-box {
	border: 1px solid #4B6F1F !important;
	background: #fff !important;
}
.gsst_a .gscb_a {
	color: #4b6f1f !important;
	cursor: pointer;
}
.gsc-input {
	font-family: Arial !important;
	font-size: 12px !important;
	padding-top: 2px !important;
}

/*
     FILE ARCHIVED ON 04:21:15 Apr 19, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:29:38 Oct 08, 2025.
     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: 0.576
  exclusion.robots: 0.025
  exclusion.robots.policy: 0.014
  esindex: 0.014
  cdx.remote: 70.914
  LoadShardBlock: 303.62 (3)
  PetaboxLoader3.datanode: 520.573 (5)
  PetaboxLoader3.resolve: 159.133 (2)
  load_resource: 537.534
  loaddict: 300.026
*/