



body {
background : url("../images/natai-bg.jpg") top left repeat-y #ffffff;
font-size : 11px;
font-family : "helvetical", Arial;
text-align : left;
padding : 40px 0 0 40px;
}

li .img {
padding : 0 8px 0 0;
}
li .title {
margin-top : 5px;
padding : 0 8px 0 0;
text-align : center;
font-weight : bold;
}
li .title h3 {
border-top : 1px solid #3C3C3C;
border-bottom : 1px solid #3C3C3C;
padding : 2px 0;
}


a:link, a:visited {
text-decoration : none;
color : #ac2828;
}
a:hover {
color : #444444;
}
tab {
z-index : 2;
}





div#preloaded-images {
position : absolute;
overflow : hidden;
left : -9999px;
top : -9999px;
height : 1px;
width : 1px;
}
div.slideshow ul {
background : #ffffff;
bottom : 0;
left : 0;
top : 5px;
margin-left : 0;
margin-bottom : 0;
margin-top : 5px;
position : relative;
overflow : hidden;
padding : 0 0;
z-index : 10001;
}




/* customise scrollbar for IE */ 
body { scrollbar-face-color: #c72921; scrollbar-highlight-color: #f1eedd; scrollbar-shadow-color: #a49f82; scrollbar-3dlight-color: #a49f82; scrollbar-arrow-color: #a49f82; scrollbar-track-color: #000000; scrollbar-darkshadow-color: #eeeeee}
/* customise scrollbar for webkit browsers such as Safari and Chrome */ 
::-webkit-scrollbar { width: 13px; height: 13px; background-color: #f1eedd; -webkit-border-radius: 1ex; }
::-webkit-scrollbar:hover { height: 18px; }
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment { height: 2px; width: 2px; display: block; background-color: #c72921; background-repeat: no-repeat; }
::-webkit-scrollbar-corner { background: #a49f82; }
::-webkit-scrollbar-track  { background-color: #ffffff; -webkit-border-radius: 6px; }
::-webkit-scrollbar-track-piece  { background-color: #e5ebdf; -webkit-border-radius: 6px; }
::-webkit-scrollbar-thumb:vertical { height: 50px; background-color: #c72921; border: 1px solid #f1eedd; -webkit-border-radius: 6px; -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75); }
::-webkit-scrollbar-thumb:horizontal { height: 13px; background-color: #c72921; border: 1px solid #f1eedd; -webkit-border-radius: 6px; -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75); }
/* don't bother for firefox - need to use jscrollpane and jquery */ 

#topnav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 180px;
    background-color: #e8f2e7;
}

#topnav li a {
    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
}

/* Change the link color on hover */
#topnav li a:hover {
    background-color: #d6e5d0;
    color: white;
}

#sidenav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 180px;
    background-color: #e8f2e7;
}

#sidenav li a {
    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
}

/* Change the link color on hover */
#sidenav li a:hover {
    background-color: #d6e5d0;
    color: white;
}

#wrapper #topnav ul {
 margin: 0;
 color: #000;
 padding: 0;
 width: 690px;
 background-color: #e8f2e7;
 font-weight: 800;
 line-height: 10px;
 line-height: 1.6rem;
 margin-top: 5px;
}
#wrapper #topnav li a {
    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
}

#topnav a,
#topnav li {
    display: inline-block
}

nav,
section {
    display: block
}



/* Change the link color on hover */
li a:hover {
    background-color: #d6e5d0;
    color: white;
}

i { 
    font-style: italic;
}

/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
 background-color: #04cc6D;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}


/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

#border
{
border:solid 3px #50A4AB;
padding: 4px;
}

ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  list-style-type: none;

  background-color: #eee;
}
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}



