/* QUT template - "homepage" stylesheet */
/* Should be used in conjunction with common and corpstyle stylesheets */
/* Copyright QUT 2007 */
/* Version 3.2 */





/* HOMEPAGE-SPECIFIC LAYOUT SETTINGS */

/*.utility {
  border-bottom: 1px solid #ccc;
}	

.topnav {
  display: none;
}*/

.page_title {
  display: none;
}

.sidenav {
  border-top:none;

}

.content {
  padding: 0 0 10px 10px;
  text-align: left;
  margin-right:0;
  position:relative;
}


.right_margin{
  display: none;
}

a img {
  border: none;
}





/* NEWS AND MARKETING AREA */

.news_market {
  margin: 15px 0 15px 15px;
  width: 320px;
}

.statement {
  background-color: #fff;
  color: #000;
  font-size: 11px;
  line-height: 1.4em;
  padding: 5px 10px;
}

.news_head {
  background-color: #666;
  color: #fff;
  font-size: 15px;
  font-weight: lighter;
  letter-spacing: 1px;
  margin: 0;
  padding: 3px;
}

.news ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news li {
  border-bottom: 1px solid #ccc; 
  list-style: none;    
}

.news_link {
  background: #eee url(/graphics/homepage/news_bullet.gif) no-repeat 305px center;
  color: #333;	    
  display: block;
  margin: 0;	
  padding: 4px 3px;
  text-decoration: none;
}

a.news_link:hover {
  background-color: #fff;
  color: #333;
}

.more_link span {
  background-image: url(/graphics/homepage/news_bullet.gif);
  background-position: right center;
  background-repeat: no-repeat;
  margin-right: 3px;
  padding-right: 20px;    
}

a.more_link {
  background-color: #eee;
  background-position: top left;
  background-repeat: repeat-y;	
  border-bottom: 1px solid #ccc;
  color: #333; 
  display: block;
  padding: 4px 0 4px 3px;
  text-align: right;
  text-decoration: none;
}

a.more_link:hover {
  background-color: #fff;
}


