﻿body {
    margin: 0;
    background-image: url(/Images/bgHeaderBlueGreen.png);
    background-size: 100% 160px;
    background-repeat: no-repeat;
}

#container {
    width: 970px;
    margin: 0 auto;
    /*border: 1px dotted silver;*/
}

#menu {
    float: left;
    width: 160px;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#maincontent {
    float: left;
    width: 640px;
    margin: 0px;
    padding: 0px;
    background-image: url(/Images/coName_BookmanOld.png);
    /*background-size: 640px 160px;*/
    background-repeat: no-repeat;
    background-color: #ffffff;
    font-family: 'Bell MT', Candara, Times, serif;
    font-size: 1.2em;
    /*border: 1px dashed orange;*/
}

#rightcolumn {
    float: left;
    width: 160px;
    margin: 0px;
    padding: 0px 5px;
    /*border: 1px dashed orange;*/
}

#imageFullWidth {
    clear: both;
    margin: 0 auto;
    text-align: center;
    color: #eeeeff;
    width: 970px;
    height: 320px;
    font-family: 'Californian FB', Candara, Times, serif;
    font-size: 1.0em;
}

#footer {
    clear: both;
    text-align: center;
    font-family: 'Nirmala UI', Tahoma, Verdana, 'Calibri Light', Arial, sans-serif;
    font-size: 0.8em;
    color: #eeeeff;
    height: 60px;
    width: 100%;
    margin-top: 5px;
    background-image: url(/Images/bgFooter.png);
    background-size: 100% 60px;
    background-repeat: no-repeat;
}

p.indentboth {
    padding: 4px 22px;
    text-align: left;
    font-family: Perpetua, 'Palatino Linotype', 'Times New Roman', serif;
    font-size: 1.2em;
    
}

p.productindent {
    padding: 4px 22px;
    text-align: left;
    font-family: Perpetua, 'Palatino Linotype', 'Times New Roman', serif;
    font-size: 1.0em;
    
}

#letterpaper {
    margin: 0px;
    padding: 32px 75px 20px 85px;
    height: 780px;
    width: auto;
    /*height: 780px;
    width: 524px;*/
    background-image: url(/Images/Welcome/PaperBlue4.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #ffffff;
    font-family: 'Garamond', 'Times New Roman', serif;
    font-size: 0.8em;
    /*border: 1px dashed orange;*/
}

p.indentletter {
    padding: 50px 80px;
    text-align: left;
    font-family: Times, serif;
    font-size: 1.0em;
    
}

p.pageHeader {
    padding: 0px 22px;
    font-family: 'Nirmala UI', Verdana, Tahoma, Arial, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
}

p.productNotes {
    padding: 0px 22px;
    font-family: 'Calibri Light', Verdana, Tahoma, Arial, sans-serif;
    font-size: 0.8em;
}

img.rpdot {
     width: 14px;
     vertical-align: middle;
}

nav.menu
{
    padding: 4px 0px 4px 8px;
}

nav.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

nav.menu ul li a, div.menu ul li a:visited
{
    background-color: #22448F;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

nav.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

nav.menu ul li a:active 
    {
        background-color: #465c71;
        color: #cfdbe6;
        text-decoration: none;
    }

a {
    text-decoration: none;
}

a.mainmenu {
    color: whitesmoke;
}
a.mainmenu:visited a.mainmenu:link {
    text-decoration: none;
    color: whitesmoke;
}
a.mainmenu:hover {
    color: whitesmoke;
}

#productMenu,
#productMenu ul,
#productMenu li,
#productMenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1.3;
  font-family: 'Calibri Light', 'Nirmala UI', Tahoma, sans-serif;
  font-size: 1.0em;
  position: relative;
}

/*top-level menu*/
#productMenu {
  width: 140px;
  margin: 10px;
}
#productMenu > ul > li > a {
  /*padding-right: 40px;*/
  font-size: 0.9em;
  font-weight: bold;
  display: block;
  /*background: #043F3F;*/
  color: black;
  border: 1px solid #f8f8f8;
  /*text-transform: uppercase;*/
  /*position: relative;*/
}
#productMenu > ul > li > a > span {
  /*background: #043F3F;*/
  padding: 0px 0px 0px 5px;
  display: block;
}
#productMenu > ul > li > a:hover {
  text-decoration: none;
  border: 1px solid #aaaaaa;
}
#productMenu > ul > li.active {
  border-bottom: none;
}
#productMenu > ul > li.active > a {
  color: #FFFFFF;
}
#productMenu > ul > li.active > a span {
  background: #01326C;
}

/*2nd-level-menu*/
#productMenu ul ul a {
  padding: 0px 0px 0px 16px;
  display: block;
  color: #01326C;
  font-size: 0.9em;
}
#productMenu ul ul a:hover {
  color: #048F8F;
  font-weight: 200;
}
/*#productMenu ul ul {
  display: none;
}*/
/*#productMenu ul ul li {
  border: 1px solid #e0e0e0;
  border-top: 0;
}*/
/*#productMenu ul ul li.odd {
  background: #f4f4f4;
}
#productMenu ul ul li.even {
  background: #fff;
}*/

/* Product carousel*/
#carousel {
    width:640px;
    height:200px;
    position:relative;
    clear:both;
    overflow:hidden;
    background:#FFF;
}
#carousel img {
    visibility:hidden; /* hide images until carousel can handle them */
    cursor:pointer; /* otherwise it's not as obvious items can be clicked */
    width:172px;
}

.split-left {
    width:200px;
    float:left;
}
.split-right {
    width:200px;
    float:left;
    margin-left:10px;
}
/*#callback-output {
    height:250px;
    overflow:scroll;
}
textarea#newoptions {
    width:430px;
}*/

/*table, td {
  border: 1px solid #888;
  position: relative;
  padding: 0px;
  margin: 0px;
}*/
table.specTable {
    /*width:500px;*/
    font-family: 'Calibri Light', Tahoma, Arial, sans-serif;
    font-size: 0.8em;
    margin-left: 20px;
    border: 1px solid silver;
    border-collapse:collapse;
}

table.specTable td {
    margin: 0px;
    padding: 3px 10px;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    border-left: 1px solid #1d1d1d;
}

td.verticalSpecText {
  /* Something you can count on */
  /*height: 100px;*/
  width: 40px;
  white-space: nowrap;
  background-color: #00137F;
  color: #D8FFF7;
  font-size: 1.3em;
  font-weight:200;
}

td.verticalSpecText > div {
  width: 30px;
}
/*td.verticalSpecText > div > span {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}*/

td.colHeader {
    background-color: #ddeeff;
    color: black;
    font-weight: 200;
}

table.vbTable {
    /*width:500px;*/
    font-family: 'Calibri Light', Tahoma, Arial, sans-serif;
    font-size: 0.8em;
    margin-left: 20px;
    border: 1px solid silver;
    border-collapse:collapse;
}

table.vbTable td {
    margin: 0px;
    padding: 3px 10px;
    text-align: right;
    /*border-top: 1px solid silver;*/
    /*border-bottom: 1px solid silver;*/
    /*border-left: 1px solid #1d1d1d;*/
    border: 1px solid silver;
}

td.verticalVBText {
  /* Something you can count on */
  /*height: 100px;*/
  /*width: 20px;*/
  white-space: nowrap;
  color: black;
  font-size: 1.0em;
    background-color: #ddeeff;
    color: black;
    font-weight: 200;
}

td.verticalVBText > div {
  transform: 
    translate(40px, 50px)
    rotate(285deg);
  width: 20px;
  height: 100px;

}

td.infoOnly {
    color: #888888;
}
