/* CSS Document */

/* -------------------------------------------------------------------------- 
 * body
 * -------------------------------------------------------------------------- */

body {
  padding: 0;
  margin: 0;
  text-align: center;
  /* background: #ffffff url('images/mhcc-bgbody.jpg') top repeat-x; */
  background-color: #000000;
  border: 0px solid #ff6666;
  }
  
body, td, li, p {
  font: 11pt Verdana, Arial, Helvetica, sans-serif;
  color: #cccccc;
  }

/* -------------------------------------------------------------------------- 
 * anchors
 * -------------------------------------------------------------------------- */

a {
  color: #6666ff;
  text-decoration: none;
  }
a:link { 
  text-decoration: none;
  }
a:active { 
  text-decoration: none;
  }
a:visited { 
  text-decoration: none;
  }
a:hover { 
  text-decoration: none; /*
  background-color: #00a8d3;
  color: #ffffff; */
  }
  
a.external_link {
  background: url("images/offsite-link.png") no-repeat scroll right top transparent;
  padding-right: 10px;
  }

a.pdf_link {
    background-image: url(images/pdficon_small.png);
    background-repeat: no-repeat;
    padding-left: 22px;
  }
  
a.contact_link, a.email_link {
  background: url("images/email-icon.png") no-repeat scroll right top transparent;
  padding-right: 13px;
  }
  
  
div#textArea a:hover, div#footer a:hover  {
  text-decoration: underline;
  /*
  background-color: #ff0000;
  color: #ffffff;
  */
  }

/* -------------------------------------------------------------------------- 
 * main
 * -------------------------------------------------------------------------- */

div#main {
  -moz-box-sizing: border-box;
  display: block;
  width: 960px;
  padding: 0;
  margin: 0 auto;
  border: 0px solid #000000;
  border-top: 0;
  border-bottom: 0;
  }

/* -------------------------------------------------------------------------- 
 * header
 * -------------------------------------------------------------------------- */

div#header {
  -moz-box-sizing: border-box;
  display: block;
  border: 0px solid #ff0000;
  margin: 0;
  padding: 0;
  height: 120px;
  }
  
div#header {
  background-image: url('images/jki-header.jpg');
  }

div#header h1, div#header h2 {
  margin: 0;
  padding: 0;
  }
  
div#header h1 {
  padding-top: 15px;
  }
  
div#header h2 {
  padding-top: 5px;
  }
  
div#header img {
  border: 0px solid #ff9999;
  }

/* -------------------------------------------------------------------------- 
 * prtHeader
 * -------------------------------------------------------------------------- */

div#prtHeader {
  -moz-box-sizing: border-box;
  padding-left: 0;
  display: none;
  border: 0px solid #000000;
  }
div#prtHeader  h2, div#prtHeader  h3 {
  font-family: "Times New Roman", Garamond, Times, serif;
  }
div#prtHeader  h2 {
  font-size: 20pt;
  margin-top: 0;
  margin-bottom: 0;
  }
div#prtHeader  h3 {
  font-size: 18pt;
  margin-top: 0;
  }
div#prtHeader .accentLine {
  height: 5px;
  width: 513px;
  }

/* -------------------------------------------------------------------------- 
 * URLheader
 * -------------------------------------------------------------------------- */

div#URLheader {
  -moz-box-sizing: border-box;
  display: block;
  text-align: right;
  margin: 0;
  padding-right: 1em;
  padding-left: 1em;
  color: #666666;
  font-size: 10pt;
  border: 0px solid #ffff00;
  }

div#URLheader img {
  margin: 0;
  padding: 0;
  display: block;
  text-align: right;
  border: 0px solid #ff00ff;
  }
div#URLheader a {
  color: #666666;
  }
div#URLheader span.phoneNumber {
  float: left;
  font-variant: small-caps;
  }

/* -------------------------------------------------------------------------- 
 * content
 * -------------------------------------------------------------------------- */

div#content {
  -moz-box-sizing: border-box;
  display: block;
  border: 0px solid #00ff00;
  margin-top: 0;
  padding-top: 0.5em;
  padding-bottom: 0.25em;
  background: #000000;
  }
  
/* -------------------------------------------------------------------------- 
 * menuArea
 * -------------------------------------------------------------------------- */

div#menuArea {
  -moz-box-sizing: border-box;
  margin-top: 0;
  float: left; 
  width: 150px; 
  padding-left: 1em;
  border: 0px solid #ff6666;
  }

/* -------------------------------------------------------------------------- 
 * textArea
 * -------------------------------------------------------------------------- */

div#textArea {
  -moz-box-sizing: border-box;
  display: block; 
  width: 760px;
  margin-top: 0;
  /* margin-right: 1em; */
  margin-bottom: 0;
  margin-left: 160px; 
  padding: 0;
  border: 0px solid #999999;
  text-align: left;
  }

div#textArea h1, div#textArea h2, div#textArea h3 {
  color: #cccccc;
  }
  
.firstTitle {
  margin-top: 1em;
  font-variant: small-caps;
  }	
  
/* -------------------------------------------------------------------------- 
 * footer
 * -------------------------------------------------------------------------- */

div#footer {
  -moz-box-sizing: border-box;
  display: block;
  clear: both;
  font-size: 10pt;
  text-align:center;
  margin-top: 0.5em;
  padding-bottom: 0.5em;
  }

/* -------------------------------------------------------------------------- 
 * footerAddress
 * -------------------------------------------------------------------------- */
 
div#footerAddress {
  font-variant: small-caps;
  color: #333333;
  }

/* -------------------------------------------------------------------------- 
 * table#menu
 * -------------------------------------------------------------------------- */

table#menu {
  -moz-box-sizing: border-box;
	/*
	width: 127px;
	*/
  }
table#menu td {
  -moz-box-sizing: border-box;
  font-family: "Comic Sans MS", cursive;
  font-size: 20pt;
  color: #ff0000;
  text-align: center;
  padding: 0.1em 0.5em 0.1em 0.5em;
  border: 0px solid #333333;
  }
table#menu td:hover, table#menu td.sfhover { /*
  color: #6666ff; */
  background: none !important;
  }
table#menu td.menuBreak {
  background: none !important;
  border: 0;
  }
table#menu a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  color: #6666ff; /*
  font-size: 10pt; */
  font-weight: normal;
  text-decoration: none;
  }
table#menu a:hover {
  display: block;
  background: none !important;
  color: #c0c0c0;
  }
  
.optionArrow {
  width: 14px;
  margin-left: 3px;
  font-size: 0.75em;
  color: #cccccc;
  background: #000000 url('images/arrow-right.png') center no-repeat;
  display: none;
  }
a:hover .optionArrow {
  display: inline;
  }

table#menu a.URHere {
  display: block; /*
  background-color: #00a8d3; */
  font-weight: bold;
  color: #cccccc; 
  text-decoration:none; 
  }
table#menu td.URHere { /*
  background-color: #00a8d3; */
  }
table#menu a.URHere:hover {
  display: block;
  }

div#buttons {
  text-align: center;
  }

/* -------------------------------------------------------------------------- 
 * classes
 * -------------------------------------------------------------------------- */

.defaultHeight {
  height: 350px;
  }
.defaultHeight div#main {
  border-bottom: 1px solid #000000;
  }
.centerTable {
  text-align:center;
  }

.centerTable table {
  margin: 0 auto;
	}
	
.fieldsTable {
  font-family: "Courier New";
  font-size: 10pt;
  color: #333333;
  }

.topQuotation {
  font-size: 10pt;
  margin-top: 0;
  margin-left: 2em;
  margin-right: 2em;
  }

.topParagraph { 
  margin-top: 0;
  }
.topOfPageLink {
  font-size: 0.8em;
  }
a.topOfPageLink  {
  background: url("images/arrow_px_up.png") no-repeat scroll left transparent;
  padding-left: 12px;
  }
.imgSpace {
  font-family: Courier monospace, "Courier New";
  font-size: 8pt;
  color: #696969;
  margin-bottom: 1em;
  }
.imgSpace img {
  border: 1px solid #000000;
  }
.imgDescription {
  font-family: Arial, sans-serif;
  font-size: 10pt;
  color: #000000;
  }
.imgRight {
  float: right;
  margin: 0;
  margin-left: 0.5em;
  }
.imgLeft {
  float: left;
  margin: 0;
  margin-right: 1em;
  }
.imgRightPortrait {
  float: right;
  height: 207px;
  width: 150px;
  margin: 0.5em;
  background-image: url(images/7x5shadow.gif);
  }
.imgRightLandscape {
  float: right;
  height: 150px;
  width: 207px;
  margin: 0.5em;
  background-image: url(images/5x7shadow.gif);
  }

.nBR {
  white-space: nowrap;
  }

.hideThis, tr.muncher {
  display: none;
  }
.onlyPrint {
  display: none;
  }
  
.mcName {
  font-variant: small-caps;
}

/* -------------------------------------------------------------------------- 
 * MyFirstWebPage.net specific style specifications
 * Leave this section at the end
 * -------------------------------------------------------------------------- */

.MFWPNlogo {
  font-family: 'courier new';  
  font-weight: bold; 
  }
a.MFWPNlogo {
  text-decoration: none;
  }
a:link.MFWPNlogo { 
  }
a:active.MFWPNlogo { 
  }
a:visited.MFWPNlogo { 
  }
a:hover.MFWPNlogo { 
  background: none !important;
  text-decoration: underline !important;
  }