img { behavior: url(/iepngfix.htc) }

BODY {
	background-color: #45663e;
	color: #000000;
	background-image: url(/jpls/images/background-pattern.gif);
	background-repeat: repeat;
	font-family: Verdana, arial, sans serif;
	font-size: 10pt;
  text-align: center;
	margin: 0px;
}

p {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
  text-align: left;
}

/**********General classes*/

/*General buttons*/
.button2 {
	background-color: #ccffcc;
	font-size: 10pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border: 1px solid #BB720A;
	letter-spacing: 0px;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	text-decoration: none;
	color: black;
}

/*General buttons*/
.button3 {
	background-color: #1F8CBD;
	font-size: 10pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border: solid black 1px;
	letter-spacing: 0px;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	text-decoration: none;
	color: blue;
}

/**********End general classes*/

/**********Page content*/

#fullpage {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
}

.centercolumn {
  margin: auto;
  width: 950px;
}

#topsection {
  position: relative;
  top: 0px;
  left: 0px;
  background-color: transparent;
	background-image: url(/jpls/images/shadow-top.gif);
	background-repeat: repeat-x;
	background-position: bottom;
  width: 100%;
}

#topbanner {
	position: relative;
	top: 0px;
	left: 0px;
  padding: 58px 0px 41px 0px;
}

#toplogo {
	position: absolute;
	top: 9px;
	left: 12px;
}

#topmenubar {
	position: relative;
	top: 0px;
	left: 0px;
	height: 32px;
  width: 100%;
	z-index: 3;
}

#topimage {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: right;
}

#topimagepic {
  position: relative;
  top: 0px;
  right: 13px;
}

#midsection {
  position: relative;
  top: 0px;
  left: 0px;
  background-color: #f6f2e2;
  background-image: url(/jpls/images/beige-background.gif);
  background-repeat: repeat;
}

#maincontent {
  position: relative;
  top: 0px;
  left: 0px;
}

#lowsection {
  position: relative;
  top: 0px;
  left: 0px;
  background-color: #f6f2e2;
  background-image: url(/jpls/images/beige-background.gif);
  background-repeat: repeat;
}

#lowcontent {
  position: relative;
  top: 0px;
  left: 0px;
}

#textmenu {
	position: relative;
	top: 0px;
	left: 0px;
	text-align: center;
  margin-bottom: 10px;
}

#copyrightnotice {
	position: relative;
	font-weight: normal;
	font-size: 10px;
	color: #848e72;
	text-align: center;
}

#copyrightnotice a:link, #copyrightnotice a:visited {
	color: #848e72;
	background-color: transparent;
	font-weight: normal;
	text-decoration: none;
}

#copyrightnotice a:hover {
	color: #848e72;
	background-color: transparent;
	font-weight: normal;
	text-decoration: underline;
}

#botsection {
  position: relative;
  top: 0px;
  left: 0px;
  height: 80px;
  background-color: transparent;
	background-image: url(/jpls/images/shadow-bot.gif);
	background-repeat: repeat-x;
	background-position: top;
  padding-top: 34px;
}

#pagefooter {
  position: relative;
  top: 0px;
  left: 0px;
}

#pagefooter p {
	color: #d0dbc0;
	font-weight: normal;
	font-size: 10px;
  text-align: center;
}

#pagefooter a:link, #pagefooter a:visited {
	color: #aaaaaa;
	background-color: transparent;
	font-weight: normal;
	text-decoration: none;
}

#pagefooter a:hover {
	color: #aaaaaa;
	background-color: transparent;
	font-weight: normal;
	text-decoration: underline;
}

.listtable {
	border-collapse: collapse;
	margin-left: 30px;
}

.listtable td {
	vertical-align: top;
	padding: 3px 0px 3px 3px;
}

.listtable p {
	margin: 2px 0px 2px 0px;
}

.listtblbullet {
	background-image: url(/jpls/images/triangle-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
  width: 14px;
}

.listtblname {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.listtblname a:link, .listtblname a:visited {
	text-decoration: none;
	color: #000000;
}

.listtblname a:hover {
	text-decoration: none;
	color: #970909;
}

/**********End page content*/


/**********Menu classes*/

.topmenutable {
	position: absolute;
	top: 0px;
	right: 12px;
	height: 32px;
	border-collapse: collapse;
	padding: 0px;
}

.topmenutd, .topmenutdedge, .topmenutddiv {
	height: 32px;
  margin: 0px;
  padding: 0px;
}

.topmenutdedge {
  background-image: url(/jpls/images/nav-bar-edge.gif);
  background-repeat: no-repeat;
  background-position: top;
}

.topmenutddiv {
  background-image: url(/jpls/images/nav-bar-div-line.gif);
  background-repeat: no-repeat;
  background-position: top;
}

.topmenucells, .topmenucellsroll {
	height: 32px;
  width: 100%;
	background-image: url(/jpls/images/nav-bar-shim.gif);
	background-repeat: repeat-x;
  margin: 0px;
  padding: 0px;
	font-family: arial, Verdana, sans serif;
	font-size: 13px !important;
	font-weight: bold !important;
	color: #373737 !important;
	text-decoration: none !important;
	cursor: pointer;
}

.topmenucellsroll {
	background-image: url(/jpls/images/nav-bar-shim-ov.gif);
	color: #000000 !important;
}

.topmenutext {
  position: relative;
  top: 29%;
  left: 0px;
}

.submenu {
	font-family: arial, Verdana, sans serif;
	font-size: 12px;
	font-weight: bold;
	color: #3f5e38; 
	vertical-align: top; 
	text-align: left;
	background-color:#f6f2e2;	
	z-index: 3;
}

.submenu td {
	padding: 2px 6px 2px 0px;
}

A.submenu:link, A.submenu:visited, A.submenu:active {
	background-image: url(/jpls/images/triangle-bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 12px;
  text-decoration: none; 
	color: #3f5e38;
}

A.submenu:hover {
  text-decoration: underline; 
	color: #3f5e38;
}
		
.linemenu {	
	color: #3f5e38;
	text-decoration:none;
	background-color:transparent;
	font-size: 12px;
	clear: both;
}

A.linemenulink:link, A.linemenulink:active, A.linemenulink:visited {
	color: #3f5e38;
	font-weight: normal;
	text-decoration: none;
}

A.linemenulink:hover {
	color: #3f5e38;
	font-weight: normal;
	text-decoration: underline;
}

.servicemenu {
  position: relative;
  top: 0px;
  left: 20px;
}

.servicemenu table {
  border-collapse: collapse;
}

.servicemenu td {
  width: 280px;
  padding: 0px 10px 0px 0px;
}

.servicemenu img {
  float: left;
}

.servicemenu h3 {
	line-height: 33px;
	font-family: Verdana, arial, sans serif;
	font-size: 12px;
	margin: 14px 0px 0px 0px;
	padding-left: 15px;
	background-image: url(/jpls/images/home-service-button-off.gif);
	background-repeat: no-repeat;
	background-position: right;
	cursor: pointer;
}

a.servicemenuitem:link, a.servicemenuitem:visited {
	font-family: Verdana, arial, sans serif;
	color: #8c4725;
	font-size: 12px;
	font-weight: bold;
	line-height: 33px;
	text-decoration: none;
}

a.servicemenuitem:hover {
	font-family: Verdana, arial, sans serif;
	color: #436c2c;
	font-size: 12px;
	font-weight: bold;
	line-height: 33px;
	text-decoration: none;
}

/**********End menu classes*/


/**********Main content classes*/

.topcontent {
	position: relative;
}

.defaultcontent {
	position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
	padding: 0px;
  margin: 0px;
  text-align: left;
  vertical-align: top;
}
		
.bottomcontent {
}

.leftside {
  position: relative;
  vertical-align: top;
  padding-left: 12px;
  width: 230px;
}

.rightside {
  position: relative;
  vertical-align: top;
  width: 720px;
}

.vertline {
  position: relative;
  background-image: url(/jpls/images/content-vert-line.gif);
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  width: 11px;
  height: 300px;
}

/**********End main content controls*/

/**********Typical page content*/

.pageblock {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
  vertical-align: top;
}

.pagetitle, .leftmenutitle {
	text-align: left;
	font-family: arial, Verdana, sans serif;
	font-size: 13pt;
	font-weight: bold;
	color: #8c4725;
	margin: 0px 0px 10px 0px;
}

.pagedivline {
	width: 100%;
	height: 4px;
	line-height: 4px;
	background-color: transparent;
	background-image: url(/jpls/images/header-dot-line.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.pagetext p, .pagetext ul {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

#sidebox {
	position: relative;
	top: 0px;
	left: 0px;
}

#sideboxtbl {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

#sideboxtbl td {
	margin: 0px;
	padding: 0px;
}

#sideboxcontent {
	text-align: center;
	width: 220px;
}

#sideboximg {
	width: 100%;
}

#sideboxcontent h3 {
	text-align: left;
	font-family: arial, Verdana, sans serif;
	font-size: 13pt;
	font-weight: bold;
	color: #557547;
	margin: 5px 0px 5px 0px;
}

#sideboxcontent p {
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin: 3px 0px 3px 0px;
}

.leftmenu {
}

.leftmenutext {
  padding-right: 15px;
}

a.leftmenulink:link, a.leftmenulink:visited {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #294476;
	background-image: url(/jpls/images/triangle-bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 14px;
}

a.leftmenulink:hover {
	color: #8c4725;
}

.morelink {
	background-image: url(/jpls/images/triangle-bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
}

a.morelink:link, a.morelink:visited {
  color: #294476;
}

a.morelink:hover {
  color: #8c4725;
}

a.editlink:link, a.editlink:visited {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}

a.editlink:hover {
	color: #970909;
	text-decoration: underline;
}

.testimonial {
  position: relative;
  padding: 15px;
}

.testimonial p {
  font-style: italic;
  font-size: 12px;
  color: #000000;
  padding: 0px;
  margin: 5px 0px 4px 0px;
}

.testimonial img {
  float: right;
  margin: 0px 0px 5px 5px;
}

.testimonial h1 {
  font-weight: bold;
  font-size: 11px;
  color: #8c4725;
  margin: 0px;
  padding: 0px;
}

.testimonial h2 {
  font-weight: normal;
  font-size: 11px;
  color: #8c4725;
  margin: 0px 0px 5px 0px;
  padding: 0px;
}

.mgnttable {
  position: relative;
}

.mgnttable table {
}

.mgnttable td {
  padding: 15px 5px 5px 5px;
}

.mgnttable p {
  text-align: center;
  font-size: 11px;
  padding: 0px;
  margin: 0px;
}

.mgnttable a:link, .mgnttable a:visited {
}

.mgnttable a:hover {
}

.contactinfo {
  position: relative;
}

.contactinfo p {
  padding: 0px;
  margin: 4px;
}

/**********End typical page content*/

.editformtable {
  padding: 2px;
}

.editformsubject, .editformimgfile {
  font-family: verdana,helvetica,arial,sans-serif;
  background-color: #cccccc;
  color: #333333;
  font-size: 12px;
  font-weight: normal;
  border: 1px solid #000000;
  padding: 2px 0px 0px 2px;
  margin-bottom: 3px;
  vertical-align: middle;
}

.editformcomment {
  font-family: verdana,helvetica,arial,sans-serif;
  background-color: #cccccc;
  color: #333333;
  font-size: 12px;
  font-weight: normal;
  width: 500px;
  height: 240px;
  border: 1px solid #000000;
  padding: 2px 0px 0px 2px;
}

.editformformat {
}

.quoteinfo p {
	font-size: 12px;
	font-family: arial, Verdana, sans serif;
	margin: 3px 0px 3px 15px;
}

#quoteformout {
	position: relative;
	margin: 10px 0px 10px 0px;
	padding: 15px;
  width: 600px;
}

#quoteformin {
	position: relative;
  border: 1px solid black;
	padding: 10px;
}

.quoteformdiv {
}

.quoteformdiv table {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

.quoteformdiv td {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.quoteform {
}

.quoteinput {
	border: 1px solid #303030;
}

.quoteformleft {
	text-align: right;
	padding-right: 5px;
}

.quotesubmit {
}

.quotelist table {
	border-collapse: collapse;
	width: 100%;
}

.quotelist td {
	font-size: 11px;
	padding: 2px 5px 2px 5px;
	vertical-align: top;
	border: 1px solid #303030;
	background-color: #f7f3e2;
}

.quotelistleft {
	width: 80px;
	text-align: center;
}

#quoteerror {
	visibility: hidden;
	display: none;
	font-weight: bold;
}

/**********Showcase and Gallery classes*/

#showcasetext {
  margin: 0px 0px 20px 20px;
  width: 75%;
}

.showcasepiccaption {
	position: relative;
	text-align: center;
	font-size: 11px;
}

.gallerytable td, .showcasetable td {
  vertical-align: top;
}

#gallerypicture {
  width: 510px;
  height: 400px;
  text-align: center;
  margin-top: 6px;
}

.galleryboxtbl {
	border-collapse: collapse;
	margin: auto;
	padding: 0px;
}

.galleryboxtbl td {
	margin: 0px;
	padding: 0px;
}

.showcasethumbs {
  position: relative;
  top: 7px;
  left: 0px;
  background-color: #bfb881;
	padding: 1px;
  margin-top: 6px;
}

.showcasethumbs img {
	border: 1px solid #bfb881;
}

#gallerythumbnails {
  position: relative;
  top: 5px;
  left: 0px;
  width: 113px;
  height: 372px;
  text-align: left;
  background-color: #bfb881;
}

#gallerytnbox {
  visibility: visible;
  position: absolute;
  top: 19px;
  left: 0px;
  width: 113px;
  height: 336px;
  clip: rect(0px,113px,334px,0px);
  overflow: hidden;
  padding: 0px;
  margin: 0px;
}

#gallerytnpics {
  visibility: visible;
  position: absolute;
  top: 0px;
  left: 0px; 
  width: 113px;
  padding: 0px;
  margin: 0px;
}

.gallerytnimgbg1 {
  position: relative;
  top: 0px;
  left: 0px;
  height: 84px;
  width: 113px;
  background-color: #bfb881;
  padding: 0px;
  margin: 0px;
}

.gallerytnimgbg2 {
  position: relative;
  top: 1px;
  left: 2px;
  height: 82px;
  width: 109px;
  background-color: #ffffff;
  padding: 0px;
  margin: 0px;
  text-align: center;
}

.gallerytnimg {
  vertical-align: middle;
  border: none;
  padding: 0px;
  margin: auto;
}

#arrowup {
  position: absolute;
  top: 0px;
  left: 0px;
}

#arrowdown {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.scrolllink {
  cursor: pointer;
}

.gallerymorelist {
  position: relative;
  width: 510px;
  background-color: transparent;
  color: #3f5e38;
  text-align: center;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}

.gallerymorelist a:link, .gallerymorelist a:active, .gallerymorelist a:visited {
  font-weight: normal;
  color: #3f5e38;
  text-decoration: none;
}

.gallerymorelist a:hover {
  font-weight: normal;
  color: #3f5e38;
  text-decoration: underline;
}

/**********End showcase and gallery classes*/
