/* bright blue: #00a0e3; */

html {
  background: #060606;
}

div.outer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 400px;
  text-align: center;
}

div.header_outer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 160px;
  background-image: url('../graphics/header_background_4.png');
  text-align: center;
}

div.header_inner {
  position: relative;
  left: 0px;
  top: 0px;
  width: 1000px;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../graphics/header_background_inner_19.png');
}

div.container {
  position: relative;
  left: 0px;
  top: 210px;
  width: 1000px;
  max-width: 90%;
  height: 640px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  background: #111;
  border-left: 1px solid #222;
  border-right: 1px solid #222;
  //background-image: url('../graphics/page_background_15.png');
  //background-repeat: no-repeat;
}

div.logo {
  width: 400px;
  height: 120px;
  background-image: url('../graphics/mj_logo_header_3.png');
  background-size: 100%;
  background-repeat: no-repeat;
}

div.phone {
  position: absolute;
  left: 530px;
  top: 20px;
  width: 280px;
  font-family: arial, verdana, tahoma;
  color: #fa0; //#0094ca;
  font-size: 22px;
  text-align: right;
}

div.email {
  position: absolute;
  left: 530px;
  top: 46px;
  width: 280px;
  font-family: arial, verdana, tahoma;
  color: #fa0; //#0094ca;
  font-size: 17px;
  text-align: right;
}

div.menu_main_outer {
  position: absolute;
  left: 0px;
  top: 160px;
  width: 100%;
  height: 48px;
  border-top: 1px solid #999; //#248;
  border-bottom: 1px solid #999; //#248;
  background: #333; //#fa0; //#0094ca;
//  background-image: url('../graphics/menu_background.png');
  text-align: center;
}

div.menu_main_inner {
  position: relative;
  left: 0px;
  top: 0px;
  width: 1000px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  user-select: none;
}

table.menu_main {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-spacing: 0;
  user-select: none;
}

td.menu_main {
  width: 20%;
  height: 100%;
  border-left: 1px solid #aaa; //#468;
  //border-right: 1px solid #aaa; //#468;
  font-family: arial, verdana, tahoma;
  color: #fa0;
  font-size: 17px;
  text-align: center;
  user-select: none;
  background: #000; //#fb2; //#10a4da;
  cursor: hand; cursor: pointer;
}

td.menu_main:hover {
  background: #fa0; //#0bf;
  color: #222;
}

td.menu_main_selected {
  width: 20%;
  height: 100%;
  border-left: 1px solid #aaa;
  //border-right: 1px solid #468;
  font-family: arial, verdana, tahoma;
  color: #000;
  font-size: 17px;
  text-align: center;
  user-select: none;
  background: #fa0;
  cursor: hand; cursor: pointer;

}

div.page_text {
  position: absolute;
  left: 100px;
  top: 0px;
  width: 800px;
  font-family: arial, verdana, tahoma;
  font-size: 16px;
  color: #fa0;
  text-align: justify;
  border: 0px solid #F00;
}

div.page_heading {
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
}

div.page_image {
  position: absolute;
  left: 800px;
  top: 360px;
}

div.footer_outer {
  position: absolute;
  left: 0px;
  top: 820px;
  width: 100%;
  height: 120px;
  border-top: 1px solid #999; //#248;
  border-bottom: 1px solid #999; //#248;
  background: #333; //#fa0; //#0094ca;
  text-align: center;
}

div.footer_beneath {
  position: absolute;
  left: 0px;
  top: 970px;
  width: 100%;
  height: 60px;
  background-image: url('../graphics/footer_beneath_background.png');
  text-align: center;
}

div.footer_inner {
  position: relative;
  left: 0px;
  top: 0px;
  width: 1000px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
 // background: #0094ca;
}

div.footer_content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  font-family: arial, verdana, tahoma;
  font-size: 12px;
  color: #fa0; //#444; //#8cf;
  text-align: center;
}
div.footer_content_top {
  font-size: 24px;
  line-height: 44px;
  color: #fa0; //#444; //#fff;
}

div.affiliate_links {
  position: absolute;
  left: 780px;
  top: 10px;
  width: 220px;
  height: 80px;
  font-family: arial, verdana, tahoma;
  font-size: 12px;
  color: #fa0;
  text-align: center;
}

/*
td.contact_left {
  width: 25%;
  text-align: right;
}

td.contact_right {
  width: 75%;
  text-align: left;
}

div.contact_submitted {
  position: absolute;
  left: 400px;
  top: 180px;
  width: 200px;
  font-family: verdana, arial, tahoma;
  font-size: 10px;
  line-height: 12px;
  color: #080;
  text-align: center;
  padding: 8px;
  border: 1px solid #080;
}

div.contact_error {
  position: absolute;
  left: 400px;
  top: 180px;
  width: 200px;
  font-family: verdana, arial, tahoma;
  font-size: 10px;
  line-height: 12px;
  color: #F00;
  text-align: center;
  padding: 8px;
  border: 1px solid #F00;
}
*/

p {
  display: inline;
}

input.contact {
  width: 80%;
  font-family: verdana, arial, tahoma;
  font-size: 16px;
  color: #555;
}

textarea.contact {
  width: 80%;
  height: 7em;
  font-family: verdana, arial, tahoma;
  font-size: 16px;
  color: #555;
}

div.contact_sent {
  position: absolute;
  left: 320px;
  top: 50px;
  width: 360px;
  height: 160px;
  border: 2px solid #248;
  border-radius: 12px;
  background: #10a4da;
  font-family: verdana, arial, tahoma;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

/*
a:link {color: #013E26; text-decoration: underline;}
a:visited {color: #013E26; text-decoration: underline;}
a:hover {color: #6FCD78; text-decoration: underline;}
a:active {color: #013E26; text-decoration: underline;}
*/

a:link {color: #fa0; text-decoration: none;}
a:visited {color: #fa0; text-decoration: none;}
a:hover {color: #fc4; text-decoration: underline;}
a:active {color: #fa0; text-decoration: none;}

a.download:link {color: #fa0; text-decoration: none;}
a.download:visited {color: #fa0; text-decoration: none;}
a.download:hover {color: #fc4; text-decoration: underline;}
a.download:active {color: #fa0; text-decoration: none;}

a.footer:link {color: #fa0; text-decoration: none;}
a.footer:visited {color: #fa0; text-decoration: none;}
a.footer:hover {color: #fc4; text-decoration: underline;}
a.footer:active {color: #fa0; text-decoration: none;}

a.mail_link:link {color: #888; text-decoration: underline;}
a.mail_link:visited {color: #888; text-decoration: underline;}
a.mail_link:hover {color: #555; text-decoration: underline;}
a.mail_link:active {color: #888; text-decoration: underline;}
