/*
    Redefined HTML items.
*/
html{
    background-color: #ffffff;
}
body{
    background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.72em;
    color: #B4B4B4;
    text-align: center;
    margin: 10px 0px 0px 0px;
}
img{
    border: none;
}
/*
    ID
*/
* html #homecontainer   /* this selector recognized by IE only */
{
  width: 720px;   /* total width (only for IE5.x/Win) */
  w\idth: 720px;  /* content width (for other IE) */
}
#homecontainer{ /* This selector is recognised for browsers other than IE. */
    margin: 0 auto;
    width: 720px;
    max-width: 720px;
    text-align: left;
    border-left: 20px solid #636466;
    border-right: 30px solid #636466;
    padding: 0;
}

#header {
  width: 720px;
  height: 126px;
  background: url(../../_img/header.gif) no-repeat;
  position: relative;
}

h1 a {
  font-size: 0;
  text-indent: -9999px;
  height: 122px;
  display: block;
  width: 265px;
  position: absolute;
  top: 0;
  right: 0;
  outline: 0;
}

/*
    Navigation
        This entire setup can quite probably be improved, but as I'm hacking it to work in non-IE after the fact, this'll have to do for now.
*/
ul#nav {
  margin: 0;
  padding: 0;
  width: 720px;
  display: block;
  background: url(../../_img/nav-home.jpg) no-repeat 0 0;
  height: 79px;
  list-style: none;
  padding-left: 10px;
}
ul#nav li {
  float: left;
  margin: 0;
  padding: 0;
}
ul#nav li a {
  display: block;
  font-size: 0;
  text-indent: -9999px;
  height: 79px;
  outline: 0;
}
ul#nav li#nav-li-1 a { width: 66px; }
ul#nav li#nav-li-1 a:hover, ul#nav li#nav-li-1.active a { background: url(../../_img/nav-home.jpg) no-repeat -10px -90px; }

ul#nav li#nav-li-2 a { width: 68px; }
ul#nav li#nav-li-2 a:hover { background: url(../../_img/nav-home.jpg) no-repeat -76px -90px; }

ul#nav li#nav-li-3 a { width: 79px; }
ul#nav li#nav-li-3 a:hover { background: url(../../_img/nav-home.jpg) no-repeat -144px -90px; }

ul#nav li#nav-li-4 a { width: 71px; }
ul#nav li#nav-li-4 a:hover { background: url(../../_img/nav-home.jpg) no-repeat -223px -90px; }

ul#nav li#nav-li-5 a { width: 99px; }
ul#nav li#nav-li-5 a:hover { background: url(../../_img/nav-home.jpg) no-repeat -294px -90px; }

ul#nav li#nav-li-6 a { width: 59px; }
ul#nav li#nav-li-6 a:hover { background: url(../../_img/nav-home.jpg) no-repeat -393px -90px; }

ul#nav li#nav-li-7 a { width: 79px; }
ul#nav li#nav-li-7 a:hover { background: url(../../_img/nav-home.jpg) no-repeat -452px -90px; }




/*
    IE6 Menu Hack.
*/

/*
    Home (index) specific items
*/

ul#bullets {
  font-size: 15px;
  color: #000;
  list-style: none;
  list-style-position: outside;
  background: url(../../_img/bullets-home.jpg) no-repeat 0 1px;
  top: 109px;
  left: 405px;
  position: absolute;
  margin: 0;
  padding: 0;
}
ul#bullets li {
  margin: 0;
  padding: 0 0 0 50px;
  line-height: 40px;
}

#currjobs {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 406px;
    top: 250px;
}
#currjobs a {
  width: 277px;
  height: 46px;
  display: block;
  font-size: 0;
  text-indent: -9999px;
  background: url(../../_img/button-jobs.gif) no-repeat;
}
#currjobs a:hover {
  background: url(../../_img/button-jobs.gif) no-repeat 0 -50px;
}

/*
    Links
*/
#footer {
  position: absolute;
  color: #feffff;
  bottom: 10px;
  left: 0;
  font-size: 11px;
  padding: 0 30px;
}

#structure {
  position: relative;
  height: 374px;
  background: url(../../_img/bg-home.jpg) no-repeat;
}

#author {
  color:#ECE9E2;
  height:40px;
  line-height:17px;
  margin:0 auto;
  padding:5px 0;
  text-align:right;
  width:750px;
}

#author a {
color:#DEDBD4;
font-size:10px;
font-weight:normal;
text-decoration:none;
}
#author a:hover {
  color: #ccc;
}
