@charset "utf-8";

/** Gala Page Layout **/
div#container{width:895px;margin:0 auto;}
div#content{clear:both;width:100%}
div#navigation{display:none;float:right;width:0px}
div#extra{display:none;float:right;clear:right;width:0px}
div#footer{clear:both;width:100%}


/** Common Global CSS Styles **/
.clear {clear: both; height: 1px; overflow: hidden;}
.left {float: left;}
.right {float: right;}


/*** Standard HTML Reset ***/
h1, h2, h3, h4, h5, h6,  
form, table, tr, td, th, img {
  border: 0px;
  margin: 0px;
  padding: 0px;
}


/** Page Styles */
html,body {
  margin: 0;
  padding: 0;
}
body {
  font: 0.7em Tahoma, sans-serif; 
  text-align: center;
  background-color: #fff;
}
#container{
  text-align: left;
}

a {
  color: #E0691A;
}
a:hover {
  color: #808080;
}




/** Content Styles **/
#header {
  position: relative;
  background-color: #EEE;
  border-bottom: 1px solid  #CCC;
  padding: 0px 5px;
  margin: 10px 0 0px 0;
  height: 90px;
  color: #808080;
}
  #header a {
    text-decoration: none;
  }
#header .header_logo {
  float: left;
  padding-top: 15px;
}
  #header .header_logo a {
    text-decoration: none;
    color: #E0691A;
  }
  
#header h1 {
  font: bold 2.1em Arial, Sans-Serif;
  letter-spacing: -1px;
}
#header h1 a .tint1 {
  color: #737373;
}
#header h1 a .tint2 {
  font-weight: normal;
}
#header h2 {
  font-weight: normal;
  font-size: 2.1em;
}
#header .top_info_right {
  padding: 5px 10px 0px 0px;
  float: right;
  line-height: 1.5em;
}
  #header .top_info_right span {
    font-weight: bold;
  }


/* image header */
#header {
  background-image: url('../images/headers/regionalconnect.com.au.png');
  background-repeat: no-repeat;
  background-position: 10px 10px;
}
#header h1 {
  display: none;
}
#header h2 {
  position: absolute;
  right: 40px ;
  bottom: 2px;
}



#headNav {
  font-size: 1.1em;
  color: #FFF;
  padding: 0px 5px;
  margin: 4px 0px;
  background-color: #FF9148;
  border-bottom: 1px solid #DF610D;
}
  #headNav .left {
    padding: 5px 0px;
    
  }
  #headNav .right {
    
  }
  #headNav ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #headNav li {
    padding: 5px 0px;
    display: block;
    float: left;
    color: green;
  }
  #headNav li a {
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 2px;
  }
  #headNav li a.green {
    color: green;
  }
  #headNav li a:hover {
    color: #737373;
  }


#search_form {
  padding: 0px 5px;
  margin: 4px 0px;
  background-color: #EEE;
  border-bottom: 1px solid  #CCC;
}
  #search_form span {
    color: #737373;
    font-weight: bold;
    display: block;
    float: left;
    padding: 8px 5px 0px 0px;
  }
  #search_form .form {
    padding: 0px 0px;
  }
  #search_form .submit {
    color: #FF9148;
  }
  #search_form input {
    margin: 2px 0px;
  }

#footer {
  border-top: 1px solid #ccc;
  text-align: center;
  line-height: 1.8em;
}
#footer a {
  color: #808080;
}





