html {
  border: 0;
}

body {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
background-color: #011945;
}

a.loginbtn {
  display: none;
}

table.masterBox {
  //background-color: #465a83;
  background-color: #32405e;
  //border: 4px solid #fff;
  border-top-width: 0px;
  border-bottom-width: 0px;
}
div.container1{
  //background-color: #3eb4e6;
  font-weight: bold;
}
div.container2{
  
}
div.container3{
  float: left;
  width: 84%;
}

div.container4{
  float: left;
  font: 13px Arial, sans-serif;
  padding-left: 20px;
  color: #fff;
}

div.container4 a{
  font: 13px Arial, sans-serif;
  color: #29abe2;
  font-weight: bold;  
}

div.container4 div.pagetitle {
  font: 22px Arial, sans-serif;
  color: #29abe2;  
}

div.pagesubtitle {
  font: 14px Arial, sans-serif;
  color: #29abe2;
  font-weight: bold;
}

div.container5{
  font: 12px Arial, sans-serif;
  color: #5d7179;
  
}

div.container5 a{
  font: 12px Arial, sans-serif;
  color: #146181;
    
}

div.container6{
  float: left;
  width: 200px;
  font: 12px Arial, sans-serif;
  color: #000000;
}

div.news_head{
  font-weight: bold;
  font-size: 18px;
  color: #29abe2;
}

div a.news_link{
  font-weight: bold;
  font-size: 10px;
  color: #29abe2;
        text-decoration: none;
}

div.news_date{
  font-weight: bold;
  font-size: 12px;
  font-style: italic;
  color: #666666;
}

/*Sidenav Menus when used as a vertical (TABLED) style*/

#navcontainer {
  background: url(/pkl/templates/default//images/menubg2.png) repeat-x;
  height: 60px;
  padding: 0px 0px 0px 15px;
  overflow: hidden;
  position:relative;
}

#navbar {
  margin: 0;
  padding: 0;
  position: relative;
  height: 60px;
  background: url(/pkl/templates/default//images/images/menubar.png) 0 0 no-repeat;
  padding-left: 2px;
  font: normal 12px Arial, Helvetica, sans-serif;
}

#navbar ul {
  margin: 0;
  padding: 0;
  float: left;
}

#navbar ul ul ul {
  display:none;
}

#navbar li {
  padding: 0;
  margin: 0;
  float: left;
  display: block;
  background: url(/pkl/templates/default//images/images/menubar.png) 100% 0 no-repeat;
}

#navbar li li {
  background:none;
}

#navbar li.mainlevel_current {

}

#navbar ul ul li a {font-weight:bold;}

#navbar li ul {
  width: 100%;
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top:33px;
  height: 20px;
  left: 0;
}

#navbar a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

#navbar a:hover {
  color: #ccc;
}

#navbar ul#mainlevel li a:hover {
  background:#000 url(/pkl/templates/default/images/navbar_over.png) right center no-repeat;
  color:#fff;
}

#navbar ul#mainlevel ul li a:hover {
  background:none;
  color:#0081BF;
}

#navbar li ul a:hover,

#navbar li.mainlevel_current ul a:hover {
  color: #000;
}

#navbar li:hover ul, #navbar li.sfhover ul {
  display: block;
  z-index: 6000;
}

#navbar li a {
  display: block;
  float: left;
  padding: 0 15px;
  height: 33px;
  line-height: 33px;
}

#navbar li:hover a, 
#navbar li.over a {

}

/* sub level links */



#navbar ul li {

  border-right: 0;



}

#navbar li ul a, #navbar li.mainlevel_current-navmenu ul a {

  display: block;
  float: left;
  color: #fff;
  font-weight: normal;
  padding: 0 10px;
  background: none;
  height: 25px;
  line-height: 25px;
}

/* Side Navigation */


#sidenav a {
  color: #fff;
  background-color: transparent;
  padding: 8px;
  padding-left: 3px;
  display: block;
  border-bottom: 1px solid #cccccc;
  font: 14px Arial, sans-serif;
  font-weight: ;
  text-decoration: none;
  text-align: left;
}

#sidenav a:hover {
  background-color: #839bcb;
  color: #fff;
  text-decoration: none;
}

#sidenav a.login {
  display: none;
}
