/* Coldstone Web cascading style sheet definitions for screens               */
/* ------------------------------------------------------------------------- */

body {
  font: 100%/1.25 Arial, Helvetica, sans-serif;
  color: #666;
  background-color: #CFC;
  margin: 0px;
}

#page {
  max-width: 1020px;
  min-width: 520px;
  margin: 0 auto;
  font-size: 1em;
}

#header {
  background: url(../images/titleT.png) no-repeat top center;
}

#header #home {
  padding-top: 10px;
  margin-bottom: -58px;
  margin-left: 10px;
}

#header #home img {
  height: 48px;
  width: 48px;
  border: solid 2px #4FDD54;
}

#header #home img.chosen {
  border: solid 2px #DD4F54;
  background-color: #FFC;
}

#header #login {
  float: none;
  font-size: 1em;
  color: green;   
  padding: 10px 10px 20px 5px;
  margin-bottom: 30px;
  text-align: right;
}

#header #login a {
  border-left: 1px solid #83B3DA;
  padding: 0px 5px 0px 10px;
  margin-left: 10px;
  text-decoration: underline;
  color: green;
  font-weight: normal;
}

#header #login a:first-child {
  border-left: none;
  margin-left: 0px;
}

#header #login a:hover {
  text-decoration: none;
  color: blue;
}

#header #menus ul {
  display: block;
  width: 100%;
  padding: 0;
  border-bottom: solid 2px #DD4F54;
  margin: 0;
}

#header #menus ul li {
  display: inline-block;
  background: url(../images/btnRightGreenT.png) top right no-repeat;
  margin-top: 0.35em;
  margin-right: 6px;
  line-height: 1.6em;
}

#header #menus ul li:first-child {
  margin-left: 10px;
}

#header #menus ul li a {
  display: block;
  background: url(../images/btnLeftGreenT.png) top left no-repeat;
  color: white;
  text-decoration: none;
  padding: 0px 20px;
  font-size: 1.2em;
  margin-left: -3px;
  font-weight: normal;
}

#header #menus ul li.chosen {
  background: url(../images/btnRightRedT.png) top right no-repeat;
}

#header #menus ul li.chosen a {
  background: url(../images/btnLeftRedT.png) top left no-repeat;
  color: black;
}

#header #menus ul li:hover {
  background: url(../images/btnRightOrangeT.png) top right no-repeat;
}

#header #menus ul li a:hover {
  background: url(../images/btnLeftOrangeT.png) top left no-repeat;
  color: black;
}

#header #menus #menu2 {
  background-color: pink;
}

#header #menus #menu3 {
  background-color: lightblue;
}

#header #menus #dropmenu {
  margin-top: -2px;
  background-color: #EDE2EE;
}

#header #menus #dropmenu ul {
  border-top: solid 2px #4FDD54;
}

#dock {
  clear: both;
  width: 100%;
}

#contents {
  clear: both;
  float: left;
  background: url("../images/sidebarThinBg.png") repeat-y scroll right top #FFC;
  position: relative;
  width: 100%;
}

/* Submenu navigation */

#contents #submenu {
  float: right;
  display: block;
  background-image: url("../images/sidebarThinBg.png");
  width: 190px;
  padding: 10px 10px 0px 10px;
}

#contents #submenu strong {
    border-bottom: 2px dotted #A0A0A0;
    font-size: 1.8em;
    color: #2C79B6;
    padding: 0 0 10px 0;
    display: block;
    text-align: left;
    font-weight: normal;
}

#contents #submenu ul {
  margin: 0 0 10px 0;
  padding: 0;
}

#contents #submenu ul li {
  list-style: none;
  padding: 0;
  margin-bottom: 3px;
  background: #ffc562;
  color: #333;
}

#contents #submenu ul li.collection {
  background: #84AC78;
}

#contents #submenu ul li.collection a {
  color: white;
}

#contents #submenu ul li.chosen {
  background: #F66;
  color: black;
}

#contents #submenu ul li a {
  display: block;
  padding: 0.3em 0.7em 0.3em 1.25em;
  border-bottom: none;
  font-weight: normal;
  font-size: 1.2em;
  text-decoration: none;
  text-align: left;
  color: #333;
}

#contents #submenu ul li a:hover {
  background: #62c5ff;
  color: white;
}

#contents #mainbody {
  margin-right: 210px;
  vertical-align: top;
  padding: 15px;
  overflow: auto;
}

#contents #mainbody table {
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  font-size: 0.9em;
}

#mainbody h1 {
  color: #00a;
}

#mainbody h2 {
  color: #c00;
}

#mainbody h3 {
  color: green;
}

#mainbody p {
  margin-bottom: 0.25cm;
  line-height: 125%;
  background: transparent;
  font-size: 1em;
  font-weight: normal;
  text-align: justify;
}

#mainbody p.cpyrght {
  margin-top: 2.5em;
}

#mainbody div.pdf {
  margin-top: -1.25em;
}

#mainbody div.pdf a {
  font-size: 0.9em;
  color: purple;
  text-decoration: none;
}

#mainbody div.pdf a:hover {
  color: green;
  text-decoration: underline;
}

#mainbody blockquote {
  margin-top: -0.25em;
}

#mainbody .subscript {
  vertical-align: sub;
  font-size: 70%;
}

#contents .widgets {
  display: block;
  border: 1px solid #ff6347;
  width: 420px;
  height: 420px;
}

#footer {
  clear: both;
}

#footboard {
  padding: 20px 0px 20px 20px;
  background-color: pink;
  font-size: 1em;
  color: #337;
}

#footboard span {
  display: inline-block;
  width: 31%; /* 33% with #footboard padding causes overflow */
  text-align: center;
}

#footboard span:first-child {
  width: 32%;
  text-align: left;
}

#footboard span:last-child {
  width: 34%;
  text-align: right;
}

#footer ul {
  display: block;
  margin: 0;
}

#footer li {
  display: inline-block;
  background: url(../images/btnRightOrangeT.png) no-repeat bottom right;
/*line-height: 15px;*/
  line-height: 1.3em;
  margin-bottom: 0.9em;
}

#footer li a {
  display: block;
  padding: 0px 10px 0px 10px;
  background: url(../images/btnLeftOrangeT.png) no-repeat bottom left;
  color: green;
  text-decoration: none;
  margin-left: -3px;
}

#footer li:hover {
  background: url(../images/btnRightGreenT.png) no-repeat bottom right;
}

#footer li a:hover {
  background: url(../images/btnLeftGreenT.png) no-repeat bottom left;
  color: red;
}
