/* template2.css - Original template styles */

html, body, form, fieldset {
  margin: 0;
  padding: 0;
}

body {
  background: #FFFFFF;
  color: #000000;
  font-family: Arial, sans-serif;
  line-height: 1.5;
}

body#bd {
  color: #333333;
  background:url(/images/background.gif);
}

body.fs3 {font-size: 12px;}

a {
  color: #006699;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  color: #CC0000;
  text-decoration: underline;
}

a img {
  border: none;
}

.contentheading, .componentheading, h1, h2, h3, h4 {
  font-family: Cambria, "Times New Roman", Times, serif;
  line-height: 1.1;
}

h1 {font-size: 225%; font-weight: normal;}
h2 {font-size: 200%; font-weight: normal;}

img {
  margin: 0;
  padding: 0;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  padding: 0;
}

ul {
  list-style: none;
}

ul li {
  background: url(/images/bullet.gif) no-repeat 18px 7px;
  line-height: 160%;
  padding-left: 30px;
}

.inputbox {
  border: 1px inset #ABABAB;
  padding: 3px 3px;
  color: #333333;
  background: #FFFFFF;
}

.button {
  padding: 2px 8px;
  border: 1px outset #ABABAB;
  background: #F7F7F7;
  font-size: 100%;
  font-weight: bold;
}

#ja-wrapper {
  padding: 0;
}

#ja-header,
#ja-mainnav,
#ja-container,
#ja-footer {
  width: 970px;
  margin: 0 auto;
  clear: both;
  background:url(/images/footer.gif);
}

#ja-container {
  background: url(/images/vline.gif) repeat-y 35% 0;
}

#ja-container-inner {
  background: url(/images/vline.gif) repeat-y 17% 0;
}

#ja-content {
  float: right;
  width: 65%;
}

#ja-content div.ja-innerpad {
  padding: 0 0 0 15px;
}

#ja-colwrap {
  float: left;
  width: 200px;
  padding-left: 15px;
  box-sizing: border-box;
}

div.moduletable h3 {
  margin: 0 0 5px;
  padding: 5px 0;
  font-size: 125%;
}

div.moduletable {
  border-top: 5px solid #ABABAB;
  margin: 0 0 20px;
  padding: 0 1px;
}

#ja-headerwrap {
}

#ja-header {
  background: #F5F5F5;
  height: 80px;
  line-height: normal;
  position: relative;
}

h1.logo {
  margin: 0;
  padding: 0;
  font-size: 300%;
}

h1.logo a {
  width: 352px;
  display: block;
  background: url(/images/logo.gif) no-repeat;
  position: absolute;
  height: 80px;
  top: 0px;
  left: 0;
}

h1.logo a span {
  position: absolute;
  top: -1000px;
}

#ja-headtools {
  top: 25px;
  right: 0;
  position: absolute;
  border: 1px solid #FFFFFF;
}

#ja-headtools:hover,
#ja-headtools.hover {
  border: 1px solid #CCCCCC;
  background: #F7F7F7;
}

#ja-headtools .ja-innerpad {
  position: relative;
  padding: 5px;
  float: left;
}

#ja-mainnavwrap {
  border-bottom: 5px solid #666666;
}

#ja-mainnav {
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  background: #FFFFFF;
}

.article_separator {
  clear: both;
  display: block;
  height: 30px;
  background: url(/images/dot.gif) repeat-x center;
}

ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.menu li {
  background: none;
  margin: 0;
  padding: 0;
}

#ja-footerwrap {
  background: none;
  clear: both;
}

#ja-footer {
  border-top: 5px solid;
  color: #666666;
  position: relative;
  padding: 10px 0;
}

small, .small {
  color: #999999;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}