/*-----------------------------------------*/
body, html, td, th, ol, ul, li, p {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
body  {
	background-color: #fff;
	font-size: 1em; /* for compliant browsers */
}
html>body { /* be nice to Opera */
	font-size: 1em;
}

a img {
	border: none;
}

object {
	margin: 0;
	padding: 0;
	border: none;
}

.hide {
	display: none;
}

#pageframe {
	display: block;
	background-color: #000;
	color: #333;
	width: 100%;
	text-align: left;
	font-size: 0;
	position: relative;
	margin: 0 auto; 
	padding: 0;
}

#pageheader {
	width: inherit;
	height: 100px;
	margin: 0px;
	display: inline-block;
	background-image: url(images/headerbg.jpg);
	background-position: top left;
	padding: 0; 
	position: relative;
}

#headerblk1 {
	width: 187px;
	height: 100px;
}

div.logolink {
	width: 187px;
	height: 100px;
	background-image: url(images/gearlogo.jpg);
	background-repeat:no-repeat;
	display: inline-block;
	position: static;
}

a.invisilink:link, a.invisilink:visited {
	text-decoration: none;
	display: inline-block;
	color: #e5e5e5;
}

a.invisilink:hover, a.invisilink:active {
	text-decoration: underline;
	display: inline-block;
	color: #e5e5e5;
}

.hdrTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2rem;
	font-weight:bold;
	font-style: italic;
	color: #ffffb3;
	text-shadow: 0 1px 3px #000;
	position: absolute;
	top: 45px; 
	right: 10px;
}

.hdrInfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1rem;
	font-weight: bold;
	color: #e5e5e5;
	text-shadow: 0 1px 3px #000;
	position: absolute;
	bottom: 5px; 
	right: 10px;
}

div.flist {
	padding-top: 10px;
	border-top: 1px solid #68a;
	position: relative;
}

div.flist img {
	clear: right;
	float: right;
	margin-left: 10px;
	margin-bottom: 15px;
	width: 240px;
	height: 180px;
	border-top: 3px solid #f1e9c6;
	border-left: 3px solid #dad3b4;
	border-right: 3px solid #9e9674;
	border-bottom: 3px solid #787258; 
}
div.flist a div.soldstamp {
	position: absolute;
	top: 0;
	right: 0px;
	width: 240px;
	height: 180px;
	
	background-image:  url(images/SoldOverlay240x180.png);
}
#mybody {
	background-color: #fff;
	width: 100%;
	/*background-image:url(images/navbg.gif);*/
	background-position:left top;
	background-repeat:repeat-y;
}

#mybody img {
	max-width: 100%;
}

#mycontent {
	width: 100%; 
	padding: 1rem; 
	box-sizing: border-box; 
}
 

#navbar {
	font-size: 0; 
	margin: 0px; 
	background-color: #bbaf97; 
	color: #fff;
	border: none;
	width: 100%;	/* this should be mycontent.margin-left minus twice its padding */
	text-align: left;
	height: auto;
	padding: 0;
	box-sizing: border-box;
}

#navbar p {
	display: block;
	color: #745e32; 
	line-height: 1.5em;
	list-style: none;
	padding: 4px 0px 0px 0px;
	margin: 0;
	border-bottom: solid 3px #700500;
}

#navbar ul {
	list-style: none;
	margin: 0;
	font-size: 0;
}

#navbar ul li {
	display: inline-block;
	position: static;
	width: 25%;
	margin: 0;
	font-size: 1.1rem;
	text-align: center;
	line-height: 2.5rem;
	box-sizing: border-box;
	white-space: nowrap;
}

#navbar ul li a:link, #navbar ul li a:visited {
	display: block;
	text-decoration: none;
	background-color: #eed;
	border-bottom: 2px #745e32 solid;
	padding: 0;
	color: #745e32;
	height: auto;
	margin: 0;
}

#navbar ul li a:hover, #navbar ul li a:active {
	color: #000;
	background-color: #ffffb3;
}


.clearboth {
	clear: both;
}

#footer {
	margin: 10px 0 0 0;
	clear:  both;
	height: 26px;
	padding: 0;
	background-color: #745e32;
	font-size: 0.7rem;
}

#footer p {
  margin: 0;
  padding: 0 0 0 10px;
  color: #fff;
  clear: left;
  text-align: left;
  font-weight: bold; 
  font-size: 0.85rem;
  line-height: 26px;
}

#footer .toe {
	line-height: 26px;
	height: 26px;
	display: block;
	color: #fff;
	font-weight: bold;
	text-align:right;
	float: right;
	margin-left: 5px;
}
#footer .toe a {
    font-size: 0.85rem;
	color: #fff;
}

#footer .toe a:link, #footer .toe a:visited {
	text-decoration: none;
	border: none;
}

#footer .toe a:hover, #footer .toe a:active {
	color: #ddf;
	text-decoration: underline;
	border: none;
}

#footer .toe a img {
	border: none;
}

.floatleft {
	float: left;
}


//--------------------------



strong {
	font-weight: bold;
}

h1 {
	font-size: 2.5rem;
    font-weight: bold;
	color:#ff9900;
	text-align: left;
	margin: 0 0 5px 0;
}

h2 {
	font-weight: bold;
	font-size: 1.6rem;
	color: #745e32;
	text-align: left;
	margin-bottom: 10px;
}

h3 {
	font-weight: bold;
	font-size: 1.33rem; 
	color: #745e32;
	text-align: left;
}

h4 {
	font-weight: bold;
	font-size: 1.15rem;
	color: #000;
	margin: 7px 0 3px 0;
	text-align: left;
}

h5 {
	font-weight: normal;
	font-style:italic;
	font-size: 1rem;
	color: #000;
	margin: 10px 0 5px 0;
	text-align: left;
}



p, td {
	font-size: 1rem;
	color: #000;
	margin-bottom: 5px;
	text-align: left;
}

ul.textlist {
	list-style: none;
}

ul.textlist ul {
	list-style: none;
	margin: 5px 0;
}

ul.textlist li {
	margin-left: 15px;
	line-height: 1.6em;
	padding-left: 12px;
	background-image: url(images/ul_bullet1.gif);
	background-position: 0 .45em;
	background-repeat: no-repeat;
}

ul.textlist li li {
	margin-left: 15px;
	line-height: 1.6em;
	padding-left: 12px;
	background-image: url(images/orangebullet1.gif);
	background-position: 0 .45em;
	background-repeat: no-repeat;
}

ul.textlist li li li {
	margin-left: 15px;
	line-height: 1.6em;
	padding-left: 12px;
	background-image: url(images/bluebullet2.gif);
	background-position: 0 .45em;
	background-repeat: no-repeat;
}


.picframe {
  float: right;
  width: 164px;
  height: 224px;
  margin-left: 20px;
  border-top: 3px solid #f1e9c6;
  border-left: 3px solid #dad3b4;
  border-right: 3px solid #9e9674;
  border-bottom: 3px solid #787258; 
}

.staffmember {
  border-top: 1px solid #68a;
  width: 98%;
  padding-top: 15px; 
}

.staffmember img {
  margin-left: 0px;
  border-bottom: 7px solid #f1e9c6;
  border-right: 7px solid #dad3b4;
  border-left: 7px solid #9e9674;
  border-top: 7px solid #787258; 
}

.staffmember h2 {
  margin-top: 0;
}

.staffmember h3 {
  clear: left;
  margin: 0 0 10px 0;
  max-width: 190px;
  width: 190px;
  float: left; 
}

.staffmember p {
}

.staffmember p.toppara:first-letter {
  font-size: 2em;
  font-weight: bold; 
}

.endcap {
  clear: both; 
}

.endcapright {
  clear: right; 
}


td,p  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}	


#navxtra p {
	display: block;
	color: #443; 
	line-height: 1.5em;
	list-style: none;
	border-bottom: none;
	padding: 4px 0px 0px 0px;
	margin: 0;
	font-size: 0.85rem;
}

#navxtra ul {
	list-style: none;
	border: none;
	margin: 0;
}

#navxtra ul li {
	color:#443;
	border-top: none;
	margin-left: 15px;
	border-bottom: none;
	line-height: 14px;
	display: block;
	font-size: 0.85rem;
	font-weight: normal;
}


table.datasheet {
	font-size: 0.85rem;
	background: #f8f8f8;
}
table.datasheet th {
	text-align: right;
	font-size: 0.85rem;
	padding: 5px 20px 5px 5px;
}

table.datasheet td {
	text-align: left;
	font-size: 0.85rem;
	padding: 5px 30px 5px 5px;
}

table.datasheet tr.even {
	background: #e0e0e0;
	bo
}
table.datasheet tr.even td {
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
}

table.datasheet tr.even th {
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
}


