/* CSS layout */

body {
  text-align: center;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("images/thtch.gif");
  background-repeat: repeat;
  font-family: Arial, Helvetica, sans-serif;
  background-attachment: fixed;
  position: relative;
}

/*
.clear { 
height:1px; 
width:600px;
clear: both; 
}
*/
.clear {
  clear: both;
  height: 0;
  line-height: 0; /* for ie6 */
  margin: 0;
  padding: 0;
  font-size: 0;
}

h1 {
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  line-height: 3;
}

h3 {
  color: #b22222;
  text-align: center;
  text-decoration: none;
}

h3 a:link {
  color: #b22222;
  text-decoration: underline;
  background-color: transparent;
  outline: none;
}
h3 a:hover {
  color: #b22222;
  text-decoration: underline;
  background-color: transparent;
  outline: none;
}
h3 a:visited {
  color: #b22222;
  text-decoration: underline;
  background-color: transparent;
  outline: none;
}

h5 {
  width: 300px;
}

.athidden {
  visibility: hidden;
  display: none;
}

/*
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
*/
img {
  border: 0;
}

ol,
ul {
  list-style: none;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

#masthead {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  /*border:1px solid blue; */
}

.noborder {
  /* eliminates border around logo */
  border-width: 0;
}

#phone {
  /* styles phone numbers under logo */
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  word-spacing: 100px;
  color: #000;
  background-color: transparent;
  text-decoration: none;
  margin: 10px;
  margin-bottom: 25px;
  font-size: x-large;
  letter-spacing: 1px;
}

.lauhala_brown {
  background-color: #cead8e;
}

#dropline {
  /* list id - style the whole thing here*/
  padding: 0;
  list-style: none;
  background: url("https://www.barkclothhawaii.com/images/nav_buttons/trans.gif");
  text-align: center;
  margin: 0 auto; /* 0 auto = center position*/
  font-size: 14px;
  font-family: arial, sans-serif;
  /*border: 1px solid blue;*/
}

#dropline div {
  /* position of dropline text*/
  padding: 5px 0px 0px 70px; /* 5 0 0 70 centers dropline tect horz*/
  margin: auto 15px auto;
  list-style: none;
  text-align: center; /* left*/
  background: url("https://www.barkclothhawaii.com/images/nav_buttons/trans.gif"); /* url(trans.gif*/
}

/* dropline_div is a copy of #dropline div, subelement styles copied here too */

.dropline_div_wrapper {
  /*border:3px groove black;*/
  height: 200px;
}

.dropline_div {
  /* position of dropline text*/
  list-style: none;
  text-align: center;
  background: url("https://www.barkclothhawaii.com/images/nav_buttons/trans.gif"); /* url(trans.gif*/
  /*border:1px solid black;*/
}

.dropline_div table {
  border-collapse: collapse;
  font-size: 1em;
  float: left;
  margin: -1px;
  width: auto;
}

.dropline_div ul li {
  /* vertical space between dropline */
  display: inline;
  margin: 0px 0px 0px 0px;
  text-align: center;
}

.dropline_div ul li a {
  /*display:inline-block;  inline-block*/
  /*height:23px;  23px*/
  /*line-height:30px;  30px*/
  margin: 0;
  padding: 0 5px;
  background: transparent;
  font-weight: bold;
  font-size: 14px;
}

.dropline_div li {
  display: inline;
  text-align: right;
}

.dropline_div li a {
  display: inline-block;
  padding: 0px 20px 0 0;
  background: url(images/nav_buttons/topnoarrow.gif) right top;
  line-height: 30px;
  text-decoration: none;
  color: #8b0000;
  cursor: pointer;
}

.dropline_div li a.sub {
  background: url(images/nav_buttons/toparrow.gif) right top;
}

/* end of .dropline_div sub element styles */

#dropline table {
  border-collapse: collapse;
  font-size: 1em; /* 1em*/
  float: left; /* left*/
  margin: -1px; /* -1px*/
  width: auto;
} /* -1px*/

#dropline ul li {
  /* vertical space between dropline */
  display: inline; /* inline*/
  margin: 0px 0px 0px 0px; /* 0000*/
  text-align: center;
} /* dropline position */

/* all horiz linked menu text */
#dropline ul li a {
  display: inline-block; /* inline-block*/
  height: 23px; /* 23px*/
  line-height: 30px; /* 30px*/
  margin: 0; /* 0 space between dropline words*/
  padding: 0 5px; /* -50  55*/
  background: transparent; /* transparent*/
  font-weight: bold;
  font-size: 14px;
}

#dropline li {
  display: inline;
  margin: 0 -2px; /* 0, -2 space between buttons,replace color:= 8B0000 */
  text-align: right;
} /*  right color and position of text on a buttons and dropline */

#dropline li a {
  display: inline-block;
  height: 36px; /* 36*/
  margin: 5px -6px 0 0; /* 5 000*/
  padding: 0px 20px 0 0; /* 0 20 0 0*/
  background: url(images/nav_buttons/topnoarrow.gif) right top;
  line-height: 30px; /* 30px*/
  text-decoration: none;
  color: #8b0000; /* 8B0000*/
  cursor: pointer;
}

#dropline li a.sub {
  background: url(images/nav_buttons/toparrow.gif) right top;
}

html>    /* right top button position */

body #dropline li {
  margin: 0px; /* 0*/
  display: inline-block;
  padding: 0px; /* 0*/
}

* html #dropline li a {
  margin-bottom: -4px;
  margin: 3px;
} /* -4px   3px*/

#dropline li a b {
  display: block;
  height: 36px;
  float: left;
  padding: 0 0 0 25px; /* 0 0 0 25px*/
  background: url(images/nav_buttons/topnoarrow.gif) left top;
}

#dropline li a:hover {
  /* hover button text */
  /* replace color:= fff */
  background-position: right bottom;
}

#dropline li a:hover b {
  /* color:= hover button text */ /* replace color:= DC143C */
  background-position: right bottom;
}
/* replace color:= fff, position of hover text */
#dropline li:hover > a {
  background-position: right bottom;
}

#dropline li:hover > a b {
  background-position: left bottom;
} /* moves arrow spacing */

#dropline :hover div {
  left: -40px;
  top: 41px; /* top 41px*/
  text-align: center; /* center*/
}

/* background color: of all hovered dropline text */
#dropline :hover ul li a:hover {
  text-decoration: none;
}

div ul #maqua a:hover {
  background-color: #c3e1d2;
  color: black;
}
div ul #mblack a:hover {
  background-color: #000;
  color: #fff8dc;
}
div ul #mblue a:hover {
  background-color: #add8e6;
  color: black;
}
div ul #mbrown a:hover {
  background-color: #d2b48c;
  color: #fff8dc;
}
div ul #mgray a:hover {
  background-color: #c0c0c0;
  color: black;
}
div ul #mgreen a:hover {
  background-color: #8fbc8f;
  color: #fff8dc;
}
div ul #mnatural a:hover {
  background-color: #f5f5dc;
  color: black;
}
div ul #morange a:hover {
  background-color: #ffa07a;
  color: black;
}
div ul #mpink a:hover {
  background-color: #ffe4e1;
  color: black;
}
div ul #mpurple a:hover {
  background-color: #dda0dd;
  color: black;
}
div ul #mred a:hover {
  background-color: #b22222;
  color: #fff8dc;
}
div ul #myellow a:hover {
  background-color: #f0e68c;
  color: black;
}

div ul #abstracts a:hover {
  background: url("images/nav_buttons/atomic.png") no-repeat center;
  height: 25px;
  width: 75px;
}

#abstracts a span {
  cursor: pointer;
  margin: 10px 0px 0px 0px;
  display: block;
}

div ul #anthurium a:hover {
  background: url("images/nav_buttons/anthurium.png") no-repeat center;
  height: 25px;
}

#anthurium a span {
  cursor: pointer;
  margin: 10px 0px 0px 0px;
  display: block;
}

div ul #bamboo a:hover {
  background: url("images/nav_buttons/bamboo.png") no-repeat center;
  height: 25px;
}

#bamboo a span {
  cursor: pointer;
  margin: 10px 0px 0px 0px;
  display: block;
}

div ul #bop a:hover {
  background: url("images/nav_buttons/bop2.png") no-repeat center;
  height: 25px;
}

#bop a span {
  cursor: pointer;
  margin: 10px 0px 0px 0px;
  display: block;
}

div ul #critters a:hover {
  background: url("images/nav_buttons/koi.png") no-repeat center;
  height: 25px;
}

#critters a span {
  cursor: pointer;
  margin: 10px 0px 0px 0px;
  display: block;
}

div ul #folks a:hover {
  background: url("images/nav_buttons/hulagrl.png") no-repeat center;
  height: 25px;
}

#folks a span {
  cursor: pointer;
  margin: 10px 0px 0px 0px;
  display: block;
}

div ul #ginger a:hover {
  background: url("images/nav_buttons/ginger2.png") no-repeat center;
  height: 25px;
}

#ginger a span {
  cursor: pointer;
  margin: 10px 0px 0px 0px;
  display: block;
}

div ul #heliconia a:hover {
  background: url("images/nav_buttons/heliconia.png") no-repeat center;
  height: 25px;
}

#heliconia a span {
  cursor: pointer;
  margin: 10px 0px 0px 0px;
  display: block;
}

div ul #hibiscus1 a:hover {
  background: url("images/nav_buttons/hibiscus.png") no-repeat center;
  height: 25px;
}

#hibiscus1 a span {
  cursor: pointer;
  margin: 10px 0px 0px 0px;
  display: block;
}

div ul #keiki a:hover {
  background: url("images/nav_buttons/keiki.png") no-repeat center;
  height: 25px;
}

#keiki a span {
  cursor: pointer;
  margin: 10px 0px 0px 0px;
  display: block;
}

div ul #leafy a:hover {
  background: url("images/nav_buttons/leafy.png") no-repeat center;
  height: 25px;
}

#leafy a span {
  cursor: pointer;
  margin: 10px 0px 0px 0px;
  display: block;
}

div ul #orchid a:hover {
  background: url("images/nav_buttons/orchid.png") no-repeat center;
  height: 25px;
}

#orchid a span {
  cursor: pointer;
  margin: 10px 0px 0px 0px;
  display: block;
}

div ul #palms a:hover {
  background: url("images/nav_buttons/palm.png") no-repeat center;
  height: 25px;
}

#palms a span {
  cursor: pointer;
  margin: 10px 0px 0px 0px;
  display: block;
}

div ul #plumeria a:hover {
  background: url("images/nav_buttons/plumeria.png") no-repeat center;
  height: 25px;
}

#plumeria a span {
  cursor: pointer;
  margin: 10px 0px 0px 0px;
  display: block;
}

div ul #other a:hover {
  background: url("images/nav_buttons/protea.png") no-repeat center;
  height: 25px;
}

#other a span {
  cursor: pointer;
  margin: 10px 0px 0px 0px;
  display: block;
}

div ul #sceanic a:hover {
  background: url("images/nav_buttons/sceanic.png") no-repeat center;
  height: 25px;
}

#sceanic a span {
  cursor: pointer;
  margin: 10px 0px 0px 0px;
  display: block;
}

div ul #solids a:hover {
  background: url("images/nav_buttons/solids.png") no-repeat center;
  height: 25px;
}

#solids a span {
  cursor: pointer;
  margin: 10px 0px 0px 0px;
  display: block;
}

div ul #surfboards a:hover {
  background: url("images/nav_buttons/surf.png") no-repeat center;
  height: 25px;
}

#surfboards a span {
  cursor: pointer;
  margin: 10px 0px 0px 0px;
  display: block;
}

div ul #woodies a:hover {
  background: url("images/nav_buttons/woody.png") no-repeat center;
  height: 25px;
}

#woodies a span {
  cursor: pointer;
  margin: 10px 0px 0px 0px;
  display: block;
}

div ul .droptext:link {
  color: #000;
  background-color: transparent;
} /*highlight text backgrnd cream*/
div ul .droptext:visited {
  color: #8b4513;
  background-color: transparent;
}
div ul .droptext:hover {
  background: #f0eee7;
}

div ul .aquadroptext:link {
  border-style: none;
  color: #d30601;
} /*highlight text backgrnd aqua*/
div ul .aquadroptext:visited {
  border-style: none;
  color: #8b4513;
  background-color: transparent;
}
div ul .aquadroptext:hover {
  border-style: none;
  background: #c3e1d2;
}

.wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  /*border:1px solid green;*/
}

#top_nav {
  /*border: 1px solid red;*/
  text-align: center;
}

.pages {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  position: relative;
  display: block;
  font-size: 12px;
  margin-left: 50px;
  top: 40px;
  font-weight: bold;
  outline: none;
}

.pages .numbers {
  /* brown that best matches gallery heading box*/
  color: #b22222;
  font-weight: lighter;
  font-size: 1em;
}

.pages a:link {
  color: #b22222;
  text-decoration: none;
  background-color: transparent;
  outline: none;
}
.pages a:hover {
  color: #b22222;
  text-decoration: none;
  background-color: #c3e1d2;
  outline: none;
}
.pages a:visited {
  color: #b22222;
  text-decoration: none;
  background-color: transparent;
  outline: none;
}

#right_col {
  width: 40px;
  float: right;
  border: none;
}

.rightlab {
  text-decoration: none;
  list-style-type: none;
  font-size: large;
  display: inline-block;
  z-index: 400;
  width: 20px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  position: fixed;
  top: 75%;
  /*border: 2px solid blue;*/
}

#colors .rightlab span {
  text-decoration: none;
  list-style-type: none;
  font-size: large;
  display: inline-block;
  z-index: 400;
  /*width:50px;*/
  line-height: 40px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  /*
	position: fixed;
    top:700px;
    */
}

.rightlab a:link {
  color: #b22222;
  text-decoration: none;
  background-color: transparent;
  font-weight: bold;
}
.rightlab a:visited {
  color: #b22222;
  text-decoration: none;
  background-color: transparent;
  font-weight: bold;
}
.rightlab a:hover {
  color: #000;
  text-decoration: none;
  background-color: #c3e1d2;
  font-weight: bold;
}
.rightlab a:active {
  color: #b22222;
  text-decoration: none;
  background-color: transparent;
  font-weight: bold;
}

#page_content {
  /*margin: -20px 200px 20px 100px; 
	width:auto;*/
  /*
	top:45px; 
	position:relative;
	*/
  text-align: center;
  display: inline-block;
  /*border:1px solid red;*/
}

#left_col {
  width: 100px;
  float: left;
  z-index: 10;
  margin-left: 20px;
}

#gallery {
  background-color: #f0eee7;
  /*margin: 150px 50px auto 50px;*/
  border-color: #9d5c35;
  border-style: none solid solid solid;
  background-image: url("images/nav_buttons/gallery/boxtop800.gif");
  background-repeat: no-repeat;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  width: 700px;
  margin: 0 auto;
  clear: both;
  z-index: 100;
  list-style-type: none;
  list-style-image: none;
  /*padding-top:80px;*/
  /*
	display:inline-block;
	position:relative;
	*/
  padding-top: 20px;
  padding-bottom: 10px;
  /*border:1px solid green;*/
  position: relative;
  top: 0;
  left: 0;
}

#gallery a.at {
  /*position:relative;*/
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  text-align: center;
  margin: 0 20px 0 20px; /* h space betwixt imgs */
  width: 75px; /* 75 =5 to a line */
  /*height:130px; */ /* v space betwixt imgs */
  background-color: transparent;
}

/*
.centerit1 {margin-left:300px; clear:inherit;}
.centerit2 {margin-left:240px; clear:inherit;}
.centerit3 {margin-left:180px; clear:inherit;}
.centerit4 {margin-left:120px; clear:inherit;}*/
/*.centerit5 {margin-left:60px; clear:inherit;}*/

.centerit5 {
  width: 90%;
  margin: 0 auto;
}

.centerit5 ul {
  /*border:1px solid green;*/
}

.centerit5 ul li {
  float: left;
  margin: 15px 0 15px 0;
  height: 150px;
  /*border:1px solid blue;*/
}

.centerit5 ul li a {
}

.centerit5 ul li img {
}

/*
#xapparel {top: 95px;font-size:18px;color:#B22222; position:relative; text-decoration:underline;}
#xrayon44 {top: 260px;font-size:18px;color:#B22222; position:relative; text-decoration:underline;}
#xrayon57 {top: 450px;font-size:18px;color:#B22222; position:relative; text-decoration:underline;}
#xnon44 {font-size:18px;color:#B22222; position:relative; text-decoration:underline;}
#xnon57 {font-size:18px;color:#B22222; position:relative; text-decoration:underline;}
#xtwill44 {font-size:18px;color:#B22222; position:relative; text-decoration:underline;}
#xtwill57 {top: 1295px;font-size:18px;color:#B22222; position:relative; text-decoration:underline;}
#xcanvas44 {top: 1420px;font-size:18px;color:#B22222; position:relative; text-decoration:underline;}
#xcanvas57 {top: 1730px;font-size:18px;color:#B22222; position:relative; text-decoration:underline;}
#xcrepe {top: 825px;font-size:18px;color:#B22222; position:relative; text-decoration:underline;}
#xnubby {top: 885px;font-size:18px;color:#B22222; position:relative; text-decoration:underline;}
#xfleece {top: 1171px;font-size:18px;color:#B22222; position:relative; text-decoration:underline;}
#xinout {top: 1346px;font-size:18px;color:#B22222; position:relative; text-decoration:underline;}
#xmicro {top: 1520px;font-size:18px;color:#B22222; position:relative; text-decoration:underline;}
#xweaved {top: 1730px;font-size:18px;color:#B22222; position:relative; text-decoration:underline;}
#xindigo {font-size:18px;color:#B22222; position:relative; text-decoration:underline;}
*/

#xapparel {
  font-size: 18px;
  color: #b22222;
  text-decoration: underline;
}
#xrayon44 {
  font-size: 18px;
  color: #b22222;
  text-decoration: underline;
}
#xrayon57 {
  font-size: 18px;
  color: #b22222;
  text-decoration: underline;
}
#xnon44 {
  font-size: 18px;
  color: #b22222;
  text-decoration: underline;
}
#xnon57 {
  font-size: 18px;
  color: #b22222;
  text-decoration: underline;
}
#xtwill44 {
  font-size: 18px;
  color: #b22222;
  text-decoration: underline;
}
#xtwill57 {
  font-size: 18px;
  color: #b22222;
  text-decoration: underline;
}
#xcanvas44 {
  font-size: 18px;
  color: #b22222;
  text-decoration: underline;
}
#xcanvas57 {
  font-size: 18px;
  color: #b22222;
  text-decoration: underline;
}
#xcrepe {
  font-size: 18px;
  color: #b22222;
  text-decoration: underline;
}
#xnubby {
  font-size: 18px;
  color: #b22222;
  text-decoration: underline;
}
#xfleece {
  font-size: 18px;
  color: #b22222;
  text-decoration: underline;
}
#xinout {
  font-size: 18px;
  color: #b22222;
  text-decoration: underline;
}
#xmicro {
  font-size: 18px;
  color: #b22222;
  text-decoration: underline;
}
#xweaved {
  font-size: 18px;
  color: #b22222;
  text-decoration: underline;
}
#xindigo {
  font-size: 18px;
  color: #b22222;
  text-decoration: underline;
}

.gallery_sub_head {
  width: 90%;
  margin: 0 auto;
}

.gallery_sub_head_popup {
  visibility: hidden;
  background: #ffffff;
  border: 0px solid #cccccc;
  color: #6c6c6c;
  background-color: #c3e1d2;
  font-size: small;
  position: relative;
  left: 220px;
  bottom: 40px;
}

a:hover {
  background: #ffffff;
  text-decoration: none;
} /*BG color is a must for IE6*/
/*
a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:175px; font-size:small; top:-5px; z-index: 200;}
a.tooltip:hover span{display:inline; position:absolute; background:#ffffff; border:1px solid #cccccc; color:#6c6c6c;}
*/

a.tooltip span {
  visibility: hidden;
  padding: 2px 3px;
  margin-left: 8px;
  width: 175px;
  font-size: small;
  /*top:-5px;*/
  z-index: 200;
  text-decoration: none;
}
a.tooltip span {
  visibility: visible;
  background: #ffffff;
  border: 1px solid #cccccc;
  color: #6c6c6c;
  text-decoration: none;
  position: relative;
  left: 220px;
  bottom: 20px;
}

.remnant {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 85%;
  font-weight: normal;
  display: block;
}

#gallery a:hover span {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #c3e1d2;
  border: none;
  cursor: pointer;
  text-align: center;
  list-style-type: none;
}

#gallery a .large {
  /* vertical placement of gallery text */
  border: none;
  display: block;
  position: inherit;
  width: 0;
  height: 0px;
  list-style-type: none;
}

#gallery a.at:hover .large {
  /* controls the t hover img */

  display: block;
  position: fixed;
  top: 27%;
  left: 80%;
  width: 144px;
  height: 230px;
  z-index: 900;
  border: none;
}

p.heading a:link {
  color: #fff8dc;
  text-decoration: none;
  background-color: transparent;
  outline: none;
}
p.heading a:hover {
  color: #fff8dc;
  text-decoration: none;
  background-color: transparent;
  outline: none;
}
p.heading a:visited {
  color: #fff8dc;
  text-decoration: none;
  background-color: transparent;
  outline: none;
}

#gallery .heading {
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  color: #fff8dc;
  background-color: transparent;
  /*position: relative;*/
  display: block;
  font-size: 20px;
  line-height: 25px;
  margin-left: 10px;
  /*	top: -55px;	*/
  /*	width: 411px;*/
  font-size: 150%;
  width: 75%;
  float: left;
}

#gallery .pnumbers {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-size: 75%;
  font-weight: lighter;
}

legend {
  font-weight: bold;
}

legend.carthd {
  padding: 2px;
  border: thin solid #663300;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background-color: #f0eee7;
  margin-top: 10px;
}

legend.carthd1 {
  border: thin solid #663300;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  background-color: #c3e1d2;
  margin-top: 20px;
}

.namelabel {
  font-size: 12px;
  font-weight: bold;
  color: #000;
}

input {
  background-color: #f0eee7;
  font-size: 15px;
  border: 1px solid #000000;
  outline: none;
  cursor: auto;
}

label {
  margin-left: 2px;
}

div#paw a {
  display: inline;
  /* paw background */
  text-decoration: none;
  line-height: 10px;
}

div#paw a:hover {
  background: transparent; /* pop up background */
  visibility: hidden;
}
div#paw a span {
  display: none;
}

div#paw a:hover span {
  /* text distance from img*/
  display: inline;
  position: relative;
  visibility: visible;
  color: #2d2815;
  font-family: "Comic Sans MS";
  font-size: medium;
  font-weight: 500;
  top: -100px;
  left: 20px;
}

/* text shape position*/
div#paw2 {
  background-color: transparent; /* paw background */
  outline: none;
  display: block;
  position: fixed;
  left: 15px;
  top: 70px;
  width: 230px;
  z-index: 50;
}

div#paw2 a {
  display: inline; /* paw background */
  text-decoration: none;
  line-height: 10px;
}

div#paw2 a:hover {
  background: transparent; /* pop up background */
  visibility: hidden;
}
div#paw2 a span {
  display: none;
}

div#paw2 a:hover span {
  /* text distance from img*/
  display: inline; /* inline*/
  position: relative; /* relative*/
  visibility: visible;
  color: #2d2815;
  font-family: "Comic Sans MS";
  font-size: medium;
  font-weight: 500;
  top: -50px;
  padding-right: 100px;
  text-decoration: none;
  letter-spacing: 1px;
}

#navlist {
  padding: 0;
  margin: 0;
}

#navlist li {
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  /*	display: inline;*/
  list-style-type: none;
  padding-right: 3px;
  color: #996633;
  text-align: center;
  padding-left: 20px;
}

#navlist a:link {
  color: #b22222;
  text-decoration: none;
  background-color: transparent;
  outline: none;
}
#navlist a:hover {
  color: #b22222;
  text-decoration: none;
  background-color: #c3e1d2;
  outline: none;
  font-size: 13px;
}
#navlist a:visited {
  color: #b22222;
  text-decoration: none;
  background-color: transparent;
  outline: none;
}
#navlist a:active {
  color: #b22222;
  text-decoration: none;
  background-color: transparent;
}

.toparrows {
  /*position: relative;*/
  text-decoration: none;
  list-style-type: none;
  /*left:43%;margin:-8%;padding-bottom:30px;*/
  float: right;
  margin-right: 40px;
  padding-top: 15px;
  padding-bottom: 20px;
}
.toparrows a:link {
  color: #fff8dc;
  text-decoration: none;
  background-color: transparent;
}
.toparrows a:hover span {
  color: #b22222;
  text-decoration: none;
  background-color: #c3e1d2;
}
.toparrows a:visited {
  color: #fff8dc;
  text-decoration: none;
  background-color: transparent;
}

#insidebox {
  padding-top: 20px;
  border: thin solid #000000;
  /*
	top: -120px;
	left: 65px;
	position: relative;
	*/
  /*display: block;*/
  background-color: #c3e1d2;
  width: 661px;
  margin: 10px auto 0 auto;
  /*height: 100%;*/
  border-spacing: 5px; /* v space between boxes */
}

#photo {
  margin-left: 20px;
  font-weight: 600;
}

#pic {
  background-color: transparent;
  left: 60px;
  position: relative;
  top: 5px;
  margin-bottom: 30px;
  width: 135px;
}

#pic a .large {
  border: 0px;
  display: block;
  height: 1px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 1px;
}
#pic a img {
  border: 0;
}
#pic a.p1,
#pic a.p1:visited {
  background: transparent;
  border: 1px solid #000000;
  display: block;
  height: 32px;
  left: 0;
  text-decoration: none;
  top: 0;
  width: 45px;
}

#pic a.p1:hover {
  background-color: transparent;
  color: #000000;
  text-decoration: none;
}

#pic a.p1:hover .large {
  border: 1px solid #000000;
  display: block;
  height: 128px;
  left: 178px;
  position: absolute;
  top: -20px;
  width: 178px;
}

.setup {
  margin-left: 70px;
}

#pic2 {
  background-color: transparent;
  left: 60px;
  position: relative;
  top: 5px;
  margin-bottom: 30px;
  width: 135px;
}

#pic2 a .large {
  border: 0px;
  display: block;
  height: 1px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 1px;
}

#pic2 a img {
  border: 0;
}

#pic2 a.p1,
#pic2 a.p1:visited {
  background: transparent;
  border: 1px solid #000000;
  display: block;
  height: 32px;
  left: 0;
  text-decoration: none;
  top: 0;
  width: 45px;
}

#pic2 a.p1:hover {
  background-color: transparent;
  color: #000000;
  text-decoration: none;
}

#pic2 a.p1:hover .large {
  border: 1px solid #000000;
  display: block;
  height: 128px;
  left: 178px;
  position: absolute;
  top: -50px;
  width: 178px;
}

#pic3 {
  background-color: transparent;
  left: 60px;
  position: relative;
  top: 5px;
  margin-bottom: 30px;
  width: 135px;
}

#pic3 a .large {
  border: 0px;
  display: block;
  height: 1px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 1px;
}

#pic3 a img {
  border: 0;
}

#pic3 a.p1,
#pic3 a.p1:visited {
  background: transparent;
  border: 1px solid #000000;
  display: block;
  height: 32px;
  left: 0;
  text-decoration: none;
  top: 0;
  width: 45px;
}

#pic3 a.p1:hover {
  background-color: transparent;
  color: #000000;
  text-decoration: none;
}

#pic3 a.p1:hover .large {
  border: 1px solid #000000;
  display: block;
  height: 128px;
  left: 178px;
  position: absolute;
  top: -50px;
  width: 178px;
}

#pic4 {
  background-color: transparent;
  left: 60px;
  position: relative;
  top: 5px;
  margin-bottom: 30px;
  width: 135px;
}

#pic4 a .large {
  border: 0px;
  display: block;
  height: 1px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 1px;
}

#pic4 a img {
  border: 0;
}

#pic4 a.p1,
#pic4 a.p1:visited {
  background: transparent;
  border: 1px solid #000000;
  display: block;
  height: 32px;
  left: 0;
  text-decoration: none;
  top: 0;
  width: 45px;
}

#pic4 a.p1:hover {
  background-color: transparent;
  color: #000000;
  text-decoration: none;
}

#pic4 a.p1:hover .large {
  border: 1px solid #000000;
  display: block;
  height: 128px;
  left: 178px;
  position: absolute;
  top: -50px;
  width: 178px;
}

#pic5 {
  background-color: transparent;
  left: 60px;
  position: relative;
  top: 5px;
  margin-bottom: 50px;
  width: 135px;
}

#pic5 a .large {
  border: 0px;
  display: block;
  height: 1px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 1px;
}

#pic5 a img {
  border: 0;
}

#pic5 a.p1,
#pic5 a.p1:visited {
  background: transparent;
  border: 1px solid #000000;
  display: block;
  height: 32px;
  left: 0;
  text-decoration: none;
  top: 0;
  width: 45px;
}

#pic5 a.p1:hover {
  background-color: transparent;
  color: #000000;
  text-decoration: none;
}

#pic5 a.p1:hover .large {
  border: 1px solid #000000;
  display: block;
  height: 128px;
  left: 232px;
  position: absolute;
  top: -50px;
  width: 178px;
}

.heading {
  top: 15px;
}
.toparrows {
  top: 70px;
}
.style4 {
  width: 165px;
}
.remnant4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 130%;
  font-weight: bold;
  position: relative;
  display: block;
  color: #b22222;
  text-align: center;
}
a:hover {
  background: #c3e1d2;
  text-decoration: none;
} /*BG color is a must for IE6*/
a.tooltip span {
  display: none;
  padding: 5px 3px;
  margin-left: 8px;
  width: 100px;
  font-size: small;
  top: -30px;
  z-index: 200;
}
a.tooltip:hover span {
  display: inline;
  position: absolute;
  background: #c3e1d2;
  border: 1px solid #cccccc;
  color: #000;
}

#insidebox {
  padding-top: 20px;
  border: thin solid #000000;
  /*
	top: -120px;
	left: 65px;
	position: relative;
	*/
  /*display: block;*/
  background-color: #c3e1d2;
  width: 661px;
  margin: 10px auto 0 auto;
  /*height: 100%;*/
  border-spacing: 5px; /* v space between boxes */
}

.remnant {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
  font-weight: normal;
  position: relative;
  display: block;
  color: #b22222;
}

#formbox {
  background-color: #f0eee7;
  /*margin: 150px 50px auto 50px;*/
  border-color: #9d5c35;
  border-style: none solid solid solid;
  background-image: url("images/nav_buttons/gallery/boxtop800.gif");
  background-repeat: no-repeat;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  width: 700px;
  margin: 0 auto;
  clear: both;
  z-index: 100;
  list-style-type: none;
  list-style-image: none;
  /*padding-top:80px;*/
  /*
	display:inline-block;
	position:relative;
	*/
  padding-top: 20px;
  padding-bottom: 10px;
}

#formbox a.at {
  /*position:relative;*/
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  text-align: center;
  margin: 0 20px 0 20px; /* h space betwixt imgs */
  width: 75px; /* 75 =5 to a line */
  /*height:130px; */ /* v space betwixt imgs */
  background-color: transparent;
}

#formbox a:hover span {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #c3e1d2;
  border: none;
  cursor: pointer;
  text-align: center;
  list-style-type: none;
}

#formbox a .large {
  /* vertical placement of gallery text */
  border: none;
  display: block;
  position: inherit;
  width: 0;
  height: 0px;
  list-style-type: none;
}

#formbox a.at:hover .large {
  /* controls the t hover img */

  display: block;
  position: fixed;
  top: 27%;
  left: 80%;
  width: 544px;
  height: 230px;
  z-index: 500;
  border: none;
}

#formbox .heading {
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  color: #fff8dc;
  background-color: transparent;
  /*position: relative;*/
  display: block;
  font-size: 20px;
  line-height: 20px;
  margin-left: 10px;
  /*	top: -55px;	*/
  /*	width: 411px;*/
  font-size: 150%;
  width: 75%;
  float: left;
}

#formbox .pnumbers {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-size: 75%;
  font-weight: lighter;
}

fieldset {
  border: 0;
}

a:link {
  text-decoration: none;
  color: #b22222;
}
a:visited {
  text-decoration: none;
  color: #b22222;
}
a:hover {
  text-decoration: none;
  color: #cc0000;
}
a:active {
  text-decoration: none;
}

#pic6 {
  background-color: transparent;
  left: 60px;
  position: relative;
  top: 5px;
  margin-bottom: 30px;
  width: 135px;
}

#pic6 a .large {
  border: 0px;
  display: block;
  height: 1px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 1px;
}

#pic6 a img {
  border: 0;
}

#pic6 a.p1,
#pic5 a.p1:visited {
  background: transparent;
  border: 1px solid #000000;
  display: block;
  height: 32px;
  left: 0;
  text-decoration: none;
  top: 0;
  width: 45px;
}

#pic6 a.p1:hover {
  background-color: transparent;
  color: #000000;
  text-decoration: none;
}

#pic6 a.p1:hover .large {
  border: 1px solid #000000;
  display: block;
  height: 128px;
  left: 278px;
  position: absolute;
  top: -60px;
  width: 178px;
}

.boxalign {
  text-align: left;
  margin-left: 20px;
}

.indent {
  text-align: left;
  margin-left: 40px;
  color: #0046d8;
}

.indentblk {
  text-align: left;
  margin-left: 20px;
  color: #000;
}

input .radio {
  display: inline;
  position: relative;
}

.nextbottom {
  float: right;
  margin: 0 30px 20px 0;
  text-decoration: none;
  color: #b22222;
}
.nextbottom a:link {
  color: #b22222;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
}
.nextbottom a:visited {
  color: #b22222;
  text-decoration: none;
  background-color: transparent;
}
.nextbottom a:hover span {
  color: #b22222;
  text-decoration: none;
  background-color: #c3e1d2;
  cursor: pointer;
}
.nextbottom a:active {
  color: #b22222;
  text-decoration: none;
  background-color: transparent;
}

.message1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  font-weight: bold;
  color: #996633;
  /*top: 99%;
	left:1%;
	position:relative;
	cursor: text;
	clear:both;
    padding-top:75px;
    display:block;*/
}
.message1 a:link {
  color: #996633;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  cursor: text;
}
.message1 a:visited {
  color: #996633;
  text-decoration: none;
  background-color: transparent;
  cursor: text;
}
.message1 a:hover {
  color: #996633;
  text-decoration: none;
  background-color: transparent;
  cursor: text;
}
.message1 a:active {
  color: #996633;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  cursor: text;
}

.refer {
  border-style: none;
  background-color: transparent;
  z-index: 300;
  width: 100px;
  margin-left: 0;
  margin-bottom: 0;
  position: relative;
  left: -49px;
  top: 40px;
}

.refer a:hover {
  border-style: none;
  background-color: transparent;
}

* {
  /* for the footer push */
  margin: 0;
}

#footer,
.push {
  height: 55px;
}

#footer {
  height: 30px;
  clear: both;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  font-weight: normal;
  display: block;
  padding-top: 25px;
  /*
	position: relative;
	left:-5%
	*/
}

#footer span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: medium;
  font-weight: bold;
  background-color: transparent;
}

#footer a:link {
  color: #b22222;
  text-decoration: none;
  background-color: transparent;
}
#footer a:visited {
  color: #b22222;
  text-decoration: none;
  background-color: transparent;
}
#footer a:hover {
  color: #fff8dc;
  text-decoration: none;
  background-color: transparent;
}
#footer a:active {
  color: #b22222;
  text-decoration: none;
  background-color: transparent;
}

.heading {
  top: 15px;
}
.toparrows {
  top: 70px;
}
.style4 {
  width: 165px;
}
.remnant4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 130%;
  font-weight: bold;
  position: relative;
  display: block;
  color: #b22222;
  text-align: center;
}
a:hover {
  background: #c3e1d2;
  text-decoration: none;
} /*BG color is a must for IE6*/
a.tooltip span {
  display: none;
  padding: 5px 3px;
  margin-left: 8px;
  width: 100px;
  font-size: small;
  top: -30px;
  z-index: 200;
}
a.tooltip:hover span {
  display: inline;
  position: absolute;
  background: #c3e1d2;
  border: 1px solid #cccccc;
  color: #000;
}

#insidebox {
  padding-top: 20px;
  border: thin solid #000000;
  /*
	top: -120px;
	left: 65px;
	position: relative;
	*/
  /*display: block;*/
  background-color: #c3e1d2;
  width: 661px;
  margin: 10px auto 0 auto;
  /*height: 100%;*/
  border-spacing: 5px; /* v space between boxes */
}

.borderbox {
  border: thin solid #000000;
  width: 600px;
  margin-left: 10px;
}

#formbox {
  background-color: #f0eee7;
  /*margin: 150px 50px auto 50px;*/
  border-color: #9d5c35;
  border-style: none solid solid solid;
  background-image: url("images/nav_buttons/gallery/boxtop800.gif");
  background-repeat: no-repeat;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  width: 700px;
  margin: 0 auto;
  clear: both;
  z-index: 100;
  list-style-type: none;
  list-style-image: none;
  /*padding-top:80px;*/
  /*
	display:inline-block;
	position:relative;
	*/
  padding-top: 20px;
  padding-bottom: 10px;
}

#formbox a.at {
  /*position:relative;*/
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  text-align: center;
  margin: 0 20px 0 20px; /* h space betwixt imgs */
  width: 75px; /* 75 =5 to a line */
  /*height:130px; */ /* v space betwixt imgs */
  background-color: transparent;
}

#formbox a:hover span {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #c3e1d2;
  border: none;
  cursor: pointer;
  text-align: center;
  list-style-type: none;
}

#formbox a .large {
  /* vertical placement of gallery text */
  border: none;
  display: block;
  position: inherit;
  width: 0;
  height: 0px;
  list-style-type: none;
}

#formbox a.at:hover .large {
  /* controls the t hover img */

  display: block;
  position: fixed;
  top: 27%;
  left: 80%;
  width: 144px;
  height: 230px;
  z-index: 500;
  border: none;
}

#formbox .heading {
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  color: #fff8dc;
  background-color: transparent;
  /*position: relative;*/
  display: block;
  font-size: 20px;
  line-height: 20px;
  margin-left: 10px;
  /*	top: -55px;	*/
  /*	width: 411px;*/
  font-size: 150%;
  width: 75%;
  float: left;
}

#formbox .pnumbers {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-size: 75%;
  font-weight: lighter;
}

a:link {
  text-decoration: none;
  color: #b22222;
}
a:visited {
  text-decoration: none;
  color: #b22222;
}
a:hover {
  text-decoration: none;
  color: #cc0000;
}
a:active {
  text-decoration: none;
}

.hrsub {
  border-color: #cee8d9;
  width: 40%;
  text-align: center;
  text-indent: 10%;
  position: relative;
}

.hrmain {
  border-style: double;
  border-color: #000;
  width: 80%;
  text-align: center;
  left: 7%;
  position: relative;
}
