/* General styles */
html{
  background-color: #d6a82b;
}

body{
  background-image: url(/images/layout/background.png);
  margin: auto;
  padding: 0;
  border: 0;			/* This removes the border around the viewport in old versions of IE */
  width: 996px;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 90%;
}

a{
  color: black;
}

a:hover{
  color: #afbc49;
}

/* Header styles */
#header {
  clear: both;
  width: 100%;
  height: 150px;
  z-index: 1;
}

#header img{
  border: none;
  position: relative;
}

#header_logo{
  left: 70px;
  z-index: 2;
}

#header_text{
  left: 205px;
  z-index: 2;
}

#header_image{
  left: 107px;
  z-index: 1;
}

#header_link{
  border: none;
}

/* navbar styles */
#navbar{
  background-image: url(/images/layout/navbar_background.png);
  border: 1px solid black;
  height: 30px;
  color: #fff;
  line-height: 26px;
  font-size: large;
  padding-left: 15px;
  margin-left: 20px;
  width: 939px;
}

#navbar a{
  color: white;
  text-decoration: none;
  margin: 0 10px;
}

#navbar a:hover{
  color: #afbc49;
}

#search_box{
  float: right;
  margin-right: 10px;
}

/* column container */
.colmask {
  position: relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
  clear: both;
  float: left;
  width: 100%;			/* width of whole page */
  overflow: hidden;	/* This chops off any overhanging divs */
  background-image: url(/images/layout/background.png);
}

/* 2 column left menu settings */
.leftmenu {
  }

.leftmenu .colright {
  float: left;
  width: 200%;
  position: relative;
  left: 200px;
}

.leftmenu .col1wrap {
  float: right;
  width: 50%;
  position: relative;
  right: 200px;
  padding-bottom: 1em;
}

.leftmenu .col1 {
  padding: 10px 20px 0 15px;
  margin: 0 15px 0 215px;
  position: relative;
  right: 100%;
  overflow: hidden;
}

.leftmenu .col2 {
  float: left;
  width: 170px;
  position: relative;
  right: 185px;
  padding-left: 20px;
}

.col2 ul{
  list-style: none;
  padding: 0px;
  margin-left: 0px;
}

.col2 a{
  color: #000;
  text-decoration: none;
  font-size: 14px;
}

.col2 a:hover{
  color: #afbc49;
}

ul#categories{
  margin: 20px 0;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  background-color: #aaa;
}

ul#categories a{
  padding: 5px 0 5px 15px;
}

li.menu_category{
  border-bottom: 1px solid #666;
}

li.menu_category:hover{
  background-color: #D6A82B;
}

li.menu_category a{
  display: block;
  font-weight: bold;
}

li.menu_category a:hover{
  color: black;
}

li.last{
  border-bottom: none;
}

li.menu_document{
  padding-left: 5px;
  border-bottom: 1px solid #666;
  background-color: #aaa;
}

li.menu_document:hover{
  background-color: #D6A82B;
}

li.menu_document a{
  display: block;
  font-size: 1em;
}

li.menu_document a:hover{
  color: black;
}

li.active_document{
  background-color: #d6a82b;
}

img#left_nav_top{
  position: relative;
  top: 24px;
}

img#left_nav_bottom{
  position: relative;
  top: -22px;
}

ul#static_links{
}

li#static_link{
  padding-left: 5px;
}

div.menu_category{
  padding-left: 5px;
}

ul#social_network_links{
  list-style: none;
}

#social_network_links a{
  color: #000;
  text-decoration: none;
  font-size: 14px;
}

#social_network_links a:hover{
  color: #afbc49;
}

ul#social_network_links{
  width:200px;
  float:left;
  margin-top: 20px;
}

li.social_network_link{
  margin: 10px 0;
}

li.social_network_link img{
  float: left;
  margin: 5px 10px 5px 0;
}

ul#left_buttons{
  margin-top: 20px;
}

/* Footer styles */
#footer {
  clear: both;
  float: left;
  width: 100%;
  height: 195px;
  background-image: url(/images/layout/background.png);
}

#footer_image{
  float: left;
  position: relative;
  top: 30px;
  left: 40px;
}

#footer_text{
  list-style: none;
  color: #cc4422;
  text-align: right;
  font-size: 12px;
  padding: 0;
  margin-top: 50px;
  margin-left: 70px; 
  float: left;
  line-height: 1.5em;
  clear: none;
}

#footer_logo{
  margin: 50px 0 0 50px;
}

div.class_info{
  font-weight: bold;
  font-size: 14px;
}
