/* Top-level Header Styles */

#global-header {
  border: 1px solid #000;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  /* background: #fff no-repeat url(http://assets.monash.edu.au/images/logo.gif); */
}

#global-header h1 {
  margin: 0;
  padding-top: 79px;
  float: left;
  height: 0px;
  overflow: hidden;
  white-space: nowrap;
  width: 343px;
  background: #fff no-repeat url(http://assets.monash.edu.au/images/logo.gif);
}

#global-header img#logo {
  border: 0;
  margin: 0;
  padding: 0;
}

#global-nav {
  clear: both;
  background: #339;
  color: #fff;
  padding: 1px 3px 3px 5px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #fff;
  text-align: left;
}

#global-utils {
  background: #36c;
  color: #fff;
  text-align: right;
  padding: 1px 3px 3px 3px;
}

#global-nav ol, 
#global-utils ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 1.9em;
}

#global-nav ol li,
#global-utils ol li {
  display: inline;
  border-right: 1px solid #fff;
  padding: 0em 1em 0em 1em;
  margin: 0;
}
  
#global-nav ol li.last, 
#global-utils ol li.last {
  border-right: none;
}

#global-utils fieldset {
  border: none;
  display: inline;
  padding: 0;
  margin: 0;
}

#global-utils form p {
  display: inline;
  float: none;
  width: auto;
  text-indent: auto;
}

#global-utils form, 
#global-utils ol, 
#global-utils div { 
 display: inline;
}

#global-utils label {
  font-weight: bold;
  margin-left: 2em;
}

#global-utils input[type=submit] {
  border: 1px solid #fff;
  background: #339;
  color: #fff;
  font-weight: bold;
}

#global-nav p, #global-utils p {
  float: left;
  text-align: left;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  width: 0px; /* used to make it work in safari */
}
  
#global-nav a, 
#global-utils a,
#global-nav a:visited,
#global-utils a:visited {
  color: #fff;
  text-decoration: none;
}

#global-nav a:hover,
#global-utils a:hover {
  text-decoration: underline;
}
