html {
  border: 0;
}

body {
  background-color: #40b6e8;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  background: url(/home/images/header_bg2.jpg) repeat-x;
}

a.loginbtn {
  display: none;
}

div.main_border{
  width: 1000px;
  margin-left: -500;
  border-left: 3px solid #eeeeee;
  border-right: 3px solid #eeeeee;
}

div.container1{
  background-color: #3eb4e6;
  font-weight: bold;
  border-left: 20px;
}
div.container2{
  
}
div.container3{
  float: left;
  width: 84%;
}

div.container4{
  float: left;
  font: 13px Arial, sans-serif;
        padding-left: 20px;
  text-align: left;
}

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_cat{
  font-size: 26px;
  font-style: italic;
  color: #999999;
}

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;
}

.library-head {
  font-weight: bold;
}

div.locations{
  font-size: 1px;
  color: #FFFFFF;
        overflow: hidden;
        height: 1px;
        width: 1px;
}

/******************************************************
 Topnav Menus (horizontal menus)
******************************************************/

#navcontainer {
  background: url(/templates/pkl1/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(/templates/pkl1/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(/templates/pkl1/images/menubar.png) 100% 0 no-repeat;
}

#navbar li li {
  background:none;
  float: left;
}

#navbar li#top-main_9 li {
  background:none;
  float: right;
}

#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(/templates/pkl1/images/navbar_over.png) right center no-repeat;
  color:#fff;
}


/* ********* Sub Menu ********* */


#navbar ul#mainlevel ul li a:hover {
  background:none;
  color:#0081BF;
}

#navbar li ul a:hover {
  color: #000;
}

#navbar li:hover ul {
  display: block;
  z-index: 6000;
}

#navbar li a {
  display: block;
  float: left;
  padding: 0 15px;
  height: 33px;
  line-height: 33px;
}

/* 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;
}

/******************************************************
 Sidenav Menus (vertical menus)
******************************************************/


#sidenav a {
  color: #000000;
  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: #29abe2;
  color: #000000;
  text-decoration: none;
}

#sidenav a.login {
  display: none;
}