/* ================================== IDs =================================== */

/* ------------------------------- TPL-WRAPPER ------------------------------ */
#tpl-wrapper {
  min-width: 780px;
  width: 99.9%;
}

/* ------------------------------- TPL-HEADER ------------------------------- */
#tpl-header {
  width: 100%;
}

#min-width-img {
  border: none;
  clear: both;
  height: 1px;
  width: 780px;
} html>body #min-width-img {
  display: none;
}

#hd-logo {
  float: left;
  margin: 0 0 0 10px;
  padding: 0;
}

#hd-banner {
  float: right;
}

#hd-tab {
  clear: left;
  float: left;
  margin: 14px 0 0 4em;
}

#hd-nav {
  clear: both;
  font-size: 9px;
  height: 1em;
  padding: 0.5em;
} html>body #hd-nav {
  height: auto;
  min-height: 1em;
}

#hd-search {
  float: left;
  margin: 0 0.5em 0 0;
  padding: 0;
}

#hd-search-query {
  border: 1px solid #000;
  font-size: 11px;
  position: relative; top: -1px;
  width: 90px;
} html>body #hd-search-query {
  padding: 1px 2px 2px 2px;
  position: static;
}

#hd-search-submit {
  position: relative; top: -2px;
} html>body #hd-search-submit {
  position: static;
}

#widget-fonts {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  display: none;
  float: left;
  margin-right: 0.5em;
  overflow: hidden;
  position: relative;
}

#widget-fonts a:link,
#widget-fonts a:active,
#widget-fonts a:visited {
  background: transparent none;
  border-right: 1px solid #000;
  color: #000;
  text-decoration: none;
}

#widget-fonts a:link:hover,
#widget-fonts a:active:hover,
#widget-fonts a:visited:hover {
  background: #FEF0DD none;
  color: #000;
}

#widget-printer {
  background: #3ff none scroll right center no-repeat;
  color: #000;
  display: none;
}

/* -------------------------------- TPL-MAIN -------------------------------- */
#tpl-main {
}

/* ------------------------------- TPL-CONTENT ------------------------------ */
#tpl-content {
  width: 40.3%;
}

/* -------------------------------- TPL-LEFT -------------------------------- */
#tpl-left {
  text-align: center;
  width: 23.2%;
}

#lft-ad {
  clear: both;
  padding: 1em 0 0.5em 0;
  text-align: center;
} html>body #lft-ad {
  padding-top: 2em;
}

/* ------------------------------ TPL-SITE-NAV ------------------------------ */
#tpl-site-nav {
  font-size: 90%;
  text-align: right;
}

#tpl-site-nav li {
  clear: left;
  float: left;
  padding-bottom: 0.5em;
  position: relative;
  width: 100%;
  z-index: 3;
}

#tpl-site-nav li a:link,
#tpl-site-nav li a:active,
#tpl-site-nav li a:visited {
  background: transparent none;
  color: #000;
  display: block;
  font-weight: normal;
  padding: 0 20px 0 0;
  text-decoration: none;
}

#tpl-site-nav li a:link:hover,
#tpl-site-nav li a:active:hover,
#tpl-site-nav li a:visited:hover {
  background: transparent none scroll right center no-repeat;
  color: #f03;
  text-decoration: underline;
}

#tpl-site-nav li ul {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  display: none;
  padding: 0;
  position: absolute; top: -1px; left: 100%;
  white-space: nowrap;
  z-index: 5;
}

#tpl-site-nav iframe {
  background: #fff none;
  border: 0;
  color: #000;
  display: none;
  position: absolute; top: -1px; left: 100%;
  z-index: 4;
}

#tpl-site-nav ul li {
  border-bottom: 1px solid #000;
  padding: 0;
  text-align: left;
  white-space: normal;
  width: 170px;
}

#tpl-site-nav ul li a:link,
#tpl-site-nav ul li a:active,
#tpl-site-nav ul li a:visited {
  display: block;
  padding: 2px 20px 2px 2px;
}

#tpl-site-nav ul li a.iMenuHasSub:link,
#tpl-site-nav ul li a.iMenuHasSub:active,
#tpl-site-nav ul li a.iMenuHasSub:visited {
}

#tpl-site-nav ul li a:link:hover,
#tpl-site-nav ul li a:active:hover,
#tpl-site-nav ul li a:visited:hover {
  background: #fff none;
  color: #f03;
}

#tpl-site-nav ul li a.iMenuHasSub:link:hover,
#tpl-site-nav ul li a.iMenuHasSub:active:hover,
#tpl-site-nav ul li a.iMenuHasSub:visited:hover {
  background: #fff url(/images/template/icon/arrow-right-gray.gif)
    scroll right center no-repeat;
  color: #f03;
}

/* ------------------------------- TPL-RIGHT -------------------------------- */
#tpl-right {
  text-align: right;
  width: 17.1%;
}

/* ------------------------------- TPL-FOOTER ------------------------------- */
#tpl-footer {
  background: #fff none;
  color: #000;
  line-height: 1.5em;
  text-align: center;
}

#tpl-footer a:link,
#tpl-footer a:active,
#tpl-footer a:visited {
  background: #fff none;
  color: #333;
}

#tpl-footer p {
  margin: 0.5em 0 0 0;
}

#tpl-footer ul.horizontal {
  margin: 0 0 1em 0;
}

#ftr-ad {
  margin-bottom: 3px;
}

#ftr-nav {
  clear: both;
  height: 1em;
  line-height: 1.2em;
  padding: 0.5em;
} html>body #ftr-nav {
  height: auto;
  min-height: 1em;
}

/* ================================= CLASSES ================================ */

html body a.bordered {
  border: 1px solid #000;
  color: #000 !important;
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 0.5em 0 0;
  padding: 1px 2px;
  text-decoration: none;
}

html body a.font-larger {
  display: block;
  float: left;
  font-size: 1.4em;
  margin: 0 0 -32767px 0;
  padding: 0 0.25em 32767px 0.25em;
}

html body a.font-reset {
  display: block;
  float: left;
  font-size: 1.2em;
  margin: 0 0 -32767px 0;
  padding: 0.25em 0.25em 32767px 0.25em;
}

html body a.font-smaller {
  display: block;
  float: left;
  font-size: 1em;
  margin: 0 0 -32767px 0;
  padding: 0.5em 0.25em 32767px 0.25em;
}

html body a.js-only {
  display: none;
}

html body a.with-arrow:link,
html body a.with-arrow:active,
html body a.with-arrow:visited {
  background: transparent url(/images/template/icon/arrow-right-red-sm.gif)
    scroll right center no-repeat;
  color: #000;
  margin: 0 0.5em 0 0;
  padding: 2px 12px 2px 0.25em;
}

html body a.bordered:link:hover,
html body a.bordered:active:hover,
html body a.bordered:visited:hover,
html body a.with-arrow:link:hover,
html body a.with-arrow:active:hover,
html body a.with-arrow:visited:hover {
  background-color: #FEF0DD;
  color: #000;
}

html body br.zero-height-clear {
  clear: both;
  line-height: 0;
}

html body div.feature {
  margin: 0 0 0.5em 0;
}

html body div.padded {
  padding: 0.5em;
}

html body img.bottom {
  margin-bottom: 0;
}
html body img.left {
  float: left;
  margin: 10px 10px 10px 0;
}
html body img.right {
  float: right;
  margin: 10px 0 10px 10px;
}
html body img.top {
  margin-top: 0;
}

html body ul.horizontal {
  list-style: none none outside;
}

html body ul.horizontal li {
  border-right: 1px solid #000;
  display: inline;
  padding: 0 4px 0 6px;
} html>body ul.horizontal li {
  padding: 0 6px 0 4px;
}

html body ul.no-bullet, ul.no-bullet li {
  list-style: none none outside;
  margin: 0;
  padding: 0;
}

html body ul.horizontal li.last {
  border: none !important;
}

html body .by-float { /* IE Display Adjustment */
  position: relative; z-index: 1;
} html>body .by-float {
  position: static;
}

html body table.mentor,
html body table.mentor th,
html body table.mentor td {
  margin: 0 0 1em 0;
}

html body table.mentor thead th,
html body table.mentor thead td {
  background: #9cc none;
  color: #000;
}

html body table.mentor tbody th,
html body table.mentor tbody td {
  background: #ffc none;
  color: #000;
}

html body table.mentor tr.space th,
html body table.mentor tr.space td {
  background: #fff none;
  color: #000;
}