/* The main, common/shared CSS
 *
 * Color 'seds'
 * #b5be01; YellowGreenish (NJi's 'j') 
 * #c6cc38; lighter YellowGreenish 
 * #006766; teal-ish (menu)
 * #388889; lighter teal-ish
 * #29a8df; blueish
 * #58bbe5; lighter blueish
 * 
 */

.nji-header {
  margin-top: 20px;
}
.nji-header .logo {
  display: inline;
}
.nji-header .logo img {
  vertical-align: middle;
  margin-right: 20px;
}
.nji-header .logo h1 {
  display: inline;
  font-size: 120%;
  font-weight: normal;
}
.nji-header .usermenu {
  float: right;
}
.nji-header .menu {
  margin: 16px 0 3px 0;
  background-color: #006766;
  padding: 4px 0 4px 0;
  text-align: right;
}
.nji-header .menu a {
  color: #fff;
  text-decoration: none;  
}
.nji-header .menu a:hover {
  text-decoration: underline;  
}
.nji-header .menu li.selected a {
  color: #c6cc38;
  font-weight: bold;
}

.nji {
     background:#ecefc0 url(/content/community/gfx/img_leftColumn.jpg) no-repeat 0 0;
}

.nji-content {
  margin-left: 175px;
  background-color: #fff;
  padding: 5px 0 0 24px;
}

.nji-content  h2, .ec_navigation h1{
  color:  #C6CC38;
   font-size:20px;
}

 .ec_navigation h1{
  padding-top:16px;
}

.nji-home h2{
   color:#fff;
}

.ec_navigation{
 border:none;
}

.nji-column {
    float: left; 
    width: 155px;
    padding: 140px 15px 0 15px;
}

.nji-footer {
  clear: both;
  border-bottom: solid #b5be01 4px;
  text-align: right;
}

.copyright a{
   text-decoration:none;
}

